Weighted
<< Click to Display Table of Contents >> Weighted |
A collection of historical bar weighted prices. Weighted price = (High + Low + Close + Close) / 4.
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.
Weighted
Weighted[int barsAgo]
// Current bar weighted price |