Erga

MQL5 Indicateurs

Spécifications

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


Répondu

1
Développeur 1
Évaluation
(11)
Projets
14
29%
Arbitrage
3
67% / 33%
En retard
0
Gratuit
2
Développeur 2
Évaluation
(354)
Projets
558
33%
Arbitrage
24
67% / 8%
En retard
16
3%
Gratuit
3
Développeur 3
Évaluation
(53)
Projets
77
19%
Arbitrage
3
0% / 0%
En retard
1
1%
Travail
4
Développeur 4
Évaluation
(158)
Projets
270
25%
Arbitrage
14
29% / 7%
En retard
17
6%
Travail
5
Développeur 5
Évaluation
(257)
Projets
419
38%
Arbitrage
86
44% / 19%
En retard
71
17%
Occupé
6
Développeur 6
Évaluation
(135)
Projets
163
40%
Arbitrage
11
27% / 73%
En retard
25
15%
Gratuit
7
Développeur 7
Évaluation
(3)
Projets
3
0%
Arbitrage
0
En retard
0
Gratuit

Informations sur le projet

Budget
30+ USD
Pour le développeur
27 USD