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

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



PureBytes Links

Trading Reference Links



You can also use this code. this will be easier to read and understand
 
A:= (H> Ref(H, -1);
cond1:= O <= L + ((33/100)*((H+L)/2));
Cond2:= C>= H - ((33/100)*((H+L)/2));
 
If(A+cond1+Cond2 = 3, {then} 1, {else} 0);

Thank You,
Amit Trivedi.
 
On Wed, Apr 22, 2009 at 6:39 PM, Alvin Yu <alvinyu2005@xxxxxxxxxxxx> 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!




__._,_.___


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

__,_._,___