Click or drag to resize

IndicatorBaseBarsArray Property

Gets the Bars array. The primary bars array index is 0 (zero). The secondary bars array index will be determined on how the AddBars(String, BarType, String, DateTime, DateTime, BackfillPolicy) method is called

Namespace: ArthaChitra.Model.SharpScript
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.8.0
Syntax
C#
public Bars[] BarsArray { get; set; }

Property Value

Bars
See Also