Parabolic SAr VAlue for previous candle?

 
Good day, how do I get the Parabolic SAR value for the previous candle?
 
  1. How do you "get the Parabolic SAR value for the" current "candle?"
  2. Perhaps you should read the manual.
    iSAR The function returns the handle of the Parabolic Stop and Reverse system indicator. It has only one buffer.
              Technical Indicators / iSAR - Reference on algorithmic/automated trading language for MetaTrader 5
 
Please don't double post.
 
8326835 mooo:
Good day, how do I get the Parabolic SAR value for the previous candle?

FORMAT in MT4

iSAR( symbol, timeframe, step, maximum, shift)

In this use shift to get the previous candles SAR value...

If shift = 0 (current candle)

If shift = 1 (i-1 th candle) and so on.....

Reason: