I hope someone can tell me if and how it is possible to transfer (output/status) values between strategies.
I have multi-timeframe Trend script I developed myself in NT65 running on the daily chart. Can I expose some values as output from that script, that I can subsequently poll in real-time for input as UserDefined variables in a script running on the same instrument on a separate e.g. a 60-min chart.
I prefer to NOT to (also) include it in the script running on the hourly chart, to avoid the large set of historic data required to make it work correctly on the hourly level, as well as performance reasons.
Also I tried avoiding creating a UserDefined method as I expect issues with synching it with the proper DataSeries.
Am I missing something ? Can anyone point me to some examples ? Do I need to upgrade to NT7 ?
Thanks in advance,
Mike

Comment