Specifiche
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
Con risposta
1
Valutazioni
Progetti
784
63%
Arbitraggio
33
27%
/
45%
In ritardo
23
3%
Gratuito
Pubblicati: 1 codice
2
Valutazioni
Progetti
564
26%
Arbitraggio
24
42%
/
38%
In ritardo
85
15%
In elaborazione
Pubblicati: 6 codici
3
Valutazioni
Progetti
844
73%
Arbitraggio
15
53%
/
13%
In ritardo
193
23%
Gratuito
Informazioni sul progetto
Budget
10 - 20 USD
Scadenze
1 giorno(i)