An instrument’s prices at a given time.
Parameters: |
|
---|
Returns the adjusted closing price.
Returns the closing price.
Returns the datetime.datetime.
Returns the highest price.
Returns the lowest price.
Returns the opening price.
Returns True if this is the last bar for the session, or False otherwise.
Returns the volume.
A group of Bar objects.
Parameters: | barDict (map.) – A map of instrument to Bar objects. |
---|
Note
All bars must have the same datetime.
Returns the pyalgotrade.bar.Bar for the given instrument or None if the instrument is not found.
Returns the datetime.datetime for this set of bars.
Returns the instrument symbols.