I have come across an interesting problem using the following methods to access indicator values for ISeries.
As suggested in the help guide using a custom series object with the SMA the values are correct for example;
SMA(myDataSeries, 10)[0])
However I'm unable to return the correct value for the following and in fact the output is for the main chart series;
ParabolicSAR(myDataSeries, 0.01, 0.6, 0.02)[0]
What else could I try here?
suprsnipes.

Comment