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

Constructors

ChandeKrollStopValue(ChandeKrollStop, DateTimeOffset)

Initializes a new instance of the ChandeKrollStopValue.

public ChandeKrollStopValue(ChandeKrollStop indicator, DateTimeOffset time)

Parameters

indicator ChandeKrollStop

ChandeKrollStop

time DateTimeOffset

Time

Properties

Highest

Gets the highest stop line.

public decimal Highest { get; }

Property Value

decimal

Lowest

Gets the lowest stop line.

public decimal Lowest { get; }

Property Value

decimal