Click or drag to resize

Rsi Constructor

Overload List
  NameDescription
Public methodRsi
Creates new instance of RSI technical indicator with default settings.
Public methodRsi(Boolean)
Creates new instance of RSI technical indicator with default settings.
Public methodRsi(Int32, Boolean)
Creates new instance of RSI technical indicator with point window.
Public methodRsi(IAverager, IAverager, Boolean)
Creates a new instance of RSI indicator with given method of averaging.
Top
See Also