Skip to content

MonoAutomation/option_chain_analysis

 
 

Repository files navigation

Option Chain Analysis

I wanted to quickly understand the market scenerio, so for I have developed this option chain analysis page. This page fetch data from official NSE website and analyse the option chain then displays the result.

You can also select expiry date, the data will be filtered and shown for that expiry only.

Data Accuracy

The data is being fetched in realtime when a user visits the webpage via server. The data is accurate and unmodified version of NSE option chain.

Option Analysis

I have mentioned below the conditions, I have implemented in analysis of call options on the webpage.

Here, I am checking the price change and OI change and figuring out what is happening in the market.

Price Change OI Change Option Analysis TREND
Positive Positive Long Buildup BULLISH
Negative Positive Short Buildup BEARISH
Positive Negative Short Covering BULLISH
Negative Negative Long Liquidation BEARISH

Below table can give action plan for particular trend.

NIFTY TREND CALL Option PUT Option
BULLISH BUY SELL
BEARISH SELL BUY

Page Screenshot

alt text

About

NSE Nifty Option chain analysis on web page.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 85.5%
  • JavaScript 14.5%