Package 

Class CMF


  • 
    public class CMF
    extends JsObject
                        

    Chaikin Money Flow (CMF) indicator class. {docs:Stock_Charts/Technical_Indicators/Chaikin_Money_Flow_(CMF)}Learn more about the CMF indicator.{docs}

    • Constructor Summary

      Constructors 
      Constructor Description
      CMF(String jsChart)
    • Method Summary

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