Parabolic SAR
Parabolic SAR is used to identify potential reversal points in the market.
Method
Inputs
Parameter | Argument type | Description | Default Value |
---|---|---|---|
source_high | pd.Series | High prices series | - |
source_low | pd.Series | Low prices series | - |
acceleration | float | Acceleration factor for the indicator | 0 |
maximum | float | Maximum value for the indicator | 0 |
Outputs
Output | Type |
---|---|
sar | np.ndarray |