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
Constructors
ChandeKrollStopValue(ChandeKrollStop, DateTimeOffset)
Initializes a new instance of the ChandeKrollStopValue.
public ChandeKrollStopValue(ChandeKrollStop indicator, DateTimeOffset time)
Parameters
indicator
ChandeKrollStoptime
DateTimeOffset
Properties
Highest
Gets the highest stop line.
public decimal Highest { get; }
Property Value
Lowest
Gets the lowest stop line.
public decimal Lowest { get; }