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

Notification

Icon
Error

Options
Go to last post Go to first unread
kosmicmisfit  
#1 Posted : Saturday, June 1, 2013 3:07:24 PM(UTC)
kosmicmisfit

Rank: Newbie

Groups: Registered, Registered Users, Subscribers
Joined: 6/1/2013(UTC)
Posts: 9

I wanted to incorporate the following scan in stockcharts language into metastock and am having some difficulty.

Can someone please shed some light on how I can convert it into metastock?

many thanks!!

[type = stock] and [country = us] and[daily ema(60,daily volume) > 300000] and
[daily high < yesterday's daily high] and
[yesterday's daily high < 2 days ago daily high] and
[sma(10, close) > ema(30, close)]and
[daily close > daily ema(30,daily close)]and
[daily close < daily sma(10,daily close)]and
[daily close > daily sma(200,daily close)]and
[weekly sma(10,weekly close) > weekly ema(30,weekly close)]and
[ADX Line(10) > 20.0]and
[close >= 5]

mstt  
#2 Posted : Saturday, June 1, 2013 10:09:55 PM(UTC)
mstt

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers
Joined: 7/25/2005(UTC)
Posts: 1,042

Was thanked: 57 time(s) in 54 post(s)

Hi Kosmic

I think this is an accurate conversion from the original though I have no way to check that. The Multi-Frame formulas are not public domain so you will need to get those from me if you want to include accurate weekly values. Also note that the ADX() function only returns whole-number values. For a more sensitive result you will need the MFL version of ADX, available elsewhere on this forum. A search for "ADX Raw" should find it.

I assume you know how to copy code into the MS Explorer and set up appropriate options.

Mov(V,60,E) > 300000 AND
H>Ref(H,-1) AND
Ref(H,-1)>Ref(H,-2) AND
Mov(C,10,S) > Mov(C,30,E) AND
C > Mov(C,30,E) AND
C < Mov(C,10,S) AND
C > Mov(C,200,S) AND
Fml("Multi-Frame D SMA-10")>
Fml("Multi-Frame D EMA-30") AND
ADX(10) > 20;

Roy

kosmicmisfit  
#3 Posted : Sunday, June 2, 2013 6:35:46 AM(UTC)
kosmicmisfit

Rank: Newbie

Groups: Registered, Registered Users, Subscribers
Joined: 6/1/2013(UTC)
Posts: 9

Thanks for the super quick response.

Please send me a msg regarding the Multi-Frame formulas

thanks
mstt  
#4 Posted : Sunday, June 2, 2013 2:37:55 PM(UTC)
mstt

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers
Joined: 7/25/2005(UTC)
Posts: 1,042

Was thanked: 57 time(s) in 54 post(s)
Message sent.
Users browsing this topic
Guest (Hidden)
Similar Topics
Indicator and System Formula Help! (Formula Assistance)
by emmarsef$ 8/14/2019 7:10:35 AM(UTC)
Please,help! (Formula Assistance)
by komarov 3/21/2012 1:25:06 PM(UTC)
help! please help me write a Three day explorer formula (MetaStock)
by Alpha 9/10/2011 5:25:09 AM(UTC)
HELP! writing three break line explorer formula (Formula Assistance)
by Alpha 9/10/2011 5:19:14 AM(UTC)
Not Enough Room In System Tester. Help! (MetaStock)
by huss1652 5/25/2011 4:59:42 PM(UTC)
Help! Metastock system tester (Formula Assistance)
by dasri 1/14/2011 10:28:49 AM(UTC)
HELP!!!! eSignal - Can't get Bovespa (Brazil) data though subscribed all Americas (Data Related Questions)
by lucianog 12/13/2010 12:48:35 PM(UTC)
Please help! (MetaStock)
by thanhcuibeo 7/5/2010 7:33:42 AM(UTC)
Formula help! Previous day close (Formula Assistance)
by ericlawok 5/6/2010 12:10:49 PM(UTC)
Trade HELP!!! (Tips & Tricks)
by GZOIDTRADER 11/28/2009 8:51:10 AM(UTC)
Newbie looking for help! (Formula Assistance)
by pjhtrader 11/25/2009 7:04:42 AM(UTC)
Signal Repeat - Help!? (MetaStock)
by Zafa 8/26/2009 8:52:17 AM(UTC)
PS Bull Power Bear Power 3 (Signal) - Not working for Explorer HELP! (Basic Coding Techniques)
by CAR1 7/28/2009 3:23:30 AM(UTC)
Help! Simple breakout system.... (Formula Assistance)
by rossco1 7/10/2009 4:08:49 AM(UTC)
"FAILED TO SAVE" Cant save my smart charts!! or charts??? Help! (Error Messages)
by dylza 5/2/2009 1:38:29 AM(UTC)
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.