I have a strategy that uses the NQ data series for entry criteria and a secondary MNQ data series for trade execution.
The NQ data series is straightforward for users because they can easily roll it over on the chart itself (e.g., from NQ 12-24 to NQ 03-25).
However, the issue lies with the secondary MNQ data series.
Since the code is protected, users cannot manually update the secondary MNQ data series (e.g., from MNQ 12-24 to MNQ 03-25) when the contract expires.
I’m looking for a solution where the MNQ contract can either:
- Automatically roll over to the new contract when the old one expires, or
- Be configurable as a property in the strategy's UI, allowing users to manually select or update the MNQ contract.
Are there any built-in methods or workarounds that you would recommend for this functionality?
Any help or insights would be greatly appreciated! Thank you.

Comment