virresh / StockD

EOD Stock data downloader.
https://virresh.github.io/projects/stockd
GNU General Public License v2.0
11 stars 4 forks source link

add traded value and No of trade #5

Open jain203 opened 4 years ago

jain203 commented 4 years ago

thanks for your effort, plz add traded value and no of trade option in software.

virresh commented 4 years ago

@jain203, the data that you're requesting would not be importable directly into several softwares, e.g metastock. So let me know the format of output you are expecting.

Currently, the output is of the format: Symbol, Date, Open, High, Low, Close, Open Interest/Delivery Qty

Also, if you require all columns, I'd suggest downloading full bhavcopy directly because you don't essentially require any conversions in the data

jain203 commented 4 years ago

most of time volume is miss-leading, traded value give more clear view. additionally to calculate atr we need traded value. amibroker support for additional colum.

Symbol, Date, Open, High, Low, Close, Open Interest/Delivery Qty, Traded value, NO of trade