EOD data update

manojborle

Well-Known Member
#1
Hi all
I have created NSE Cash database from inception and now daily I download bhavcopy from nse website and then import it to Amibroker.
The problem is the bhavcopy contains all scrips whereas the data I am maintaining has less scrips as I am deleting the scrips which are very thinly traded.
How can I import only scrips which are in my database from the daily file which I am downloading from nse website ?
Please help
Thanks
 

gambler

Well-Known Member
#2
Hi all
I have created NSE Cash database from inception and now daily I download bhavcopy from nse website and then import it to Amibroker.
The problem is the bhavcopy contains all scrips whereas the data I am maintaining has less scrips as I am deleting the scrips which are very thinly traded.
How can I import only scrips which are in my database from the daily file which I am downloading from nse website ?
Please help
Thanks
did u tried data downloader http://www.volumedigger.com/Software/Data_Downloader.aspx
 

manojborle

Well-Known Member
#3

mastermind007

Well-Known Member
#4
Hi all
I have created NSE Cash database from inception and now daily I download bhavcopy from nse website and then import it to Amibroker.
The problem is the bhavcopy contains all scrips whereas the data I am maintaining has less scrips as I am deleting the scrips which are very thinly traded.
How can I import only scrips which are in my database from the daily file which I am downloading from nse website ?
Please help
Thanks
In your amibroker's format file. replace line that says
Code:
$AUTOADD 1
with
Code:
$AUTOADD 0
 

Similar threads