Output that is not plotted
Created at 17 Dec 2013, 21:04
Output that is not plotted
17 Dec 2013, 21:04
is it possible to have an indicator output that is not plotted?
Spotware
18 Dec 2013, 17:34
There will be an option to hide the output from the settings window of the indicator.
If you like to implement this right now you could omit the Output attribute ( [Output] ) from the IndicatorDataSeries and call CreateDataSeries to initialize it, then in order to reference it, you need to call the Calculate method.
To reference the above
@Spotware