Binance-Futures-Trading-Bot 
Technical Analysis driven Crypto Trading bot on Binance Futures 📈 ₿ 🚀
Join My public Discord Server & Follow The Twitter
- Comes with 11 pre-built strategies found in TradingStrats.py
- See Documentation below to implement your TA strategies. (currently working on new documentation)
- If you enjoy the repo please share it around to friends & tweet about it using the tweet button above 😃
or Buy me a Coffee
This Bot currently only works on windows OS, in future I hope to support linux but I don't have the time right now
This Bot utilizes:
- python-Binance Client to execute orders and pull data from Binance
- ta library for Technical indicators
- plotly for generating interactive Trade graphs.
- tabulate for logging trades in a table format
- colorlog for adding colour to logs
Important for live trading on windows:
Set up windows to sync time once a day if you don't do this binance will eventually reject orders with a timestamp error.
Creating Custom Strategies:
Strategies are implemented in TradingStrats.py as functions and then referenced in Bot_Class.Bot.make_decision()
Make_decision() must return Trade_Direction, stop_loss_val, take_profit_val for the strategy to work properly
- You might draw inspiration for a strategy from one of the samples in TradingStrats.py
Docs are being updated currently for the new bot
Create Custom Strategies
Create Custom TP/SL functions
Binance Setup
- Create a Binance Account (This link uses my referral which gives you 5% kickback on trades & would be greatly appreciated)