Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/farhad-shabani/rsi_tradingbot_binanceapi
- Owner: Farhad-Shabani
- License: mit
- Created: 2021-05-14T12:58:23.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-16T14:15:47.000Z (over 3 years ago)
- Last Synced: 2023-03-02T17:06:57.982Z (almost 2 years ago)
- Topics: algorithm-trading, backtesting, binance-api, cryptocurrency, rsi, trading-bot
- Language: Python
- Homepage:
- Size: 11.8 MB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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