Conversion of TradingView Indicator to MQ5 Without Using iCustom Functions or External Resources

MQL5 Indicadores Conversión

Trabajo finalizado

Plazo de ejecución 29 minutos
Comentario del Ejecutor
Excellent customer. Clear specifications and fast payment. Thank you.
Comentario del Cliente
Rápido, profesional y bien codificado. Gracias!

Tarea técnica

Description:

I am in search of an experienced MQL5 developer to convert a TradingView indicator to the MQ5 programming language. It is crucial for me that the resulting code is highly optimized, without relying on iCustom functions or external resources.

Project Requirements:

  1. Conversion without iCustom Dependency: The conversion must be done without the use of iCustom functions to ensure optimal performance and independence from external resources.

  2. Code Optimization: Thorough code optimization is sought to ensure efficient and fast performance on the MetaTrader 5 (MT5) platform.

  3. Experience in Similar Projects: Previous experience in Pinescript to MQ5 conversion projects will be positively considered. If you have worked on similar initiatives, please provide details about those projects.

Additional Instructions:

  • The converted code must maintain the accuracy and functionality of the original TradingView indicator.

  • The final solution should be compatible with MetaTrader 5 and operate seamlessly on the MT5 platform.

How to Apply:

If you are interested in this project and believe you meet the requirements, please provide specific details about your experience in MQL5 development and any previous projects involving the conversion of Pinescript to MQ5. Attach examples of your previous work if possible.

Note: Avoid including any confidential information or specific code details in your initial application. Detailed discussion about the project will take place once the suitable developer is selected.


//@version=5
indicator("ENTP",precision=4)

base = 2

length = input.int(title="Lookback", defval=10,tooltip="Base entropy lookback window length")

entp_alma_1 = input.int(title="ENTP ALMA 1", defval=5,tooltip="Entropy MA 1")
entp_alma_2 = input.int(title="ENTP ALMA 2", defval=20,tooltip="Entropy MA 2")
entp_alma_3 = input.int(title="ENTP ALMA 3", defval=50,tooltip="Entropy MA 3")
entp_alma_4 = input.int(title="ENTP ALMA 4", defval=100,tooltip="Entropy MA 4")

entp_function(source,length,base) =>
    p = source / math.sum(source,length)
    entp = math.sum(-p * math.log(p) / math.log(base),length)

offset = 0.85
sigma = 10 

t0_entp = entp_function(close,length,base)
t0_entp_1 = ta.alma(t0_entp,entp_alma_1,offset,sigma)
t0_entp_2 = ta.alma(t0_entp,entp_alma_2,offset,sigma)
t0_entp_3 = ta.alma(t0_entp,entp_alma_3,offset,sigma)
t0_entp_4 = ta.alma(t0_entp,entp_alma_4,offset,sigma)

p1 = plot(t0_entp,color=color.white,linewidth=1)
p2 = plot(t0_entp_1,color=color.new(color.gray,50))
p3 = plot(t0_entp_2,color=color.new(color.gray,50))
p4 = plot(t0_entp_3,color=color.new(color.gray,50))
p5 = plot(t0_entp_4,color=color.new(color.gray,50))

fill(p4,p5,color=t0_entp_3 > t0_entp_4 ? color.new(#144552, 10) : color.new(#3E1F47, 10))
fill(p3,p4,color=t0_entp_2 > t0_entp_3 ? color.new(#0B525B,10) : color.new(#312244,10))
fill(p1,p2,color=t0_entp > t0_entp_1 ? color.new(#006466,10) : color.new(#212F45,10))
fill(p2,p3,color=t0_entp_1 > t0_entp_2 ? color.new(#065A60,10) : color.new(#272640,10))

El aspecto visual del indicador es el siguiente:


Han respondido

1
Desarrollador 1
Evaluación
(268)
Proyectos
602
34%
Arbitraje
64
20% / 58%
Caducado
147
24%
Trabaja
Ha publicado: 1 artículo, 22 ejemplos
2
Desarrollador 2
Evaluación
Proyectos
0
0%
Arbitraje
4
0% / 75%
Caducado
0
Libre
3
Desarrollador 3
Evaluación
(209)
Proyectos
220
75%
Arbitraje
0
Caducado
0
Libre
4
Desarrollador 4
Evaluación
(46)
Proyectos
60
53%
Arbitraje
7
86% / 0%
Caducado
2
3%
Libre
5
Desarrollador 5
Evaluación
(3)
Proyectos
9
33%
Arbitraje
1
100% / 0%
Caducado
0
Libre
6
Desarrollador 6
Evaluación
(549)
Proyectos
835
61%
Arbitraje
33
27% / 45%
Caducado
24
3%
Libre
Ha publicado: 1 ejemplo
7
Desarrollador 7
Evaluación
(453)
Proyectos
566
26%
Arbitraje
24
42% / 38%
Caducado
85
15%
Libre
Ha publicado: 6 ejemplos
8
Desarrollador 8
Evaluación
(171)
Proyectos
195
42%
Arbitraje
13
8% / 54%
Caducado
9
5%
Libre
Ha publicado: 3 ejemplos

Información sobre el proyecto

Presupuesto
32 - 66 USD
Plazo límite de ejecución
de 1 a 3 día(s)