| 
 PureBytes Links 
Trading Reference Links 
 | 
(Resending due to yahoo probs)
Hi, try this:
// run in Scanner
Buy  = H > Ref(H, -1) 
   and H > Ref(H, -2)
   and C > Ref(C, -2);
// UM
----- Original Message ----- 
From: "epintoem" <epintoem@xxxxxxxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Thursday, April 17, 2003 1:45 PM
Subject: [amibroker] AFL help
> How would I find a recurring occurence of a pattern..
> 
> Eg..
> 
> I am looking for High greater than the previous and following day and
> the close being greater than the close two days earlier.
> 
> I want to locate the previous occurrence only difference being that
> the high should be greater than the subsequent one..
> 
> TIA
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Make Money Online Auctions! Make $500.00 or We Will Give You Thirty Dollars for Trying!
http://us.click.yahoo.com/yMx78A/fNtFAA/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/ 
 
 |