mirror of
https://github.com/Ichinga-Samuel/aiomql.git
synced 2026-07-27 20:27:43 +00:00
697 B
697 B
Changelog
4.0.7 - 2025-01-16
Changed
- Candles underlying DataFrame is now indexed by datetime.
- Executor runs a strategy via the
run_strategymethod directly withasyncio.runwithout creating as a task. Strategyclass now has a initialize method that is called before the strategy is run.
Added
__add__and__iadd__dunder methods for addition and inplace addition of dataframes or series objects to the Candles object.addmethod for adding dataframes or series objects to the Candles object.
Fixed
- Candles timeframe attribute returns the correct TimeFrame object.