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
Évaluation
Projets
14
29%
Arbitrage
3
67%
/
33%
En retard
0
Gratuit
2
Évaluation
Projets
572
33%
Arbitrage
27
70%
/
7%
En retard
16
3%
Gratuit
3
Évaluation
Projets
82
18%
Arbitrage
3
0%
/
0%
En retard
2
2%
Gratuit
4
Évaluation
Projets
279
24%
Arbitrage
15
40%
/
7%
En retard
18
6%
Chargé
5
Évaluation
Projets
428
38%
Arbitrage
87
44%
/
18%
En retard
71
17%
Occupé
6
Évaluation
Projets
163
40%
Arbitrage
11
27%
/
73%
En retard
25
15%
Gratuit
7
Évaluation
Projets
7
0%
Arbitrage
0
En retard
0
Gratuit
Informations sur le projet
Budget
30+ USD
Pour le développeur
27
USD