logo
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
abhibirari  
#1 Posted : Monday, December 19, 2011 12:26:58 AM(UTC)
abhibirari

Rank: Newbie

Groups: Registered, Registered Users
Joined: 12/19/2011(UTC)
Posts: 4

Hey guys, I need a formula for metastock and I am not able to make it. pls help. I need an EXPLORE formula which should scan the stocks which have fallen more than 5 percent from last day close and whose volume should be more than 50% of average volume of last three days. There is a default similar formula in the software but it is for bullish breakout, I need it for bearish one. Thanks
jjstein  
#2 Posted : Monday, December 19, 2011 12:40:02 AM(UTC)
jjstein

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers
Joined: 5/13/2005(UTC)
Posts: 715
Location: Midwest, USA

Was thanked: 1 time(s) in 1 post(s)
Does "fallen more than 5 percent from last day close" mean today's close is >5% down from yesterday's close?

Perhaps you should post the bullish formula, so as to give a better idea of what you're looking for, in opposite terms.

abhibirari  
#3 Posted : Tuesday, December 20, 2011 12:19:45 AM(UTC)
abhibirari

Rank: Newbie

Groups: Registered, Registered Users
Joined: 12/19/2011(UTC)
Posts: 4

THANKS Johnathan, Following are the details of that BULLISH formula:- FORMULA : Equis - Price and Volume Breakout WHAT IT DOES : Displays securities where the price increased 5% and the volume is 50% above a 50-day moving average. Column A - CLOSE Column B - Ref(CLOSE,-1) Column C - ROC(CLOSE,1,percent) Column D - VOLUME Column E - Mov(VOLUME,50,EXPONENTIAL) Column F - ((VOLUME - Mov(VOLUME,50,EXPONENTIAL)) / Mov(VOLUME,50,EXPONENTIAL)) * 100 Filter - colC >= 5 AND colD >= (colE*1.5)
abhibirari  
#4 Posted : Tuesday, December 20, 2011 12:27:45 AM(UTC)
abhibirari

Rank: Newbie

Groups: Registered, Registered Users
Joined: 12/19/2011(UTC)
Posts: 4

THANKS Johnathan, Following are the details of that BULLISH formula:- FORMULA : Equis - Price and Volume Breakout WHAT IT DOES : Displays securities where the price increased 5% and the volume is 50% above a 50-day moving average. Column A - CLOSE Column B - Ref(CLOSE,-1) Column C - ROC(CLOSE,1,percent) Column D - VOLUME Column E - Mov(VOLUME,50,EXPONENTIAL) Column F - ((VOLUME - Mov(VOLUME,50,EXPONENTIAL)) / Mov(VOLUME,50,EXPONENTIAL)) * 100 Filter - colC >= 5 AND colD >= (colE*1.5)
jjstein  
#5 Posted : Tuesday, December 20, 2011 3:24:01 AM(UTC)
jjstein

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers
Joined: 5/13/2005(UTC)
Posts: 715
Location: Midwest, USA

Was thanked: 1 time(s) in 1 post(s)
Try this in the FILTER tab:

ROC(C,1,%)<-5
and V>mov(V,3,e);


abhibirari  
#6 Posted : Tuesday, December 20, 2011 4:00:44 AM(UTC)
abhibirari

Rank: Newbie

Groups: Registered, Registered Users
Joined: 12/19/2011(UTC)
Posts: 4

Thanks a lot, Thank you very much.Its Working.
Users browsing this topic
Guest (Hidden)
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.