| metastock to metatrader language Hello, I write this message to ask you a bit of help. Lately I am using enough the metatrader, but meeting when is absent an indicator that I am in the habit of using often in my habitual program of graphs. The problem is that I have not even idea of programming with the metatrader. To seeing if serious so nice someone of putting the formula for this indicator in format metatrader. It is a question of a mobile average, and his formula in metastock is the following one:
Periods: =Input ("Periods", 1, 250, 10);
EMA 1: = Mov (C, Periods, E);
EMA 2: = Mov (EMA1, Periods, E);
difference: = EMA1-EMA2;
MMCerodelay: = EMA1+Diference; MMCerodelay; |