IndicatorBaseClose Property |
Gets the
Close price series of the
Bars invoking the
OnBarUpdate method. Close[0] will return the most recent value, Close[1] will return the previous value and so on.
Namespace: ArthaChitra.Model.SharpScriptAssembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.8.0
Syntaxprotected ISeries<double> Close { get; }Property Value
ISeriesDouble
See Also