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