An Expert Advisor (EA) for MT4 Trading

MQL4 Experts

Trabalho concluído

Tempo de execução 29 minutos
Comentário do desenvolvedor
good customer :)
Comentário do cliente
Very professional with very good work ethics!

Termos de Referência

I would like the following EA to be created in MT4 platform.


Trading Mechanism

1. The trading robot when activated, will place 2 pending orders at a defined gap (Gap_from_Price parameter) from the current price. (for example: a pending buy 50 points above current price & a pending sell 50 points below current price) StopLoss & TakeProfit in Points will be defined as well.

2. Subsequently, the trading robot will begin to update the 2 pending orders according to the defined Order_Refresh_Interval parameter. (for example: Every 15 seconds)

3. When there is a sudden price surge, 1 of the 2 orders will be triggered, and the non-triggered pending order will be deleted. (for example: When buy pending order is triggered; the pending sell order will be deleted)

4. When order is in loss, the maximum loss is defined in StopLoss parameter.

5. When order is in profit at defined BreakEven_Start parameter, the StopLoss is moved to the BreakEven parameter price. (for example: buy order price at 1.00000, current price at 1.00050, then StopLoss will be moved to 1.00010)

6. When order is in further profit at defined TrailStop_Start parameter point, the StopLoss will be set to the trail the current price defined by the TrailStop parameter. TrailStep parameter will be used to control the movement of the StopLoss in points.

The trading robot should have the following parameters to be made changeable by the end user.

Magic number = 1100123456

EA_Start_Hour (from 0 to 24 Hours)

EA_Start_Minute (from 0 to 60 Minutes)
EA_End_Hour (from 0 to 24 Hours)
EA_End_Minute (from 0 to 60 Minutes)

Gap_from_Price (in Points)
Order_Refresh_Interval (in Seconds)

Maximum_Spread (in Points)

StopLoss = 100 (in Points)
TakeProfit = 100 (in Points)

BreakEven only when in profit = Yes or No (Click Option)
BreakEven_Start when in profit = 50 (in Points)
BreakEven = 10 (in Points)
(means Break Even will move from StopLoss to opentrade price plus 10 points when price is in profit)

TrailStop only when in profit = Yes or No (Click Option)
TrailStop_Start away from price when in profit = 60 (in Points)
(means TrailStop_Start will move from BreakEven to 30 points (TrailStop parameter) away from price when price is in profit)
TrailStop = 30 (in Points)
TrailStep in points = 1

Respondido

