IndicatorBaseOpens Property |
Gets the
Open series array. Opens[0] will return the
Open series of the primary bars. Opens[1] will return the
Open series of the first secondary bars (if any) etc.
Namespace: ArthaChitra.Model.SharpScriptAssembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.8.0
Syntaxprotected ISeries<double>[] Opens { get; }Property Value
ISeriesDouble
See Also