Threading/ProcessPooling Backtest.Optimize #620
Replies: 2 comments 1 reply
-
This is how backtesting.py/backtesting/backtesting.py Lines 1268 to 1269 in 94d20da backtesting.py/backtesting/backtesting.py Lines 1353 to 1382 in 94d20da |
Beta Was this translation helpful? Give feedback.
-
Note for Mac users:
|
Beta Was this translation helpful? Give feedback.
-
Hi There,
I am trying to perform an optimised backtest on my user defined strategy. The scope of potential combinations for these 2 indicators is large, and therefore the cost-to-time for these computations is high.
Is there a way to thread/process-pool backtesting.optimize? I'm currently thinking that I can chunk the indicator combinations up and then backtest.optimize again on the set of outcomes of the chunks - do you think this is the best way forward?
Any advice on how to thread/processpool would be very helpful,
Thanks,
Kit
Beta Was this translation helpful? Give feedback.
All reactions