zipline-reloaded
zipline-reloaded copied to clipboard
Zipline, a Pythonic Algorithmic Trading Library
@stefan-jansen , please review this is to fix the `FutureWarning` on `ledger.py:424` ``` /home/gordon/.local/lib/python3.11/site-packages/zipline/finance/ledger.py:424: FutureWarning: Series.__setitem__ treating keys as positions is deprecated. In a future version, integer keys will always...
Dear Zipline Maintainers, Before I tell you about my issue, let me describe my environment: # Environment * Operating System: Windows 10 * Python Version: 3.11.5 * Python Bitness: `$...
Dear Zipline Maintainers, Before I tell you about my issue, let me describe my environment: # Environment * Operating System: (Windows Version or `$ uname --all`) Linux pop-os 6.4.6-76060406-generic #202307241739~1694621917~22.04~ac5e1a8...
Dear Zipline Maintainers, Before I tell you about my issue, let me describe my environment: # Environment * Operating System: (Windows Version or `$ uname --all`) ~~~ Linux pop-os 6.4.6-76060406-generic...
Fixes #225.
The `write()` methods of `BcolzDailyBarWriter` and `BcolzMinuteBarWriter` have identical signatures but very different semantics. Specifically `BcolzMinuteBarWriter.write()` *appends* to the table, whereas `BcolzDailyBarWriter.write()` *overwrites* the table. This is currently undocumented. Ideally...
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.14.1 to 2.16.2. Release notes Sourced from pypa/cibuildwheel's releases. v2.16.2 🛠 Updates CPython 3.12 version to 3.12.0, final release (#1635) ✨ Adds a debug option CIBW_DEBUG_KEEP_CONTAINER to...
In original zipline, the before_trading_start_minutes is fixed as 8:45AM US/Eastern timezone. But that won't fit if the security market is in different location. Using (open time - 45min) and timezone...
Dear Zipline Maintainers, Before I tell you about my issue, let me describe my environment: # Environment * Operating System: (Windows Version or `$ uname --all`) Linux pop-os 6.4.6-76060406-generic #202307241739~1692717645~22.04~5597803...