Package 

Class AMA


  • 
    public class AMA
    extends JsObject
                        

    Adaptive Moving Average (AMA) indicator class. {docs:Stock_Charts/Technical_Indicators/Adaptive_Moving_Average_(AMA)}Learn more about the AMA indicator.{docs}

    • Constructor Summary

      Constructors 
      Constructor Description
      AMA(String jsChart)
    • Method Summary

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

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