Termos de Referência
I Have a simple AFL Code which I would want to be converted to MQL4. This is just a few lines of code and this needs to be done ASAP
Please let me know how soon can this be done.
This is the Code
_SECTION_BEGIN("power");
Periods = Param(" ma Periods", 14, 1, 100 );
range = Param("ATR range", 10, 1, 50 );
multiplyer = Param("multiplyer", 2, 1, 10, 0.1);
uptrend= MA((H+L)/2,Periods) + multiplyer*ATR(range);
downtrend= MA((H+L)/2,Periods) - multiplyer*ATR(range);
Bbuy= ExRem( H> uptrend , L< downtrend ) ;
sSell= ExRem( L< downtrend , H> uptrend ) ;
Thanks
Respondido
1
Classificação
Projetos
784
63%
Arbitragem
33
27%
/
45%
Expirado
23
3%
Livre
Publicou: 1 código
2
Classificação
Projetos
564
26%
Arbitragem
24
42%
/
38%
Expirado
85
15%
Trabalhando
Publicou: 6 códigos
3
Classificação
Projetos
844
73%
Arbitragem
15
53%
/
13%
Expirado
193
23%
Livre
Informações sobre o projeto
Orçamento
10 - 20 USD
Prazo
1 dias