Convert a Tradingview Pinescript into MT4 indicator

MQL4 Indicadores

Termos de Referência

I got a indicator that work on tradingview and I want to know if you can clone it to work on MT4 platform we need to used it in our trading room look at pic

Need it to do the same thing show the buy and sell and have the color from red to green mean buy and green to red mean sell I have the scrip

for the trading view .

and we need it to be license so if we give it to a member of our room he or she can't give it to someone.

Forex Andy, [19.02.20 13:48]
//@version=2
//creator: Forex Winners Group
study("Forex Winner Group", overlay=true)
EMAlength=input(55,"EMA length:")

src=ohlc4
haOpen=0.0
haOpen := (src + nz(haOpen[1]))/2
haC=(ohlc4+nz(haOpen)+max(high,nz(haOpen))+min(low,nz(haOpen)))/4
EMA1=ema(haC,EMAlength)
EMA2=ema(EMA1,EMAlength)
EMA3=ema(EMA2,EMAlength)
TMA1=3*EMA1-3*EMA2+EMA3
EMA4=ema(TMA1,EMAlength)
EMA5=ema(EMA4,EMAlength)
EMA6=ema(EMA5,EMAlength)
TMA2=3*EMA4-3*EMA5+EMA6
KEVA=TMA1-TMA2
NAVA=TMA1+KEVA
EMA7=ema(hlc3,EMAlength)
EMA8=ema(EMA7,EMAlength)
EMA9=ema(EMA8,EMAlength)
TMA3=3*EMA7-3*EMA8+EMA9
EMA10=ema(TMA3,EMAlength)
EMA11=ema(EMA10,EMAlength)
EMA12=ema(EMA11,EMAlength)
TMA4=3*EMA10-3*EMA11+EMA12
KEVA1=TMA3-TMA4
NAVA1=TMA3+KEVA1

igres=NAVA1
indoc=NAVA



longCond=igres>indoc and igres[1]<=indoc[1]
shortCond=igres<indoc and igres[1]>=indoc[1]
trendState = indoc < igres ? true : indoc > igres ? false : trendState[1]
closePlot = plot(indoc, title = "Close Line", color = #00ffa8, linewidth = 10, style = line, transp = 90)
openPlot = plot(igres, title = "Open Line", color = #ff004c, linewidth = 10, style = line, transp = 90)
closePlotU = plot(trendState ? indoc : na, transp = 100, editable = false)
openPlotU = plot(trendState ? igres : na, transp = 100, editable = false)
closePlotD = plot(trendState ? na : indoc, transp = 100, editable = false)
openPlotD = plot(trendState ? na : igres, transp = 100, editable = false)
fill(openPlotU, closePlotU, title = "Up Trend Fill", color = #00ffa8, transp = 1)
fill(openPlotD, closePlotD, title = "Down Trend Fill", color = #ff004c, transp = 1)


last_signal = 0
long_final = longCond and (nz(last_signal[1]) == 0 or nz(last_signal[1]) == -1)
short_final = shortCond and (nz(last_signal[1]) == 0 or nz(last_signal[1]) == 1)

alertcondition(long_final, title="Buy signal", message="Buy")
alertcondition(short_final, title="Sell signal", message="Sell")
last_signal := long_final ? 1 : short_final ? -1 : last_signal[1]

plotshape(long_final, style=shape.triangleup,
location=location.belowbar, color=#00ffa8,size=size.tiny,title="buy label",text="Buy",textcolor=#00ffa8)
plotshape(short_final, style=shape.triangledown,
location=location.abovebar, color=#ff004c,size=size.tiny,title="sell label",text="Sell",textcolor=#ff004c)


Arquivos anexados:

Respondido

1
Desenvolvedor 1
Classificação
Projetos
0
0%
Arbitragem
0
Expirado
0
Livre
2
Desenvolvedor 2
Classificação
(647)
Projetos
1295
67%
Arbitragem
84
26% / 49%
Expirado
338
26%
Livre
3
Desenvolvedor 3
Classificação
(68)
Projetos
111
26%
Arbitragem
17
6% / 71%
Expirado
15
14%
Livre
4
Desenvolvedor 4
Classificação
(508)
Projetos
764
63%
Arbitragem
33
27% / 45%
Expirado
23
3%
Livre
5
Desenvolvedor 5
Classificação
(221)
Projetos
369
66%
Arbitragem
10
50% / 0%
Expirado
46
12%
Livre
6
Desenvolvedor 6
Classificação
(548)
Projetos
825
73%
Arbitragem
15
53% / 13%
Expirado
193
23%
Trabalhando
Pedidos semelhantes
Attached to this post is the pinescript tradingview indicator code, i will also attach a link to the youtube explanatory video of how the indicator works on tradingview, i will like the exact thing on mt5, including the percentage prediction on each bar and the win loss counter ... it should work on both forex, stock and volatility indices on mt5 https://youtu.be/30FLWyEWroM?si=q9GpvJVHp-oyvsvZ // This work is
Hello! I want to develop an indicator for tradingview. Twice a day on 12H candle close the indicator will show a set of timeframes if they closed bullish or bearish. Show daybreak with a vertical line. Every 12H closure will show a box somewhere, preferably above/below that candle on all timeframes up to D1, clearly showing which candle is the close of 12H. The box will contain info about which timeframes closed
Hello, Looking for Multipair and Multi-timeframe scanner indicator based on Zigzag. It's going to be a simple indicator based on Higher high and Lower Low Formation. I want for both platform for MT4/5. It should have alert features as well have to scan from custom pairs, marketwatch also able to use custom timeframe. I'll share zigzag formation to the right candidate when it should gives an alert. And if you are not
Hello, I purchased a TradingView script that works very well, but it doesn’t have any alerts. All I need are alerts programmed so I don’t have to sit behind the chart watching it all the time
Hi! Are you able to code an exact copy of an indicator for trading view? It must be exactly the same. if you are expert in doing this I am expecting your message in the comment session to share you with the indicator I want to duplicate. Looking forward to your positive response and the opportunity to collaborate with you on this project
Hello developers I hope this message finds you well. I am currently seeking a highly skilled developer for an important project. I need an exact copy of a TradingView indicator to be coded for the MetaTrader 4/5 platform. The indicator must be replicated with absolute precision, maintaining all its functionalities and features. Would you be able to take on this project? If so, I would appreciate discussing the
Hello Developers, I am looking for a highly skilled and experienced developer to code an exact copy of a specific indicator for TradingView. The indicator must be replicated with precise accuracy, maintaining all functionalities and features of the original. Requirements: Proficiency in Pine Script and experience with TradingView indicators. Demonstrated ability to replicate complex indicators with exact
MODIFICATION OF AND EXISTING EXPERT BY ADDING INDICATORS TO FUNCTION AS FILTERS, TRADE CLOSURE BY THE REVERSAL OF THE adx INDICATOR, LOOKING FOR TRADE BASED ON THE COLOR OF THE PERCENTAGE CHANGE INDICATOR (DPC) SELLING THE COLR IS RED AND DECREASING IN PERCENTAGE AND BUYING WHEN THE COLOR IS GREEN AND INCREASING IN PERCENTAGE . There is an EA I have been using which I splitted into long trading and short trading. It
i am looking for experienced programmer to create indicator for me. i am willing to pay for the service. and if it works amazingly like i expected. i will tip more money
I recently bought an indicator, that sends out notifications for trades i need to place, on the notification these and SL and TP, so i want an EA that would automate that for me

Informações sobre o projeto

Orçamento
30+ USD
Desenvolvedor
27 USD