/Open-Interest-NSE-Live-Analysis

The package contains various analysis tools for live Option Chain Data.

Primary LanguagePython

Open-Interest-NSE-Live-Analysis

Contents:

The package contains various analysis tools for live Option Chain Data.

Following Analysis Methods are present in the package :

  1. Live Prices to Option Data for both Put and Call Option
  2. Live Put Call Ratio and Total Put and Call Contracts for Option Chain
  3. Live Max Pain Analysis for Option Chain
  4. Probability of Change and Swing in Trend

Images of BANK NIFTY ploted for p=7 over OI Data.

inr1


inr2


inr3


inr4


Additional Information

  1. notification.wav is the audio file that will notify the user as soon as the data on NSE site and our graphs are updated.
  2. To run the code type

python any_analysis_you_want.py -l LINK -p POINT_ON_EITHER_SIDE_YOU_WANT -p QUANTITY

  1. LINK - insert the link of the nse option chaing page you want to analysis.
  2. POINT_ON_EITHER_SIDE_YOU_WANT - Number of points you want to plot on the graph.
  3. QUANTITY - What you want to plot. Default - OI.
  4. Use

python any_analysis_you_want.py --help for any help about arguments.