File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ Calculations are based on [Mr. Sameer Dharaskar's Course](http://advancesharetra
5151 streamtologger
5252 ```
5353
54- - Install missing modules using `pip install module_name`
54+ - Install missing modules using `pip install { module_name} `
5555
5656## Usage:
5757
@@ -73,12 +73,14 @@ Calculations are based on [Mr. Sameer Dharaskar's Course](http://advancesharetra
7373
7474-If a ZeroDivisionError occurs or some data doesn't exist the value of the variable will be defaulted to 0
7575
76- -All data is retrieved from ` https://www.nseindia.com/api/option-chain-indices?symbol=* index_name*`
76+ -All data is retrieved from https://www.nseindia.com/api/option-chain-indices?symbol={ index_name}
7777
78- -[stream-to-logger ](https://pypi.org/project/streamtologger /) is used for debug logging
78+ -[tksheet ](https://pypi.org/project/tksheet /) is used for the table containing the data
7979
8080-[auto-py-to-exe](https://pypi.org/project/auto-py-to-exe/) is used for compiling the program to a .exe file
8181
82+ -[stream-to-logger](https://pypi.org/project/streamtologger/) is used for debug logging
83+
8284## Features:
8385
8486-The program continuously retrieves and refreshes the option chain every minute giving near real-time analysis to the traders
You can’t perform that action at this time.
0 commit comments