MySQL Trade Replicator consists of a master script that records trades and a slave script that replicates them. The tool supports volume scaling via multipliers or fixed lot sizes, trade direction inversion, and the ability for a single slave to follow multiple master accounts simultaneously. It manages entry and exit synchronization through database polling, including slippage controls and retry mechanisms for trade execution.
Cross-broker trade replication via MySQL database intermediary
Volume scaling with fixed lot or master ratio modes
Trade direction inversion for contrarian replication
Multi-master support for following several signal providers
Read from mql4-mysql_trade_replicator_slave.mq4. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
g_timezone_setting
int
3
server time zone
g_slave_id_setting
string
fVB472V9x8i4RN081pg8
slave_id - a string of 20 symbols recommended id, use some passwords generator to obtain it http://strongpasswordgenerat
g_deposit_currency_setting
string
USD
deposit currency
g_slave_comment_setting
string
slave01
master comment
g_max_slippage_setting
int
10
max splippage (points not pips)
g_subscribed_masters_setting
string
n9o816RTuaxJt99WSfD8
subscribed_masters is a list of masters in the form "master1 master2 master3" etc. (blank space between each master)
g_table_prefix_setting
string
trade_replicator_
table prefix
g_logging_level_setting
int
0
level of logging (0 display all - see toolbox code)
g_copy_mode_setting
CopyMode
CopyMode_Follow
CopyMode - define how trade are copied
g_volume_sizing_mode_setting
VolumeSizingMode
VolumeSizingMode_MS
VolumeSizingMode - define volume on slave trades
g_MS_VolumeRatio_setting
double
1.0
MS_VolumeRatio - master volume ratio
g_FX_FixedVolume_setting
double
0.01
FX_FixedVolume - fixed volume
Show all 19 inputs
Name
Type
Default
Description
g_MinVolume_setting
double
0.01
MinVolume
g_MaxVolume_setting
double
1.0
MaxVolume
g_price_offset_setting
double
0.8
price_offset (pips)
g_number_of_trials_setting
int
10
number of trials for open or close orders
g_drop_tables_setting
bool
false
drop tables (set to True to drop database tables)
g_create_tables_setting
bool
false
create tables (set to True only first time to create database tables)
g_register_slave_setting
bool
true
register slave to DB (set to True only first time you use a new master)
How to Install It
1Download the sourceUse "Download source (.zip)" above, or clone femtotrader/mysql-trade-replicator from GitHub, and unzip it.
2Open the data folderIn MetaTrader choose File, then Open Data Folder, and go to MQL4/Experts.
3Copy the filesCopy the .mq4 file into Experts, and any .mqh files into the Include folder the code expects.
4Compile in MetaEditorOpen the file in MetaEditor and press Compile. Fix any missing includes the compiler reports.
5Test before you tradeRun it in the Strategy Tester, then attach it to a demo chart and allow algorithmic trading.
Third-party code. ForexR did not write, test or endorse this EA, and the summary above was generated automatically from its README and code. ForexR lists only repositories with readable source code and never hosts files. Read the code, backtest it and use a demo account first; automated trading can lose money quickly.
This MetaTrader 4 expert advisor functions as a local trade copier, allowing users to replicate trades from one terminal to another. It operates by sharing a data file between a master and a slave instance on the same computer or filesystem. The slave EA manages order execution, including market, limit, and stop orders
DWX Connect is an open-source bridge that links external trading strategies written in Python, C#, or Java to MetaTrader 4 and 5. It functions as a server EA that facilitates communication via file-based messaging, allowing users to execute trades and subscribe to market data without coding in MQL. The EA manages trade
Telegram API Signal Bot is a notification utility for MetaTrader 4 designed to broadcast trading activity to external communication channels. The EA monitors the terminal for order events, including executions and partial closes, and transmits the details to a Telegram group or channel using the Telegram Bot API. It of
This expert advisor provides a communication layer between MetaTrader 4 and external software applications via the ZeroMQ protocol. It operates as a server that listens for remote commands to open, modify, or delete market and pending orders. The system features a request-response mechanism and a dedicated push server
This expert advisor functions as a data bridge for streaming real-time market information from MetaTrader 4 and 5 to external applications. It utilizes the ZeroMQ library to transmit price ticks and order book updates to a remote server. The tool is intended for developers building quantitative trading platforms or dat
Neo Trader is an order execution bridge that facilitates the transfer of trade data from TradingView to MetaTrader 4 and 5 terminals. Operating through a local socket server and a browser extension, it allows users to execute trades directly from TradingView position drawing tools. The expert advisor handles market and