cemal95

Results 11 comments of cemal95

register('backtest-bundle', csvdir_equities(['daily'], '/Users/cemalarican/Desktop/BACKTESTING'), start_session=start, end_session=end) I also work with my own data. This is how I did it for my own data in the extensions.py file

Same here. Conda is the way to go

You can use the csvdir.py and extensions.py files to register your bundle if you have personal data and your algo.

currently I dont know how to check. Did you make sure that your data is in the right file, sometimes they forget to provide the right path? It says in...

Hey sorry for the late reply, I ran the example. I used the bundle='quandl'. And added the run_algorithm() function and it worked. Did you check the data maybe, did you...

My pleasure man, also on my THESIS repo, I have a short intro on how to use it on jupyter notebook. Also gonna upload my thesis algos.

Alrighty, cool man. Wish you all the best bro. Please let me know if something can be done to improve on something :)

@marketneutral Hi, I have run your code, it works. But when I change the dates, I get the following error: Traceback (most recent call last): File "/Users/cemalarican/Desktop/THESIS/PIPE.py", line 82, in...

Thats the thing, when i compare the indicies of my stocks and compare them with the NYSE trading days, almost all match up.

@richafrank I think I could, however, I have more than 12.000 securities. Wouldnt be more feasible if I change the setting in Zipline to 1984-01-01?