[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [amibroker] How to delete all quote data, but not the ticker, for the entire database ?
PureBytes Links
Trading Reference Links
|
Hello,
There is one easy and quick method:
close AmiBroker and delete A-Z, 0-9
sub-directores
while LEAVING broker.master untouched.
broker.master file contains tickers data without
quotes.
Best regards, Tomasz
Janeczko amibroker.com
----- Original Message -----
Sent: Tuesday, May 12, 2009 6:04 PM
Subject: Re: [amibroker] How to delete
all quote data, but not the ticker, for the entire database ?
Do a scan of the entire database and output just the ticker and name.
Export this into a csv file and use it to create a new database. then you can
delete the old one (or not) and rename the new one to the old one's name (or
not).
d
__._,_.___
**** IMPORTANT PLEASE READ ****
This group is for the discussion between users only.
This is *NOT* technical support channel.
TO GET TECHNICAL SUPPORT send an e-mail directly to
SUPPORT {at} amibroker.com
TO SUBMIT SUGGESTIONS please use FEEDBACK CENTER at
http://www.amibroker.com/feedback/
(submissions sent via other channels won't be considered)
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
__,_._,___
|
|
|
|
|