Is there a way to create a switch like statement?
For example, if I'm testing a few different exit types and I want a parameter to iterate by optimizing through the different exits. Is that possible? Something like the multi-condition group Condition number N is true but have that accept different exit blocks.
For example, if I'm testing a few different exit types and I want a parameter to iterate by optimizing through the different exits. Is that possible? Something like the multi-condition group Condition number N is true but have that accept different exit blocks.
Rename
Oops sorry.
Hmm MultiConditions work with Conditions only, I can’t think of a way to selectively enable or disable different exit Building Blocks. I mean, short of manually disabling them as desired and running the backtests. It sounds like a Code based approach would shine here.
Your Response
Post
Edit Post
Login is required