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

Re: [EquisMetaStock Group] bREAKOUT EXPLORATION



PureBytes Links

Trading Reference Links

This ...maybe
---------------------------
Signals a Buy Long on price breakout.
---------------------------
Breakout Signals - Exploration Filter

pds1:=21; {HHV (long) breakout periods}
pds2:=10; {LLV (short) breakout periods}
x:=4; {use Open=1 High=2 Low=3 Close=4 Vol=5}

x:=If(x=1,O,If(x=2,H,If(x=3,L,If(x=5,V,C))));
In:=x>Ref(HHV(x,pds1),-1);
Out:=x<Ref(LLV(x,pds2),-1);

Init:=Cum(In+Out>-1)=1;
InInit:=Cum(In)=1;
Flag:=BarsSince(Init OR In)
< BarsSince(Init OR Out)+InInit;
BuyLong:=InInit AND Alert(InInit=0,2)
OR Flag AND Alert(Flag=0,2);

BuyLong

---------------------------

Signals a Sell Long on price collapse.

---------------------------

Breakin Signals - Exploration Filter

pds1:=21; {HHV (long) breakout periods}
pds2:=10; {LLV (short) breakout periods}
x:=4; {use Open=1 High=2 Low=3 Close=4 Vol=5}

x:=If(x=1,O,If(x=2,H,If(x=3,L,If(x=5,V,C))));
In:=x>Ref(HHV(x,pds1),-1);
Out:=x<Ref(LLV(x,pds2),-1);

Init:=Cum(In+Out>-1)=1;
InInit:=Cum(In)=1;
Flag:=BarsSince(Init OR In)
< BarsSince(Init OR Out)+InInit;
SellLong:=Flag=0 AND Alert(Flag,2);

SellLong

 

 
----- Original Message -----
Sent: Tuesday, September 13, 2005 3:06 PM
Subject: [EquisMetaStock Group] bREAKOUT EXPLORATION

Dear All,
 
Can anybody pls give me the metastock Exploration Breakout formula for stocks.
 
Thnx in advance
 
Regds
 
Yusuf


Yahoo! for Good
Click here to donate to the Hurricane Katrina relief effort.

SPONSORED LINKS
Business finance course Business finance online course Business finance class
Small business finance Business finance schools Business finance small software


YAHOO! GROUPS LINKS