PureBytes Links
Trading Reference Links
|
These two, should work too.
Regards,
mc
--- In equismetastock@xxxxxxxxxxxxxxx, Pete Lieber <plieber@xxx> wrote:
>
>
> That formula works, but how about:
>
> x:= input("x", .05,.5, .333);
>
> h>ref(h,-1) and o< l + (x* (h - l)) and c> h - (x* (h - l))
>
>
> or this formula
>
> x:= input("x", .05,.5, .333);
> y:= input("y", .05,.5, .333);
>
>
>
>
> h>ref(h,-1) and o< l + (x* (h - l)) and c> h - (y* (h - l))
>
>
>
> To: equismetastock@xxxxxxxxxxxxxxx
> From: mchantzi@xxx
> Date: Thu, 23 Apr 2009 19:52:29 +0000
> Subject: [EquisMetaStock Group] Re: makes new High, open bottom 1/3 of the bar ,closes top 1/3 of the bar
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> And of course my formula is WRONG too :))
>
>
>
> The range is (h-l)/2, so the correct version may be:
>
>
>
> h>ref(h,-1) and o<(2*l+h)/3 and c>(2*h+l)/3
>
>
>
> Sorry for my previous formula,
>
>
>
> Regards,
>
>
>
> mc
>
>
>
> --- In equismetastock@xxxxxxxxxxxxxxx, "p_panther_73" <mchantzi@> wrote:
>
> >
>
> > I think it's wrong.
>
> >
>
> > Try:
>
> >
>
> > h>ref(h,-1) and o<(4*l+h)/3 and c>(2*h-l)/3
>
> >
>
> > Regards,
>
> >
>
> > mc
>
> >
>
> > --- In equismetastock@xxxxxxxxxxxxxxx, Alvin Yu <alvinyu2005@> wrote:
>
> > >
>
> > > Hi --can someone advise if this is correct for the following statement ? I am confused on this :
>
> > >
>
> > > 1) The stock makes new High, open bottom 1/3 of the bar (ie within the Low and 1/3 of the day range ) ,closes top 1/3 of the bar :
>
> > >
>
> > > HIGH > Ref(HIGH,-1) and
>
> > > OPEN > Div((HIGH + LOW),3) and
>
> > > CLOSE < Div((HIGH + LOW),3)
>
> > >
>
> > > rgds
>
> > >
>
> > >
>
> > >
>
> > > New Email names for you!
>
> > > Get the Email name you've always wanted on the new @ymail and @rocketmail.
>
> > > Hurry before someone else does!
>
> > > http://mail.promotions.yahoo.com/newdomains/sg/
>
> > >
>
> >
>
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/equismetastock/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:equismetastock-digest@xxxxxxxxxxxxxxx
mailto:equismetastock-fullfeatured@xxxxxxxxxxxxxxx
<*> 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/
|