Jump to content

Recommended Posts

Posted

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

 

:)

Posted
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.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...