miro-ka / mosquito

Trading Bot with focus on Evolutionary Algorithms and Machine Learning
GNU General Public License v3.0
261 stars 53 forks source link

live: prefetch required strategy data from history data #15

Closed miro-ka closed 7 years ago

miro-ka commented 7 years ago

Currently live trading needs to wait to fill its data buffer. This could be skipped if we would fill the buffer with history data.

miro-ka commented 7 years ago

adding prefetch parameter to config.ini

miro-ka commented 7 years ago

fixed (tested only on live trading): 00a4064

Needs to be tested on Paper Trading

miro-ka commented 7 years ago

tested + fixed Paper..