**Сrypto trading AI bots.
- Copy default config pytrade2/cfg/app-defaults.yaml to your new config pytrade2/cfg/app.yaml
- To use virtual Binance account, create your api key here https://testnet.binance.vision/
- Or if you want to trade on your real Binance account, create your api key here https://www.binance.com/en/support/faq/360002502072
- Create config file pytrade2/cfg/app.yaml with pytrade2.connector.key and pytrade2.connector.secret parameters, set them your credentials above.
- Run docker-compose up simplekeras and the bot will start trading. KerasBidAskRegressionStrategy predicts future price movement to buy or sell. Periodical learning on last data happens several times a minute.
- pytrade2.strategy python package contains all the strategies implemented.
- Run jupyter notebook command and open analytics/PredictBidAskStrategyEDA.ipynb to explore the bot's trades. Edit strategy variable in the notebook to explore another strategy.