Click or drag to resize

Rwi Constructor

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;

Namespace:  FinAnalysis.TA
Assembly:  FinAnalysis (in FinAnalysis.dll) Version: 2.1.13-cc97e13414b71fde928e8f3a546ac1daf26f295f
Syntax
C#
public Rwi()
See Also