Category
Multi-Bar Functions
Description
SAR as a function
Syntax
SarF(expr, dir {0}, accel {0.02}, max {0.2}, count {100})
Parameters
expr - data series formula
dir {0} - the trend direction to use
accel {0.02} - initial acceleration factor
max {0.2} - maximum acceleration factor
count {100} - number of bars to use in the calculation
(any of the above can be any formula)
Notes
See SAR, which is equivalent to SarF(Close).
|