Click or drag to resize

IndicatorBaseHighs Property

Gets the High series array. Highs[0] will return the High series of the primary bars. Highs[1] will return the High 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>[] Highs { get; }

Property Value

ISeriesDouble
See Also