class anychart.core.stock.indicators.ENV Improve this Doc
Envelope (ENV) indicator class. Learn more about the ENV indicator.
Methods Overview
Series | |
lowerSeries() | Indicator lower series instance. |
upperSeries() | Indicator upper series instance. |
Specific Indicators Settings | |
deviation() | Indicator deviation setting. |
maType() | Indicator smoothing type. |
period() | Indicator period setting. |
Methods Description
deviation
Setter for the indicator deviation.
Params:
Name | Type | Default | Description |
---|---|---|---|
deviation | number | 10 | Deviation. |
Returns:
anychart.core.stock.indicators.ENV - Self instance for method chaining.Try it:
lowerSeries
Getter for the indicator ENV lower series instance.
Returns:
anychart.core.stock.series.Base | anychart.core.stock.scrollerSeries.Base - The indicator lower series.Try it:
Setter for the indicator ENV lower series type.
Params:
Name | Type | Default | Description |
---|---|---|---|
type | anychart.enums.StockSeriesType | string | "line" | Type of the indicator lower series (type as "line", "column", "spline"). |
Returns:
anychart.core.stock.indicators.ENV - Self instance for method chaining.Try it:
maType
Getter for the indicator smoothing type.
Returns:
anychart.enums.MovingAverageType | string - Indicator smoothing type.Try it:
Setter for the indicator smoothing type.
Params:
Name | Type | Default | Description |
---|---|---|---|
maType | anychart.enums.MovingAverageType | string | "ema" | Indicator smoothing type |
Returns:
anychart.core.stock.indicators.ENV - Self instance for method chaining.Try it:
period
Setter for the period.
Params:
Name | Type | Default | Description |
---|---|---|---|
period | number | 20 | Period. |
Returns:
anychart.core.stock.indicators.ENV - Self instance for method chaining.Try it:
upperSeries
Getter for the indicator ENV upper series instance.
Returns:
anychart.core.stock.series.Base | anychart.core.stock.scrollerSeries.Base - The indicator upper series.Try it:
Setter for the indicator ENV upper series type.
Params:
Name | Type | Default | Description |
---|---|---|---|
type | anychart.enums.StockSeriesType | string | "line" | Type of the indicator upper series (type as "line", "column", "spline"). |
Returns:
anychart.core.stock.indicators.ENV - Self instance for method chaining.Try it: