PureBytes Links
Trading Reference Links
|
<SPAN
class=445483803-13022004>If you're running an exploration, and you want to omit
some stocks completely, use the Filter variable.
<SPAN
class=445483803-13022004>
<SPAN
class=445483803-13022004>Dave
<BLOCKQUOTE
>Clyde,a=BBandTop(
C, Prefs( 4 ), Prefs(8)/100 );b=BBandBot( C, Prefs(4), Prefs(8)/100
);E = IIf (L<=b,1,0);Buy =E;Anthony-----
Original Message ----- From: "nb9trade" <clyde@xxxxxxxxxxx>To:
<amibroker@xxxxxxxxxxxxxxx>Sent: Thursday, February 12, 2004 8:27
PMSubject: [amibroker] Question on Automatic Analyser> What
I am trying to do is come up with a routine to list all the> symbols of
stocks on a given day, where the low extended beneath the> the lower
Bollinger band. I think I am close. When I scan the> following on
the Nasdaq 100 stocks, I can get it to count the number> and make an
addtocomposite file, but when I to make a list, it lists> all 100
stocks.>> I am using the following code. What corrections do I
need to make?>> a=BBandTop( C, Prefs( 4 ), Prefs(8)/100
);> b=BBandBot( C, Prefs(4), Prefs(8)/100 );>> E = IIf
(L<=b,1,0);>> Buy =1;>> Thanks>>
Clyde
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 Sponsor
ADVERTISEMENT
Click Here
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.
|