Skip to content

Python code to fetch Option chain data of Nifty and Bank Nifty and do some calculations to generate Intraday trend.

Notifications You must be signed in to change notification settings

HawkEyeCoding/nse-oi-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

nse-data-analysis

OI data analysis of NSE Option chain

Before running these scripts update google_sheet ID and Google API token, also enable API for google sheets.


Option chain contains very important information but the trend formation about the underlying. This script is scraping data from NSE API and calculating sum of open interest change in near ATM strikes for calls and Puts.

If the Call OI change is more than Put OI change then we assume that Big players are doing Call writing and trend formation is bearish. (Note: the difference should be substantial), and vice-a-versa sum of near ATM strike OI change of Puts is greater than Call than it is assumed that Puts are being sold more than Calls and view is bullish.

About

Python code to fetch Option chain data of Nifty and Bank Nifty and do some calculations to generate Intraday trend.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages