명시

Hello! I'm looking to hire a developer to create a custom trading bot for MetaTrader 5 (MT5) that automates hedged trading across two separate MT5 accounts (e.g., one for a prop firm and one for a broker). The bot should open opposite positions simultaneously on both accounts, with customizable parameters for lot sizes, stop-loss (SL), and take-profit (TP). It needs to support both market orders and pending orders, and allow easy credential changes for different brokers/prop firms.
Core Functionality:
Simultaneous Position Opening: The bot opens two positions at the same time—one on MT5 Account #1 (e.g., prop firm) and an opposite one on MT5 Account #2 (e.g., broker).
If I select BUY on Account #1, it opens SELL on Account #2 (and vice versa).
Order Types:
Market Orders: Executes immediately at current market price.
Pending Orders: Allows me to set a specific entry price on Account #1, and the bot automatically mirrors the opposite position on Account #2.
Risk Management (SL/TP):
I input distances in points (MT5's smallest price increment) from the entry price for SL and TP on Account #1.
The bot inverts these for Account #2: TP on #1 becomes SL on #2, and SL on #1 becomes TP on #2.
Lot Sizing:
Separate inputs for lot size on Account #1 (prop) and Account #2 (broker), allowing proportional scaling (e.g., to match account balances or risk levels).
Closing Positions: A simple function to close both positions simultaneously on both MT5 accounts with one command (e.g., via a dedicated input parameter or hotkey/button in the bot interface).
User Inputs (via Bot Parameters):
Trade direction: BUY or SELL.
Order type: Market or Pending (with entry price for pending).
SL distance (in points) from entry.
TP distance (in points) from entry.
Lot size for Account #1 (prop).
Lot size for Account #2 (broker).
Close both positions (boolean or command trigger for simultaneous closure).
Additional Requirements:
Account Flexibility: The bot should allow me to easily update login credentials (server, login, password) for both accounts independently, so I can switch brokers or prop firms without recoding.
Purpose: This is for proportional hedging between a prop firm account and a broker account to manage risk across platforms.

응답함

1
개발자 1
등급
(434)
프로젝트
640
53%
중재
34
62% / 21%
기한 초과
6
1%
작업중
2
개발자 2
등급
(7)
프로젝트
12
42%
중재
1
0% / 100%
기한 초과
2
17%
무료
3
개발자 3
등급
(50)
프로젝트
64
20%
중재
11
27% / 55%
기한 초과
5
8%
무료
4
개발자 4
등급
(33)
프로젝트
36
33%
중재
5
0% / 80%
기한 초과
0
작업중
게재됨: 2 코드
5
개발자 5
등급
(10)
프로젝트
15
27%
중재
0
기한 초과
3
20%
무료
6
개발자 6
등급
(24)
프로젝트
32
38%
중재
4
50% / 25%
기한 초과
5
16%
작업중
7
개발자 7
등급
(3)
프로젝트
2
0%
중재
1
0% / 100%
기한 초과
0
무료
8
개발자 8
등급
(443)
프로젝트
570
37%
중재
106
39% / 33%
기한 초과
17
3%
무료
9
개발자 9
등급
(1)
프로젝트
2
0%
중재
2
0% / 50%
기한 초과
0
무료
10
개발자 10
등급
(13)
프로젝트
20
40%
중재
1
0% / 100%
기한 초과
1
5%
무료
11
개발자 11
등급
(7)
프로젝트
6
0%
중재
4
25% / 75%
기한 초과
2
33%
무료
12
개발자 12
등급
(271)
프로젝트
553
50%
중재
57
40% / 37%
기한 초과
227
41%
작업중
13
개발자 13
등급
(61)
프로젝트
83
45%
중재
27
11% / 70%
기한 초과
8
10%
무료
14
개발자 14
등급
(453)
프로젝트
566
26%
중재
24
42% / 38%
기한 초과
85
15%
무료
게재됨: 6 코드
15
개발자 15
등급
(298)
프로젝트
478
40%
중재
105
40% / 24%
기한 초과
82
17%
로드됨
게재됨: 2 코드
16
개발자 16
등급
(52)
프로젝트
58
59%
중재
4
0% / 25%
기한 초과
1
2%
무료
17
개발자 17
등급
(52)
프로젝트
63
40%
중재
15
27% / 60%
기한 초과
1
2%
무료
비슷한 주문
PROJECT OVERVIEW I need an experienced MQL5 developer to build a production-grade Expert Advisor for XAUUSD (Gold) on MT5, intended for continuous, unattended live operation. This is a trend-confirmed grid recovery system. Execution speed and reliability are the top priorities — every recovery level must be a real pending order resting on the broker's server, not something the EA monitors and reacts to on ticks. No
1. PROJECT OVERVIEW Development of a custom automated and manual trading bot for NinjaTrader 8, primarily designed for Nasdaq Futures (NQ/MNQ). The bot will contain the original trading strategy, configurable risk management, automatic and manual operating modes, alerts, profit/loss management, partial profit taking, Break Even, backtesting functionality, and the additional configurable contract-averaging system
I need I trading robot with a dashboard for stop and start working 99%accurate profit while scalping me the user only putting password of mt5 then I run it that doesn't take a long time to process a trade and always making sure that altlest it makes 500dollars per day using 0.05 lot size
Ich möchte einen professionellen Expert Advisor (EA) für MetaTrader 5 entwickeln lassen, der sich funktional am ThunderGold Scalper orientiert. Instrument: XAUUSD / GOLD Zeitrahmen: M15 Plattform: MetaTrader 5 / MQL5 Der EA soll eine eigene, nachprogrammierte Strategie verwenden und keine geschützten Quellcodes oder proprietären Dateien des Originalprodukts kopieren. Gewünschte Funktionen: automatischer Handel auf
GoldTrade EA 89+ USD
//+------------------------------------------------------------------+ //| XAUUSD Wolfe + SMC Quick Profit EA | //| MT5 / MQL5 | //+------------------------------------------------------------------+ #property strict #include <Trade/Trade.mqh> CTrade trade; //================================================================== // INPUTS //================================================================== //--- General
can you help me with I have an indicator that I built and I work with PickMyTrade. The entries come through the alerts I get from Trading View . Trading View needs to send an alert and PickMyTrade executes a trade at that exact same second. Now, I have a problem in Trading View with the synchronization between the alert and the signal. I have a box that I built for a trade. It needs to output the box and get an
I buy EA for USDEUR or XAUUSD for FTMO with proven backtest. Send me images with backtest reports where daily max dd is 1% on 200k account. I can buy several eas if you have them with proofs. Need images of backtesting for 5 years
I need an MT5 Expert Advisor for a mean-reversion strategy on EURUSD: single entry at local price extremes, fixed stop loss and take profit, no grid and no averaging. Position size must be calculated automatically so that risk per trade is capped at a fixed USD amount, with a daily loss limit and a pause after consecutive losses. I will send the full specification — entry conditions, filters and all input parameters
I am looking for a professional and market-savvy MQL developer to build a disciplined, stable Scalping Expert Advisor (EA). The ideal developer must have a solid understanding of Trend Identification, Fibonacci Levels, and Technical Indicators , alongside strict risk management implementation. Key Focus Areas & Developer Requirements: Market & Analysis Expertise: ⚬ Deep understanding of Trend direction (Market
profitable EAs wanted with at least 3 to 5 years backtest. you be submit your proofs such as graphic results, backtesting results, and your demo or weekly the eas has traded

프로젝트 정보

예산
30 - 40 USD
기한
에서 1  4 일