Convert TradingView Indicator/Strategy into MT4 EA/Trading Robot

MQL4 Convertir

Tâche terminée

Temps d'exécution 8 jours
Commentaires du client
Fantastic dev. Very patient, Very quick & most importantly executed the order EXACTLY as requested. Thank you so much)
Commentaires de l'employé
Great customer, very reliable and easy to work with. Highly recommended!

Spécifications

Hello!


The entire job will be posted below. Nothing else is required except for what is below. Thanks!


I need a translator. Pine script to MQL4, The code is below.


The indicator/EA has to execute trades at the same signals and with the same TP & SL as the one in TradingView. 


If you cant do the "SMA","TMA","LSMA" options its fine. I just use the SMA anyway so only keep that one. All 3 are preferred but if not then just SMA.


Once completed you can cross reference the results with the photo attatched (My TV chart with the indicator).



Thank you,


Iliya


//@version=3
strategy(title="HG_FX_1", overlay = true)

price = close

//
// ATR 
//

atrLength = input(14, "ATR Length")
slMultiplier = input(1.5, "SL")
tpMultiplier = input(1, "TP1")

atr = atr(atrLength)


//
// Indicator
// 

length = input(100),slen = input(10,title="Signal Length")
method = input("TMA",title="Pre-Filtering Method",options=["SMA","TMA","LSMA"])

Ds = input(1,title="Order Size")
sm = input("Bull/Bear Cross",title="Strategy Method",options=["Bull/Bear Cross","Signal Cross"])
mult = input(1.,title="Martingale Multiplier")
//----
source = close
f(x)=>method==x
s(x,p)=>f("SMA")?sma(x,p):f("TMA")?sma(sma(x,p),p):f("LSMA")?linreg(x,p,0):na
//----
src = s(source,length)
a = highest(src,length) 
b = lowest(src,length)
//----
bull = src/sma(a - b,length) - b/sma(a - b,length)
bear = abs(src/sma(a - b,length) - a/sma(a - b,length))
signal = sma(max(bull,bear),slen)

//
// Entry Structure
// 


goLong = crossover(bull,bear)   
goShort = crossunder(bull,bear)


if (goLong)
    sl = price - atr * slMultiplier
    tp = price + atr * tpMultiplier
    strategy.entry("Long", strategy.long)
    strategy.exit("Long Exit", "Long", stop = sl, limit = tp)
    
if (goShort)
    sl = price + atr * slMultiplier
    tp = price - atr * tpMultiplier
    strategy.entry("Short", strategy.short)      
    strategy.exit("Short Exit", "Short", stop = sl, limit = tp)


Dossiers :

Répondu

1
Développeur 1
Évaluation
(590)
Projets
789
71%
Arbitrage
9
33% / 33%
En retard
22
3%
Gratuit
2
Développeur 2
Évaluation
(550)
Projets
829
73%
Arbitrage
15
53% / 13%
En retard
193
23%
Travail
3
Développeur 3
Évaluation
(54)
Projets
53
17%
Arbitrage
7
0% / 100%
En retard
5
9%
Gratuit
Commandes similaires
I would like to convert an Expert Advisor into an indicator. Once the work is done, this indicator should work like any indicator on MetaTrader 4. It should look the same and I should be able to add my expert advisor. Thanks & Regards
Using the Fibonacci retracement strategy to open trade exit trade and also set TP and SL. Each level on Fibonacci are predetermined to open a position and increase the lot size (Martigale) as market price go again the previous opened position. I have a clear details on the strategy which I will share you once you respond to this
I need a professional who can convert a Tradingview indicator and make it for MQL5 ? Kindly let me know if you can do this and I need this to be done in 24 hours
Convert MT4 EA to MT 5 EA. I just have the EA(ex4): I don't have the code. I want developer to copy same mt4 code and create mt5 EA NO EDITING REQUIRED
Terms of Reference: Development and Update of a MetaTrader 4 and MetaTrader 5 Bot Project Context: I currently own a MetaTrader 4 bot (Expert Advisor - EA) specialized in gold trading. I want to: Update the MetaTrader 4 version to integrate new features and secure the bot. Create a MetaTrader 5 version of this bot, with the same characteristics and functionalities. Project Objectives: Updating the MetaTrader 4 (MT4)
I want to convert my mt4 EA to mt5 EA . I have a mt4 ea with source code. i want developer to copy same mt4 code and create mt5 EA NO EDITING REQUIRED
DON'T REACH OUT IF YOU CAN'T CONVERT STRATEGY ON TRADINGVIEW TO A WELL AUTOMATED EXPERT ADVISOR THAT RUN WITHOUT PROBLEM ON METATRADER 5 Well, I am only looking for a programmer who is proficient in coding and can turn strategy on tradingview to a well customized expert advisor, please reach out if you can work timely on exactly what I just said
Hello Developers, I’m seeking a professional and highly experienced MQL4 developer to assist with converting an existing TradingView indicator into a fully functional MT4 indicator (.exe file). The source code will be provided , and the key task is ensuring that all features and functionality are preserved in the MT4 version. Project Requirements: Proven experience in converting TradingView Pine Script to MQL4
Project Overview: The project is to convert a high-frequency trading strategy from TradingView’s PineScript into an automated MQL5 Expert Advisor (EA). Additional features will be added to the EA which are not part of the TradingView PineScript, details are added below. Key Requirements: Experience: Strong expertise in both TradingView PineScript, MQL5, and FOREX trading is essential. The MQL5 EA must closely
O robot já está feito in jforex Java pra plaforma jforex Java Preciso.: 1 converta robôt jforex Pra egiabmql5 2: depois da conversão é pra adicionar estratégia grid ou seja irá converter jforex Java dukascopy pra mql4 e depois da conversão é pra adicionar dentro do mql4 a estratégia grid

Informations sur le projet

Budget
50+ USD
Pour le développeur
45 USD
Délais
à 7 jour(s)