https://github.com/aadityatamrakar/option_chain_analysis
NSE Nifty Option chain analysis on the web page.
https://github.com/aadityatamrakar/option_chain_analysis
apis bootstrap handlebars nodejs requests
Last synced: about 2 months ago
JSON representation
NSE Nifty Option chain analysis on the web page.
- Host: GitHub
- URL: https://github.com/aadityatamrakar/option_chain_analysis
- Owner: aadityatamrakar
- Created: 2019-11-18T16:24:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-10-02T11:17:33.000Z (over 2 years ago)
- Last Synced: 2025-04-06T10:39:04.283Z (2 months ago)
- Topics: apis, bootstrap, handlebars, nodejs, requests
- Language: HTML
- Homepage:
- Size: 588 KB
- Stars: 103
- Watchers: 11
- Forks: 80
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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. This project was developed for education purpose only, it has no commercial use.
You can also select expiry date, the data will be filtered and shown for that expiry only.
## Update 20 Jan 2021 (FINNIFTY Instrument Chain)
You can update app.js file. In place of NIFTY put FINNIFTY and it will show FINNIFTY Chain and analysis.
## 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. I have used CURL for scrapping option chain data which I found was working, NodeJs Request and Native HTTPs library was not working.
## 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
