I've looked at the documentation on writing a new bundle and had a look at the Yahoo bundle in Github, but was hoping someone has created a tutorial targeted at a slightly more novice level. Is there such a thing? Has anyone already written an investor that takes a CSV as input?If not, what exactly is the ingest function supposed to do? If seems like it needs to yield a security id and a data frame – is that roughly correct?
--
You received this message because you are subscribed to the Google Groups "Zipline Python Opensource Backtester" group.
To unsubscribe from this group and stop receiving emails from it, send an email to zipline+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to zipline+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--BR,
Ed
Following along in Ed's footsteps, here is another basic example
of creating a custom data bundle from local csv files and the
steps needed to both test and run it:
http://www.prokopyshen.com/create-custom-zipline-data-bundle
To unsubscribe from this group and stop receiving emails from it, send an email to zipline+u...@googlegroups.com.
Following along in Ed's footsteps, here is another basic example of creating a custom data bundle from local csv files and the steps needed to both test and run it:
Richard
http://www.prokopyshen.com/create-custom-zipline-data-bundle
On 9/27/2016 3:54 AM, Ed Bartosh wrote:
Hi,You can look at my work in progress: https://github.com/bartosh/zipline/blob/master/zipline/data/bundles/csvdir.py and ask questions if any. So far I was able to load minute data from CSV files and run simple algo in minute mode. However, if algo uses daily history it needs also daily data and dividends&splits data, so I'm going to combine Yahoo bundle that loads daily data and dividends&splits data with what I did.
Regards,Ed
2016-09-27 7:21 GMT+03:00 C I <ci2...@gmail.com>:
I've looked at the documentation on writing a new bundle and had a look at the Yahoo bundle in Github, but was hoping someone has created a tutorial targeted at a slightly more novice level. Is there such a thing? Has anyone already written an investor that takes a CSV as input?
If not, what exactly is the ingest function supposed to do? If seems like it needs to yield a security id and a data frame – is that roughly correct?
--
You received this message because you are subscribed to the Google Groups "Zipline Python Opensource Backtester" group.
To unsubscribe from this group and stop receiving emails from it, send an email to zipline+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
BR,
Ed
To unsubscribe from this group and stop receiving emails from it, send an email to zipline+unsubscribe@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to zipline+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to zip...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--BR,
Ed