[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [amibroker] AA Window



PureBytes Links

Trading Reference Links




thanks 
much for the reply---   yea, i'll rehash my steps.
<FONT face=Arial color=#0000ff 
size=2> 
first 
the code from my most recent post--caution tho--if you execute this code, CHANGE 
the watchlist number 0 and 1, so you don't wipe out your current 
watchlist--i'm sure you know this, but any number 0-63, in 4 
places.....
<FONT 
size=2> 

<FONT color=#0000ff 
size=1>CategoryRemoveSymbol( <FONT color=#ff00ff 
size=1>"", categoryWatchlist, <FONT 
color=#ff00ff size=1>0 );<FONT 
color=#0000ff size=1>
CategoryRemoveSymbol<FONT 
color=#000000 size=1>( ""<FONT 
color=#000000 size=1>, categoryWatchlist, <FONT color=#ff00ff 
size=1>1 
);
Buy=<FONT 
face=Arial>Cross( <FONT 
color=#0000ff size=1>MACD(), <FONT color=#0000ff 
size=1>Signal() );
Sell=<FONT 
face=Arial>Cross(<FONT 
color=#0000ff size=1>Signal(), <FONT color=#0000ff 
size=1>MACD() );
Filter=Buy OR 
Sell;
AddColumn<FONT color=#000000 
size=1> (Buy, "test"<FONT 
size=1>);<FONT color=#800000 
size=1>
if<FONT color=#000000 
size=1> (LastValue<FONT color=#000000 
size=1>(Buy) == 1<FONT 
size=1>)
{
CategoryAddSymbol<FONT 
color=#000000 size=1>(""<FONT 
color=#000000 size=1>, categoryWatchlist, <FONT color=#ff00ff 
size=1>0);
}
if<FONT color=#000000 
size=1> (LastValue<FONT color=#000000 
size=1>(Sell) == 1<FONT 
size=1>)
{
CategoryAddSymbol<FONT 
color=#000000 size=1>(""<FONT 
color=#000000 size=1>, categoryWatchlist, <FONT color=#ff00ff 
size=1>1);
}<FONT 
size=2> 
I start by right 
clicking the 2 watchlists, and Erasing (Make Empty) the symbols. when i do 
this, the "+" in front of the watchlist disappears and all the symbols are 
erased, as they should be.  I then run the above AA code as a Scan or an 
Explore.  But the Watchlists still show empty.  Hitting F5 or 
View/Refresh does not "add" the "+" or the symbols to the 
Watchlists.  When i either ADD or REMOVE a symbol from ANY watchlist, 
the "+" and the Symbols are now visible in the Watchlists.  

The Refresh is not 
refreshing the watchlists---perhaps just the graph 
portion?? 
does this make 
sense?
ron
<SPAN 
class=863470117-18042004> 
 
 
<SPAN 
class=863470117-18042004> <FONT 
face=Tahoma size=2>-----Original Message-----From: dingo 
[mailto:dingo@xxxxxxxxxxx]On Behalf Of dingoSent: Sunday, 
April 18, 2004 9:27 AMTo: 
amibroker@xxxxxxxxxxxxxxxSubject: RE: [amibroker] Re: How do i write 
the results of a scan or exploration to a watchlists??

  <FONT face=Arial 
  color=#0000ff size=2>yes that could be done but if he's having trouble doing 
  that manually then I doubt it would do any good. Isn't he having trouble with 
  the manual refresh?
  <FONT face=Arial 
  color=#0000ff size=2> 
  <FONT face=Arial 
  color=#0000ff size=2>Ron?  Could you rehash the steps your taking and the 
  results?
  <FONT face=Arial 
  color=#0000ff size=2> 
  <FONT face=Arial 
  color=#0000ff size=2>d
  
    
    
    From: Anthony Faragasso 
    [mailto:ajf1111@xxxxxxxx] Sent: Sunday, April 18, 2004 12:24 
    PMTo: amibroker@xxxxxxxxxxxxxxxSubject: Re: 
    [amibroker] Re: How do i write the results of a scan or exploration to a 
    watchlists??
    Ron,I wonder if at the end of your code you could 
    insert some vbScript orJscript to refresh the screen....maybe Dingo can 
    answer if it can bedone....AnthonySend 
  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.