PureBytes Links
Trading Reference Links
|
Thanks Roy.
Can you help me understand how this works?
Sum(Ref(H-L,-1)
[the sum of yesterday's HI - LOW]
>=
[Is greater than or equal to]
(H-L),3) =3
[This part I can't parse...]
BTW, your help with the IF function in the Improved OBV worked fine.
My skills will get better with a little practice. I'd love to say it's all
coming back to me now, but I'd be lying.
Regards,
Jim
----- Original Message -----
From: "Roy Larsen" <rlarsen@xxxxxxxxxxxxxx>
To: <Metastockusers@xxxxxxxxxxxxxxx>
Sent: Tuesday, December 07, 2004 7:39 PM
Subject: Re: [Metastockusers] Decreasing Range: Best way to code for
>
> 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 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/
|