SuperTrendIndicatorValue

StockSharp.Algo.Indicators

The value for the SuperTrend indicator, including trend direction.

Erbt von: DecimalIndicatorValue

Konstruktoren

SuperTrendIndicatorValue(IIndicator, DateTime)

Initializes a new instance of the SuperTrendIndicatorValue class.

indicator
Indicator.
time
Value time.
SuperTrendIndicatorValue(IIndicator, decimal, bool, DateTime)

Initializes a new instance of the SuperTrendIndicatorValue class.

indicator
Indicator.
value
SuperTrend line value.
isUpTrend
Trend direction.
time
Value time.

Eigenschaften

IsUpTrend : bool

Trend direction.

Methoden

FromValues(object[])

Convert to indicator value.

values
ToValues
ToValues() : IEnumerable<object>

Convert to primitive values.

Rückgabe: Primitive values.