carstenf

Results 9 issues of carstenf

It looks like the splits are the wrong way around and should be reversed. The first split will be used first to compute, than the second split should not use...

**Describe the bug** im trying to install the environment and is does not finish and finnaly failed **To Reproduce** MacBook Pro 2.4 GHz 8-Core Intel Core i9 MacOs 13.4 (22F66)...

I would like to use an external server (AWS EC2, Azure..) to install Python and run the code on that instance. As you are mention, you use Server-side execution. Theoretically...

enhancement
question

Can we have Scripy included in the next version?

I managed to ingest, see pull request, but than load_quandl_sf1.py did not work. Th issue is this: lifetimes = bundle_data.asset_finder._compute_asset_lifetimes(frozenset([str("US")])) TypeError: _compute_asset_lifetimes() takes 1 positional argument but 2 were given...

1) Added a check if 'raw' folder exists, else crate the 'raw' folder in load_quadl_sf1.py 2) solved the issue with an error if one needs to run load_quadl_sf1.py with zipline...

i install everything according to Deploy OpenVSCode Server to AWS EC2. Everything works fine. I open OpenVSCode Server in the browser, but I can't open the local folders on my...

Beautiful pice of code! I'm downloading the vix data from https://www.cboe.com/us/futures/market_statistics/historical_data/ and one needs to know the expiring date to be able to get the file: urlStr = 'https://www.cboe.com/us/futures/market_statistics/historical_data/products/csv/VX/2014-03-18' urllib.request.urlretrieve(urlStr)...

How can the model get information from the internet or some other source, like pdf on the iPhone?

enhancement