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
- Added Dumping Entire Option Chain data to a .csv file. Issues: [#3](https://github.com/VarunS2002/Python-NSE-Option-Chain-Analyzer/issues/3) and [#4](https://github.com/VarunS2002/Python-NSE-Option-Chain-Analyzer/issues/4)
8
+
- Dump Entire Option Chain is disabled by default (Enable from Option menu or Ctrl+O)
9
+
- Saves this setting for subsequent runs
10
+
- Added Notifications for changes in value of OI Upper and Lower Boundary Strike Prices
11
+
- Renamed 'Export all to CSV' option to 'Export Table to CSV'
12
+
- Fixed Call and Put OI for 2nd Strike Price not being displayed in K when the Strike Prices were consecutive
13
+
- Fixed issues where export would fail and program would stop if the .csv file is open in some other program or is inaccessible
14
+
- Fixed issue where program stops immediately if you start it before market opens when you have auto stop enabled
15
+
- Prevents crash during Checking for updates due to poor internet connection
16
+
- Fixed 'Quitting Program' being logged even if Debug Logging was off
17
+
- Fixed possible issues while reading configuration
0 commit comments