Package 

Class RoC


  • 
    public class RoC
    extends JsObject
                        

    Rate of Change (RoC) indicator class. {docs:Stock_Charts/Technical_Indicators/Rate_of_Change_(ROC)}Learn more about the RoC indicator.{docs}

    • Constructor Summary

      Constructors 
      Constructor Description
      RoC(String jsChart)
    • Method Summary

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

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