Rwi Constructor |
| Name | Description | |
|---|---|---|
| Rwi |
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;
| |
| Rwi(Int32, Int32) |
Creates new instance of RWI technical indicator with given period.
|