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

MQL5 Esperti

Specifiche

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



Con risposta

1
Sviluppatore 1
Valutazioni
(163)
Progetti
278
24%
Arbitraggio
15
40% / 7%
In ritardo
18
6%
Occupato
2
Sviluppatore 2
Valutazioni
(75)
Progetti
127
53%
Arbitraggio
5
20% / 60%
In ritardo
20
16%
In elaborazione
3
Sviluppatore 3
Valutazioni
(261)
Progetti
428
38%
Arbitraggio
87
44% / 18%
In ritardo
71
17%
Occupato
Ordini simili
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

Informazioni sul progetto

Budget
30 - 50 USD
Per lo sviluppatore
27 - 45 USD
Scadenze
da 1 a 15 giorno(i)