Erga

MQL5 Indicadores

Tarea técnica

// Indicadores #property indicator_separate_window #property indicator_buffers 2 #property indicator_color1 Red #property indicator_color2 Blue

// Definición de indicadores double EMA200 = iMA(NULL,PERIOD_M15,200,0,MODE_EMA,PRICE_CLOSE); double EMA50 = iMA(NULL,PERIOD_M15,50,0,MODE_EMA,PRICE_CLOSE);

// Lógica de entrada if(EMA50 > EMA200) { if(Close[1] < EMA50) buyCondition = true; } if(EMA50 < EMA200) { if(Close[1] > EMA50) sellCondition = true; }

// Salida if(buyCondition && Close[1] > EMA50) buyCondition = false;

if(sellCondition && Close[1] < EMA50)
sellCondition = false;


Han respondido

1
Desarrollador 1
Evaluación
(9)
Proyectos
9
22%
Arbitraje
3
0% / 33%
Caducado
0
Trabaja
2
Desarrollador 2
Evaluación
(282)
Proyectos
438
29%
Arbitraje
18
61% / 11%
Caducado
12
3%
Libre
3
Desarrollador 3
Evaluación
(43)
Proyectos
62
23%
Arbitraje
3
0% / 0%
Caducado
1
2%
Libre
4
Desarrollador 4
Evaluación
(127)
Proyectos
199
23%
Arbitraje
4
50% / 25%
Caducado
15
8%
Trabaja
5
Desarrollador 5
Evaluación
(234)
Proyectos
366
37%
Arbitraje
71
38% / 20%
Caducado
64
17%
Trabajando

Información sobre el proyecto

Presupuesto
30+ USD

Cliente

Encargos realizados1
Número de arbitrajes0