Open-source Crypto Backtesting & Trading Bot (Binance Spot and Futures / Python / Google App Engine)
Jojo's bot will allow you to backest your crypto trading strategie and deploy it on Google Cloud. You can then trade automatically or send an email alerts on each trigger.
Jojo's bot is easy to install and make it works, but you will have to develop your own strategy before. A dummy strategy with some indicators is included in order to help you.
Please consider that Jojo's bot is provided as an Open Source Software without any warranty of any kind. Read the LICENSE before and trade carefully...
Backtest your trading strategy on all data and pairs available on Binance Spot and Futures API You can develop your own strategy and indicators to feet your requirements Long, Short, and Leverage are available with Binance Futures Market, Stop Market, Take Profit backtest orders. You can choose to backtest and trade on daily / hourly / minutes basis You can choose to trade automatically or send email alerts instead Fully compatible with Google App Engine to make it run 24/24 for free or very low fees (see Google App Engine tarification)
python3 running on your machine
Binance account Google App Engine account Sendgrid account - if you want automatic email alerts
cd your/projects/folder git clone cd jojosbot python3 -m venv env && source env/bin/activate pip install -r requirements.txt
python backest.py --end=2021/01/01 --period=360 add --end option when you want to compare 2 stategies with same data set, or if you want to avoid downloading latest data each time. add --period option if you want another period (days) than the default one (7 days)