You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -15,11 +15,11 @@ It also continuously refreshes the Option Chain and visually displays the trend
15
15
16
16
-Types of variants available:
17
17
18
-
1. .py (Python Source Code)
18
+
1.`.py` (Python Source Code)
19
19
20
-
2. .pyw (Compiled Python file without Console)
20
+
2.`.pyw` (Compiled Python file without Console)
21
21
22
-
3. .exe (Windows Executable)
22
+
3.`.exe` (Windows Executable)
23
23
24
24
-Requirements for 3 (BETA):
25
25
@@ -32,6 +32,8 @@ It also continuously refreshes the Option Chain and visually displays the trend
32
32
- For Windows https://www.python.org/downloads/ is recommended
33
33
34
34
- 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`
35
37
36
38
- Required modules:
37
39
@@ -74,7 +76,7 @@ It also continuously refreshes the Option Chain and visually displays the trend
74
76
75
77
-New data row is added only if the NSE server updates its time or data (To prevent printing duplicate data)
76
78
77
-
-Supported Indexes :
79
+
-Supported Indices :
78
80
* NIFTY
79
81
* BANKNIFTY
80
82
* NIFTYIT
@@ -104,7 +106,7 @@ It also continuously refreshes the Option Chain and visually displays the trend
104
106
Data | How it's calculated
105
107
--- | ---
106
108
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
108
110
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)
109
111
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)
110
112
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
0 commit comments