The package contains various analysis tools for live Option Chain Data.
- Live Prices to Option Data for both Put and Call Option
- Live Put Call Ratio and Total Put and Call Contracts for Option Chain
- Live Max Pain Analysis for Option Chain
- Probability of Change and Swing in Trend
- notification.wav is the audio file that will notify the user as soon as the data on NSE site and our graphs are updated.
- To run the code type
python any_analysis_you_want.py -l LINK -p POINT_ON_EITHER_SIDE_YOU_WANT -p QUANTITY
- LINK - insert the link of the nse option chaing page you want to analysis.
- POINT_ON_EITHER_SIDE_YOU_WANT - Number of points you want to plot on the graph.
- QUANTITY - What you want to plot. Default - OI.
- Use
python any_analysis_you_want.py --help for any help about arguments.