Formula Conversion to Metastock

#1
Hi Everyone, I am Don from Singapore. Nice forum indeed!

I am not good with writing formula. Is there a samaritan out there who can help me to code this pullback strategy which i have but is written in stockcharts.com language?

Swing Long Pullback:

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

Swing Short Pullback:

[type = stock] and [country = us] and[daily ema(50,daily volume) > 1000000] and
[daily low > yesterday's daily low] and
[yesterday's daily low > 2 days ago daily low] and
[2 days ago daily low > 3 days ago daily low] and
[EMA(20, close) < EMA(50, close)] and
[daily close > daily EMA(20,daily close)] and
[daily close < daily EMA(50,daily close)] and
[weekly ema(10,weekly close) < weekly ema(30,weekly close)] and
[ADX Line(10) > 20.0] and
[close >= 10]


Thanks!:thumb:
 

Similar threads