IChandeKrollStopValue
StockSharp.Algo.Indicators
ChandeKrollStop indicator value.
Implements: IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
Properties
Highest
public decimal? Highest { get; }
value = iChandeKrollStopValue.Highest
Gets the highest stop line.
HighestValue
public IIndicatorValue HighestValue { get; }
value = iChandeKrollStopValue.HighestValue
Gets the highest stop line.
Lowest
public decimal? Lowest { get; }
value = iChandeKrollStopValue.Lowest
Gets the lowest stop line.
LowestValue
public IIndicatorValue LowestValue { get; }
value = iChandeKrollStopValue.LowestValue
Gets the lowest stop line.