Martingale 3 Pairs

MQL5 Experten

Spezifikation

I need 1 MT5 EA with a martingale function that open 3 pairs with custom lot size on each pair. EA will open another position after the total 3 pairs loss pips reached the target. Example target loss pips to open another pair set is -200 pips, so example is, pair A profit +50 pips, pair B profit +20 pips and pair C loss -270 pips which is equal to -200 pips, that the moment EA will open another 3 martingale pairs.

Rules:

  1. EA will open the 3 pairs, pair A, pair B and pair C. Each pair I can set the direction of BUY or SELL and I can set the lot size to start. Once ready, EA will open 3 pairs, example pair A 0.01 lot BUY, pair B 0.01 lot BUY and pair C 0.02 lot SELL.
  2. I can set the loss pip distance before EA will open another 3 pairs martingale. Example i set -200 pips, mean EA will calculate pair A + pair B + pair C = -200 pips
  3. Once the loss pip distance reached, EA will open pair A 0.02 lot BUY, pair B 0.02 lot BUY and pair C 0.04 lot SELL and continue until maximum 5 level of martingale.
  4. Take profit will closed all open position AFTER and ONLY AFTER 1st position (not 2nd or 3rd or 4th or 5th position) of 3 pairs reached the profit which is when pair A + pair B + pair C = +100 pips.
  5. Once everything is closed, EA will start new trading with a reverse positions, example pair A 0.01 lot SELL, pair B 0.01 lot SELL and pair C 0.02 lot BUY.
  6. Take profit universal: Close all open positions when the target net profit reached in $. Example i set Universal Take Profit $200, once the total net profit of all open positions is reached the amount, EA will closed all.

EA also must have a trading orders text at the char, that shows the open positions and the amount of pips and amount of $


Bewerbungen

