Se necesita un Bot Asesor Experto para mt4/5 basado en un script de iq option

MQL5 Experts

Termos de Referência

hola quisiera tener un asesor experto para poder usarlo automaticamente por medio de topwin en iq option en opciones binarias.

tengo el script y quiero crear un bot para mt4



instrument {overlay = true,

            name = 'ENGOLFO-MAX',

            short_name = 'ENGF',

            icon="indicators:ADX"}



input_group { "ENG - UP COLOR", call_color = input { default="#00FFFF", type = input.color } }

input_group { "ENG - DOWN COLOR", put_color = input { default="#FF00FF", type = input.color } }


 

if ((close > close[1]) and (close[1] > open[2]) and (close[3] > close[2])) then


    plot_shape(1,

            'Bull_Engulfing',

            shape_style.arrowup,

            shape_size.huge,

            call_color,

            shape_location.belowbar,

            0,

            "Eng",

            call_color            ) 

else

    if ((close < close[1]) and (close[1] < open[2]) and (close[3] < close[2])) then


    plot_shape(1,

            'Bear_Engulfing',

            shape_style.arrowdown,

            shape_size.huge,

            put_color,

            shape_location.abovebar,

            0,

            "Eng",

            put_color)

    end

end



Respondido

1
Desenvolvedor 1
Classificação
(163)
Projetos
278
24%
Arbitragem
15
40% / 7%
Expirado
18
6%
Ocupado
2
Desenvolvedor 2
Classificação
(75)
Projetos
127
53%
Arbitragem
5
20% / 60%
Expirado
20
16%
Trabalhando
3
Desenvolvedor 3
Classificação
(261)
Projetos
428
38%
Arbitragem
87
44% / 18%
Expirado
71
17%
Ocupado
Pedidos semelhantes
drán índices de grupos de parámetros. //+------------------------------------------------------------------+ //| Expert initialization function | //+------------------------------------------------------------------+ int OnInit () { // Load strategy parameter sets int totalParams = LoadParams(fileName_, params); // If nothing is loaded, report an error if (totalParams == 0 ) {
Hola, quiera convertir un indicardor que yo facilite en un sistema, ademas de las entradas y salidas, debería tener lo siguientes parametros: -Hora de entrada -Hora de salida -Dia de las semana para operar -Stop Loss - Take Profit

Informações sobre o projeto

Orçamento
30 - 50 USD
Desenvolvedor
27 - 45 USD
Prazo
de 1 para 15 dias