1
Desenvolvedor 1
Classificação
(468)
Projetos
703
56%
Arbitragem
45
29% / 31%
Expirado
115
16%
Trabalhando
2
Desenvolvedor 2
Classificação
(2)
Projetos
2
0%
Arbitragem
2
0% / 100%
Expirado
1
50%
Livre
3
Desenvolvedor 3
Classificação
(42)
Projetos
70
43%
Arbitragem
6
33% / 50%
Expirado
19
27%
Livre
4
Desenvolvedor 4
Classificação
(1134)
Projetos
1436
62%
Arbitragem
21
57% / 10%
Expirado
43
3%
Livre
5
Desenvolvedor 5
Classificação
(88)
Projetos
143
39%
Arbitragem
21
19% / 48%
Expirado
30
21%
Livre
6
Desenvolvedor 6
Classificação
(430)
Projetos
606
55%
Arbitragem
48
23% / 56%
Expirado
178
29%
Livre
7
Desenvolvedor 7
Classificação
(195)
Projetos
395
28%
Arbitragem
155
20% / 52%
Expirado
112
28%
Livre
8
Desenvolvedor 8
Classificação
(109)
Projetos
140
44%
Arbitragem
19
16% / 53%
Expirado
20
14%
Carregado
9
Desenvolvedor 9
Classificação
(142)
Projetos
280
42%
Arbitragem
18
61% / 6%
Expirado
29
10%
Livre
10
Desenvolvedor 10
Classificação
(554)
Projetos
1342
59%
Arbitragem
28
82% / 0%
Expirado
10
1%
Trabalhando
11
Desenvolvedor 11
Classificação
(339)
Projetos
809
73%
Arbitragem
30
33% / 37%
Expirado
194
24%
Livre
12
Desenvolvedor 12
Classificação
(564)
Projetos
777
46%
Arbitragem
23
39% / 13%
Expirado
63
8%
Trabalhando
13
Desenvolvedor 13
Classificação
(647)
Projetos
1295
67%
Arbitragem
84
26% / 49%
Expirado
338
26%
Livre
14
Desenvolvedor 14
Classificação
(1859)
Projetos
3463
88%
Arbitragem
73
40% / 15%
Expirado
265
8%
Livre
15
Desenvolvedor 15
Classificação
(2441)
Projetos
3076
66%
Arbitragem
77
48% / 14%
Expirado
340
11%
Livre
16
Desenvolvedor 16
Classificação
(1100)
Projetos
1782
61%
Arbitragem
14
64% / 7%
Expirado
84
5%
Livre
17
Desenvolvedor 17
Classificação
(96)
Projetos
143
76%
Arbitragem
0
Expirado
2
1%
Livre
18
Desenvolvedor 18
Classificação
(356)
Projetos
632
26%
Arbitragem
89
73% / 13%
Expirado
12
2%
Livre
19
Desenvolvedor 19
Classificação
(564)
Projetos
933
47%
Arbitragem
302
59% / 25%
Expirado
125
13%
Carregado
Pedidos semelhantes
Im looking for an coder to code an EA: Trade management 1. opening trades according to the indicator 2. trades settings to choose from like: open all trades according to the signal open only trade 1,2,3 or 4 % per trade ( example 50/30/20 of the lot settings, with 4 trades it would be for example 50/30/10/10) 3. SL/Trailing settings: Move SL to entry after hitting TP1/TP2 or TP3 moving SL by % keep the original SL
Hi I'm looking to have 2 of my pinescript strategies converted to MQL5 and was wondering if you could first give me a quote for the more simple strategy and then for both the simple and complex strategy together. The simple strategy is a MACD crossover type thing that uses a special EMA script that filters out some ranging price action and also fractal candles for the stop loss. The second strategy is market
I want grate robot for making profits that know when to start a good trade and close a trade and must be active all time to avoid lost of money
I have developed a very strong TradingView strategy in Pine Script but unfortunately, a third-party connector is requiired and in my opinion, I want a more direct connection. I am not brilliant at coding, but I have coded the majority of the MT5 code and I would like you to make sure that the MT5 code matches my TradingView script and executes the same way as the TradingView script that I will provide if you are
Mbeje fx 50+ USD
I like to own my robot that why I want to build my own.i like to be a best to every robot ever in the life to be have more money
I need an MT5 EA that can do the following: I have to give the EA a price in advance, when the price is reached the EA has to automatically place a buy stop or sell stop order 0.5 pips below or above the price. Is this possible
Dr Pattern 30+ USD
good day i need the service of the seaso coder to help me fix my ea The Job required 1 knowledge of Mt4 and Mt5 indicator coding 2. Telegram code 3. ability to code indicator to work on multiple Time frame combine to trade 4 Ability to Join two or three indicator on same ir different time frame if you have these skill please let chart i will discuss the details of the Job inside to you The required day including
Good day, I want someone to help me create a universal news filter with on/off switch, with start and end settings, and drawdown control with magic number of EAs, etc. Thanks
Hello, I am looking for a professional programmer to optimize my existing EA integrating it with ChatGPT to analyze currencies using various methods to make the right trading decisions. i want it to be an EA that can be trusted to carry trade with the help of chat gpt and also have a very low drawdown
Hello, I am looking for a professional programmer to create a trading expert on the MT4 platform, integrating it with ChatGPT to analyze currencies using various methods to make the right trading decisions. Further details will be provided to the applicants later

Informações sobre o projeto

Orçamento
50 - 200 USD
Desenvolvedor
45 - 180 USD
Prazo
de 1 para 20 dias