DonchianChannelsValue
StockSharp.Algo.Indicators
DonchianChannels indicator value implementation.
継承元: ComplexIndicatorValue<DonchianChannels>
実装: IDonchianChannelsValue, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
コンストラクター
DonchianChannelsValue(DonchianChannels, DateTime)
DonchianChannels indicator value implementation.
- indicator
- The parent DonchianChannels indicator.
- time
- Time associated with this indicator value.
プロパティ
LowerBandValue : IIndicatorValue
Gets the lower band value.
MiddleValue : IIndicatorValue
Gets the Middle value.
UpperBandValue : IIndicatorValue
Gets the upper band value.