PureBytes Links
Trading Reference Links
|
Not
quite sure what you are after but perhaps:
<FONT face=Arial color=#0000ff
size=2>
Filter
= ref(Flip(Sell,Buy1),-1) and Buy1;
<FONT face=Arial color=#0000ff
size=2>
Not
tested but I think this would only trigger if a Sell preceded the Buy1, other
Buys would be ignored. I would not more info to give you a better
solution.
<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 4:19
PMTo: amibroker@xxxxxxxxxxxxxxxSubject: [amibroker] Re:
Multiple buy signals using Explore--- In
amibroker@xxxxxxxxxxxxxxx, "Herman van den Bergen" <psytek@xxxx>
wrote:> TryThat does work but it show the last buy and not the
first buy after a sell. How can you filter only to see the first buy after
a sell.ThanksMarty> Filter = Buy1 OR Buy2;>
AddColumn(Buy1,"Buy1",1.0);> AddColumn(Buy2,"Buy2",1.0);>
> > Herman> -----Original
Message-----> From: prog200
[mailto:prog200@xxxx]> Sent: Friday, April 16, 2004 2:23
PM> To: amibroker@xxxxxxxxxxxxxxx>
Subject: [amibroker] Multiple buy signals using Explore> >
> I 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 buys> > Filter =
Buy;> > I could run two seperate test but would like
to do it just once.> > Any ideas?>
> Thanks> > Marty>
> > > Send BUG REPORTS to
bugs@xxxx> Send SUGGESTIONS to
suggest@xxxx>
-----------------------------------------> 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>
> > >
---------------------------------------------------------------------------->
--> Yahoo! Groups Links>
> a.. To visit your group on the web, go
to:> <A
href="">http://groups.yahoo.com/group/amibroker/>
> b.. To unsubscribe from this group, send an
email to:>
amibroker-unsubscribe@xxxxxxxxxxxxxxx> >
c.. Your use of Yahoo! Groups is subject to the Yahoo! Terms of
Service.Send 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 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.
|