Package 

Class CCI


  • 
    public class CCI
    extends JsObject
                        

    Creates Commodity Channel (CCI) indicator class. {docs:Stock_Charts/Technical_Indicators/Commodity_Channel_Index_(CCI)}Learn more about the CCI indicator.{docs}

    • Constructor Summary

      Constructors 
      Constructor Description
      CCI(String jsChart)
    • Method Summary

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