Class ChandeKrollStopValue
- Namespace
- StockSharp.Algo.Indicators
- Assembly
- StockSharp.Algo.dll
ChandeKrollStop indicator value.
public class ChandeKrollStopValue : ComplexIndicatorValue<ChandeKrollStop>, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
- Inheritance
-
ChandeKrollStopValue
- Implements
- Inherited Members
- Extension Methods
Remarks
Initializes a new instance of the ChandeKrollStopValue.
Constructors
ChandeKrollStopValue(ChandeKrollStop, DateTimeOffset)
ChandeKrollStop indicator value.
public ChandeKrollStopValue(ChandeKrollStop indicator, DateTimeOffset time)
Parameters
indicator
ChandeKrollStoptime
DateTimeOffset
Remarks
Initializes a new instance of the ChandeKrollStopValue.
Properties
Highest
Gets the highest stop line.
[Browsable(false)]
public decimal? Highest { get; }
Property Value
HighestValue
Gets the highest stop line.
public IIndicatorValue HighestValue { get; }
Property Value
Lowest
Gets the lowest stop line.
[Browsable(false)]
public decimal? Lowest { get; }
Property Value
LowestValue
Gets the lowest stop line.
public IIndicatorValue LowestValue { get; }