ZigZagIndicatorValue

StockSharp.Algo.Indicators

ZigZag indicator value.

Наследует: ShiftedIndicatorValue

Конструкторы

ZigZagIndicatorValue(IIndicator, DateTime)

Initializes a new instance of the ZigZagIndicatorValue.

indicator
Indicator.
time
Time
ZigZagIndicatorValue(IIndicator, decimal, int, DateTime, bool)

Initializes a new instance of the ZigZagIndicatorValue.

indicator
Indicator.
value
Indicator value.
shift
The shift of the indicator value.
time
Time
isUp
IsUp

Свойства

IsUp : bool

Is the trend up.

Методы

FromValues(object[])

Convert to indicator value.

values
ToValues
ToValues() : IEnumerable<object>

Convert to primitive values.

Возвращает: Primitive values.