Python crypto-trading bot based on unofficial binance python library and RSI indicator. Use this bot at your own risk, don't try to trade with real money before making your own strategy, this is just a showcase of possible functionality of said library.
- Short and long trades based on RSI calculation
- Prebuilt loan, trade, profit take amounts, just change values that suits your strategy
- Real time monitoring of trades
- Margin and margin-isolated trades
-
Generate an API Key and assign relevant permissions.
-
Get an API and Secret Key, insert into config.py
-
Start main.py
python main.py
#talib is optional if you use different strategy
pip install python-binance
pip install talib
- Yotube video with more explanation: https://www.youtube.com/watch?v=pEcsIdMUwpg
- Talib python library
- Binance python library wraper documentaion