Click here to Login
Email
Password
Remember me
Forgot my Password
Trading Software
Features
Trading objects
How-to
Blog
QuantShare Blog
Users Blog
Forum
Partnership
White Label
Search
0
SarExt 1
Function - SAREXT
SAREXT
Parabolic SAR - Extended
Indicators
SYNTAX
SarExt( ARRAY startvalue, ARRAY offsetonreverse, ARRAY accelerationinitlong, ARRAY accelerationlong, ARRAY accelerationmaxlong, ARRAY accelerationinitshort, ARRAY accelerationshort, ARRAY accelerationmaxshort)
RETURNS
NUMERIC ARRAY
DESCRIPTION
Parabolic SAR - Extended
ADDITIONAL INFO
The Parabolic SAR sets trailing price stops for long or short positions
Parabolic SAR was described by Welles Wilder in his 1978 book, "New Concepts in Technical Trading Systems".
EXAMPLE
SarExt(0.02, 0, 0, 0, 0, 0, 0, 0)