PureBytes Links
Trading Reference Links
|
<FONT face=Arial color=#0000ff
size=2>Michael thanks much for the reply... i understand about the
refresh--thanks. BUT list 1 still does not clear. i press F5, i
View/Refresh. i close AB and restart it and it's still
there.
<FONT face=Arial color=#0000ff
size=2><FONT face=Arial
color=#0000ff size=2>
AND if
i execute a CategoryAddSymbol (CAS), it adds it, but F5 nor View/Refresh do not
work. If i manually add a symbol, the symbols which i added using CAS are
there. so clearly there is something with my Refresh. i using 4.53.1
which is the latest. Any suggestions??? is this totally a AB thing,
or is some WindowsXP involved?
<FONT face=Arial color=#0000ff
size=2>
AND
sometimes CategoryRemoveSymbol does not work at all.... i'm wondering if i
have a corrupted installation here....
<FONT face=Arial color=#0000ff
size=2>
When
CategoryRemoveSymbol(
"", categoryWatchlist, 1); executes, does the ""
remove ALL symbols at once, or does some other condition have to be met--like
does the symbol which is in the watch list have to be a symbol present in a Scan
or Explore--in my example?
<FONT
face="Times New Roman"><FONT
color=#0000ff>
<FONT
face="Times New Roman">This from
the Help file---"When symbol string is empty ("")
then current symbol is used." I want to remove
ALL symbols, weather they are in the scan list or not. kinda like the
Right click/Erase (make empty).
<FONT face=Arial color=#0000ff
size=2>
<FONT face=Arial color=#0000ff
size=2>
<FONT face=Arial color=#0000ff
size=2>tia,
<FONT face=Arial color=#0000ff
size=2>ron
<FONT face=Arial color=#0000ff
size=2>
<FONT face=Tahoma
size=2>-----Original Message-----From: Michael.S.G.
[mailto:OzFalcon@xxxxxxxxxx]Sent: Thursday, April 15, 2004 5:27
AMTo: amibroker@xxxxxxxxxxxxxxxSubject: Re: [amibroker]
CategoryRemoveSymbol help pleaseRon,After Adding
or Removing tickers from a watchlist - The DISPLAY does not auto
update.You have to go to Menu
View
Refresh.Or just press F5 <IMG height=16 alt=smiley-41.png
src="png00015.png"
width=16> Michael.At
11:28 AM 15/04/2004, you wrote:
I'm trying to set up an
AA/Explore where AB puts today's Buys and Sells intoWatch lists labeled
Buy Candidates and Sell Candidates, which are theoriginal List 1 and
List 2---and popup in that order when i add a symbol toa watch list and
are displayed that way when i open Watch lists.Before i use the
CategoryAddSymbol, i want to remove all symbols from theabove 2 watch
lists but the sample from the Help does not do it. It
seemsto work with list 11, but i always need to add a symbol to list 11,
beforethe removed ones disappear--i know a watch list will not be
displayed if itis empty, but once i remove all symbols, i would think it
would be empty!!!I'm using it with a simple Scan or Explore.Can
someone tell me why it does not work on List 1 or 2, but does on
11???below is the code i am
using...thanks,ronBuy=Ref(L,-1)<Ref(L,-2) AND
Ref(L,-1)<L AND C>Ref(H,-1);Sell=Ref(H,-1)>Ref(H,-2) AND
Ref(H,-1)>H AND C<Ref(L,-1);Filter=1;AddColumn (Buy,
"Buy");AddColumn (Sell, "Sell");//Clear watchlistif(
LastValue( C ) > 1){ CategoryRemoveSymbol( "",
categoryWatchlist, 1);}---Outgoing mail is certified Virus
Free.Checked by AVG anti-virus system (<A href=""
eudora="autourl">http://www.grisoft.com).Version: 6.0.655 / Virus
Database: 420 - Release Date: 4/8/2004Send BUG REPORTS to
bugs@xxxxxxxxxxxxxSend SUGGESTIONS to
suggest@xxxxxxxxxxxxx-----------------------------------------Post
AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx (Web page:
<A href=""
eudora="autourl">http://groups.yahoo.com/group/amiquote/messages/)--------------------------------------------Check
group FAQ at: <A
href=""
eudora="autourl">http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Links<*> To visit your group on the web, go
to: <A
href=""
eudora="autourl">http://groups.yahoo.com/group/amibroker/<*>
To unsubscribe from this group, send an email
to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx<*> Your use of Yahoo!
Groups is subject to: <A
href=""
eudora="autourl">http://docs.yahoo.com/info/terms/ Send
BUG REPORTS to bugs@xxxxxxxxxxxxxSend SUGGESTIONS to
suggest@xxxxxxxxxxxxx-----------------------------------------Post
AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx (Web page: <A
href="">http://groups.yahoo.com/group/amiquote/messages/)--------------------------------------------Check
group FAQ at: <A
href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html
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
Yahoo! Groups Links
To visit your group on the web, go to:http://groups.yahoo.com/group/amibroker/
To unsubscribe from this group, send an email to:amibroker-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
Attachment:
Description: ""
|