PureBytes Links
Trading Reference Links
|
I think the AFL keyword "Filter" and the selection item under
"Apply to: use filter" seems to confuse people. Therefore I would
suggest TJ renaming the latter to "Apply to: use database filter".
UM
----- Original Message -----
From: <uenal.mutlu@xxxxxxxxxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Thursday, April 17, 2003 2:44 PM
Subject: Re: [amibroker] Filter and watchlist
> Hi,
> on the right corner of AA click "ApplyTo = use filter", and define your
> own filter in the filter dialog box (click "Define"...); ie. specify there the
> watchlist you want the scanner shall use.
> UM
>
>
> ----- Original Message -----
> From: "andy_kovacs" <andy_kovacs@xxxxxxxxxxx>
> To: <amibroker@xxxxxxxxxxxxxxx>
> Sent: Thursday, April 17, 2003 2:37 PM
> Subject: [amibroker] Filter and watchlist
>
>
> > Hi.
> >
> > I wonder if anyone can help.
> >
> > Id like to set up an explore that operates on all shares in a
> > watchlist. For example, I have all my current positions set up in a
> > watchlist called "Bets". Each night I run an explore that does the
> > following:
> >
> > AddColumn(C,"Close");
> > AddColumn(L-(2*ATR(20)),"LongStop here");
> > AddColumn(H+(2*ATR(20)),"ShortStop here");
> >
> > I then input these values as my trailing stops into my order system.
> >
> > However, to streamline things and not have to set the filters
> > manually Id like to use some filter thast instructs AB to run the
> > explor on all shares in "bets" watchlist.
> >
> > Ive tried -
> > filter=c>0 and watchlist=1
> > but it prints out the whole database. Any suggestions anyone?
> >
> > Andy
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Get a FREE REFINANCE QUOTE - click here!
http://us.click.yahoo.com/2CXtTB/ca0FAA/i5gGAA/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/
|