ChandeKrollStopValue
StockSharp.Algo.Indicators
ChandeKrollStop indicator value implementation.
Inherits: ComplexIndicatorValue<ChandeKrollStop>
Implements: IChandeKrollStopValue, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
Constructors
ChandeKrollStopValue
public ChandeKrollStopValue(ChandeKrollStop indicator, DateTime time)
chandeKrollStopValue = ChandeKrollStopValue(indicator, time)
ChandeKrollStop indicator value implementation.
- indicator
- The parent ChandeKrollStop indicator.
- time
- Time associated with this indicator value.
Properties
Highest
public decimal? Highest { get; }
value = chandeKrollStopValue.Highest
Gets the highest stop line.
HighestValue
public IIndicatorValue HighestValue { get; }
value = chandeKrollStopValue.HighestValue
Gets the highest stop line.
Lowest
public decimal? Lowest { get; }
value = chandeKrollStopValue.Lowest
Gets the lowest stop line.
LowestValue
public IIndicatorValue LowestValue { get; }
value = chandeKrollStopValue.LowestValue
Gets the lowest stop line.
Methods
ToString
public override string ToString()
result = chandeKrollStopValue.ToString()
Преобразовать к строковому представлению.
Returns: Строковое представление.