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

MQL5 Experts

Spécifications

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



Répondu

1
Développeur 1
Évaluation
(154)
Projets
257
24%
Arbitrage
12
25% / 8%
En retard
15
6%
Travail
2
Développeur 2
Évaluation
(71)
Projets
115
52%
Arbitrage
4
25% / 75%
En retard
15
13%
Travail
3
Développeur 3
Évaluation
(250)
Projets
400
38%
Arbitrage
82
41% / 20%
En retard
69
17%
Chargé
Commandes similaires
En ingles: I need a BOT for Forex, especially I trade in EURUSD, to work on MT5 in MQL5, open trades only in 30 minute and one hour trend. That the condition for placing an order is that in 5-minute or 3-minute charts (customizable), a maximum or minimum has been exceeded (as applicable) and an FVG has been generated, on the way to exceeding that maximum or minimum, in its retracement now in trend, the price breaks
El bot de trading con las siguientes reglas: 1, se ponen dos operación en el mercado, una de buy limit y otra de sell limit a 50 pips fijos del precio actual 2. Las dos operación va a tener una trailing stop de 50 pips 3. Cuando se abra una de las dos operación, la operación que no abrió se elimina automáticamente 4. Cuando se cierre todas las operación se vuelve a repetir los anteriores paso 5. El lotajes debe ser
I need a script for mt5 that allows me to extract the following information from my broker in real time Symbol, commission, long swap, short swap which also allows me to identify changes by showing the previous value and the current value, and which issues an alert when the swap value or commissions change
Teclas rápidas 30 - 100 USD
Quisiera tener un asesor experto para conseguir mediante el teclado teclas rápidas para comprar, vender, cerrar, etc., eligiendo lotaje, para mas detalles, por favor ponerse en contacto para facilitar todo tipo de información
UTILIZANDO LAS BANDA DE PRECIO VS EL TIEMPO PODREMOS REALIZAR UNA DOBLE INTEGRAL DESARROLLAREMOS UNA FUNCIÓN MATEMATICA QUE NOS PERMITE SABER APROXIMADAMENTE CUANTO BAJARA Y SUBIRA EL PRECIO DE LA INVERSION PROPUESTA EN EL MERCADO QUE TENGAMOS. ʃʃ x*f(y) dydx
Necesito un bot HFT que pueda pasar el challenge de la empresa de fondeo de Be Funding, este bot debe ser capaz de salir en ganancias gracias a las velas de gran tamaño que se dan en el mercado de BOOM y CRASH de indices sinteticos, o alguna estrategia efectiva en caso de ser de arbitraje debe ser capaz de identificar un cambio en los ticks y abrir una operación en compra( en el indice BOOM) o venta( en el indice
He programado una representación del precio personalizada. Es un tipo de vela parecida al estilo heikin ashi. Necesito integrar este indicador en un asesor experto q incluye alarmas, aperturas y cierre de operaciones, reapertura en ciertzs condiciones, stop y trailing stop junto con una estabilidad de las posiciones. Ademas de poder configurar la temporalidad con la que trabajar y el tamano de posicion inicial etc

Informations sur le projet

Budget
30 - 50 USD
Pour le développeur
27 - 45 USD
Délais
de 1 à 15 jour(s)