All Projects → aadityatamrakar → option_chain_analysis

aadityatamrakar / option_chain_analysis

Licence: other
NSE Nifty Option chain analysis on the web page.

Programming Languages

HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to option chain analysis

blog
用Node.js+Express和MongoDB搭建一个属于自己的博客
Stars: ✭ 46 (-26.98%)
Mutual labels:  handlebars
Tieba-Birthday-Spider
百度贴吧生日爬虫,可抓取贴吧内吧友生日,并且在对应日期自动发送祝福
Stars: ✭ 28 (-55.56%)
Mutual labels:  requests
Bundli-Frontend
Bundli-Frontend 🚩 is a repo which contains 🚀different code of full stack Development 👨‍💻🚀
Stars: ✭ 133 (+111.11%)
Mutual labels:  apis
TSdownloader
Template for downloading segmented video (.m3u8/.ts) from streaming websites
Stars: ✭ 17 (-73.02%)
Mutual labels:  requests
awesome.gl
棒棒哒攻略:Developer's Technical Documents, API References, Code Examples, Quick Starts, Programming minutebooks, and Tutorials. https://awesome.gl
Stars: ✭ 12 (-80.95%)
Mutual labels:  apis
feupy
The sigarra scraping library no one asked for
Stars: ✭ 13 (-79.37%)
Mutual labels:  requests
wiremock
A tool for mocking HTTP services
Stars: ✭ 5,239 (+8215.87%)
Mutual labels:  apis
Apihouse
Get the collective list of free APIs for your next side project
Stars: ✭ 125 (+98.41%)
Mutual labels:  apis
PT-Tracking
Aplicação para registo e acompanhamento de encomendas da CTT Expresso, automatiza a consulta online do estado de tracking para várias remessas e mantém um registo dos pagamentos referentes aos envios à cobrança. As remessas que requerem atenção, devido a atrasos na entrega ou na receção do pagamento correspondente, bem como os cheques cuja data …
Stars: ✭ 18 (-71.43%)
Mutual labels:  requests
codetabs
Free Online Services. Github/GitLab star history. Count Lines of Code. CORS proxy server. IP GeoLocation. Convert Video to Gif. HTTP Headers. Api weather temp. Alexa ranking.
Stars: ✭ 114 (+80.95%)
Mutual labels:  apis
dnevnikru
dnevnik.ru parser
Stars: ✭ 20 (-68.25%)
Mutual labels:  requests
dc-accelerators-content-rendering-service
An accelerated starting point for implementing Amplience Dynamic Content.
Stars: ✭ 15 (-76.19%)
Mutual labels:  handlebars
Cybros-Web-Application
Cybros Web Application Development
Stars: ✭ 29 (-53.97%)
Mutual labels:  handlebars
web full stack application
show full stack technology applications : Scrapy + webservice[restful] + websocket + VueJS + MongoDB
Stars: ✭ 16 (-74.6%)
Mutual labels:  requests
usim800
usim800 is a Python driver module for SIM800 GSM/GPRS .
Stars: ✭ 36 (-42.86%)
Mutual labels:  requests
lnv-mobile-base
移动端开发脚手架-基于gulp的使用zepto、handlebars、sass并且带移动端适配方案(flexible.js)的前端工作流,旨在帮助移动端项目的开发
Stars: ✭ 41 (-34.92%)
Mutual labels:  handlebars
HandlebarsCookbook
A cookbook of handlebars and mustache, focus on handlebars.js , mustache.js and lightncandy usage
Stars: ✭ 20 (-68.25%)
Mutual labels:  handlebars
resto
🔗 a CLI app can send pretty HTTP & API requests with TUI
Stars: ✭ 113 (+79.37%)
Mutual labels:  requests
Open-APIs
Collection of Unlimited APIs
Stars: ✭ 55 (-12.7%)
Mutual labels:  apis
get LibSeat
利昂图书馆预约系统自动预约&签到程序。支持包括中国人民大学、北京师范大学、济南大学、哈尔滨工业大学等在内的38所高校的图书馆系统
Stars: ✭ 39 (-38.1%)
Mutual labels:  requests

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

alt text

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].