ParabolicSAR Method (3)¶
ParabolicSAR (1 of 3)¶
Summary¶
The Parabolic SAR indicator identifies potential reversals in the market direction
Signature¶
1 |
|
Parameters¶
Name | Type | Description |
---|---|---|
minAf | double | The minimum accumulation factor |
maxAf | double | The maximum accumulation factor |
Return Value¶
ParabolicSAR
Declaring Type¶
cAlgo.API.Internals.IIndicatorsAccessor
ParabolicSAR (2 of 3)¶
Summary¶
The Parabolic SAR indicator identifies potential reversals in the market direction
Signature¶
1 |
|
Parameters¶
Name | Type | Description |
---|---|---|
bars | Bars | The Bars that will be used by indicator, you can pass another timeframe/symbol bars |
minAf | double | The minimum accumulation factor |
maxAf | double | The maximum accumulation factor |
Return Value¶
ParabolicSAR
Declaring Type¶
cAlgo.API.Internals.IIndicatorsAccessor
ParabolicSAR (3 of 3)¶
Signature¶
1 |
|
Parameters¶
Name | Type | Description |
---|---|---|
marketSeries | MarketSeries | |
minAf | double | |
maxAf | double |
Return Value¶
ParabolicSAR
Declaring Type¶
cAlgo.API.Internals.IIndicatorsAccessor
Last update: March 23, 2023