Convert a Tradingview Pinescript into MT4 indicator

MQL4 Indikatoren

Auftrag beendet

Ausführungszeit 21 Stunden
Bewertung des Kunden
Happy new year 2020 !! Great job !!

Spezifikation

Hi,

I want to convert a Tradingview Pinescript study based on Kijun-Sen into MT4 .I have the code in Pinescript (about 15 lines of code in PS), it just needs converting to MT4. Also can you do on-screen alerts, or sound alerts for MT4 based on this indicator? If it works, I might need to add capability to auto-trade once I back-test it on MT4 later .


//@version=4
study("Kijun-PA Cross", shorttitle="K-PA X", overlay=true)

donchian(src_low, src_high, len) =>
    avg(lowest(src_low, len), highest(src_high, len))

candle_oc = input(defval=false, title="Use Candle Open/Close instead of High/Low for Kijun")
src_low = candle_oc ? min(open, close) : low
src_high = candle_oc ? max(open, close) : high
ki_Length = input(34, minval=1)
ki_baseLine = donchian(src_low, src_high, ki_Length)

long = close > ki_baseLine
short = close < ki_baseLine

kjuncol = long ? color.aqua : color.purple

plot(ki_baseLine, color=kjuncol, linewidth=1, title="Kijun-sen")

alertcondition(long, title='PA crosses Kijun-sen LONG', message='PA crosses UP Kijun-sen LONG')
alertcondition(short, title='PA crosses Kijun-sen SHORT', message='PA crosses DOWN Kijun-sen SHORT')


Bewerbungen

1
Entwickler 1
Bewertung
(20)
Projekte
46
54%
Schlichtung
3
67% / 0%
Frist nicht eingehalten
14
30%
Frei
2
Entwickler 2
Bewertung
(512)
Projekte
773
63%
Schlichtung
33
27% / 45%
Frist nicht eingehalten
23
3%
Frei
3
Entwickler 3
Bewertung
(563)
Projekte
932
47%
Schlichtung
302
59% / 25%
Frist nicht eingehalten
124
13%
Beschäftigt
4
Entwickler 4
Bewertung
(803)
Projekte
1374
72%
Schlichtung
113
28% / 48%
Frist nicht eingehalten
342
25%
Arbeitet
5
Entwickler 5
Bewertung
(586)
Projekte
1048
49%
Schlichtung
39
28% / 41%
Frist nicht eingehalten
49
5%
Frei
6
Entwickler 6
Bewertung
(549)
Projekte
826
73%
Schlichtung
15
53% / 13%
Frist nicht eingehalten
193
23%
Arbeitet
Ähnliche Aufträge
Connect from Mt5 via binary deriv account api I have mt5 indicator, need to connect with binary deriv account through api. If anyone can setup via API then contact me. everything control mt5
Hello I am looking for a developer to create an 50% retracement Indicator of the previous candle . So once a candle close the Indicator is supposed to take the full candle size from high to low and make a 61% and 50% level on that candle and I would like the candle to show until the next previous candle is done creating. After this I would look to create an ea with it possibly
Hi, I have 2 indicators which are based on the super trend , the alerts on indicator (1) does not work at all , and on the other indicator the alerts do not come on time on time, which is kind of delayed. see attached file below
Looking for an experienced developer to modify my existing TDI strategy , want to add filter for Buy and Sell Signals, Arrows are displayed on chart and what only to leave high accurate arrows Source code to be provided
I have the mq5 file, I need a buffer adding to the indicator, so it appears in the data window so I can reference it later in an EA. As the below screenshot shows, there is a median ray line from yesterday (the dashed horizontal line) - I want this value in the data window called Median Ray. I want this to be a single value per day, so todays Median Ray would be 17868, and so on each day. So I want all the Developing
I would like to develop my own indicator on metatrader 4 and tradingview. We would start with a basic version that we would improve later. It is an indicator based on several analyses and which would provide several indications. I am looking for someone who can develop on MT4 and Mt5, initially I would like to do it on mt4 and then on mt5. If you have expertise in pinescript it is a plus because I would like to
I urgently require swift assistance to convert a complex indicator into a fully functional scanner, capable of automatically sending real-time data, alerts, and notifications via email, ensuring seamless integration and prompt delivery of critical information to facilitate informed decision-making and timely action
I need to improve the code of an indicator that is too heavy and slow when running and when used with iCustom in an EA. No other changes to the indicator are requested: the original features of the indicator should remain as theay are. I'll provide the indicator after job acceptance. I request final source code mq5 file. Thank you Regards
I have a mt5 indicator that is working perfectly but I will like to make it an expert advisor to have an automated trade. I will be glad if I can get a well experienced developer to execute this project. Thanks
O TRABALHO CONSISTE NA MUDANÇA DO HISTOGRAMA DO INDICADOR TREDN DIRECTION AND FORCE DSEMA SMOOTHED PARA O HISTOGRAMA DA FOTO ANEXA, OBEDECENDO AS TRES CORES VERDE (UP, VERMELHOR(DOWN) E CINZA(TREND). O MESMO TEM QUE ODECER O MESMO CALCULO E COLORIR DA MESMA FORMA POREM COM HISTOGRAMA DDE FORMATO DIFERENTE

Projektdetails

Budget
30+ USD
Für die Entwickler
27 USD