Package 

Class RSI


  • 
    public class RSI
    extends JsObject
                        

    Relative Strength Index (RSI) indicator class. {docs:Stock_Charts/Technical_Indicators/Relative_Strength_Index_(RSI)}Learn more about the RSI indicator.{docs}

    • Constructor Summary

      Constructors 
      Constructor Description
      RSI(String jsChart)
    • Method Summary

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

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