mirror of
https://github.com/Ichinga-Samuel/aiomql.git
synced 2026-08-24 17:28:25 +00:00
v4.0.7
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
# Changelog
|
||||
|
||||
## [4.0.7](https://github.com/Ichinga-Samuel/aiomql/releases/edit/untagged-7d784e53ee13316aac97) - 2025-01-16
|
||||
|
||||
### Changed
|
||||
- Candles underlying DataFrame is now indexed by datetime.
|
||||
- Executor runs a strategy via the `run_strategy` method directly with `asyncio.run` without creating as a task.
|
||||
- `Strategy` class 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.
|
||||
- `add` method for adding dataframes or series objects to the Candles object.
|
||||
|
||||
### Fixed
|
||||
- Candles timeframe attribute returns the correct TimeFrame object.
|
||||
Reference in New Issue
Block a user