SAR
- parabolic stop-and-reverse

Indicators
(AmiBroker 3.30)


SYNTAX sar( accel = 0.02, max = 0.2 )
RETURNS ARRAY
FUNCTION Calculates Parabolic SAR indicator. Acceleration is given by accel argument and maximum acceleration level is given by max argument
EXAMPLE sar()
SEE ALSO

References:

The SAR function is used in the following formulas in AFL on-line library:

More information:

See updated/extended version on-line.