ZScore Constructor |
| Name | Description | |
|---|---|---|
| ZScore |
Creates new instance of ZScore technical indicator with default settings.
| |
| ZScore(Int32) |
Creates new instance of ZScore technical indicator with point window.
| |
| ZScore(TimeSpan) |
Creates new instance of ZScore technical indicator with time window.
| |
| ZScore(Int32, Boolean) |
Creates new instance of ZScore technical indicator with point window.
| |
| ZScore(TimeSpan, Boolean) |
Creates new instance of ZScore technical indicator with time window.
|