SAR2(step,max,p)
Previous Topic  Next Topic 


Name

Comment

Name

Description

Parameter 1

Parameter 2

Parameter 3

Returns

Comment

Example





Parabolic Stop And Reversal

A stoploss level that trails the price according to a staircase with steps.

Stepwise increased acceleration factor to multiply with the price change. Use decimal point.

Highest acceleration factor. Use decimal point.

Number if periods to look back for synchronization

Value in the same scaling as the price

SAR2() is a version of SAR() that works also in script thanks to the third parameter for periodes.

SAR2(0.02,0.20,100) Common Parabolic-parameters and starting 100 periods back.

SAR2(0.01,0.20,100) Parabolic that switches a bit slower, for investments intended for a bit longer time horizon than the standard settings.

Gt(c,SAR2(0.01,0.20,100)) returns TRUE for a buy condition, i e Close is above SAR2().



Tips for graphics


Placement

Scaling

Price bars

As qoutes