Package 

Class ATR


  • 
    public class ATR
    extends JsObject
                        

    Average True Range (ATR) indicator class. {docs:Stock_Charts/Technical_Indicators/Average_True_Range_(ATR)}Learn more about the Average True Range indicator.{docs}

    • Constructor Summary

      Constructors 
      Constructor Description
      ATR(String jsChart)
    • Method Summary

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