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

MQL5 专家

指定

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



反馈

1
开发者 1
等级
(180)
项目
307
24%
仲裁
20
35% / 5%
逾期
23
7%
工作中
发布者: 3 代码
2
开发者 2
等级
(82)
项目
139
51%
仲裁
5
20% / 60%
逾期
20
14%
工作中
3
开发者 3
等级
(284)
项目
459
39%
仲裁
95
43% / 18%
逾期
73
16%
工作中
发布者: 2 代码

项目信息

预算
30 - 50 USD
开发人员
27 - 45 USD
截止日期
 1  15 天