-
I'm building a algotrading tool, for that i'm using ES + CQRS (ability to track down any issues in my algorithms is required). And i've recently tried EventStore (also in memory mode), its a brilliant…
ghost updated
9 years ago
-
Running :
```
python run_algo.py -f ../zipline/examples/buyapple.py --start 2000-1-1 --end 2012-1-1 --symbols AAPL -o buyapple_out.pickle
```
results in:
```
[2015-01-26 13:36] INFO: Performance: S…
-
I have a set of code that works with 0.13.0 and with 0.13.1. The code snippet is attached. I've highlighted the row in the code snippet. In one I have saved the date in the other just "1". The out…
-
A previously working (python 2.6, pandas 0.3) program using pandas.stats.interface.ols now (python 2.7, pandas 0.4) throws an exception
code:
WP = pandas.WidePanel.fromDict( AllPairSignals)
AllPairRe…