Cos copy trade master
- Yardımcı programlar
- Sürüm: 4.1
COS COPY TRADE EA: USER MANUAL
It must be used in conjunction with the master file. Cos copy trade client | Buy Trading Utility for MetaTrader 5
1. System Overview & Architecture
The COS Copy Trade system is a local, high-speed copying solution designed to replicate trades across accounts running on the same computer. It fully supports copying between different brokers and can mirror trades from an Investor Password account.
2. Installation & Setup Guide
Step 1: Deploying the Master EA
-
Open the MetaTrader platform of your Master Account.
-
Place cos copy master v1 into your MQL5\Experts\ directory.
-
Drag the EA onto any single chart (Timeframe does not matter).
-
Important Inputs:
-
InpFile_Name : Keep the default ( copy_trade_data.txt ).
-
-
Ensure Algo Trading is enabled in the MT5 terminal toolbar.
Step 2: Deploying the Slave/Receiver EA
-
Open the MetaTrader platform of your Slave Account.
-
Place cos copy slave into your MQL5\Experts\ directory.
-
Drag the EA onto the chart of the symbol you wish to trade.
-
Important Inputs:
-
InpFile_Name : Must exactly match the Master's filename ( copy_trade_data.txt ).
-
InpMagicNumber : Set a unique magic number for this Slave instance (Default: 998877 ).
-
InpSymbolMapping : If broker suffixes differ (e.g., Master uses GBPUSDm but Slave uses GBPUSD ), map them here as GBPUSDm=GBPUSD .
-
-
Enable Algo Trading on the toolbar.
3. Slave Dashboard & Functions Breakdown
The Receiver EA automatically renders an advanced 2-column on-chart visual panel. Below is the explanation of all operational features embedded within the software:
Feature 1: Quick Chart Control (ON/OFF Button)
-
Function: Located at the top of the panel, this interactive button lets you manually toggle the copier on or off instantly without removing the EA.
Feature 2: Lot Size Multiplier
-
Input Parameter: InpMultiplier_Lot (Default: 1.0 )
-
Function: Multiplies the Master's lot size by this coefficient.
-
Example: If Master opens 0.10 lots and your multiplier is set to 2.0 , the Slave will execute 0.20 lots.
-
-
Safety Cap: Use InpMaxLot to define a hard ceiling for any individual copied trade (Set to 0.0 to disable limits).
Feature 3: Programmable Time Windows & Intelligent Shutdown
-
Input Parameters: InpUseTimeWindow (Mon-Thu) and InpUseFridayWindow (Friday).
-
Function: Restricts copying to specific trading sessions (e.g., 08:00 to 20:00 ).
-
Intelligent Cycle Management:
-
When the session clock expires and switches to [OFF] , the system will not forcefully cut active positions.
-
Instead, it enters a smart clearance phase: it will seamlessly monitor, manage, and allow existing orders to carry out their recovery/martingale/grid cycles until they close out gracefully. Once your account has zero open orders left, the entire coping mechanism pauses completely.
-
Feature 4: Selective Copying Direction
Feature 5: Minimum Master Position Trigger
-
Input Parameters: InpStart_At_Buy_Orders and InpStart_At_Sell_Orders (Default: 3 ).
-
Function: Acts as a strategic buffer filter. The Slave will wait and stay flat until the Master account accumulates the specified number of open basket trades for that direction.
-
Example: Set to 3 . If the Master opens position 1 and 2, the Slave ignores them. The moment the Master opens the 3rd order, the Slave immediately triggers and begins mirroring the master's latest trades.
-
