PureBytes Links
Trading Reference Links
|
Jim
Try this.
Sum(Ref(H-L,-1)>=(H-L),3)=3;
Roy Larsen
www.metastocktips.co.nz
Free formulas and MS links
----- Original Message -----
From: "priapus_1999" <laptop4u@xxxxxxxx>
To: <Metastockusers@xxxxxxxxxxxxxxx>
Sent: Wednesday, December 08, 2004 1:30 PM
Subject: [Metastockusers] Decreasing Range: Best way to code for
>
>
> Hi Ya'll,
>
> I'm playing around with MSwin for the first time in ages and ran
> across an old exploration. Could I express 4 days of decreasing
> range in a more succinct fashion?
>
> Ref((HIGH - LOW),-3 ) >=
> Ref((HIGH - LOW),-2 ) AND
>
> Ref((HIGH - LOW),-2 ) >=
> Ref((HIGH - LOW),-1 ) AND
>
> Ref((HIGH - LOW),-1 ) >=
> (HIGH- LOW)
>
>
> Thanks,
>
> Jim
>
>
>
>
>
>
>
> Yahoo! Groups Links
>
>
>
>
>
>
>
>
>
------------------------ Yahoo! Groups Sponsor --------------------~-->
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/zMEolB/TM
--------------------------------------------------------------------~->
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/Metastockusers/
<*> To unsubscribe from this group, send an email to:
Metastockusers-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|