PriceChannelsValue
StockSharp.Algo.Indicators
Price Channels indicator value implementation.
Herda de: ComplexIndicatorValue<PriceChannels>
Implementa: IPriceChannelsValue, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
Construtores
PriceChannelsValue(PriceChannels, DateTime)
Price Channels indicator value implementation.
- indicator
- The parent Price Channels indicator.
- time
- Time associated with this indicator value.
Propriedades
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.