PureBytes Links
Trading Reference Links
|
Hi Ted,
the condition
filter = buy OR sell;
is true (i.e., evaluates logically
to 1) whenever
buy ==
1; or sell == 1;
or even
buy == 1 AND
sell == 1;
holds!
With this kind of a filter definition you
can weed out any other stocks that do not satisfy your buying/selling
conditions! This is especially convenient for screening larger databases in
order to save your precious time...
Hope this clarifies the
situation.
Regards,
Udo
<BLOCKQUOTE
>
-----Ursprüngliche Nachricht-----
<DIV
>Von:
Ted Chmilar
An: <A title=amibroker@xxxxxxxxxx
href="">amibroker@xxxxxxxxxxxxxxx
Gesendet: Mittwoch, den 17. April 2002
18:22 Uhr
Betreff: Re: [amibroker] Checking for
current signals
Filter = Buy OR Sell;
???
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
Ken Close
To: <A title=amibroker@xxxxxxxxxxxx
href="">amibroker@xxxxxxxxxxxxxxx
Sent: Wednesday, April 17, 2002 8:28
AM
Subject: RE: [amibroker] Checking for
current signals
<SPAN
class=100372515-17042002>Larry:
<SPAN
class=100372515-17042002>
ABcan do
this for the current signals.
<SPAN
class=100372515-17042002>
Set the n=1
radio button, make sure the filter is on the watchlist you want to testand
add these lines to your system afl file in the AA
window:
<SPAN
class=100372515-17042002>
Filter = Buy
AND Sell;
<SPAN
class=100372515-17042002>AddColumn(yourparameter,"yourname",format=1.2);
<SPAN
class=100372515-17042002>
Add as many
AddColumn statements as you care to. You will get a 1 in each rowthat
has a buy signal, ditto for Sell signals. Doubleclick to see the chart
and the arrows.
<SPAN
class=100372515-17042002>
Couldn't be
more simple once you get used to it.
<SPAN
class=100372515-17042002>
Welcome on
board.
<SPAN
class=100372515-17042002>
Ken
<FONT face=Tahoma
size=2>-----Original Message-----From: Larry M. Powell
[mailto:larypowell@xxxx]Sent: Wednesday, April 17, 2002
10:48 AMTo: amibroker@xxxxxxxxxxxxxxxSubject:
[amibroker]
I am just starting to use AmiBroker and want to
sort a scan list generated watchlist for signals. I am
only interested in the current days new signals. Does AB have the
ability to do this or do I need to export to Excel?
Thanks
<A
href="">larypowell@xxxxYour
use of Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of Service.
Your use of Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of Service.
Your use of Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of Service.
|