Skip to content

Commit 3844b81

Browse files
authored
Update README.md
1 parent 6b10a80 commit 3844b81

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

README.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Python NSE-Option-Chain-Analyzer
22

33
## [Downloads](https://github.com/VarunS2002/Python-NSE-Option-Chain-Analyzer/releases)
4-
[![New-Site: v3.2](https://img.shields.io/badge/New--Site-v3.2-brightgreen)](https://github.com/VarunS2002/Python-NSE-Option-Chain-Analyzer/releases/tag/3.2)
4+
[![New-Site: v3.3](https://img.shields.io/badge/New--Site-v3.3-brightgreen)](https://github.com/VarunS2002/Python-NSE-Option-Chain-Analyzer/releases/tag/3.3)
55
[![Old-Site: v2.0](https://img.shields.io/badge/Old--Site-v2.0-brightgreen)](https://github.com/VarunS2002/Python-NSE-Option-Chain-Analyzer/releases/tag/2.0)
66
![Download-Count](https://img.shields.io/github/downloads/VarunS2002/Python-NSE-Option-Chain-Analyzer/total?color=blue)
77
![Build: passing](https://img.shields.io/badge/build-passing-brightgreen)
@@ -15,11 +15,11 @@ It also continuously refreshes the Option Chain and visually displays the trend
1515

1616
-Types of variants available:
1717

18-
1. .py (Python Source Code)
18+
1. `.py` (Python Source Code)
1919

20-
2. .pyw (Compiled Python file without Console)
20+
2. `.pyw` (Compiled Python file without Console)
2121

22-
3. .exe (Windows Executable)
22+
3. `.exe` (Windows Executable)
2323

2424
-Requirements for 3 (BETA):
2525

@@ -32,6 +32,8 @@ It also continuously refreshes the Option Chain and visually displays the trend
3232
- For Windows https://www.python.org/downloads/ is recommended
3333

3434
- Add Python to PATH/Environment Variables during installation in Windows (recommended)
35+
36+
- To run the Compiled Python file with Console change the extension to `.pyc`
3537

3638
- Required modules:
3739

@@ -74,7 +76,7 @@ It also continuously refreshes the Option Chain and visually displays the trend
7476
7577
-New data row is added only if the NSE server updates its time or data (To prevent printing duplicate data)
7678
77-
-Supported Indexes :
79+
-Supported Indices :
7880
* NIFTY
7981
* BANKNIFTY
8082
* NIFTYIT
@@ -104,7 +106,7 @@ It also continuously refreshes the Option Chain and visually displays the trend
104106
Data | How it's calculated
105107
--- | ---
106108
Server Time | *Web Scraped*. Indicates last data update time by NSE server
107-
Points | *Web Scraped*. Underlying Instrument Value indicates the value of the underlying Security or Index
109+
Value | *Web Scraped*. Underlying Instrument Value indicates the value of the underlying Security or Index
108110
Call Sum | Calculated. Sum of the Changes in Call Open Interest contracts of the given Strike Price and the next immediate two Strike Prices (In Thousands)
109111
Put Sum | Calculated. Sum of the Change in Put Open Interest contracts of the given Strike Price and the next two Strike Prices (In Thousands)
110112
Difference | Calculated. Difference between the Call Sum and Put Sum. If its very -ve its bullish, if its very +ve then its bearish else its a sideways session.
@@ -135,12 +137,12 @@ Put In The Money(ITM) | This indicates if the Put writers are also exiting far O
135137
136138
-Main Window:
137139
138-
![Screenshot_2](https://i.imgur.com/SjD6fPX.png)
140+
![Screenshot_2](https://i.imgur.com/2JO5BuT.png)
139141
140142
-Selecting data:
141143
142-
![Screenshot_3](https://i.imgur.com/dHbYAr3.png)
144+
![Screenshot_3](https://i.imgur.com/wxoEyPZ.png)
143145
144146
-Option Menu
145147
146-
![Screenshot_4](https://i.imgur.com/B731pUk.png)
148+
![Screenshot_4](https://i.imgur.com/gGIQz9a.png)

0 commit comments

Comments
 (0)