zipline-reloaded icon indicating copy to clipboard operation
zipline-reloaded copied to clipboard

Zipline, a Pythonic Algorithmic Trading Library

Results 30 zipline-reloaded issues
Sort by recently updated
recently updated
newest added

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. Release notes Sourced from actions/checkout's releases. v4.0.0 What's Changed Update default runtime to node20 by @​takost in actions/checkout#1436 Support fetching without the --progress option...

dependencies

Dear Zipline Maintainers, Before I tell you about my issue, let me describe my environment: # Environment * Operating System: Windows 10 Pro * Python Version: 3.10.11 * How did...

Dear Zipline Maintainers, I apologize if this is the wrong place to post this issue. I have already posted in on Stack Overflow but haven't gotten a response yet. I...

Just a friendly suggestion: For some EOD models, it makes sense to place orders as 'market on open', rather than the default Zipline logic of 'market on close'. It's quite...

```record(AAPL=data.current(symbol('AAPL'), "price")```, lacks a closing bracket. I added this bracket to ensure beginners will not get stuck.

Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.18.0 to 2.19.2. Release notes Sourced from pypa/cibuildwheel's releases. Version 2.19.2 🐛 Update manylinux2014 pins to versions that support past-EoL CentOS 7 mirrors. (#1917) 🐛 Support --no-isolation...

dependencies

The recently released breaking version of Numpy requires some housekeeping before it can be integrated. Failed to import(cimport) numpy ndarray used in data/_adjustments.pyx. Upon fixing that there was some other...

Hi Stefan, This is the bulk of changes needed to reduce/eliminate Pandas future/deprecation warnings when using Pandas 2.2. There were about 33000 when running the tests and this gets down...

Hi, Just updated the code to remove deprecation warnings for ffill() and stack() Pandas methods. For more info related to these updates check the Pandas release notes: https://pandas.pydata.org/docs/whatsnew/v2.1.0.html ![image](https://github.com/user-attachments/assets/d188ab8f-a9f5-4be9-a4d4-03022da0f757) ![image](https://github.com/user-attachments/assets/51a0591a-6bc0-4d5e-9910-f287397f47f9)...

code fixes for numpy2