Package 

Class SMA


  • 
    public class SMA
    extends JsObject
                        

    Simple Moving Average (SMA) indicator class. {docs:Stock_Charts/Technical_Indicators/Simple_Moving_Average_(SMA)}Learn more about the SMA indicator.{docs}

    • Constructor Summary

      Constructors 
      Constructor Description
      SMA(String jsChart)
    • Method Summary

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

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