Spezifikation
// 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;
Bewerbungen
1
Bewertung
Projekte
14
29%
Schlichtung
3
67%
/
33%
Frist nicht eingehalten
0
Frei
2
Bewertung
Projekte
572
33%
Schlichtung
27
70%
/
7%
Frist nicht eingehalten
16
3%
Frei
3
Bewertung
Projekte
82
18%
Schlichtung
3
0%
/
0%
Frist nicht eingehalten
2
2%
Frei
4
Bewertung
Projekte
279
24%
Schlichtung
15
40%
/
7%
Frist nicht eingehalten
18
6%
Beschäftigt
5
Bewertung
Projekte
428
38%
Schlichtung
87
44%
/
18%
Frist nicht eingehalten
71
17%
Überlastet
6
Bewertung
Projekte
163
40%
Schlichtung
11
27%
/
73%
Frist nicht eingehalten
25
15%
Frei
7
Bewertung
Projekte
7
0%
Schlichtung
0
Frist nicht eingehalten
0
Frei
Projektdetails
Budget
30+ USD
Für die Entwickler
27
USD