Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 379 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 379 Bytes

BinanceAlgorithmTrading_RSIBOT

Binance Trading Bot - Buy & sell just due to changes of RSI indicator in different timeframes.

  • Backtest files are provided in Backtest.py and BacktestStrategy.py
  • You can fetch historical data through Binance API for your backtest in HistoricalData.py
  • Set you final trading strategy in MainStrategy.py andn run the bot through RunBOT.py