Package 

Class AO


  • 
    public class AO
    extends Base
                        

    Awesome Oscillator (AO) indicator class {docs:Stock_Charts/Technical_Indicators/Adaptive_Moving_Average_(AMA)}Learn more about the AMA indicator.{docs}

    • Constructor Summary

      Constructors 
      Constructor Description
      AO(String jsChart)
    • Method Summary

      Modifier and Type Method Description
      static AO instantiate()
      String getJsBase()
      void fastPeriod() Getter for the fast period.
      AO fastPeriod(Number period) Setter for the fast period.
      void maType() Getter for the indicator smoothing type.
      AO maType(MovingAverageType type) Setter for the indicator smoothing type.
      AO maType(String type) Setter for the indicator smoothing type.
      Base series() Getter for the indicator series instance.
      AO series(StockSeriesType type) Setter for the indicator series type.
      AO series(String type) Setter for the indicator series type.
      void slowPeriod() Getter for the slow period.
      AO slowPeriod(Number period) Setter for the slow period.
      • Methods inherited from class com.anychart.core.stock.indicators.Base

        instantiate
      • Methods inherited from class java.lang.Object

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