VarunS2002 / Python-NSE-Option-Chain-Analyzer

The NSE has a website which displays the option chain in near real-time. This program retrieves this data from the NSE site and then generates useful analysis of the Option Chain for the specified Index or Stock. It also continuously refreshes the Option Chain and visually displays the trend in various indicators useful for Technical Analysis.
GNU General Public License v3.0
391 stars 204 forks source link

Volume not available #5

Closed shivnaren closed 3 years ago

shivnaren commented 3 years ago

Hi Varun,

I am using this option chain Analyzer, I found that if volume available with increased or decreased number, Trade can be taken. Can you please try to add volume.

VarunS2002 commented 3 years ago

You directly want the call vol and put vol values in the table ?

VarunS2002 commented 3 years ago

Or you want the call vol sum and and put vol sum like call sum and put sum

VarunS2002 commented 3 years ago

@shivnaren I will be closing this issue in 2 days due to inactivity

shivnaren commented 3 years ago

@VarunS2002 , Volume can be provided accordance to the refresh time.

If refresh time selected for 1 min, sum of volume for that 1 minute for 5 min, sum of volume for that 5 minutes like that can show.

VarunS2002 commented 3 years ago

@shivnaren Call Volume Sum the same way Call Sum is calculated right?

shivnaren commented 3 years ago

@VarunS2002 , can you tell me one thing ? the Call sum is calculated for combination of 3 to 4 strick prices , right ? If , so, the calculation of volume calculating for 3 or 4 stricke prices i think not good for analysis.

If possible can you get the volume from the nifty or bank nifty future. In future, volume is available for entire index and trade can be taken

It is just suggestion, if you better idea , please implement it

VarunS2002 commented 3 years ago

@shivnaren This mostly won't be added but may be possible in the future. Thanks