Eddie Hebert and Jean Bredeche
16fd6681a6
ENH: Rewrite of Zipline to use lazy access pattern
...
More documentation to follow in release notes.
Based on lazy-mainline branch, see for more details.
Also-By: Jean Bredeche <jean@quantopian.com >
Also-By: Andrew Liang <aliang@quantopian.com >
Also-By: Abhijeet Kalyan <akalyan@quantopian.com >
2016-04-04 16:12:58 -04:00
Jonathan Kamens
11465d907d
MAINT: Upgrade Logbook version
...
Upgrade Logbook to 0.12.5. This required changing a usage of
`logbook.NullHandler()` which passed `bubble=True`, since
`NullHandler` no longer supports the `bubble` argument.
2016-02-16 13:32:25 -05:00
Stewart Douglas
283c959cc4
MAINT: Move analyze methods into algorithm files
2015-09-10 11:36:14 -04:00
Stewart Douglas
3f4bbc521a
ENH: Add axis label to olmar output plot
2015-09-10 11:32:41 -04:00
jfkirk
b84ac01cbf
ENH: Adds futures trading and asset management logic to TradingAlgorithm and performance classes
2015-06-11 11:35:49 -04:00
Joe Jevnik
e3d8b1034e
ENH: Replaces the simple transforms with history calls. Switches
...
transforms to quantopian syntax.
Adds the sid attribute to the siddata so it is aware of which security
it represents.
2014-11-17 13:16:30 -05:00
Eddie Hebert
54ddd1c109
MAINT: print function clean up in preparation for Python 3
...
- Use `print()` function for all print calls
- Fix strip and format calls that were on the outside of the
print function for some reason.
(Which were breaking in Python 3 because of print returning None.)
- Remove commented out print calls.
2014-01-04 20:55:43 -05:00
Thomas Wiecki
b89886297f
STY: autopep8 codebase.
2013-08-08 16:46:44 -04:00
Thomas Wiecki and Eddie Hebert
b748ba62e0
MAINT: Shortened time frame over which examples are run to speed up tests.
...
Minor fix pairtrade to now use record.
2013-05-02 16:54:57 -04:00
Thomas Wiecki and Eddie Hebert
d56f1b73f8
BUG: Removed SlippageModel from olmar example.
...
Fix crash due to 'delay' was no longer supported.
But removing SlippageModel override, since current configs
should be functionally equivalent to FixedSlippage.
2013-05-02 16:54:08 -04:00
Eddie Hebert
58af62f18d
REL: Update copyright on all files touched since end of 2012.
...
s/Copyright 2012/Copyright 2013/
2013-04-05 14:28:15 -04:00
Thomas Wiecki and Eddie Hebert
f1ff9cee0d
ENH: New example algorithm OLMAR.
2013-03-01 15:33:12 -05:00