PureBytes Links
Trading Reference Links
|
Not certain if this will help, but if the lengths of the tickers are
different for your mutual funds to the stocks you could run an exploration
for those that are not mf's
Maybe this might work
Filter = strlen(name())==4;
Or if they have a specific starting or ending letter
Filter = strright(name(),1)!="A";
Then put all the stocks in a watchlist, and delete using the Organiser
Assignments
Cheers,
Graham
http://groups.msn.com/ASXShareTrading
http://groups.msn.com/FMSAustralia
-----Original Message-----
From: bistrader [mailto:bisteele@xxxxxxx]
Sent: Tuesday, 24 June 2003 8:43 PM
To: amibroker@xxxxxxxxxxxxxxx
Subject: [amibroker] DELETE LARGE AMOUNT OF UNWANTED TICKERS
I am a FastTrack user and have FastTrack and US-Stock (via AmiQuote)
databases within AmiBroker. The other day I downloaded 7000 plus
stock ticker prices for the day into my FastTrack database by error.
Now, I would like to delete all of these 7000 plus stock tickers from
my Amibroker FastTrack database. I know I can just delete the
FastTrack database and re-establish it. However, I have lots of buy
and sell notes with my FastTrack mutual funds that I want to keep and
these overlays, it appears, are included with the actual mutual fund
ticker. I can remember some time ago a feature in Amibroker that
allowed one to delete all tickers that were not included via a plug- in (and
in my case the FastTrack Plug-In). In any case, any help
here would be appreciated.
Such a feature would also help me with mutual fund tickers that I
create for use in FastTrack but no longer need. That is, from time
to time I create tickers (actually called FNUs in FastTrack language)
for FastTrack use. Each night, I run a bat file to delete these for
FastTrack use. However, Amibroker keeps them for ever and ever or
until one deletes and re-establishes a new FastTrack database.
Bert
------------------------ Yahoo! Groups Sponsor ---------------------~--> Get
A Free Psychic Reading! Your Online Answer To Life's Important Questions.
http://us.click.yahoo.com/Lj3uPC/Me7FAA/ySSFAA/GHeqlB/TM
---------------------------------------------------------------------~->
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at:
http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Get A Free Psychic Reading! Your Online Answer To Life's Important Questions.
http://us.click.yahoo.com/Lj3uPC/Me7FAA/ySSFAA/GHeqlB/TM
---------------------------------------------------------------------~->
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|