New thread for this.
Is there a way to trigger a "re-optimization" event based on a custom criteria/indicator? Say, instead of having a fixed length for IS/OOS intervals, one can:
- Assume you are always out of sample - and carry on w/ your AFL processing
- Custom event happens at bar N - this triggers an optimization routine (having either length = {start(last-event-in-the-past), end(now)} or length = specified length with parameter, identifying how many past-bars should the optimization occur on.
- Carry on with bar N+1 and new optimization results, until next event happens.
Would love to understand how could this be currently coded/done, or let us know if this would be more of a new feature.