[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [EquisMetaStock Group] Re: makes new High, open bottom 1/3 of the bar ,closes top 1/3 of the bar



PureBytes Links

Trading Reference Links



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@xxxxxxxxx
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@yahoogroups.com, "p_panther_73" <mchantzi@xx.> 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@yahoogroups.com, 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&#39;ve always wanted on the new @ymail and @rocketmail.
> > Hurry before someone else does!
> > http://mail.promotions.yahoo.com/newdomains/sg/
> >
>




__._,_.___


Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe

__,_._,___