zipline Questions

6

Solved

Currently I'm generating a DateTimeIndex using a certain function, zipline.utils.tradingcalendar.get_trading_days. The time series is roughly daily but with some gaps. My goal is to get the last ...
Clevelandclevenger asked 9/6, 2015 at 22:21

1

Solved

I'm working through the book Trading Evolved by Andreas Clenow and am running into an AssertionError when trying to run the code for the first backtest on zipilne. I am new to python and zipline an...
Spilt asked 29/4, 2020 at 22:57

2

I am not able to import the zipline.transforms module >>> from zipline.transforms import batch_transform Traceback (most recent call last): File "<stdin>", line 1, in <module>...
Rhombus asked 8/6, 2016 at 8:7

1

Solved

I'm playing around with Enigma Catalyst. Unfortunately, the documentation is rather limited. So I'm trying to run their example "hello world" type algo which looks as follows: from catalyst impor...
Samuel asked 25/2, 2018 at 3:3

1

I have the following code in my viacsv.py file that aims to allow a custom bundle to be ingested: # # Ingest stock csv files to create a zipline data bundle import os import numpy as np import p...
Jubal asked 22/7, 2017 at 18:23

1

Solved

I wrote a python program using the quantopian zipline package http://www.zipline.io/beginner-tutorial.html. I recently updated the package and have encountered that the zipline.transforms package i...
Pulpboard asked 21/9, 2017 at 14:46

1

Solved

PLEASE NOTE: This question was successfully answered ptrj below. I have also written a blog post on my blog about my experiences with zipline which you can find here: https://financialzipline.wordp...
Cherlynchernow asked 19/7, 2016 at 18:31

10

Solved

Using pip install zipline on Windows 8 with Python 2.7 gives me the error: Downloading/unpacking six (from python-dateutil==2.1->delorean->zipline[all]) Running setup.py egg_info for packag...
Gladiolus asked 7/11, 2013 at 8:19

1

I have an unstable/weird result with Zipline trading calendar. On one machine with Python 3.4.2x64 and Zipline 0.7.42 I can run the following code: trading.environment = TradingEnvironment(bm_symb...
Sweetie asked 2/10, 2015 at 17:12

2

Solved

I'm trying to get zipline working with non-US, intraday data, that I've loaded into a pandas DataFrame: BARC HSBA LLOY STAN Date 2014-07-01 08:30:00 321.250 894.55 112.105 1777.25 2014-07-01 08:...
Klemm asked 6/8, 2014 at 16:29

1

Solved

I'm working in zipline and pandas and have converted a pandas.Panel to a pandas.DataFrame using the to_frame() method. This is the resulting pandas.DataFrame which as you can see is multi-indexed: ...
Distichous asked 1/4, 2013 at 20:28

1

Solved

I'm new to Pandas and Zipline, and I'm trying to learn how to use them (and use them with this data that I have). Any sorts of tips, even if no full solution, would be much appreciated. I have trie...
Evergreen asked 25/1, 2013 at 4:15
1

© 2022 - 2024 — McMap. All rights reserved.