Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sj_rsi_nifty100_zipline.ipynb #1

Open
ducrosx opened this issue Mar 19, 2021 · 2 comments
Open

sj_rsi_nifty100_zipline.ipynb #1

ducrosx opened this issue Mar 19, 2021 · 2 comments

Comments

@ducrosx
Copy link

ducrosx commented Mar 19, 2021

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
Copy link
Owner

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
Copy link
Author

ducrosx commented Mar 23, 2021

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

Repository owner deleted a comment Feb 2, 2024
Repository owner deleted a comment from technosoft-admin Mar 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants