Envelope Constructor |
| Name | Description | |
|---|---|---|
| Envelope |
Creates new instance of Trading Envelope technical indicator with default settings.
| |
| Envelope(Int32, Double) |
Creates new instance of Trading Envelope technical indicator with point window.
| |
| Envelope(TimeSpan, Double) |
Creates new instance of Trading Envelope technical indicator with time window.
| |
| Envelope(IAverager, Double) |
Creates new instance of Trading Envelope technical indicator with custom averaging method.
| |
| Envelope(Int32, Double, Boolean) |
Creates new instance of Trading Envelope technical indicator with point window.
| |
| Envelope(TimeSpan, Double, Boolean) |
Creates new instance of Trading Envelope technical indicator with time window.
|