Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.51 KB

README.md

File metadata and controls

23 lines (17 loc) · 1.51 KB

Open Interest(OI) Analysis

This python script helps in analysis of NSE Nifty Futures and Options Open Interest data.

Nifty Future OI Analysis

1. Five Min Nifty Futures OI analysis

Script fetches Nifty Futures data every 5 minutes from the official NSE website (https://www1.nseindia.com/) and saves it inside OiAnalysis.xlxs in FiveMin sheet and gives BUY/SELL signal based on change in OI and change in LTP along with OI interpretaions (i.e Long Buildup, Short Buildup, Long Unwinding and Short Covering)

2. Fifteen Min Nifty Future OI analysis

Script fetches Nifty Futures data every 15 minutes from the official NSE website (https://www1.nseindia.com/) and saves it inside OiAnalysis.xlxs in FiftMin sheet and gives BUY/SELL signal based on change in OI and Change in LTP along with OI interpretaions (i.e Long BuildUp, Short Buildup, Long Unwinding and Short Covering)

Nifty Option Chain OI Analysis

Script fetches Nifty Option Chain data in every 5 minutes for every strike price from official NSE website (https://www1.nseindia.com/) and saves it inside OptionChain.xlsm. This data is saved in Master sheet which is further used by Pivot Table sheet to filter out data based on strike prices. All the Call/Put data is represented on Dashboard sheet in form of OI vs LTP graph.

1. Dashboard

2. Pivot Table

3. Master Sheet