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
698
34%
Schlichtung
33
70%
/
9%
Frist nicht eingehalten
22
3%
Frei
3
Bewertung
Projekte
92
16%
Schlichtung
4
0%
/
25%
Frist nicht eingehalten
2
2%
Frei
4
Bewertung
Projekte
317
24%
Schlichtung
23
35%
/
13%
Frist nicht eingehalten
24
8%
Frei
Veröffentlicht: 3 Beispiele
5
Bewertung
Projekte
474
39%
Schlichtung
103
41%
/
23%
Frist nicht eingehalten
79
17%
Überlastet
Veröffentlicht: 2 Beispiele
6
Bewertung
Projekte
163
40%
Schlichtung
11
27%
/
73%
Frist nicht eingehalten
24
15%
Frei
7
Bewertung
Projekte
12
8%
Schlichtung
2
0%
/
100%
Frist nicht eingehalten
0
Frei
Projektdetails
Budget
30+ USD