pparesh25 / Getbhavcopy-alternative

This Python program is a perfect alternative to the Getbhavcopy software. It generates the same text file as the one obtained by Getbhavcopy software for BSE and NSE Bhavcopy
GNU General Public License v3.0
8 stars 2 forks source link

Last Traded Price in addition to Closing Price #14

Closed FinAstro closed 1 month ago

FinAstro commented 1 month ago

Hi .. Is it possible to extract LTP (Last Traded Price) in addition to close price?

pparesh25 commented 1 month ago

yes

pparesh25 commented 1 month ago

open >>> New-Getbhavcopy-Eq-with original Indexes name .py <<< file with some good text editor, in file line 77 remove >>> 'LastPric', <<< this entry, it will remains LastPrice column in bhavcopy text file. but you need to remove close price column by adding this >>> 'ClsPric' <<< entry to that list, otherwise import to amibriker gives you error, and you modify import format it's also not work because of indexes data

pparesh25 commented 1 month ago

what is the purpose?? tell me in details.

FinAstro commented 1 month ago

Closing price is not usually the final traded price on chart. I am trying to explore if comparing the last traded prices makes more sense than bhav copy closing price

On Wed, Jul 24, 2024 at 9:47 PM Paresh Patel @.***> wrote:

what is the purpose??

— Reply to this email directly, view it on GitHub https://github.com/pparesh25/Getbhavcopy-alternative/issues/14#issuecomment-2248421985, or unsubscribe https://github.com/notifications/unsubscribe-auth/BICVYUXTJS3TQXDHJ3Y6WVDZN7HR7AVCNFSM6AAAAABLLY7H3GVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENBYGQZDCOJYGU . You are receiving this because you authored the thread.Message ID: @.***>

-- Thanks & Regards

Santosh Rangnekar 9819568713

pparesh25 commented 1 month ago

I think you don't know what is the importance of closing price, closing price is the most important price point on particular day. And to set average price of last few minute as a closing price is due to high volatility in last few minute.