SuperTrendIndicatorValue

StockSharp.Algo.Indicators

The value for the SuperTrend indicator, including trend direction.

Inherits: DecimalIndicatorValue

Constructors

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.

Properties

IsUpTrend : bool

Trend direction.

Methods

FromValues(object[])

Convert to indicator value.

values
ToValues
ToValues() : IEnumerable<object>

Convert to primitive values.

Returns: Primitive values.