-
-
Method Summary
Modifier and Type Method Description static VolumeMAinstantiate()StringgetJsBase()voidmaPeriod()Getter for the Moving Average period. VolumeMAmaPeriod(Number period)Setter for the Moving Average period. BasemaSeries()Getter for the indicator moving average series instance. BasemaSeries(StockSeriesType type)Setter for the indicator moving average series type. BasemaSeries(String type)Setter for the indicator moving average series type. voidmaType()Getter for the smoothing type. VolumeMAmaType(MovingAverageType type)Setter for the smoothing type. VolumeMAmaType(String type)Setter for the smoothing type. BasevolumeSeries()Getter for the indicator volume series instance. VolumeMAvolumeSeries(StockSeriesType type)Setter for the indicator volume series type. VolumeMAvolumeSeries(String type)Setter for the indicator volume series type. -
-
Constructor Detail
-
VolumeMA
VolumeMA(String jsChart)
-
-
Method Detail
-
instantiate
static VolumeMA instantiate()
-
maPeriod
void maPeriod()
Getter for the Moving Average period.
-
maSeries
Base maSeries(StockSeriesType type)
Setter for the indicator moving average series type.
-
maType
void maType()
Getter for the smoothing type.
-
maType
VolumeMA maType(MovingAverageType type)
Setter for the smoothing type.
-
volumeSeries
Base volumeSeries()
Getter for the indicator volume series instance.
-
volumeSeries
VolumeMA volumeSeries(StockSeriesType type)
Setter for the indicator volume series type.
-
volumeSeries
VolumeMA volumeSeries(String type)
Setter for the indicator volume series type.
-
-
-
-