Package 

Class MMA


  • 
    public class MMA
    extends JsObject
                        

    Modified Moving Average (MMA) indicator class. {docs:Stock_Charts/Technical_Indicators/Modified_Moving_Average_(MMA)}Learn more about the MMA indicator.{docs}

    • Constructor Summary

      Constructors 
      Constructor Description
      MMA(String jsChart)
    • Method Summary

      Modifier and Type Method Description
      static MMA instantiate()
      String getJsBase()
      void period() Getter for the indicator period.
      MMA period(Number period) Setter for the indicator period.
      Base series() Getter for the indicator series instance.
      MMA series(StockSeriesType type) Setter for the indicator series type.
      MMA series(String type) Setter for the indicator series type.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait