IndicatorData

StockSharp.Xaml.Charting.ChartDrawData

Indicator values to draw on chart.

Implements: IDrawValue

Constructors

IndicatorData
public IndicatorData(DateTime time, IIndicatorValue val)
indicatorData = IndicatorData(time, val)

Create instance.

time
Value timestamp.
val
Indicator value.

Properties

Time
public DateTime Time { get; }
value = indicatorData.Time

Value timestamp.

Value
public IIndicatorValue Value { get; }
value = indicatorData.Value

Indicator value.