Click or drag to resize

Rwi Constructor

Overload List
  NameDescription
Public methodRwi
Creates new instance of RWI technical indicator with default settings. It will use (TR[-1] *(N - 1) + TR) / N averaging method by default. Default N = 14;
Public methodRwi(Int32, Int32)
Creates new instance of RWI technical indicator with given period.
Top
See Also