PureBytes Links
Trading Reference Links
|
Try
Filter
= Buy1 OR Buy2;
<FONT face=Arial color=#0000ff
size=2>AddColumn(Buy1,"Buy1",1.0);
<FONT face=Arial color=#0000ff
size=2>AddColumn(Buy2,"Buy2",1.0);
<FONT face=Arial color=#0000ff
size=2>
<FONT face=Arial color=#0000ff
size=2>
<FONT face=Arial color=#0000ff
size=2>Herman
<FONT face=Tahoma
size=2>-----Original Message-----From: prog200
[mailto:prog200@xxxxxxxxx]Sent: Friday, April 16, 2004 2:23
PMTo: amibroker@xxxxxxxxxxxxxxxSubject: [amibroker]
Multiple buy signals using ExploreI would like to use
multiple buy signals output to the Explore page.Here is an
example:Buy1 = some_code_to_signal_buy1;Buy2 =
some_code_to_signal_buy2;Buy = Buy1 OR Buy2; // will only
output Buy1 buysFilter = Buy;I could run two seperate test but
would like to do it just once.Any ideas?
ThanksMartySend 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 Sponsor
ADVERTISEMENT
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.
|