Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/farhad-shabani/rsi_tradingbot_binanceapi

Binance Trading Bot - Buy & sell just due to changes of RSI indicator in different timeframes.
https://github.com/farhad-shabani/rsi_tradingbot_binanceapi

algorithm-trading backtesting binance-api cryptocurrency rsi trading-bot

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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