Click or drag to resize

IndicatorBaseMedians Property

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

Property Value

ISeriesDouble
See Also