Syntax
Public Function ParabolicSAR(MinAf As Double, MaxAF As Double) As String |
The Parabolic SAR was developed by Welles Wilder. This indicator is always in the market (whenever a position is closed, an opposing position is taken). The Parabolic SAR indicator is most often used to set trailing price stops. A stop and reversal (SAR) occurs when the price penetrates a Parabolic SAR level.
Parameters
Key | Description |
MinAf | Min AF (accumulation factor) |
MaxAF | Max AF (accumulation factor) |
Return value
Returns the handles of a technical indicator, in case of failure returns an empty string.
See Also