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
595
33%
Arbitrage
27
70%
/
7%
En retard
17
3%
Gratuit
3
Évaluation
Projets
83
18%
Arbitrage
3
0%
/
0%
En retard
2
2%
Gratuit
4
Évaluation
Projets
287
24%
Arbitrage
17
35%
/
6%
En retard
20
7%
Chargé
5
Évaluation
Projets
442
38%
Arbitrage
90
43%
/
19%
En retard
73
17%
Occupé
6
Évaluation
Projets
163
40%
Arbitrage
11
27%
/
73%
En retard
25
15%
Gratuit
7
Évaluation
Projets
9
11%
Arbitrage
0
En retard
0
Gratuit
Informations sur le projet
Budget
30+ USD
Pour le développeur
27
USD