I need to convert the Tradingview indicator to MT4 indicator

MQL4 지표 전환

명시

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)

응답함

1
개발자 1
등급
(647)
프로젝트
1295
67%
중재
84
26% / 49%
기한 초과
338
26%
무료
2
개발자 2
등급
(564)
프로젝트
844
73%
중재
15
53% / 13%
기한 초과
193
23%
무료
3
개발자 3
등급
(412)
프로젝트
543
75%
중재
9
44% / 0%
기한 초과
24
4%
무료
4
개발자 4
등급
(1122)
프로젝트
1810
61%
중재
14
64% / 7%
기한 초과
84
5%
무료
5
개발자 5
등급
(337)
프로젝트
624
38%
중재
40
23% / 65%
기한 초과
93
15%
무료
게재됨: 4 기고글, 19 코드
6
개발자 6
등급
(574)
프로젝트
945
47%
중재
309
58% / 27%
기한 초과
125
13%
무료

프로젝트 정보

예산
30 - 58 USD
기한
 10 일