Package 

Class EMA


  • 
    public class EMA
    extends JsObject
                        

    Exponential Moving Average (EMA) indicator class. {docs:Stock_Charts/Technical_Indicators/Exponential_Moving_Average_(EMA)}Learn more about the EMA indicator.{docs}

    • Constructor Summary

      Constructors 
      Constructor Description
      EMA(String jsChart)
    • Method Summary

      Modifier and Type Method Description
      static EMA instantiate()
      String getJsBase()
      void period() Getter for the period.
      EMA period(Number period) Setter for the period.
      Base series() Getter for the indicator series instance.
      EMA series(StockSeriesType type) Setter for the indicator series type.
      EMA 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