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.