Erga

MQL5 Indicators

Specification

// 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;


Responded

1
Developer 1
Rating
(11)
Projects
14
29%
Arbitration
3
67% / 33%
Overdue
0
Free
2
Developer 2
Rating
(354)
Projects
558
33%
Arbitration
24
67% / 8%
Overdue
16
3%
Free
3
Developer 3
Rating
(53)
Projects
77
19%
Arbitration
3
0% / 0%
Overdue
1
1%
Working
4
Developer 4
Rating
(158)
Projects
270
25%
Arbitration
14
29% / 7%
Overdue
17
6%
Working
5
Developer 5
Rating
(257)
Projects
419
38%
Arbitration
86
44% / 19%
Overdue
71
17%
Busy
6
Developer 6
Rating
(135)
Projects
163
40%
Arbitration
11
27% / 73%
Overdue
25
15%
Free
7
Developer 7
Rating
(3)
Projects
3
0%
Arbitration
0
Overdue
0
Free

Project information

Budget
30+ USD
For the developer
27 USD