PriceChannelsValue
StockSharp.Algo.Indicators
Price Channels indicator value implementation.
Erbt von: ComplexIndicatorValue<PriceChannels>
Implementiert: IPriceChannelsValue, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
Konstruktoren
PriceChannelsValue(PriceChannels, DateTime)
Price Channels indicator value implementation.
- indicator
- The parent Price Channels indicator.
- time
- Time associated with this indicator value.
Eigenschaften
LowerChannel : decimal?
Gets the lower channel value.
LowerChannelValue : IIndicatorValue
Gets the lower channel value.
UpperChannel : decimal?
Gets the upper channel value.
UpperChannelValue : IIndicatorValue
Gets the upper channel value.