NT MT5 Sync Shuttle functions as a trade copier and hedging manager, automatically opening positions based on signals received from a central Go-based bridge server. The EA includes specialized risk controls such as asymmetrical compounding lot sizing and ATR-based trailing stops. It supports both unidirectional copy trading and bidirectional hedging, where closing a position on MT5 can trigger a corresponding exit on NinjaTrader. Operation requires the full SyncShuttle software suite.
Cross-platform trade synchronization via Go bridge
Read from ACHedgeMaster.mq5. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
BridgeURL
string
http://127.0.0.1:5000
Bridge Server URL - Connection point to Go bridge
LotSizingMode
LOT_MODE
Asymmetric_Compounding
Lot Sizing Method
EnableHedging
bool
true
Enable hedging? (false = copy direction)
DefaultLot
double
15.0
Default lot size if not specified - Base multiplier for trade volumes (micro-lots for $300 account)
Slippage
int
200
Slippage
MagicNumber
int
12345
MagicNumber for trades
TrailingButtonXPos_EA
int
120
X distance for trailing button position
TrailingButtonYPos_EA
int
20
Y distance for trailing button position
StatusLabelXPos_EA
int
200
X distance for status label position
StatusLabelYPos_EA
int
50
Y distance for status label position
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone Galaxybigbird/NT-MT5-SyncShuttleProject from GitHub, and unzip it.
2Open the data folderIn MetaTrader choose File, then Open Data Folder, and go to MQL5/Experts.
3Copy the filesCopy the .mq5 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 5 expert advisor acts as a trade bridge, receiving order data from an external Go-based bridge server. It polls a specified URL at regular intervals to synchronize trades and manage an aggregated net futures position, likely originating from NinjaTrader. The EA translates external signal data into order
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
MetaTrader 5 To Telegram is a utility expert advisor designed to bridge a MetaTrader 5 terminal with a Telegram bot. It monitors the trading account for updates and broadcasts notifications regarding orders, deals, and active positions to a specific user, group, or channel. The EA uses a timer-based system to process i
This utility for MetaTrader 5 transforms the trading terminal into a REST API server, enabling external software to control trading operations via HTTP. It facilitates remote account monitoring, price retrieval, and full trade execution, including market orders, pending orders, and partial closes. The system supports a
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
Sharing Is Caring is a MetaTrader 5 trade copier designed for local or remote synchronization between trading accounts. It operates in either provider or receiver mode, utilizing CSV files for local communication and FTP or HTTP for remote data transfer. The tool supports proportional lot sizing adjusted for balance an