Skip to content

ZPythonH/jojosbot

 
 

Repository files navigation

Jojo's bot

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...

Features

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)

Requirements

For backtesting :

python3 running on your machine

For trading :

Binance account Google App Engine account Sendgrid account - if you want automatic email alerts

Quick Start

Install Jojo's Bot (Linux)

cd your/projects/folder git clone cd jojosbot python3 -m venv env && source env/bin/activate pip install -r requirements.txt

For backtesting :

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)

About

Open-source Crypto Backtesting & Trading bot - Binance Spot and Futures / Python / Google App Engine -

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%