Forum

MT5 iSAR bar shift?

Hello, I am working on an EA that uses information from the parabolic sar. On the MT4 I can reference a previous bar of psar information using the following code: double psar_step = 0.02 ; //Parabolic step double psar_maximum = 0.2 ; //Parabolic maximum int psar_barshift = 2 ;