Translation of indicator from Pine Script to MQL4

MQL4 Conversión

Tarea técnica

Translation of indicator from Pine Script to MQL4

I use a mcginley indicator on tradingview but the ones I found for mt4 are totally different

this is the coding from tradingview: (it has 3mcginleys in one indicator)

//@version=4 // 3 McGinley lines without having to use 3 different normal McGinley. I've modified a previous script, please double-check! study(title="3 McGinley Dynamic", overlay=true, resolution="") length = input(3, minval=1) length1 = input(7, minval=1) length2 = input(10, minval=1) source = input(title="Source", type=input.source, defval=close) source1 = input(title="Source1", type=input.source, defval=close) source2 = input(title="Source2", type=input.source, defval=close) mg = 0.0 mg := na(mg[1]) ? ema(source, length) : mg[1] + (source - mg[1]) / (length * pow(source/mg[1], 4)) mg1 = 1.0 mg1 := na(mg1[1]) ? ema(source1, length1) : mg1[1] + (source1 - mg1[1]) / (length1 * pow(source1/mg1[1], 4)) mg2 = 2.0 mg2 := na(mg2[1]) ? ema(source2, length2) : mg2[1] + (source2 - mg2[1]) / (length2 * pow(source2/mg2[1], 4)) plot(mg, title="mg3", color=#df8351) plot(mg1, title="mg7", color=#673bd4) plot(mg2, title="mg10", color=#22bdc1)


Han respondido

1
Desarrollador 1
Evaluación
(879)
Proyectos
1394
67%
Arbitraje
117
32% / 42%
Caducado
215
15%
Libre
2
Desarrollador 2
Evaluación
(101)
Proyectos
136
36%
Arbitraje
14
29% / 50%
Caducado
15
11%
Libre
3
Desarrollador 3
Evaluación
(379)
Proyectos
404
31%
Arbitraje
64
19% / 69%
Caducado
51
13%
Trabajando
4
Desarrollador 4
Evaluación
(51)
Proyectos
66
30%
Arbitraje
2
0% / 0%
Caducado
0
Libre
5
Desarrollador 5
Evaluación
(409)
Proyectos
539
75%
Arbitraje
9
44% / 0%
Caducado
24
4%
Trabaja
6
Desarrollador 6
Evaluación
(38)
Proyectos
50
10%
Arbitraje
1
0% / 0%
Caducado
8
16%
Libre
7
Desarrollador 7
Evaluación
(236)
Proyectos
440
26%
Arbitraje
125
21% / 57%
Caducado
96
22%
Trabaja
8
Desarrollador 8
Evaluación
(52)
Proyectos
97
24%
Arbitraje
11
18% / 18%
Caducado
12
12%
Trabaja
9
Desarrollador 9
Evaluación
(254)
Proyectos
574
36%
Arbitraje
64
20% / 58%
Caducado
147
26%
Libre
10
Desarrollador 10
Evaluación
(336)
Proyectos
622
38%
Arbitraje
39
23% / 64%
Caducado
93
15%
Libre
11
Desarrollador 11
Evaluación
(550)
Proyectos
829
73%
Arbitraje
15
53% / 13%
Caducado
193
23%
Trabaja
12
Desarrollador 12
Evaluación
(564)
Proyectos
933
47%
Arbitraje
303
59% / 25%
Caducado
125
13%
Trabajando
13
Desarrollador 13
Evaluación
(67)
Proyectos
144
34%
Arbitraje
10
10% / 60%
Caducado
26
18%
Libre
Solicitudes similares
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
This is a 2000 lines own-made breakout EA that I need to have cleanly converted from mql4 to mql5 for learning purposes The start() is about 400 lines long ; basic breakout with specific features , built for Index CFDs with 2 digits (typically DAX or SP500; TP SL... are expressed in actual Points) The Ontester() is about 400 lines (contains 58 different custom opimizations) The Deinit() is about 150 lines The
**Job Description**: I am looking for an experienced developer to convert my fully functioning TradingView code into an automated trading bot for the MQL5 terminal. The bot will be connected to my Exness account and should execute trades based on specific signals generated by the strategy. **Key Responsibilities**: - Convert existing TradingView Pine Script strategy into MQL5 code. - Ensure the MQL5 bot replicates
Preciso de um orçamento. Conversão de estratégias do TradingView para uso em MQL5. Todas são estratégias abertas, porém, não consigo contato com o desenvolvedor. 🔑 Principais recursos: - 🛠 Configurações personalizáveis ​​do PSAR: ajuste o ponto inicial, o incremento e os valores máximos do PSAR para adaptar o indicador à sua estratégia. - 📏 Padronização: suavize a volatilidade padronizando os valores do PSAR

Información sobre el proyecto

Presupuesto
30 - 100 USD
IVA (18%): 5.4 - 18 USD
Total: 35.4 - 118 USD
Para el ejecutor
27 - 90 USD