diogomatoschaves / MyCryptoBot

Open source crypto trading platform to automate trading strategies.
121 stars 23 forks source link

Retrieve only required data #153

Closed diogomatoschaves closed 7 months ago

diogomatoschaves commented 7 months ago

At the moment we are retrieving all the data required for a strategy, regardless if it is already saved in the database or not. This aims to refactor so that only the missing data is retrieved.