Click or drag to resize

IndicatorBaseWeighted Property

Gets the Weighted price seris of the Bars invoking the OnBarUpdate method. Weighted[0] will get the most recent value, Weighted[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<double> Weighted { get; }

Property Value

ISeriesDouble
See Also