Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Crypto Trading Bot

This is a simple crypto trading bot built with Python using the Binance Spot Testnet API. It allows placing MARKET and LIMIT orders from the command line.

#Features

  • Supports BUY and SELL orders
  • Allows MARKET and LIMIT order types
  • Uses Binance Spot Testnet (no real money)

#How to Run

pip install python-binance
python Trading_Bot.py

#Example input
Enter pair: BTCUSDT
BUY or SELL: BUY
Order type: LIMIT
Quantity: 0.001
Limit price: 63000
Enter limit price: 63000
Order placed successfully!
Order ID: 123456789 | Status: NEW

About

This is a simplified trading bot built using Python and the Binance Testnet API. It allows users to place `MARKET` and `LIMIT` orders for any trading pair like BTCUSDT, ETHUSDT, etc.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages