-
take the buyapple.py as an example:
``` python
runfile('D:/git_download/zipline/zipline/examples/buyapple.py', wdir='D:/git_download/zipline/zipline/examples')
AAPL
Traceback (most recent call last):…
-
Is the back testing feature coming back in a later release? I've been attempting to add the functionality myself but I'm not sure what would be the best way to add the feature.
Would modifying the p…
-
I am trying to use Relx to make a release for an application that uses Yaws in embedded mode. I do not specify Yaws as a dependency in my application's .app file. I do include location of the Yaws e…
-
Hi,
Love the script!
Look at this:
2013-12-18 15:52:51 - ADVICE is to SELL @ 530.003 (-0.304)
2013-12-18 16:25:52 - ADVICE is to BUY @ 544.000 (0.251)
2013-12-18 16:42:53 - ADVICE is to SELL @ 522.…
-
I've been experimenting with zipline to backtest a strategy that uses a custom DataSource that gives me a feed of 2-4 intraday timestamps for algorithm evaluation and possible portfolio re-balancing. …
-
Hey dude,
How do I generate the build/libs.js file?
```
Traceback (most recent call last):
File "/Users/cjroebuck/Dev/venv/lib/python2.7/site-packages/flask/app.py", line 1518, in __call__
return se…
-
Code to reproduce:
https://gist.github.com/839709
It's Ruby but it could be translated to C by someone competent in that language. Here are the basic steps to repro:
1. Create a Publisher in a threa…