Threading/ProcessPooling Backtest.Optimize #620
KitHaywood
started this conversation in
General
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 |
1 reply
|
Note for Mac users: |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
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
All reactions