Local copy trader EA

MQL4 エキスパート

指定

MT4/MT5 Local Trade Copier - Technical Specifications

Core Functionality

Trade Copying Capabilities

  • MT4 to MT4: Full bidirectional copying between MetaTrader 4 platforms
  • MT4 to MT5: Unidirectional copying from MT4 master to MT5 slave accounts
  • Real-time synchronization with latency under 100ms
  • Multiple master/slave configurations supporting 1-to-many and many-to-1 setups

Supported Order Types

  • Market Orders (Buy/Sell)
  • Pending Orders (Buy Stop, Sell Stop, Buy Limit, Sell Limit)
  • Stop Loss and Take Profit modifications
  • Partial close operations
  • Order modifications and cancellations

Technical Architecture

System Requirement

  • MetaTrader Versions: MT4 build 1420+, MT5 build 3600+

Communication Protocol

  • Local Network Communication: TCP/IP sockets for ultra-low latency
  • Data Format: JSON or binary serialization for trade data
  • Encryption: AES-256 encryption for sensitive trade information
  • Failover System: Automatic reconnection and trade queue management

Advanced Features

Risk Management

  • Position Sizing Options:
    • Fixed lot size
    • Percentage-based sizing
    • Risk-based position calculation
    • Balance/equity ratio sizing
  • Maximum Position Limits: Per symbol and total exposure limits
  • Drawdown Protection: Automatic copying suspension at defined thresholds
  • Symbol Filtering: Include/exclude specific trading instruments

Trade Management

  • Slippage Control: Maximum allowed slippage for market orders
  • Magic Number Management: Automatic assignment and tracking
  • Comment Preservation: Maintain original trade comments with copier tags
  • Lot Size Multipliers: Configurable scaling factors per slave account
  • Partial Fill Handling: Smart management of partial order executions

Monitoring & Control

  • Real-time Dashboard: Live trade status and account monitoring
  • Trade History Log: Comprehensive logging of all copied trades
  • Performance Statistics: Success rates, latency metrics, P&L tracking
  • Alert System: Email/SMS notifications for critical events
  • Manual Override: Emergency stop and individual trade control

Configuration Options

Master Account Settings

  • Account Selection: Multiple master account support
  • Symbol Filter: Whitelist/blacklist trading instruments
  • Time Filter: Trading hours and session restrictions
  • Minimum Trade Size: Threshold filters for copying
  • Expert Advisor Integration: Compatible with existing EAs

Slave Account Settings

  • Account Mapping: Flexible master-to-slave relationships
  • Lot Size Conversion: Automatic scaling based on account size
  • Spread Adjustment: Compensation for broker spread differences
  • Delay Settings: Optional copying delays for testing
  • Reverse Copying: Option to copy opposite positions

Advanced Filters

  • Profit/Loss Thresholds: Only copy trades meeting P&L criteria
  • Maximum Spread Filter: Skip copying during high spread conditions
  • News Filter Integration: Pause copying during major news events
  • Correlation Analysis: Avoid over-exposure to correlated instruments

User Interface

Main Control Panel

  • Connection Status: Real-time master/slave connection indicators
  • Active Trades Grid: Live view of all copied positions
  • Account Summary: Balance, equity, and margin information
  • Quick Actions: Start/stop copying, emergency close all

応答済み

