Need to covert my EX4 file to mQl and integrate few more features

Tarea técnica

1. I do have Ex4 existing EA file(unlimited versison) which is being used in MT4, I need a programmer who can covert that into mql file

2.the integration needed in the existing file are , the name comment need to be included, the settings like take profit and features need to be made default and hidden in the future ex4 file. I need to add activation code to use the EA file so license code is needed


Han respondido

1
Desarrollador 1
Evaluación
(208)
Proyectos
297
54%
Arbitraje
0
Caducado
1
0%
Libre
Ha publicado: 6 ejemplos
2
Desarrollador 2
Evaluación
Proyectos
0
0%
Arbitraje
0
Caducado
0
Libre
Solicitudes similares
Create a bot that can trade and read indicators easy to read for first time users. Bot that can be used on a phone and connect to MT5. It should be easy to install or use on any device especially phone and laptop, preferably the bot that can run over night and controllable when needed
//———————————————————————————————————————————————————————————————————— struct S_MCAV { double matureSum; double totalSum; double value; void Init () { matureSum = 0.0; totalSum = 0.0; value = 0.5; } void AddContext (int ctx) { totalSum += 1.0; if (ctx == 1) matureSum += 1.0; } void ApplyDecay (double rate) { matureSum *= rate; totalSum *= rate; } void Update () {

Información sobre el proyecto

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