I developed two indicators and want to use them in a new strategy.
Inside the new strategy script I need to use some variables from those indicators.
Some of those variables are of the DataSeries type.
How can I make those variables (defined and modified by my indicators) visible from my strategy?
Please, give me some simple example. Thank you.

Comment