SuperTrendIndicatorValue

StockSharp.Algo.Indicators

The value for the SuperTrend indicator, including trend direction.

继承自: DecimalIndicatorValue

构造函数

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.

属性

IsUpTrend : bool

Trend direction.

方法

FromValues(object[])

Convert to indicator value.

values
ToValues
ToValues() : IEnumerable<object>

Convert to primitive values.

返回值: Primitive values.