Click or drag to resize

Envelope Constructor

Overload List
  NameDescription
Public methodEnvelope
Creates new instance of Trading Envelope technical indicator with default settings.
Public methodEnvelope(Int32, Double)
Creates new instance of Trading Envelope technical indicator with point window.
Public methodEnvelope(TimeSpan, Double)
Creates new instance of Trading Envelope technical indicator with time window.
Public methodEnvelope(IAverager, Double)
Creates new instance of Trading Envelope technical indicator with custom averaging method.
Public methodEnvelope(Int32, Double, Boolean)
Creates new instance of Trading Envelope technical indicator with point window.
Public methodEnvelope(TimeSpan, Double, Boolean)
Creates new instance of Trading Envelope technical indicator with time window.
Top
See Also