metastock formula needed

newbie_7

Active Member
#1
hello,
i need an exploration formula that scans for stocks that r down by 15 % in a 60 day period.

can anyone pls help me in this regard..??

thank u in advance..
 

oxusmorouz

Well-Known Member
#2
hello,
i need an exploration formula that scans for stocks that r down by 15 % in a 60 day period.

can anyone pls help me in this regard..??

thank u in advance..
Put this in filter column in an exploration:
a:= ROC(C,60,%); {60 day rate of change in % terms}
b:= a < -15; {60 day ROC is lesser than 15%}
b

Please go through the metastock manual and the formula premier. You don't have to rely on others to code your formulas this way.
 
Last edited:

Similar threads