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
- Install missing modules using `pip install -r requirements.txt`
54
41
55
42
## Usage:
56
43
57
44
1. Select your Index or Security option and it's Expiry Date
58
45
59
46
2. Enter your preferred Strike Price
60
47
61
-
3. Click Start
48
+
3. Enter the interval you want the program to refresh (Optional : Defaults to 1 minute)
49
+
50
+
4. Click Start
62
51
63
52
## Note:
64
53
65
54
-If there is an error in fetching dates then try refreshing
66
55
67
-
-If you face any issue then feel free to open an issue.
56
+
-If you face any issue or have a suggestion then feel free to open an issue.
68
57
69
-
-It is recommended to enable logging and then send the nse.log file or the console output
58
+
-It is recommended to enable logging and then send the nse.log file or the console output for reporting issues
70
59
71
60
-In case of network or connection errors the program doesn't crash and will keep retrying until manually stopped
72
61
@@ -82,7 +71,7 @@ Calculations are based on [Mr. Sameer Dharaskar's Course](http://advancesharetra
82
71
83
72
## Features:
84
73
85
-
-The program continuously retrieves and refreshes the option chain every minute giving near real-time analysis to the traders
74
+
-The program continuously retrieves and refreshes the option chain giving near real-time analysis to the traders
86
75
87
76
-New data row is added only if the NSE server updates its time or data (To prevent printing duplicate data)
88
77
@@ -115,7 +104,7 @@ Calculations are based on [Mr. Sameer Dharaskar's Course](http://advancesharetra
115
104
116
105
-Table Data displayed:
117
106
118
-
Data | How it's calculated
107
+
Data | Description
119
108
--- | ---
120
109
Server Time | *Web Scraped*. Indicates last data update time by NSE server
121
110
Value | *Web Scraped*. Underlying Instrument Value indicates the value of the underlying Security or Index
@@ -129,12 +118,12 @@ Put In The Money(ITM) | This indicates that bearish trend could continue and Val
129
118
130
119
-Label Data displayed:
131
120
132
-
Data | How it's calculated
121
+
Data | Description
133
122
--- | ---
134
-
Max Call Open Interest and Strike Price | Highest Call Open Interest contracts (in thousands) and it's corresponding Strike Price
135
-
Max Put Open Interest and Strike Price | Highest Put Open Interest contracts (in thousands) and it's corresponding Strike Price
136
-
Put Call Ratio(PCR) | Sum Total of Put Open Interest contracts divided by Sum Total of Call Open Interest contracts
123
+
Open Interest Upper Boundary | Highest and 2nd Highest(highest in OI boundary range) Call Open Interest contracts (in thousands) and their corresponding Strike Prices
124
+
Open Interest Lower Boundary | Highest and 2nd Highest(highest in OI boundary range) Put Open Interest contracts (in thousands) and their corresponding Strike Prices
137
125
Open Interest | This indicates if the latest OI data record indicates Bearish or Bullish signs near Indicated Strike Price. If the Call Sum is more than the Put Sum then the OI is considered Bearish as there is more Call writing than Puts. If the Put Sum is more than the Call sum then the OI Is considered Bullish as the Put writing exceeds the Call writing.
126
+
Put Call Ratio(PCR) | Sum Total of Put Open Interest contracts divided by Sum Total of Call Open Interest contracts
138
127
Call Exits | This indicates if the Call writers are exiting near given Strike Price in the latest OI data record. If the Call sum is < 0 or if the change in Call OI at the Call boundary (2 Strike Prices above the given Strike Price) is < 0, then Call writers are exiting their positions and the Bulls have a clear path.
139
128
Put Exits | This indicates if the Put writers are exiting near given Strike Price in the latest OI data record. If the Put sum is < 0 or if the change in Put OI at the Put boundary (the given Strike Price) is < 0, then Put writers are exiting their positions and the Bears have a clear path.
140
129
Call In The Money(ITM) | This indicates if the Call writers are also exiting far OTM strike prices (4 Strike Prices above the given Strike Price) showing extreme bullishness. Conditions are if the Call writers are exiting their far OTM positions and the Put writers are writing at the same Strike Price & if the absolute ratio > 1.5 then its bullish sign. This signal also changes to Yes if the change in Call OI at the far OTM is < 0.
@@ -145,16 +134,16 @@ Put In The Money(ITM) | This indicates if the Put writers are also exiting far O
0 commit comments