Definition
A collection of historical bar closing prices.
Property Value
A data series type object that implements the IDataSeries interface.
Syntax
Close
Close[int barsAgo]
Examples
|
// Current bar closing price
// Closing price of 10 bars ago
// Current bar value of a 20 period simple moving average of closing prices
|