Skip to content

OishOrbit/Trading-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Binance Futures Testnet Trading Bot

A simple Python-based trading bot for Binance USDT-M Futures Testnet that supports MARKET and LIMIT orders using a clean CLI interface.


Features

  • Place MARKET orders
  • Place LIMIT orders
  • Supports BUY and SELL
  • Input validation
  • Logging to file
  • Structured project architecture
  • Error handling for:
    • invalid inputs
    • Binance API errors
    • network failures

Project Structure

trading_bot/
│
├── bot/
│   ├── __init__.py
│   ├── client.py
│   ├── logging_config.py
│   ├── orders.py
│   └── validators.py
│
├── logs/
│   └── trading_bot.log
│
├── cli.py
├── requirements.txt
├── README.md
├── .gitignore
└── .env

About

Python-based Binance Futures Testnet trading bot with CLI support for MARKET and LIMIT orders, input validation, logging, and structured error handling.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages