DEV Community

Discussion on: How to build a crypto bot with Python 3 and the Binance API (part 3)

Collapse
 
nicolasbonnici profile image
Nicolas Bonnici

You can connect an AI prediction system for instance, just create a custom then you can send requests to another API for instance.

To get better perf with backtest, you first need to store them on a database server for instance, then directly query your datasets from. I personally use it with one another instance with an API and an another for database. On my benchmark all was containerized on the same host FYI.