Class KeltnerChannelsValue
- Namespace
- StockSharp.Algo.Indicators
- Assembly
- StockSharp.Algo.dll
KeltnerChannels indicator value.
public class KeltnerChannelsValue : ComplexIndicatorValue<KeltnerChannels>, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
- Inheritance
-
KeltnerChannelsValue
- Implements
- Inherited Members
- Extension Methods
Constructors
KeltnerChannelsValue(KeltnerChannels, DateTimeOffset)
Initializes a new instance of the KeltnerChannelsValue.
public KeltnerChannelsValue(KeltnerChannels indicator, DateTimeOffset time)
Parameters
indicator
KeltnerChannelstime
DateTimeOffset
Properties
Lower
Gets the Lower value.
public decimal Lower { get; }
Property Value
Middle
Gets the Middle value.
public decimal Middle { get; }
Property Value
Upper
Gets the Upper value.
public decimal Upper { get; }