Table of Contents

Class ZigZagIndicatorValue

Namespace
StockSharp.Algo.Indicators
Assembly
StockSharp.Algo.dll

ZigZag indicator value.

public class ZigZagIndicatorValue : ShiftedIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
Inheritance
ZigZagIndicatorValue
Implements
Inherited Members
Extension Methods

Constructors

ZigZagIndicatorValue(IIndicator, DateTimeOffset)

Initializes a new instance of the ZigZagIndicatorValue.

public ZigZagIndicatorValue(IIndicator indicator, DateTimeOffset time)

Parameters

indicator IIndicator

Indicator.

time DateTimeOffset

Time

ZigZagIndicatorValue(IIndicator, decimal, int, DateTimeOffset, bool)

Initializes a new instance of the ZigZagIndicatorValue.

public ZigZagIndicatorValue(IIndicator indicator, decimal value, int shift, DateTimeOffset time, bool isUp)

Parameters

indicator IIndicator

Indicator.

value decimal

Indicator value.

shift int

The shift of the indicator value.

time DateTimeOffset

Time

isUp bool

IsUp

Properties

IsUp

Is the trend up.

public bool IsUp { get; }

Property Value

bool