How to reduce memory usage on backtest/hyperopt
Breaking news, in case you don’t know, hyperopt is just backtest(s) done in parallel. Okay, now to the real stuff. When you are doing backtest/hyperopt, the candles’ data and dataframe are both store into the memory instead of your hard…