alletuca Posted February 25, 2011 Report Posted February 25, 2011 I have this for Metastock: Period:= Input("What Period",1,250,10); EMA1:= Mov(CLOSE,Period,S); EMA2:= Mov(EMA1,Period,S); Difference:= EMA1 - EMA2; ZeroLagEMA:= EMA1 + Difference; ZeroLagEMA what indicator i must find for Metatrader ??? Someone can traslate this in .mq4 ??? sorry for my english. Thank to everybody :) Quote
codrut_8 Posted February 25, 2011 Report Posted February 25, 2011 Look in my folder: hxxp://www.4shared.com/account/dir/sUUpQZT6/sharing.html?rnd=68 ZeroLAG_MA (same with your description) and ZeroLag_MACD_v1 Regards kraven 1 Quote
alletuca Posted February 26, 2011 Author Report Posted February 26, 2011 Look in my folder: hxxp://www.4shared.com/account/dir/sUUpQZT6/sharing.html?rnd=68 ZeroLAG_MA (same with your description) and ZeroLag_MACD_v1 Regards Ok i try .... Thanks for your help. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.