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 :)
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
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.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now