1
開発者 1
評価
(204)
プロジェクト
276
46%
仲裁
22
73% / 23%
期限切れ
37
13%
仕事中
2
開発者 2
評価
(15)
プロジェクト
34
24%
仲裁
3
0% / 33%
期限切れ
2
6%
仕事中
3
開発者 3
評価
(13)
プロジェクト
17
18%
仲裁
3
67% / 0%
期限切れ
0
仕事中
4
開発者 4
評価
(5)
プロジェクト
5
0%
仲裁
3
0% / 0%
期限切れ
0
5
開発者 5
評価
(8)
プロジェクト
12
0%
仲裁
22
0% / 77%
期限切れ
4
33%
仕事中
6
開発者 6
評価
(2)
プロジェクト
2
0%
仲裁
0
期限切れ
0
取り込み中
7
開発者 7
評価
(51)
プロジェクト
56
61%
仲裁
2
0% / 0%
期限切れ
1
2%
8
開発者 8
評価
(7)
プロジェクト
14
29%
仲裁
1
0% / 100%
期限切れ
1
7%
仕事中
9
開発者 9
評価
(11)
プロジェクト
16
19%
仲裁
5
40% / 60%
期限切れ
4
25%
多忙
10
開発者 10
評価
(77)
プロジェクト
232
73%
仲裁
6
100% / 0%
期限切れ
1
0%
11
開発者 11
評価
(11)
プロジェクト
18
28%
仲裁
3
67% / 33%
期限切れ
1
6%
類似した注文
There is an attached file, load it to your demo account and test it, I want a similar EA with more advanced features. I want to add change of lot sizing, position management, and more
MQL5 EA that trades based on a single indicator. Trade when there is a fresh crossover and the candle had opened above the grey zone. No re entires on the same trend. Another version where it is done in a header file so it doesn't need the indicator once code has been compiled with comments detailing how to make the version that uses a header file. Details to be discussed in pm
I want a bot that reads signals from my Telegram channel and auto-executes those trades on my Pocket Option account. 1. Direction mode hedge_both: open BUY (CALL) and SELL (PUT) at the same time (typically split the amount 50/50 per side). signal_only: open only the direction specified by the signal (CALL or PUT). 2. Respect signal direction When direction_mode = signal_only, a CALL signal opens a CALL; a PUT signal
Título: Criação de EA no MT5 a partir de Indicador Pessoal com Filtros e Meta Diária Descrição do Projeto: Preciso de um Expert Advisor para MetaTrader 5 baseado em um indicador pessoal (arquivo ex5 ou mq5 será fornecido). O funcionamento básico é: O indicador principal gera um evento (compra ou venda). Quando o evento ocorre, o EA deve abrir ordem a mercado seguindo filtros pré-definidos. A saída também será feita
📘 COMPLETE EXPERT ADVISOR SPECIFICATION (STEPS 1–8) =========================================================== 🧩 STEP 1: TRADE DIRECTION & ORDER MANAGEMENT EnableTrading = true TradeDirection = "Both" // Options: "Long", "Short", "Both" OpenTradeMode = "Limited" // Options: "Single", "Limited", "Unlimited" MaxOpenTrades = 3 MagicNumber =
Hello I have an EA with all include files but something is probably wrong with: Frequent ArrayResize() + CopyRates() on every tick Repeated calls to iClose(), iOpen() inside loops Full recalculation of indicators like SMA on every tick No caching of ArraySize() or loop boundaries Linear search in sorted data instead of ArrayBsearch() I would like to share all source code files but I won‘t just send it. First I will
I'm looking to build a high-performance trading bot for MetaTrader 5 (MT5) that focuses on trading Gold (XAU/USD) using both technical indicators and news filtering, with the ability to learn and improve over time using AI/ML. Here’s a quick summary of what I need the bot to do: ✅ Key Requirements: Trade only during London and New York sessions Use technical analysis (e.g. EMA, RSI, MACD, Support/Resistance) Avoid
MALOO-GMZ 50 - 500 USD
This website is about selling gaming electronics and home electronics with a discount of more than 50%. We will be selling quality and orignal electronics perfect looking.And there will be no need to come and collect because we do door to door delivery
I am looking customize trading bot as I use exness exchage so there is MT5 I have tried to create bot myself from CHATGPT but it hasn't work like my expectation so i need expert one who can create customize bot Thanks
Pls I want to add multi time frame filter to my ea with default mt4 indicator pls check the screenshot on requirements on how to make the project. Pls if you have not make a similar project as adding filters to an ea using multi time frame dont apply. If you cant do as on the screenshot then dont even apply

プロジェクト情報

予算
40+ USD
締め切り
最高 3 日

依頼者

(24)
出された注文51
裁定取引数0