-
Notifications
You must be signed in to change notification settings - Fork 12
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
Not able to locate configuration file #2
Comments
No need to provide credentials. It will work without it. Just spin the docker-container. |
After spinning up the docker, , look for ".data" directory in the root of project. ".data" is hidden (since it starts with a dot), look for all folders: ls -alh |
Thanks for responding - I am able to see data now - but I tried to modify the instrument to get weekly expiry for 22000 strike price for nifty - but it is still pulling data for all the strike prices - also how to know if the pulled data is for monthly or weekly option - please review below :
|
What modification do i need to do above to get NIFTY 22000 Weekly expiry data? |
For each instrument, aggregated data is collected at once, for every tick. |
Yes - Strike price I can filter post data collection as well - but its currently pulling data for monthly options only - how to get weekly option data? |
Currently due to an urgent work, I am unable to update the repo. Will soon integrate weekly expiry in the next release. |
@studiogangster came across your work - it's beautifully done. Kudos! |
Can you help me in locating config file where i need to update instrument & sensibull credentials?
Also does it need sensibull premium?
The text was updated successfully, but these errors were encountered: