Definition
A collection of historical bar volume values.
Property Value
A VolumeSeries type object. Accessing this property via an index value [int barsAgo] returns an double value representing the volume of the referenced bar.
Syntax
Volume
Volume[int barsAgo]
Property Of
Custom Indicator, Custom Strategy
Examples
|
// OnBarUpdate method
|