AnyChart
API Reference
Still have questions?
Contact support
Top
You are looking at an outdated v7 version of this document. Switch to the v8 version to see the up to date information.

class anychart.core.stock.indicators.MMA Improve this Doc

Modified Moving Average (MMA) indicator class. Learn more about the MMA indicator.

Methods Overview

Series
series()Indicator series settings.
Specific Indicators Settings
period()Indicator period settings.

Methods Description

period

Getter for the indicator period.

Returns:

number - Indicator period
Setter for the indicator period.

Params:

NameTypeDefaultDescription
valuenumber
20
Period to set.

Returns:

anychart.core.stock.indicators.MMA - Self instance for method chaining.

series

Setter for the indicator series.

Params:

NameTypeDescription
typeanychart.enums.StockSeriesType | stringType of the indicator series.

Returns:

anychart.core.stock.indicators.MMA - Self instance for method chaining.