IndicatorBaseMedian Property |
Gets the
Median price seris of the
Bars invoking the
OnBarUpdate method. Median[0] will get the most recent value, Median[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> Median { get; }Property Value
ISeriesDouble
See Also