1
Entwickler 1
Bewertung
(221)
Projekte
276
27%
Schlichtung
15
47% / 33%
Frist nicht eingehalten
9
3%
Überlastet
2
Entwickler 2
Bewertung
(81)
Projekte
151
41%
Schlichtung
2
100% / 0%
Frist nicht eingehalten
4
3%
Arbeitet
3
Entwickler 3
Bewertung
(203)
Projekte
303
35%
Schlichtung
56
38% / 38%
Frist nicht eingehalten
99
33%
Frei
4
Entwickler 4
Bewertung
(254)
Projekte
340
71%
Schlichtung
12
42% / 25%
Frist nicht eingehalten
12
4%
Frei
Veröffentlicht: 18 Beispiele
5
Entwickler 5
Bewertung
Projekte
0
0%
Schlichtung
0
Frist nicht eingehalten
0
Frei
6
Entwickler 6
Bewertung
(4)
Projekte
2
0%
Schlichtung
1
0% / 0%
Frist nicht eingehalten
1
50%
Arbeitet
7
Entwickler 7
Bewertung
(608)
Projekte
825
47%
Schlichtung
26
38% / 12%
Frist nicht eingehalten
63
8%
Arbeitet
8
Entwickler 8
Bewertung
(4)
Projekte
5
0%
Schlichtung
4
0% / 50%
Frist nicht eingehalten
2
40%
Arbeitet
9
Entwickler 9
Bewertung
(31)
Projekte
35
46%
Schlichtung
0
Frist nicht eingehalten
0
Frei
Veröffentlicht: 3 Beispiele
10
Entwickler 10
Bewertung
Projekte
0
0%
Schlichtung
0
Frist nicht eingehalten
0
Frei
11
Entwickler 11
Bewertung
(1)
Projekte
2
50%
Schlichtung
0
Frist nicht eingehalten
0
Frei
12
Entwickler 12
Bewertung
(5)
Projekte
6
17%
Schlichtung
0
Frist nicht eingehalten
0
Arbeitet
13
Entwickler 13
Bewertung
Projekte
1
0%
Schlichtung
1
0% / 0%
Frist nicht eingehalten
0
Frei
14
Entwickler 14
Bewertung
(275)
Projekte
281
71%
Schlichtung
2
100% / 0%
Frist nicht eingehalten
0
Frei
Veröffentlicht: 1 Beispiel
15
Entwickler 15
Bewertung
(1)
Projekte
2
0%
Schlichtung
1
0% / 0%
Frist nicht eingehalten
1
50%
Beschäftigt
16
Entwickler 16
Bewertung
Projekte
2
50%
Schlichtung
0
Frist nicht eingehalten
0
Frei
17
Entwickler 17
Bewertung
(75)
Projekte
230
73%
Schlichtung
6
100% / 0%
Frist nicht eingehalten
1
0%
Frei
18
Entwickler 18
Bewertung
(44)
Projekte
53
38%
Schlichtung
6
17% / 33%
Frist nicht eingehalten
8
15%
Arbeitet
19
Entwickler 19
Bewertung
(154)
Projekte
278
34%
Schlichtung
14
29% / 50%
Frist nicht eingehalten
42
15%
Arbeitet
Ähnliche Aufträge
✅ Overview Objective : Automate a high-RR, high-precision swing trading system that executes trades based on a 30-minute Trident pattern during the London Kill Zone (3:00 AM – 6:30 AM EST), following strict EMA and FVG-based rules with daily chart alignment. ⚙️ Instruments Markets : Futures, Forex Pairs to scan : USDJPY EURUSD GBPUSD NZDUSD USDCAD Timeframes : Entry chart : 30-minute Bias/trend confirmation & TP
Brief Summary of the Strategy : This Expert Advisor (EA) implements a pairs trading strategy using two currency pairs: EURCHF and AUDUSD. It calculates the statistical relationship (spread) between the two pairs and enters market-neutral trades when the spread diverges significantly from its historical average (based on Z-score). It opens one long and one short position simultaneously and closes them when the spread
I want a robot to trade maximum or minium of first candle of the day, time frame of 5 minuts. So, if the second candle of the day goes below the minimium of the first candle i want to sell, and if the second candle goes over the maximum i want to bay. The stop loss need to stay on the first candle, and i want possibility to configure take profit in 1x, 1.5x and 2x the size of the first candle
Two EAs previously developed by developers one from HongKong and another from Nigeria. Need to first cross verify whether they did right coding or not? If no, report those errors. If yes, carry on for creating combined EA to achieve main purpose of making this new EA profitable
You are to develop an MQL5 EA that combines Moving Average crossover signals and Fibonacci retracement levels for entry decisions. The EA supports both 100% automated and semi-automated trading. It dynamically calculates lot size and manages SL/TP based on risk parameters and fib levels. The EA must trade in the direction of selected candle patterns and support continuous trade entries while respecting news, time
Platform: MT5 Indicators: Aroon, SSL and WAE (Attached) Code Requirements: Check for Errors & Handle Them Use log ging and comments Trade Entry Conditions: Buy: SSL green > red, Aroon UP >= 80, WAE (positive) > deadzone pips and WAE > MA line Sell: SSL red > green, Aroon Down >=80, WAE (negative) > deadzone pips and WAE > MA line Trade Execution: Option available to execute market order, pending order, or simply give
I have an existing MT4 indicator with code which can draw swing highs/lows with Zigzag lines in H4 chart. Now i want to go to lower time frame like M15 and M5 and start drawing swing highs/lows from the last formed Swing High/Low in H4 to current candle. I will provide the source code, and I need you to complete this simple module within 1 day. Let me know if you are interested in this. Thanks, Kevin
TONGO TONGO ROBOT 30 - 200 USD
Indicators: Two simple moving average(SMA). Logic: when the SMA (10periods) ,crosses above the slow SMA (30periods). ,buy( go long).. When the fast SMA crosses below the slow SMA ,sell (go short or close buy position)
i tried to fix them with google ai studio but they seem not perfect yet. if you can check, find and fix them then please let me know/ let me check them and let me know your price. or if you have or can make better version then do the same
HELLO GREAT I want to create a trading Bot. Are you able to do so? I have a buy/sell signal already in place and it switches between two stocks. So when it sells a stock, it buys the other stock. I want to automate it so that when my strategy signals a buy, it automatically buys the stock and when it signals a sell it automatically sells. What platform would this work on? Would it work on robinhood trading or does it

Projektdetails

Budget
50+ USD

Kunde

(45)
Veröffentlichte Aufträge158
Anzahl der Schlichtungen0