Is it possible to get the full option chain through Websocket? Or do I have to subscribe for individual strikes and turn the full mode on? If possible, please share the Python code.
thanks for the response @rakeshr . I'm need to get OptionChain data and apply my strategy. Can I use this package in AWS? any known challenges? (earlier I tried to move my algo setup to AWS but kiteconnect package installation troubled me a lot).
I have implemented this at my machine. Note that OI change will not come in all ticks. If your strategy is based on OI, then store only the ticks where change in OI is there. Then every 3 minute apply your strategy. eg. 40000 CE can come at 9:30:10 , 9:32:01 , 9:32:40 etc.
Can I use this package in AWS? any known challenges?(earlier I tried to move my algo setup to AWS but kiteconnect package installation troubled me a lot).
This is being used in production at AWS EC2, etc at multiple places. You can paste here the installation steps related to kiteconnect.
1. I created a lambda layer with kiteconnect and dependent packages
2. imported kiteconnect in lambda function, faced challenges here