Moving average cross over formula for the Explorer in Metastock

#1
Hi,

Can anyone help me in writing the moving average crossover in the explorer. My requirement is in this way.

I need the list of stocks that crossed today with the formula of 50EMA & 20EMA crossover for buy and sell.

Or is there any way can we find that list of stock crossed the 50EMA & 20EMA crossover today in metastock
Thanks in advance.
 

AJAY

Active Member
#2
Hi,

This is for 20 EMA crossing 50 EMA : Cross(Mov(C,20,E),Mov(C,50,E)) This is for 50 EMA crossing 20 EMA : Cross(Mov(C,50,E),Mov(C,20,E))

Hope this will serve the purpose. Please copy the formula into Exploration Filter.

Happy practicing technicals
 
#3
Thank you for the reply. It helped me. But still i am looking for some thing like this 50EMA line should cross the 20EMA line now it is showing when ever it crossing the values of 50EMA ans 20EMA. where as the same formula is working perfectly for Experts.

Can any one help me.
 

RNR

New Member
#4
When ADX rising above 20 along with PDI/MDI on daily chart to take a buy/sell signal then how to see the weekly ADX to confirm the trade. Pls help me to interpret the weekly ADX briefly.
 

AJAY

Active Member
#5
Hi Praveen,

I think you copied the formula in Columns. You need to keep them in Filter. Please check once and come back if any help needed.

Happy Practicing Technicals

Ajayakumar
 

DSD7

New Member
#6
Hi rnr
4 trade confirmation follow weekly adx with the 7 macd weekly. If both confirm the trade then u may do it. Sometime adx weekly does not give clear signal but macd will give u the right direction.
 
#8
Ajay; thanks for the formula, but can you please explain clearly how to add this since i tried to install this in indicator builder as well as in expert system and explorer but it just does not work, thx
 

AJAY

Active Member
#10
Hi,

For PSAR

Downside Cross:
(please copy only the formula mentioned below)

Cross(SAR(.02,0.2),L)

Upside Cross:
(please copy only the formula mentioned below)

Cross(H,SAR(.02,0.2))

Happy practicing technicals

Ajayakumar
 
Last edited:

Similar threads