Click or drag to resize

IndicatorBaseLows Property

Gets the Low series array. Lows[0] will return the Low series of the primary bars. Lows[1] will return the Low series of the first secondary bars (if any) etc.

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

Property Value

ISeriesDouble
See Also