class anychart.core.stock.indicators.PSAR Improve this Doc
Parabolic SAR (PSAR) indicator class.
Methods Overview
Series | |
series() | Indicator series instance. |
Specific Indicators Settings | |
accelerationFactorIncrement() | Acceleration factor increment settings. |
accelerationFactorMaximum() | Acceleration factor maximum settings. |
accelerationFactorStart() | Acceleration factor start settings. |
Methods Description
accelerationFactorIncrement
Setter for the acceleration factor increment value.
Params:
Name | Type | Default | Description |
---|---|---|---|
factor | number | 0.02 | Acceleration factor increment to set. |
Returns:
anychart.core.stock.indicators.PSAR - Self instance for method chaining.Try it:
accelerationFactorMaximum
Getter for the acceleration factor maximum.
Returns:
number - Acceleration factor maximum.Try it:
Setter for the acceleration factor maximum.
Params:
Name | Type | Default | Description |
---|---|---|---|
factor | number | 0.2 | Acceleration factor maximum. to set. |
Returns:
anychart.core.stock.indicators.PSAR - Self instance for method chaining.Try it:
accelerationFactorStart
Getter for the acceleration factor start.
Returns:
number - Acceleration factor start.Try it:
Setter for the acceleration factor start.
Params:
Name | Type | Default | Description |
---|---|---|---|
factor | number | 0.02 | Acceleration factor start to set. |
Returns:
anychart.core.stock.indicators.PSAR - Self instance for method chaining.Try it:
series
Getter for the indicator series instance.
Returns:
anychart.core.stock.series.Base | anychart.core.stock.scrollerSeries.Base - Indicator series.Try it:
Setter for the indicator series type.
Params:
Name | Type | Description |
---|---|---|
type | anychart.enums.StockSeriesType | string | Type of the indicator series. |
Returns:
anychart.core.stock.indicators.PSAR - Self instance for method chaining.Try it: