Reverse trade with adjustable lot size

İş tamamlandı

Tamamlanma süresi: 9 saat
Geliştirici tarafından geri bildirim
Very kind and committed customer. Thanks sir.

İş Gereklilikleri

I want you to build an Expert Advisor (EA) that mirrors trades between two accounts in opposite directions, maintaining identical TP and SL distances in pips with adjustable lot sizes. The EA logic is as follows:


 Core Requirements

EA monitors trades opened on Account A.

When a trade is opened on Account A:

An opposite direction trade is opened on Account B.

The TP and SL distances (in pips) are mirrored to the opposite direction.

The lot size of the opposite trade is based on a configurable multiplier.

If the original trade is closed, the mirrored trade is also closed.

If TP or SL is modified on the original trade, it is updated on the opposite trade.



📊 Trade Examples (Different Lot Size Multipliers)


🔹 Example 1: EURUSD – Multiplier: 1.5

Account A (Source):

Buy 1.00 lot at 1.1000

TP: 1.1050 (+50 pips), SL: 1.0950 (-50 pips)

Account B (Opposite):

Sell 1.50 lots at 1.1000 (1.00 × 1.5)

TP: 1.0950 (+50 pips), SL: 1.1050 (-50 pips)



🔹 Example 2: GBPJPY – Multiplier: 2.0

Account A (Source):

Sell 0.40 lot at 184.20

TP: 183.20 (-100 pips), SL: 185.20 (+100 pips)

Account B (Opposite):

Buy 0.80 lots at 184.20 (0.40 × 2.0)

TP: 185.20 (+100 pips), SL: 183.20 (-100 pips)



🔹 Example 3: XAUUSD (Gold) – Multiplier: 0.75

Account A (Source):

Buy 0.80 lots at 2340.00

TP: 2360.00 (+200 pips), SL: 2320.00 (-200 pips)

Account B (Opposite):

Sell 0.60 lots at 2340.00 (0.80 × 0.75)

TP: 2320.00 (+200 pips), SL: 2360.00 (-200 pips)

Yanıtlandı

1
Geliştirici 1
Derecelendirme
(31)
Projeler
35
46%
Arabuluculuk
0
Süresi dolmuş
0
Serbest
Yayınlandı: 3 kod
2
Geliştirici 2
Derecelendirme
(59)
Projeler
81
43%
Arabuluculuk
27
11% / 70%
Süresi dolmuş
8
10%
Serbest
3
Geliştirici 3
Derecelendirme
(10)
Projeler
19
42%
Arabuluculuk
6
0% / 50%
Süresi dolmuş
3
16%
Çalışıyor
4
Geliştirici 4
Derecelendirme
Projeler
0
0%
Arabuluculuk
0
Süresi dolmuş
0
Serbest
5
Geliştirici 5
Derecelendirme
(44)
Projeler
53
38%
Arabuluculuk
8
13% / 38%
Süresi dolmuş
8
15%
Çalışıyor
6
Geliştirici 6
Derecelendirme
(1)
Projeler
8
88%
Arabuluculuk
0
Süresi dolmuş
0
Serbest
7
Geliştirici 7
Derecelendirme
Projeler
0
0%
Arabuluculuk
1
0% / 100%
Süresi dolmuş
0
Serbest
8
Geliştirici 8
Derecelendirme
(253)
Projeler
259
30%
Arabuluculuk
0
Süresi dolmuş
3
1%
Serbest
Yayınlandı: 2 kod
9
Geliştirici 9
Derecelendirme
(361)
Projeler
643
26%
Arabuluculuk
92
72% / 14%
Süresi dolmuş
12
2%
Çalışıyor
Yayınlandı: 1 kod
10
Geliştirici 10
Derecelendirme
Projeler
0
0%
Arabuluculuk
0
Süresi dolmuş
0
Serbest
11
Geliştirici 11
Derecelendirme
(10)
Projeler
14
43%
Arabuluculuk
0
Süresi dolmuş
3
21%
Serbest
12
Geliştirici 12
Derecelendirme
(4)
Projeler
4
50%
Arabuluculuk
5
0% / 100%
Süresi dolmuş
0
Serbest
13
Geliştirici 13
Derecelendirme
(1)
Projeler
1
0%
Arabuluculuk
1
0% / 0%
Süresi dolmuş
0
Serbest
14
Geliştirici 14
Derecelendirme
(32)
Projeler
32
63%
Arabuluculuk
1
0% / 0%
Süresi dolmuş
1
3%
Çalışıyor
Yayınlandı: 5 kod
15
Geliştirici 15
Derecelendirme
(52)
Projeler
57
60%
Arabuluculuk
4
0% / 25%
Süresi dolmuş
1
2%
Serbest
Benzer siparişler
Do you need a profitable and well-structured trading strategy converted into a fully automated Expert Advisor on the MT5 platform? I specialize in developing advanced, high-performance EAs with: ✅ Smart entry & exit logic ✅ Risk-based lot size calculation ✅ Break-even & trailing stop system ✅ Spread & session filters ✅ Daily drawdown protection ✅ Prop firm (FTMO-style) risk compliance ✅ Fully automated trade
DO NOT RESPOND TO WORK WITH ANY AI. ( I CAN ALSO DO THAT ) NEED REAL DEVELOPING SKILL Hedge Add-On Rules for Existing EA Core Idea SL becomes hypothetical (virtual) for the initial basket and for the hedge basket . When price hits the virtual SL level , EA does not close the losing trades. Instead, EA opens one hedge basket in the opposite direction. Original basket direction Hedge basket direction (opposite) Inputs
Hello, I have a breakout EA with reversal logic. I own the full source code for both MT4 and MT5 versions. I need the modifications implemented for both MT4 and MT5 versions. I need several modifications: – Multiple reversals with configurable parameters – Breakeven functionality – Entry only after candle close beyond range + offset – Time-based activation – Alternative offset calculation logic – Automatic close at
Hi I have a simple task (hopefully) I have a custom strategy that I built with the help of Claude Anthropic - everything is finished and I zipped it with power shell but when importing it NT8 gives me the error message that the file was made from an older, incompatible version or not a NinjaScript. My folder structure is correct as far I can see so I don't know what the issues is and it's costing me too much to go
Do you happen to have a profitable strategy for MNQ? it is urgent if any one can help me with this i will be happy to discuss with you and move forward to pay for it kindly let me know the amount thank fill free to bid
Subject: Development of Ultra-High Precision Confluence Indicator - M1 Binary Options (Non-Repaint) ​ Hello, I am looking for a Senior MQL5 Developer to create a custom "Surgical Precision" indicator for MetaTrader 5, specifically optimized for 1-minute (M1) Binary Options trading. The system must integrate three distinct layers of algorithmic analysis. ​ 1. Core Logic: Triple-Layer Confluence ​The signal (Call/Put)
Looking for an experienced MQL5 developer to design and develop a custom Expert Advisor (EA) for MetaTrader 5. The purpose of this EA is not just automated trading, but also to help me better structure, test, and refine my personal trading strategy
Freeallfree 400 - 800 USD
Professional MT5 EA – XAUUSD I need a professional Expert Advisor for MT5 (MQL5) to trade XAUUSD only. This is not a random scalping bot. The EA must trade only high-probability liquidity breakouts during active sessions and avoid ranging or low-volatility markets. Symbol: XAUUSD Timeframe: M15 (optional H1 confirmation) Session filter (Dubai GMT+4): Trade only London and New York sessions Adjustable session times No
An Expert KBFX 30+ USD
Fill orders first execution and real time trading, my strategy is that wait for clean confirmation before entering the market and fill orders for a snappier entrance,then execute trade after making profit on the position
MosesRobot 100+ USD
"I am looking for an expert developer to build a custom Forex Expert Advisor based on my specific strategy. Requirements: Full Source Code (.mq5) must be delivered. I retain 100% Intellectual Property and ownership of the bot. Must include a Risk Management module (Fixed Lot or % of balance). Must include a Trailing Stop and Break-even feature. Bot must be compatible with the MT5 Strategy Tester for 99% quality

Proje bilgisi

Bütçe
30 - 100 USD
Son teslim tarihi
from 2 to 3 gün