Hedging martingale expert advisor with SL & TP.

MQL5 Experts

Termos de Referência

I'm looking for someone to build me an expert advisor that opens buy and sell trades at the same time. The EA would have a stoploss and take-profit in pips which are the same for both the buy and sell trade. If the sell-trade loses and the buy trade wins, the sell-trade lots are doubled from 0.01 to 0.02 and the buy trade is re-opened at a adjustable lotsize for example 0.01. Everytime a buy or sell trade streak ends with a win, the next trade should have a lotsize of 0.01 again.  I want to be able to adjust the lotsize for both trades and adjust the tp&sl for both trades. The ea should also have a trailing-stop. I think that covers pretty much everything.

Respondido

1
Desenvolvedor 1
Classificação
(878)
Projetos
1391
67%
Arbitragem
117
32% / 42%
Expirado
215
15%
Livre
2
Desenvolvedor 2
Classificação
(233)
Projetos
414
34%
Arbitragem
52
37% / 40%
Expirado
153
37%
Carregado
3
Desenvolvedor 3
Classificação
(327)
Projetos
346
71%
Arbitragem
4
100% / 0%
Expirado
1
0%
Carregado
4
Desenvolvedor 4
Classificação
(19)
Projetos
35
26%
Arbitragem
10
30% / 70%
Expirado
5
14%
Livre
5
Desenvolvedor 5
Classificação
(7)
Projetos
10
30%
Arbitragem
3
0% / 33%
Expirado
2
20%
Livre
6
Desenvolvedor 6
Classificação
(91)
Projetos
131
35%
Arbitragem
13
38% / 31%
Expirado
32
24%
Trabalhando
7
Desenvolvedor 7
Classificação
(7)
Projetos
12
42%
Arbitragem
1
0% / 100%
Expirado
2
17%
Livre
8
Desenvolvedor 8
Classificação
(27)
Projetos
43
7%
Arbitragem
18
6% / 78%
Expirado
26
60%
Livre
9
Desenvolvedor 9
Classificação
(769)
Projetos
1033
44%
Arbitragem
50
8% / 50%
Expirado
117
11%
Livre
10
Desenvolvedor 10
Classificação
(42)
Projetos
47
30%
Arbitragem
12
17% / 75%
Expirado
6
13%
Livre
11
Desenvolvedor 11
Classificação
(43)
Projetos
72
49%
Arbitragem
4
0% / 50%
Expirado
19
26%
Livre
12
Desenvolvedor 12
Classificação
(68)
Projetos
72
21%
Arbitragem
6
50% / 33%
Expirado
1
1%
Livre
13
Desenvolvedor 13
Classificação
(41)
Projetos
88
14%
Arbitragem
29
31% / 55%
Expirado
36
41%
Trabalhando
14
Desenvolvedor 14
Classificação
(2411)
Projetos
3028
66%
Arbitragem
77
48% / 14%
Expirado
340
11%
Livre
15
Desenvolvedor 15
Classificação
(2067)
Projetos
2625
62%
Arbitragem
113
45% / 26%
Expirado
418
16%
Carregado
16
Desenvolvedor 16
Classificação
(34)
Projetos
49
43%
Arbitragem
3
0% / 33%
Expirado
14
29%
Trabalhando
17
Desenvolvedor 17
Classificação
(472)
Projetos
501
52%
Arbitragem
10
60% / 20%
Expirado
3
1%
Livre
18
Desenvolvedor 18
Classificação
(119)
Projetos
169
38%
Arbitragem
9
78% / 22%
Expirado
15
9%
Livre
19
Desenvolvedor 19
Classificação
(214)
Projetos
242
75%
Arbitragem
10
80% / 0%
Expirado
4
2%
Trabalhando
20
Desenvolvedor 20
Classificação
Projetos
0
0%
Arbitragem
0
Expirado
0
Livre
21
Desenvolvedor 21
Classificação
(87)
Projetos
114
26%
Arbitragem
7
29% / 57%
Expirado
5
4%
Livre
22
Desenvolvedor 22
Classificação
(253)
Projetos
406
38%
Arbitragem
84
43% / 19%
Expirado
70
17%
Trabalhando
23
Desenvolvedor 23
Classificação
(563)
Projetos
931
47%
Arbitragem
301
59% / 25%
Expirado
123
13%
Trabalhando
24
Desenvolvedor 24
Classificação
Projetos
0
0%
Arbitragem
0
Expirado
0
Livre
25
Desenvolvedor 25
Classificação
(66)
Projetos
143
34%
Arbitragem
10
10% / 60%
Expirado
26
18%
Livre
Pedidos semelhantes
// 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
Modify existing EA 50 - 70 USD
Hi, The task involves adding functions to an existing EA and correcting an error. The developer must have a thorough understanding of the following: Trailing Take Profit function Calculating a decreasing distance between orders Ability to code a function for Global Profit decrement/increment size in percentage Ability to correct error 10015 Thank you in advance
Looking for experienced programmer to create a trend line breakout and trend line bounce indicator that send alert with arrow on screen without open trades multiple currency pairs time frame M15 H1 H4 D1 W1 MN
Hello programmers, I need a coding assistance to do the following job. Currently the EA opens two different trades one has a comment "Originial" and another has comment "Series" The job is if the Original trade is negative by x pips, open a hedge trade(Hedge1#-OrderTicket of the soruce trade) along with one buystop and a sell stop order and the comment of the trade will be "Recovery#1-+OrderTicket() of the original
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
I have a EA and A Indicator I want to upgrade with some new features I want to add to the Indicator And The EA Also there is a memory error in the system that is showing up in the journal after the ea is ran on multiple charts I will need to get this fixed as well Indicator is 528 lines of code EA is 703 lines of code Dashboard I want to add is 1974 lines of code Indicator Changes I want to change the indicator The
An ea with 4 moving average, and two time frame confluence. Option to add risk to reward and percentage of balance to trade. Message me remaining for the more info
Hi All, I will try to be as precise as possible. We can discuss if you have any questions. I need an indicator to be developed for MT5 for detecting Engulfing Failed Zones. Requirement (in H4/ H1/ M30 Time frames only): Identify Engulfing Buy/ Sell Candle. Identify when the Engulfing Buy is failed, or Engulfing sell is failed. Draw a zone for that area of Engulfing Buy/Sell Fail. Invalidate the zone or delete the
Hi. I want to fix my EA. The concept of lowestBid- There aree 3 levels of price. Price1 at the top, Price 2 in the middle and Price3 at the bottom. When the EA starts it start at Price1. And lowestBid is set to Price1. When the price hits Price 2, lowestBid=Price2. When price hits Price3, lowestBid=Price3. When Price come back up to level2, lowestBid=Price2 ....so on and so forth. lowestBid will keep changing with

Informações sobre o projeto

Orçamento
30 - 200 USD
IVA (21%): 6.3 - 42 USD
Total: 36.3 - 242 USD
Desenvolvedor
27 - 180 USD