A python module for algorithmic trading and strategy validation
Stars
298
Forks
56
Watchers
298
Open Issues
12
Overall repository health assessment
No package.json found
This might not be a Node.js project
595
commits
201
commits
181
commits
104
commits
48
commits
16
commits
13
commits
10
commits
7
commits
4
commits
[Fixed] Roll Method Arithmetic is now working as expected, also Roll now returns BarData instead of dict
7ef3687View on GitHubITS ALIVE!! Aleph now has basic capabilities for live trading! (No Futures yet, only tested with mkt orders)
fdacb36View on GitHubBegan working on LiveBlotter to act as OMS for when live_execution is set to True
67fd326View on GitHub[Bug Improvement] The bug in roll method that was preventing fluid roll over, is potentially fixed.
329ffdeView on GitHub[BUG] Fixed a small bug that prevented 'backtest mode' from running
3110a8eView on GitHub[Feat] Algorithm can now be initialized with a Equity and/or Futures Portfolio loaded from IB.
232f203View on GitHub[Feat] added initial support for live execution in aleph
d7b7685View on GitHub[Deprecated] removed the old highly dysfunctional roll method that what hiding in tradesimulation
df45d88View on GitHub[Bug Fix] handle_futures leverage was always being implemented
a2d8084View on GitHub[Feat] added Roll_Method Prototype, and notebook documenting the current progress of the project
fac691cView on GitHub