|
4 | 4 |
|
5 | 5 | ## [Downloads](https://github.com/VarunS2002/Python-NSE-Option-Chain-Analyzer/releases)
|
6 | 6 |
|
7 |
| -[](https://github.com/VarunS2002/Python-NSE-Option-Chain-Analyzer/releases/download/5.4/NSE_Option_Chain_Analyzer_5.4.exe) |
| 7 | +[](https://github.com/VarunS2002/Python-NSE-Option-Chain-Analyzer/releases/download/5.5/NSE_Option_Chain_Analyzer_5.5.exe) |
8 | 8 | 
|
9 | 9 | [](https://www.gnu.org/licenses/gpl-3.0)
|
10 | 10 |
|
@@ -163,8 +163,8 @@ on [Mr. Sameer Dharaskar's Course](http://advancesharetrading.com/).
|
163 | 163 |
|
164 | 164 | | Data | Description |
|
165 | 165 | |------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
166 |
| -| Server Time | Web Scraped. Indicates last data update time by NSE server | |
167 |
| -| Value | Web Scraped. Underlying Instrument Value indicates the value of the underlying Security or Index | |
| 166 | +| Server Time | Indicates last data update time by NSE server | |
| 167 | +| Value | Underlying Instrument Value indicates the value of the underlying Security or Index | |
168 | 168 | | 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 for Index Mode and Tens for Stock Mode) |
|
169 | 169 | | 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 for Index Mode and Tens for Stock Mode) |
|
170 | 170 | | Difference | Calculated. Difference between the Call Sum and Put Sum. If it's very -ve it's bullish, if it's very +ve then it's bearish else it's a sideways session. |
|
@@ -216,8 +216,6 @@ on [Mr. Sameer Dharaskar's Course](http://advancesharetrading.com/).
|
216 | 216 |
|
217 | 217 | - [auto-py-to-exe](https://pypi.org/project/auto-py-to-exe/) is used for compiling the program to a .exe file
|
218 | 218 |
|
219 |
| -- [beautifulsoup4](https://pypi.org/project/beautifulsoup4/) is used for scraping the list of stocks and indices |
220 |
| - |
221 | 219 | - [pandas](https://pypi.org/project/pandas/) is used for storing and manipulating the data
|
222 | 220 |
|
223 | 221 | - [requests](https://pypi.org/project/requests/) is used for accessing and retrieving data from the NSE website
|
|
0 commit comments