Click or drag to resize

IndicatorBaseTime Property

Gets the DateTime seris of the Bars invoking the OnBarUpdate method. Time[0] will get the most recent value, Time[1] will return the previous value and so on.

Namespace: ArthaChitra.Model.SharpScript
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.8.0
Syntax
C#
protected ISeries<DateTime> Time { get; }

Property Value

ISeriesDateTime
See Also