PureBytes Links
Trading Reference Links
|
Wow! I was not aware of this. Thanks Tomasz, and thanks Larry for
asking.
Bill
--- In amibroker@xxxxxxxxxxxxxxx, "Tomasz Janeczko" <amibroker@xxxx>
wrote:
> Hello,
>
> buy = your rules
> sell =
>
> Filter = InWatchList( 1 ) OR InWatchList( 2 ) OR InWatchList( 3 );
>
> Buy = Buy AND Filter;
> Sell = Sell AND Filter;
>
> Best regards,
> Tomasz Janeczko
> amibroker.com
> ----- Original Message -----
> From: <firstpacific@xxxx>
> To: <amibroker@xxxxxxxxxxxxxxx>
> Sent: Tuesday, February 25, 2003 8:45 AM
> Subject: [amibroker] Scan multiple watch lists
>
>
> > Tomasz,
> >
> > Do you know of an easy way to scan multiple watch lists?
> >
> > I imagine you would do it somehow with the inwatchlist function.
> >
> > Could you tell me if the scan would be performed only in those
> > watchlists or would the scan be performed on say the whole market
in
> > an effort to find the stocks in the watchlists?
> >
> > The second method would be more time consuming.
> >
> > Regards,
> > Larry
> >
> >
> >
> >
> >
> > Send BUG REPORTS to bugs@xxxx
> > Send SUGGESTIONS to suggest@xxxx
> > -----------------------------------------
> > 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/
> >
> >
> >
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/
|