Tarea técnica

Plz if u not online plz dont apply as i may award project to toprated in few hours,            Hi sir i need MQL4 EA file 2LWMAs(default lwma will hv sma,ema etc in dropdown list as exists in mt4 default ema) +RSI14 cross  with folowing inputs       (boto rodrigue not)

Buy when 5lwma crosses 10LWMA up+ rsi 14  level 50UP 

SELL when 5lwma crosses 10LWMA DOWN+ rsi 14  level 50 DOWN

SELL when 5lwma crosses 10LWMA DOWN+ rsi 14  level 75 DOWN

profit box = ( in usd$ 0.01$ or above any value ,after swaps,comision,spreads etc has been met, as soon as profit in usd cents/$ gets hit 

than close all open orders of that fx pair currency.

loss box = ( in usd$ 0.01$ or above any value ,after swaps,comision,spreads etc has been met, as soon as loss in usd cents/$ gets hit 

than close all open orders of that fx pair currency.

LOtsize

tp

stp

Trailingstoploss ,  found default in eas , if u can do it ok, if u cant even than fine
trailingTakeProfit==   found default in eas , if u can do it ok, if u cant even than fine

spread box (a blank inputs box whatever spread i write in it ea shall execute operations only when that spread range appears,i.e (3) i write it means 0-3 spread  if meets than open buy sell

EquityRisk

CloseAtReverseBuy  true/false (it means suppose buy trade is running , now SELL condition signal appeared than if i set it true it will close buy trade n open new sell trade, if i used multiplier too than will open trade with increased lotsize only)

CloseAtReverseSell True/false 

(it means suppose SELL trade is running , now BUY condition signal appeared than if i set it true it will close SELL trade n open new BUY trade, if i used multiplier too than will open trade with increased lotsize only)

DataOnScreen of current day only(like trades open,closed,profit loss,drawdown etc.   

Multiplier == like 1.0, 1.1 , 1.2 or any up value will simply add increasing lots in the direction of trades,


                                                                                     thanks

Han respondido

1
Desarrollador 1
Evaluación
(455)
Proyectos
721
34%
Arbitraje
35
71% / 9%
Caducado
23
3%
Libre
2
Desarrollador 2
Evaluación
(5)
Proyectos
6
50%
Arbitraje
2
0% / 50%
Caducado
0
Libre
Solicitudes similares
//———————————————————————————————————————————————————————————————————— struct S_MCAV { double matureSum; double totalSum; double value; void Init () { matureSum = 0.0; totalSum = 0.0; value = 0.5; } void AddContext (int ctx) { totalSum += 1.0; if (ctx == 1) matureSum += 1.0; } void ApplyDecay (double rate) { matureSum *= rate; totalSum *= rate; } void Update () {

Información sobre el proyecto

Presupuesto
30 - 35 USD
Plazo límite de ejecución
a 3 día(s)