Table of Contents

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 ChandeKrollStop

ChandeKrollStop

time DateTimeOffset

Time

Remarks

Initializes a new instance of the ChandeKrollStopValue.

Properties

Highest

Gets the highest stop line.

[Browsable(false)]
public decimal? Highest { get; }

Property Value

decimal?

HighestValue

Gets the highest stop line.

public IIndicatorValue HighestValue { get; }

Property Value

IIndicatorValue

Lowest

Gets the lowest stop line.

[Browsable(false)]
public decimal? Lowest { get; }

Property Value

decimal?

LowestValue

Gets the lowest stop line.

public IIndicatorValue LowestValue { get; }

Property Value

IIndicatorValue