Definition
A collection of historical bar close prices.
Property Value
A DataSeries type object. Accessing this property via an index value [int barsAgo] returns a double value representing the price of the referenced bar.
Syntax
Close
Close[int barsAgo]
Property Of
Custom Indicator, Custom Strategy
Examples
|
// OnBarUpdate method
|