Hedging martingale expert advisor with SL & TP.

MQL5 Experts

Spécifications

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.

Répondu

1
Développeur 1
Évaluation
(878)
Projets
1391
67%
Arbitrage
117
32% / 42%
En retard
215
15%
Gratuit
2
Développeur 2
Évaluation
(233)
Projets
414
34%
Arbitrage
52
37% / 40%
En retard
153
37%
Chargé
3
Développeur 3
Évaluation
(327)
Projets
346
71%
Arbitrage
4
100% / 0%
En retard
1
0%
Chargé
4
Développeur 4
Évaluation
(19)
Projets
35
26%
Arbitrage
10
30% / 70%
En retard
5
14%
Gratuit
5
Développeur 5
Évaluation
(7)
Projets
10
30%
Arbitrage
3
0% / 33%
En retard
2
20%
Gratuit
6
Développeur 6
Évaluation
(91)
Projets
131
35%
Arbitrage
13
38% / 31%
En retard
32
24%
Travail
7
Développeur 7
Évaluation
(7)
Projets
12
42%
Arbitrage
1
0% / 100%
En retard
2
17%
Gratuit
8
Développeur 8
Évaluation
(27)
Projets
43
7%
Arbitrage
18
6% / 78%
En retard
26
60%
Gratuit
9
Développeur 9
Évaluation
(769)
Projets
1033
44%
Arbitrage
50
8% / 50%
En retard
117
11%
Gratuit
10
Développeur 10
Évaluation
(42)
Projets
47
30%
Arbitrage
12
17% / 75%
En retard
6
13%
Gratuit
11
Développeur 11
Évaluation
(43)
Projets
72
49%
Arbitrage
4
0% / 50%
En retard
19
26%
Gratuit
12
Développeur 12
Évaluation
(68)
Projets
72
21%
Arbitrage
6
50% / 33%
En retard
1
1%
Gratuit
13
Développeur 13
Évaluation
(41)
Projets
88
14%
Arbitrage
29
31% / 55%
En retard
36
41%
Travail
14
Développeur 14
Évaluation
(2411)
Projets
3028
66%
Arbitrage
77
48% / 14%
En retard
340
11%
Gratuit
15
Développeur 15
Évaluation
(2067)
Projets
2625
62%
Arbitrage
113
45% / 26%
En retard
418
16%
Chargé
16
Développeur 16
Évaluation
(34)
Projets
49
43%
Arbitrage
3
0% / 33%
En retard
14
29%
Travail
17
Développeur 17
Évaluation
(472)
Projets
501
52%
Arbitrage
10
60% / 20%
En retard
3
1%
Gratuit
18
Développeur 18
Évaluation
(119)
Projets
169
38%
Arbitrage
9
78% / 22%
En retard
15
9%
Gratuit
19
Développeur 19
Évaluation
(214)
Projets
242
75%
Arbitrage
10
80% / 0%
En retard
4
2%
Travail
20
Développeur 20
Évaluation
Projets
0
0%
Arbitrage
0
En retard
0
Gratuit
21
Développeur 21
Évaluation
(87)
Projets
114
26%
Arbitrage
7
29% / 57%
En retard
5
4%
Gratuit
22
Développeur 22
Évaluation
(253)
Projets
406
38%
Arbitrage
84
43% / 19%
En retard
70
17%
Travail
23
Développeur 23
Évaluation
(563)
Projets
931
47%
Arbitrage
301
59% / 25%
En retard
123
13%
Travail
24
Développeur 24
Évaluation
Projets
0
0%
Arbitrage
0
En retard
0
Gratuit
25
Développeur 25
Évaluation
(66)
Projets
143
34%
Arbitrage
10
10% / 60%
En retard
26
18%
Gratuit
Commandes similaires
// 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

Informations sur le projet

Budget
30 - 200 USD
TVA (21%): 6.3 - 42 USD
Total: 36.3 - 242 USD
Pour le développeur
27 - 180 USD