Develop an EA development with custom indicator integration

Trabajo finalizado

Plazo de ejecución 3 días
Comentario del Ejecutor
Great man! Thank you.

Tarea técnica

EA Requirements

1. Integrate with Breakout indicator. It works from M5 time frame (I will send the the indicator) but I need the timeframe parameter setting.
2. Buy and Sell order will be based on the Breakout indicators. When the buy/sell order opened, the EA will be close the order if the fresh trend has changed. The EA will only take an action if the success rate is at least 65%
3. Default Lot Size: 0,05. the EA will open 2 orders with 2 TP price based on the TP 1 & 2 from the indicator. (I want to add extra pips for TP2 from the indicator if possible). 
The scenario is for the first, the TP 2 will be follow the indicator direction, but when the EA hit TP 1, the EA will add extra 20 pips for timeframe M5 setting, add extra 30 pips for M15, extra 40 pips for M30, extra 50 pips for H1 and so on.
4. When the EA hit TP1, the EA will modify the second order SL to entry price point
5. The SL has 2 options setting
- Fixed SL by the last swing highest/lowest candlestick based on the timeframe
- SL based on opposite signal is confirmed. 
6. Trailing stop by pips setting: (can be set as disable if needed)
* 30 pips (When the order hit 30 pips, the EA will modify both orders to entry price point) or 0 means disable.
* When first order hit TP1, the EA will start the trailing stop by locked profit 10 pips under TP 1 price point and continue locked 10 pips everytime the order up/down for 20 pips. (The trailing stop parameter setting needed)
6. Order comment parameter: Robot Order
7. Push notification alert to MT4 app when the EA take Buy/Sell/Closed the order
8. Licensing system by Account number and expiry date
9. MQL4 Source code needed

Han respondido

1
Desarrollador 1
Evaluación
(34)
Proyectos
60
23%
Arbitraje
11
73% / 9%
Caducado
3
5%
Libre
2
Desarrollador 2
Evaluación
(143)
Proyectos
255
35%
Arbitraje
12
25% / 58%
Caducado
42
16%
Libre
3
Desarrollador 3
Evaluación
(3)
Proyectos
4
25%
Arbitraje
1
0% / 100%
Caducado
0
Libre
4
Desarrollador 4
Evaluación
(473)
Proyectos
1138
44%
Arbitraje
51
31% / 33%
Caducado
500
44%
Libre
5
Desarrollador 5
Evaluación
(167)
Proyectos
192
11%
Arbitraje
37
38% / 35%
Caducado
5
3%
Trabaja
6
Desarrollador 6
Evaluación
(253)
Proyectos
406
38%
Arbitraje
84
43% / 19%
Caducado
70
17%
Trabaja
7
Desarrollador 7
Evaluación
(43)
Proyectos
72
49%
Arbitraje
4
0% / 50%
Caducado
19
26%
Libre
8
Desarrollador 8
Evaluación
(65)
Proyectos
96
52%
Arbitraje
3
33% / 67%
Caducado
24
25%
Libre
9
Desarrollador 9
Evaluación
(48)
Proyectos
91
31%
Arbitraje
28
29% / 43%
Caducado
42
46%
Libre
10
Desarrollador 10
Evaluación
(2411)
Proyectos
3030
66%
Arbitraje
77
48% / 14%
Caducado
340
11%
Libre
11
Desarrollador 11
Evaluación
(56)
Proyectos
169
70%
Arbitraje
4
100% / 0%
Caducado
1
1%
Libre
12
Desarrollador 12
Evaluación
(22)
Proyectos
18
6%
Arbitraje
31
3% / 65%
Caducado
5
28%
Libre
13
Desarrollador 13
Evaluación
(568)
Proyectos
641
41%
Arbitraje
21
57% / 29%
Caducado
47
7%
Trabaja
14
Desarrollador 14
Evaluación
(2067)
Proyectos
2626
62%
Arbitraje
114
45% / 25%
Caducado
418
16%
Trabajando
15
Desarrollador 15
Evaluación
(586)
Proyectos
1047
49%
Arbitraje
39
28% / 41%
Caducado
49
5%
Libre
16
Desarrollador 16
Evaluación
(41)
Proyectos
88
14%
Arbitraje
29
31% / 55%
Caducado
36
41%
Trabaja
Solicitudes similares
I have two not very sophisticated bots that need to be converted from python to MQL5. The bots are very similar, they use 99% of the same methodology, the only difference being that one is a trend-following bot, and the other is a mean reversion bot. I need the parameters to be at the top of the script so that they can be easily changed and optimised. The entire codebase is already done in python (sl,tp, trailing
Job Description: We are seeking an experienced EA programmer to create an EA that utilizes SnR + Trendlines + Multi timeframe confluence Project Requirements: - Support and Resistance, Open Close levels/kissing candles/Rejection block, Support broken becomes Resistance(SbR), Resistance broken becomes Support(RbS), Quasimodo Levels, Asian Range, London Killzone, London Open, New York Killzone, New York Open
Dears, i am looking for developer to make expert advisor in forex to me and i have a strategy , i need the ea to be customize and has some options to be changeable
Hello, I need a professional programmer to help me design an EA that can be able to take trades towards a market direction with accurate prediction. This EA should be able to identify the market trend direction and take multiple trades towards the direction and also able to close the trades together when market wants to reverse at the best profit level. The input at the beginning will be for the EA to be input with a
Hello, I have EA's which were previously developed that are not running correctly and giving errors. Need an experienced MQL developer to fix all issues as well as add some new settings. Thanks
MT5 hft bot 100 - 250 USD
HELLO I AM IN NEED OF HFT TRADING BOT FOR MT5 AND BEFORE WE PROCEEDS YOU MUST SHOW ME HOW YOUR BOT WORK OR SEND ME DEMO VERSION FIRST TO CHECK OUT YOUR BOT WORKING SYSTEM
I already have a Fibonacci based indicator which give precise entry as well as take profit and stop loss levels without repainting. I want to convert this to an EA so as to enable it pick trades automatically. Pay attention to the attached Images for entry and exit description. The EA will be protected with password or any other security protocols. THE EA OUTPUT will be in MQ4 & MQ5
// Define the properties input int ShortPeriod = 12; input int LongPeriod = 26; input double LotSize = 0.1; // OnTick function is called every time there is a price update void OnTick() { double shortMA = iMA(NULL, 0, ShortPeriod, 0, MODE_SMA, PRICE_CLOSE, 0); double longMA = iMA(NULL, 0, LongPeriod, 0, MODE_SMA, PRICE_CLOSE, 0); double prevShortMA = iMA(NULL, 0, ShortPeriod, 0, MODE_SMA, PRICE_CLOSE, 1);
Necesito un bot decente para prueba de fondeo y también cuenta personal, scalp, no grid, no martingale, no practicas prohibidas, algo objetivo, confiable y rentable... 5 Min mínimos de duración por operación, algo ya hecho y bactesteado en cuenta real y de fondeo. Necesito algo agresivo, constante pero que no exponga el capital... prefiero una estrategia de smc
Profit EA 50+ USD
//+------------------------------------------------------------------+ //| SimpleEA.mq4 | //| Generated by MetaEditor | //| https://www.mql5.com/en/docs&nbsp ; | //+------------------------------------------------------------------+ #property strict // Input parameters input double LotSize = 0.1; // Lot size input int MovingAveragePeriod = 50; // MA

Información sobre el proyecto

Presupuesto
100+ USD
Para el ejecutor
90 USD