ZigZagIndicatorValue

StockSharp.Algo.Indicators

ZigZag indicator value.

Inherits: ShiftedIndicatorValue

Constructors

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

Properties

IsUp : bool

Is the trend up.

Methods

FromValues(object[])

Convert to indicator value.

values
ToValues
ToValues() : IEnumerable<object>

Convert to primitive values.

Returns: Primitive values.