class anychart.core.stock.indicators.PPO Improve this Doc
Price Oscillator (PPO) indicator class. Learn more about the PPO indicator.
Methods Overview
Series | |
histogramSeries() | Indicator PPO Histogram Series instance. |
ppoSeries() | Indicator PPO Line Series instance. |
signalSeries() | Indicator Signal Line Series instance. |
Specific Indicators Settings | |
longPeriod() | Indicator Long Period settings. |
shortPeriod() | Indicator Short Period settings. |
smoothingPeriod() | Indicator Smoothing Period settings. |
Methods Description
histogramSeries
Getter for the indicator PPO Histogram Series instance.
Returns:
anychart.core.stock.series.Base | anychart.core.stock.scrollerSeries.Base - Indicator PPO Histogram Series.Try it:
Setter for the indicator PPO Histogram Series type.
Params:
Name | Type | Default | Description |
---|---|---|---|
type | anychart.enums.StockSeriesType | string | "column" | Type of the indicator PPO Histogram Series. |
Returns:
anychart.core.stock.indicators.PPO - Self instance for method chaining.Try it:
longPeriod
Setter for the Long Period.
Params:
Name | Type | Default | Description |
---|---|---|---|
period | number | 26 | Long Period to set. |
Returns:
anychart.core.stock.indicators.PPO - Self instance for method chaining.Try it:
ppoSeries
Getter for the indicator PPO Line series instance.
Returns:
anychart.core.stock.series.Base | anychart.core.stock.scrollerSeries.Base - Indicator PPO Line Series.Try it:
Setter for the indicator PPO Line series type.
Params:
Name | Type | Default | Description |
---|---|---|---|
type | anychart.enums.StockSeriesType | string | "line" | Type of the indicator PPO Line Series. |
Returns:
anychart.core.stock.indicators.PPO - Self instance for method chaining.Try it:
shortPeriod
Setter for the SHort Period.
Params:
Name | Type | Default | Description |
---|---|---|---|
period | number | 12 | Short Period to set. |
Returns:
anychart.core.stock.indicators.PPO - Self instance for method chaining.Try it:
signalSeries
Getter for the indicator Signal Line Series instance.
Returns:
anychart.core.stock.series.Base | anychart.core.stock.scrollerSeries.Base - Indicator Signal Line Series.Try it:
Setter for the indicator Signal Line Series type.
Params:
Name | Type | Default | Description |
---|---|---|---|
type | anychart.enums.StockSeriesType | string | "line" | Type of the indicator Signal Line Series. |
Returns:
anychart.core.stock.indicators.PPO - Self instance for method chaining.Try it:
smoothingPeriod
Setter for the Smoothing Period.
Params:
Name | Type | Default | Description |
---|---|---|---|
period | number | 9 | Smoothing Period to set. |
Returns:
anychart.core.stock.indicators.PPO - Self instance for method chaining.Try it: