The Python Library For Qtsapp Which Displays The Option Chain In Near Real Time (YT Video). This Program Retrieves This Data From The Qtsapp Site And Then Generates Useful Analysis Of The Option Chain For The Specified Index Or Stock. It Also Continuously Refreshes The Option Chain Along With Implied Volatatlity (IV), Open Interest (OI), Delta, Theta, Vega, Gamma, Vanna, Charm, Speed, Zomma, Color, Volga, Veta At An Interval Of A Second And Visually Displays The Trend In Various Indicators Useful For Technical Analysis.
Install The QtsApp Library Via pip install -U git+https://github.com/TechfaneTechnologies/QtsApp.git@dev
And Then Clone The Repo Via git clone https://github.com/TechfaneTechnologies/QtsApp.git
pip install -U git+https://github.com/TechfaneTechnologies/QtsApp.git@dev
git clone https://github.com/TechfaneTechnologies/QtsApp.git
_If you are using UserId and Password Method To Login, Then Open the .env.secret
and update the two fields USER_NAME=Your_User_Name_or_Id
and PASSWORD=Your_Password
, Now Save and Close the File._
_Otherwise, If you are using google signin method, the above procedure will not work, and you have to get the api_key
and api_token
manually. And update the same in .env
file instead of .env.secret
, To know How To Do The Same, Please Follow This Guideline_
Post Updating And Saving The .env
or .env.secret
Then run the following commands to get the live data. (Run During Market Times For Live Data)
cd QtsApp
python .\example.py
Keep the .env
, .env.secret
and exaple.py
in the same directory before running python example.py
to get the live data. (Run During Market Times)
With This You can get live option chain data (of any NFO instrument and any valid expiry) along with iv, 1st, 2nd & 3rd Order greek from QtsApp, you just need to have a free account with them.
https://www.youtube.com/watch?v=XKFjufDaFhk
https://www.youtube.com/watch?v=2TT9wkO2nH0