<aside> ⚙ All the tech we need to run our system
</aside>
We need elastic to import the logs produced by the trading bot to train an ML model. Once the model is trained we can deploy a ML pipeline in elastic and feed our data of the live trading bot trough it and get the response with the low level Elasticsearch API and use the AI in the live trading bot.
The bot script will be written in Python due to it’s simplicity
To run our bot 24/7 we will make use of a raspberry pi
We need to have 2 API’s available to create the bot. 1 is a market data API that will provide us with the metrics we need. For the live trading bot we will also need a exchange API to make the trades