Median
<< Click to Display Table of Contents >> Median |
A collection of historical bar median prices. Median price = (High + Low) / 2.
An ISeries<double> type object. Accessing this property via an index value [int barsAgo] returns a double value representing the price of the referenced bar.
Median
Median[int barsAgo]
// Current bar median price |