Definition
Courtesy of www.investopedia.com
Syntax
ParabolicSAR(double acceleration, double accelerationStep, double accelerationMax)
ParabolicSAR(IDataSeries inputData, double acceleration, double accelerationStep, double accelerationMax)
Returns default value
ParabolicSAR(double acceleration, double accelerationStep, double accelerationMax)[int barsAgo]
ParabolicSAR(IDataSeries inputData, double acceleration, double accelerationStep, double accelerationMax)[int barsAgo]
Return Type
double; Accessing this method via an index value [int barsAgo] returns the indicator value of the referenced bar.
|
Parameters |
|
|
acceleration |
Acceleration value |
|
accelerationStep |
Step value used to increment acceleration value |
|
accelerationMax |
Maximum acceleration value |
|
inputData |
Indicator source data (?) |
Examples
|
// Prints the current value of ParabolicSAR using default price type
|
Source Code
You can open up the indicator source code via the NinjaScript Editor.