I am using the ParabolicSAR indicator inside a tick based strategy, and I have noticed that it plots very different values to the same indicator with the same parameters, except my second instance of the ParabolicSAR is not part of the strategy, and is bar based.
So when I access the ParabolicSAR values from within the strategy, they are not what I expect. I have tried using FirstTickOfBar to simulate bar-by-bar values for ParabolicSAR, but that does not give me the bar-by-bar values I need.

Comment