Spezifikation
Hi I need to convert Tradingview Indicator to MT4 with Alerts.
lt=input(title="Lower Length", type=input.integer, defval=13, options= [3, 5, 8, 13, 21])
mt=input(title="Middle Length", type=input.integer, defval=21, options= [5, 8, 13, 21, 34])
ht=input(title="Higher Length", type=input.integer, defval=34, options= [8, 13, 21, 34, 55])
cci_lt = cci(close, lt)
cci_mt = cci(close, mt)
cci_ht = cci(close, ht)
rsi_cci_lt = rsi(cci_lt, lt)
rsi_cci_mt = rsi(cci_mt, mt)
rsi_cci_ht = rsi(cci_ht, ht)
fcsi_lt = ema(rsi_cci_lt, lt)
fcsi_mt = ema(rsi_cci_mt, mt)
fcsi_ht = ema(rsi_cci_ht, ht)
p1 = plot(fcsi_lt, color=color.blue)
p2 = plot(fcsi_mt, color=color.green)
p3 = plot(fcsi_ht, color=color.red)
fill(p1, p2, color=color.green)
fill(p2, p3, color=color.red)
Bewerbungen
1
Bewertung
Projekte
1295
67%
Schlichtung
84
26%
/
49%
Frist nicht eingehalten
338
26%
Frei
2
Bewertung
Projekte
844
73%
Schlichtung
15
53%
/
13%
Frist nicht eingehalten
193
23%
Frei
3
Bewertung
Projekte
543
75%
Schlichtung
9
44%
/
0%
Frist nicht eingehalten
24
4%
Frei
4
Bewertung
Projekte
1810
61%
Schlichtung
14
64%
/
7%
Frist nicht eingehalten
84
5%
Frei
5
Bewertung
Projekte
624
38%
Schlichtung
40
23%
/
65%
Frist nicht eingehalten
93
15%
Frei
Veröffentlicht: 4 Artikel, 19 Beispiele
6
Bewertung
Projekte
945
47%
Schlichtung
309
58%
/
27%
Frist nicht eingehalten
125
13%
Frei
Projektdetails
Budget
30 - 58 USD
Ausführungsfristen
bis 10 Tag(e)