| 
 PureBytes Links 
Trading Reference Links 
 | 
Thank you for the suggestion..it works very well
 
 
  _____  
From: equismetastock@xxxxxxxxxxxxxxx [mailto:equismetastock@xxxxxxxxxxxxxxx]
On Behalf Of bellamy_29m
Sent: 17 May 2006 00:34
To: equismetastock@xxxxxxxxxxxxxxx
Subject: [EquisMetaStock Group] Re: 3 highs or lows in a row with a twist
 
--- In equismetastock@xxxxxxxxxxxxxxx, "ballygroobany2"
<ballygroobany2@xxx> wrote:
>
> i am tying to code the following expert for forex trading
> 
> your help would be appreciated for any solutions
> 
> i am trying to code 3 highs or lows in a row, with a maximum of 1 tick 
> variance between them.....i.e. i have coded for 3 highs at the same 
> high and vice versa for lows but i really want this small variance 
> included
> 
> to hopefully make clear....
> 
> the widest spread between the 3 highs in a row <=0.0001  
> the widest spread between the 3 lows in a row <0.0001
> 
> thanks
> gary
>
Try:
mH:=HHV(H,3)-LLV(H,3)<=0.0001;
mL:=HHV(L,3)-LLV(L,3)<=0.0001;
  _____  
YAHOO! GROUPS LINKS 
 
*	 Visit your group "equismetastock
<http://groups.yahoo.com/group/equismetastock> " on the web.
  
*	 To unsubscribe from this group, send an email to:
 equismetastock-unsubscribe@xxxxxxxxxxxxxxx
<mailto:equismetastock-unsubscribe@xxxxxxxxxxxxxxx?subject=Unsubscribe> 
  
*	 Your use of Yahoo! Groups is subject to the Yahoo!
<http://docs.yahoo.com/info/terms/>  Terms of Service. 
 
  _____  
__________ NOD32 1.1542 (20060516) Information __________
This message was checked by NOD32 antivirus system.
http://www.eset.com
[Non-text portions of this message have been removed]
------------------------ Yahoo! Groups Sponsor --------------------~--> 
Get to your groups with one click. Know instantly when new email arrives
http://us.click.yahoo.com/.7bhrC/MGxNAA/yQLSAA/BefplB/TM
--------------------------------------------------------------------~-> 
 
Yahoo! Groups Links
<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/equismetastock/
<*> To unsubscribe from this group, send an email to:
    equismetastock-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 
 |