PureBytes Links
Trading Reference Links
|
Hi mrs_grobler,
Please try this code:
cond1:= C> Mov(C,200,S);
cond2:= C>O AND C> Ref(C,-1);
cond3:= Ref(C,-1) < Ref(O,-1);
cond4:= ATR(1) > ATR(4) OR (Ref(ATR(1), -1) > ATR(4));
cond5:= Ref(L, -1) = LLV(L,20) AND L <> LLV(L,20);
Buy:= IF((cond1+cond2+cond3+cond4+cond5)=5, 1,0);
Buy
Thanks and Regards,
Amit Trivedi
President & CEO
Athenasolutionz.com - "We sell hope, in the stock market."
----- Original Message -----
From: mrs_grobler
To: equismetastock@xxxxxxxxxxxxxxx
Sent: Wednesday, November 01, 2006 3:40 AM
Subject: [EquisMetaStock Group] Fake and break
Can anyone assist me by providing me the following in metastock
formula?
Buying condition
>
> Today's close is greater than the uptrending 200 period moving
average
> Today's close is greater than today's open AND today's close is
greater
> than yesterday's close
> Yesterday's close is less than yesteday's open
> Yesterday was a new 20 day low AND the day before was not a new 20
day low
> Today or yesterday's price bar is the largest range of the last four
days
[Non-text portions of this message have been removed]
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/
|