CONVERT A TRADINDVIEW INDICATOR TO MQL4

MQL4 In conversione Forex

Lavoro terminato

Tempo di esecuzione 5 minuti
Feedback del dipendente
Excellent customer. Clear specifications and fast payment. Thank you.
Feedback del cliente
Great worker and super fast. Topp

Specifiche

HELLO GUYS, 

I WOULD LIKE TO CONVERT THE EASY TRADINGVIEW "TRENDALERT" BY RSTRAAT TO A MT4 INDICATOR. 


//@version=2

study("TrendAlert", overlay=false)


// Trend and direction determination Step 1 en Step 2 method conform ZoneRecovery from 4x-dat.com Joseph Nemeth 

// https://www.youtube.com/watch?v=YxDAYtlQjBM

// step 1 LongTerm timefram/resolution (LT) determine general direction 

//• color last Heikenahsi bar gives is the general direction 

// step 2 MidTerm timeframe/resolution determine trend

//• color last Heikenahsi bar must match Direction step 1 and

//• slope of 20EMA in direction step 1 and 

//• price relation to EMA20: above = up, below=down 

// Step 1 AND step 2 => TrendAlert (-1 for Short, 1 for Long, 0 for No trend)


//Heiken Ashi Candles

data = heikenashi(tickerid)

resLT = input(title="Res LT", type=resolution, defval="D")

resMT = input(title="Res MT", type=resolution, defval="240")



LTo = security(data, resLT, open)

LTc = security(data, resLT, close)

MTo = security(data, resMT, open)

MTc = security(data, resMT, close)


LTlong = LTc > LTo 

LTshort = LTc < LTo 

MTema20 = ema(MTc,20)

MTema20delta= change(MTema20)


MTlong = MTc > MTo and MTc > MTema20 and MTema20delta > 0

MTshort = MTc < MTo and MTc < MTema20 and MTema20delta < 0




Long = MTlong and LTlong

Short = MTshort and LTshort


plot(Long ? 1 : Short ? -1: 0, title="TrendAlert", color= Long ? lime : Short ? red : gray, style=columns )




 

Con risposta

1
Sviluppatore 1
Valutazioni
(252)
Progetti
570
36%
Arbitraggio
64
20% / 58%
In ritardo
147
26%
Gratuito
2
Sviluppatore 2
Valutazioni
(13)
Progetti
19
16%
Arbitraggio
0
In ritardo
3
16%
Gratuito
3
Sviluppatore 3
Valutazioni
(559)
Progetti
927
48%
Arbitraggio
301
59% / 25%
In ritardo
124
13%
Caricato
4
Sviluppatore 4
Valutazioni
(506)
Progetti
760
63%
Arbitraggio
33
27% / 45%
In ritardo
23
3%
Gratuito
Ordini simili
Hello, I need a solution that automaticaly sets my EA´s on the Charts after Metatrader did an Update. Since Metatrader is doing almost every month an Update, I have to manually put my EA´s back on the Chart and load the *.set Files, since the EA´s are not reloading. Is ther a way to do this automaticaly
I need a grid ea that puts buy stops and sell stops on the chart (only stops no limits). See image Example: if the price moves up filling the buy stops. The ea should place new sell stops below the price for the set parameters. And vice versa. Also if price moves up it should place new buy stops above the last buy stop. So if the parameter is set to 50 buy stops. There should always be 50 buy stops in the grid. And
HEDGING EA 70+ USD
LET ME KNOW IF YOU CAN DO THE JOB SERIOUS PROGRAMMER TO DO EA WITH STRICT DETAILS I HAVE A PICTURE OF THE STRATEGY I DO NOT WANT TO POST IT HERE
Requiero un EA basado en un indicador con las siguientes caracteristicas 1. Abra operacion con una señal que da el indicador, despues que la vela toque el indicador y cierre por encima del indicador 2. Que cierre operacion con SL y TP en % de perdida y ganancia 3, Que en cada señal abra un maximo de X operaciones y si pierde en la siguiente señal haga el doble operaciones y todas seran con el mismo lotaje Todos los
I need an ea created per my requirements according to my strategy. I am only willing to pay 50$ for this as fixed price. If you can do it, please message. No price negotiation please
More details when you apply I do not want to share all the details here. After your application, I will show all the details. Only serious experience developers with good reviews should apply. I take that into consideration
Hey, I would like to work again with you to create an indicator based on calculation with the last price, sort of fib. I give a pdf introducing the concept I have a source code in pinescript of the concept. Thanks
I need a simple automated Expert Advisor that can trade any of deriv indices except boom and crush or us30. Must at least be able to trade a 20$ account..i need it ASAP, referrals also welcomed
Hello everyone, I'm looking for a profitable scalping EA, with a proven record and backtests on multiple pairs (at least from 2010). The EA doesn't need to make a huge amount of profit, but I care about safety. 1-2% monthly profit is enough. At least 5-10 pips per order. Grid, averaging, martingale are allowed, but backtests need to prove that the account doesn't blow up. Preferred pairs: GBPAUD, GBPNZD, GBPJPY
I would like to code this strategy in Sierra charts first to backtest and then to automate. How long does Sierra take to backtest 1 year of data on 1 minute bars? https://docs.google.com/document/d/1VmiDJjgV7BIuxFYN8kil7h1SbE6J6lMLyAlhd4xv-x4/edit

Informazioni sul progetto

Budget
30+ USD
IVA (22%): 6.6 USD
Totale: 36.6 USD
Per lo sviluppatore
27 USD
Scadenze
da 1 a 2 giorno(i)