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
593
33%
Schlichtung
27
70%
/
7%
Frist nicht eingehalten
17
3%
Frei
3
Bewertung
Projekte
83
18%
Schlichtung
3
0%
/
0%
Frist nicht eingehalten
2
2%
Frei
4
Bewertung
Projekte
284
24%
Schlichtung
17
35%
/
6%
Frist nicht eingehalten
20
7%
Überlastet
5
Bewertung
Projekte
439
38%
Schlichtung
91
43%
/
19%
Frist nicht eingehalten
73
17%
Überlastet
6
Bewertung
Projekte
163
40%
Schlichtung
11
27%
/
73%
Frist nicht eingehalten
25
15%
Frei
7
Bewertung
Projekte
9
11%
Schlichtung
0
Frist nicht eingehalten
0
Frei
Projektdetails
Budget
30+ USD
Für die Entwickler
27
USD