Expert Advisor needed based on stop reverse/hedging strategy

MQL4 Experts

Trabalho concluído

Tempo de execução 9 dias

Termos de Referência

This EA would be basically a Trades manager. It should allow an initial position to be opened manually ( We call this Trade A). Thereafter the EA should immediately open a pending order in the opposite direction, 3 times the size of the initial order with a similar TP target in pips ( We call this trade B).Trade B should be placed in exact distance of TP of trade A but in opposite direction from Trade A opening position. For instance if Trade A is a 0.1 Lot long with 15 pips TP target. The EA should right away open Trade B, a pending 0.3 Lot short order with 15 pips TP target, 15 pips away from Trade A opening. The EA must be able to close Trade B immediately if Trade A hit TP before Trade B is triggered.The EA must also be able to close Trade B at break even where Trade B had been initially triggered but TP not reached and price has reversed. At this point where the EA closes Trade B at break even it should also re-place the pending order of Trade B as at the beginning. This is just in case price reverses back again. The EA should be able to repeat this process endlessly.

To summarise:

i) open a '3x size' pending opposing order to Trade A immediately after Trade A is placed.

ii) Close Trade B immediately when Trade A reaches TP

iii) Close Trade B at break even, where it had been triggered but price has turned.

iv) Repeat step i) immediately if step iii) above has been executed

The EA must be able to repeat these steps in perpetuity.

Respondido

