|
Hi, I was wondering how to run a number of backtests simultaneously. For a quick survey during research I think I might want to explore a list of parameters (lookbacks). I cant just add an execution for each parameter as that gives an error saying I already have an execution for that symbol. Do you guys have similar requirements? How do you do it - any ideas? the function i use: |
Replies: 1 comment 1 reply
|
Hi @SW4T400, Yes, PyBroker uses joblib to compute indicator values in parallel. I have not tried running a backtest within joblib but it should work fine. Are you seeing any issues? I originally planned to support something like this. This may be worth revisiting by integrating with Optuna. |
Hi @SW4T400,
Yes, PyBroker uses joblib to compute indicator values in parallel. I have not tried running a backtest within joblib but it should work fine. Are you seeing any issues?
I originally planned to support something like this. This may be worth revisiting by integrating with Optuna.