sabirjana / blog

Code and data for my blogs
92 stars 79 forks source link

sj_rsi_nifty100_zipline.ipynb #1

Open ducrosx opened 3 years ago

ducrosx commented 3 years ago

Hi It looks like you cannot view the code. Could you reload it ?

By following the code in the article i get an error on sort_values(ascending=True). It says that "by" is missing. Also on you data/data file the ticker is by name eg: ACC while ingesting the data using the method described with BSE500 it uses 'scrip code' so a number. Is it having an impact ? Thanks

sabirjana commented 3 years ago

sort_value issue might be due to the python version mismatch, please modify accordingly. Data integration and subsequent usage in sj_rsi_nifty100_zipline.ipynb are 2 different things. For this particular blog, I ingested data with ticker name (e.g. ACC) and haven't used BSE500 scrip code. Yes, scrip code as numbers don't work properly so avoid have numbers as scrip code.

ducrosx commented 3 years ago

Thanks Jana all goof now. I just used the ticker name instead and everything worked fine.