1
Desenvolvedor 1
Classificação
(188)
Projetos
212
58%
Arbitragem
9
11% / 89%
Expirado
8
4%
Livre
2
Desenvolvedor 2
Classificação
(365)
Projetos
412
36%
Arbitragem
35
26% / 57%
Expirado
63
15%
Livre
3
Desenvolvedor 3
Classificação
(9)
Projetos
10
10%
Arbitragem
4
25% / 75%
Expirado
3
30%
Livre
4
Desenvolvedor 4
Classificação
(769)
Projetos
1033
44%
Arbitragem
50
8% / 50%
Expirado
117
11%
Livre
5
Desenvolvedor 5
Classificação
(461)
Projetos
902
77%
Arbitragem
25
16% / 68%
Expirado
100
11%
Livre
6
Desenvolvedor 6
Classificação
(43)
Projetos
89
66%
Arbitragem
10
50% / 50%
Expirado
28
31%
Livre
7
Desenvolvedor 7
Classificação
(1855)
Projetos
3458
88%
Arbitragem
73
40% / 15%
Expirado
265
8%
Trabalhando
8
Desenvolvedor 8
Classificação
(204)
Projetos
282
34%
Arbitragem
34
32% / 29%
Expirado
75
27%
Trabalhando
9
Desenvolvedor 9
Classificação
(467)
Projetos
701
56%
Arbitragem
44
30% / 32%
Expirado
114
16%
Trabalhando
10
Desenvolvedor 10
Classificação
(94)
Projetos
148
59%
Arbitragem
16
38% / 13%
Expirado
25
17%
Livre
11
Desenvolvedor 11
Classificação
(221)
Projetos
369
66%
Arbitragem
10
50% / 0%
Expirado
46
12%
Livre
12
Desenvolvedor 12
Classificação
(356)
Projetos
632
26%
Arbitragem
89
73% / 13%
Expirado
12
2%
Livre
13
Desenvolvedor 13
Classificação
(258)
Projetos
395
28%
Arbitragem
69
19% / 49%
Expirado
120
30%
Livre
14
Desenvolvedor 14
Classificação
(119)
Projetos
127
41%
Arbitragem
3
33% / 67%
Expirado
0
Livre
15
Desenvolvedor 15
Classificação
(65)
Projetos
87
39%
Arbitragem
3
0% / 33%
Expirado
29
33%
Livre
16
Desenvolvedor 16
Classificação
(339)
Projetos
809
73%
Arbitragem
30
33% / 37%
Expirado
194
24%
Livre
17
Desenvolvedor 17
Classificação
(33)
Projetos
35
40%
Arbitragem
11
9% / 91%
Expirado
4
11%
Livre
18
Desenvolvedor 18
Classificação
(2428)
Projetos
3057
66%
Arbitragem
77
48% / 14%
Expirado
340
11%
Trabalhando
19
Desenvolvedor 19
Classificação
(44)
Projetos
100
39%
Arbitragem
17
29% / 47%
Expirado
32
32%
Livre
20
Desenvolvedor 20
Classificação
(130)
Projetos
184
32%
Arbitragem
16
31% / 63%
Expirado
27
15%
Livre
21
Desenvolvedor 21
Classificação
(20)
Projetos
35
23%
Arbitragem
23
17% / 61%
Expirado
14
40%
Livre
22
Desenvolvedor 22
Classificação
(73)
Projetos
132
52%
Arbitragem
9
44% / 33%
Expirado
64
48%
Livre
23
Desenvolvedor 23
Classificação
(49)
Projetos
134
27%
Arbitragem
62
13% / 53%
Expirado
58
43%
Livre
24
Desenvolvedor 24
Classificação
(563)
Projetos
932
47%
Arbitragem
302
59% / 25%
Expirado
124
13%
Carregado
25
Desenvolvedor 25
Classificação
(549)
Projetos
1332
59%
Arbitragem
28
82% / 0%
Expirado
10
1%
Livre
26
Desenvolvedor 26
Classificação
(4)
Projetos
6
0%
Arbitragem
2
0% / 50%
Expirado
4
67%
Livre
27
Desenvolvedor 27
Classificação
(108)
Projetos
138
43%
Arbitragem
19
16% / 53%
Expirado
20
14%
Carregado
Pedidos semelhantes
Hi Developer, I would like to create the Scalping EA based for Mt4 on the investing.com data https://www.investing.com/currencies/eur-usd-technical EA have timing to adjust time to trade. follow the broker time. From starting time to end time EA have a adjustable Lot size (0.01 incremental to 0.01) EA have a adjustable TP (1pip to 100pip incremental 1pip) EA have a adjustable SL (1pip to 100pip incremental 1pip) EA
Here is the Idea: I want a Semi Auto Trade Panel Manager EA that only activates when I press the BUY or SELL or BUY LIMIT or SELL LIMIT then the EA will do the rest : that includes the BUY STOP 0r SELL STOP and the hedging calculations according to below diagram. So overall , my only intervention is entering the lot size , hedge zone distance and TP ratio or entering the price for buy limit/sell limit then pressing
Hi, I'm looking for a martingale MT4 EA that performs a lot of trading volume per day. If you have the robot, you'll need to send me the demo so I can backtest it. Thank you very much
Hello potential Freelancers I’m very new to trading so please bear with me as I try to explain what ‘m looking for. I'm currently getting signals ( XAUUSD )sent to me and I’m looking to find a person who can look at the data either watch account live, or I send the trade history. The bot my provider is using makes 100’s of trades a day and does very well on average. I’m also looking to have the following features
we want to build a dashboard ea that would display on another chart key metrics : i will foward screeshot of what i want to dashboard to look like : the function i would need to get display are the following: 1. classified past performance ea by magic number ( with classic : total trade , total profit , return/dd , max dd (base on history) , ) 2. equity chart of performance if we click on a magic number we should
the task will be actually quiet simple , i need an active develloper to devellope out of 3 updates an ea STEP 1 (this job): make a classical pair trading ea , that can calculate correlation between assets and trade when the correlation diverge above a specified % the develloper that will postulate for the job will need : 1- to be ok to do the full project this job and the update following 2- very low arbitration , i
Hello, I want to create an EA that can be able to take and optimise trade bids using the trend tracker concept I have developed. The tracker will monitor the 2 lines in the below pictures and then start to activate bids once they cross each other and then be able to manage all bids afterwards towards the direction of the market by opening and closing them intermittently and profitably until the position at the other
Hi man, How are u? I have an EA and I need to check few aspects of the code, if It works fine? I am looking for an expert coder, who can understand mt4 language and help us to solve this out. This job will hardly take about 3-4 hours max for an experienced coder, when explained detail. Also, I would like to give this to someone, who can understand and speak English well. Also, the coder should be able to come via
Hello The EA will work on particular zone choose by the user and can mark it on any TF and with some rules can open trades and mange the trade by some unique rules. the EA need to check the difference by RSI as well and with some extra rules . developer should have good attitude and good communication (englsih) with high performence and knowledge with coding EA. THREE TYPES OF ENTRIES 1: AGGRESSIVE 2: DIVERGENCE 3
Indicator in use: Bollinger Bands Mechanism: (See diagrams provided for help) Sells: 1. Trigger candle: When candle low is above the top Bollinger band - accurate to the point scale (e.g. On EURUSD if candle low is 1.07915 and the value of top bollinger is 1.07914 - this is a sell signal) 2. Enter sell ONLY on the next candle if price breaks below the trigger candle LOW (using the e.g. above- if next candle price

Informações sobre o projeto

Orçamento
30 - 200 USD
IVA (19%): 5.7 - 38 USD
Total: 35.7 - 238 USD
Desenvolvedor
27 - 180 USD
Prazo
de 1 para 10 dias