One bridge for MultiCharts workflows that need a MetaTrader 5 route.
The source can be PowerLanguage, MultiCharts .NET or a Python-based workflow, as long as it can emit the required structured signal. The destination is any MT5 terminal where Expert Advisors and trading permissions are available.

MultiChartsPowerLanguage strategies, alerts and wrappers.

MultiCharts .NET.NET-based systematic workflows.

MultiCharts X / PythonPython-style signal generation when structured output is available.
Execution layerMetaTrader 5
Broker terminals, CFD accounts, prop firms and Darwinex-style MT5 environments.
Route MultiCharts strategies to MetaTrader 5 execution.
Keep the model, research workflow and backtesting environment inside MultiCharts. Send structured execution instructions to MT5 without rebuilding tested logic in MQL5.
Request the copier →Not just the signal.
The configuration exposes the controls that matter in real execution: account key, broker symbol, Magic Number, lot conversion, spread/slippage guard, allowed actions, MT5 netting/hedging mode, close/reverse behaviour and logs.
Professional users who already have a strategy engine and need an MT5 execution route.
Professional traders
Signal providers
Trading desks
Family offices
Technical partners
When the strategy is in MultiCharts but the destination is on MT5.
Each block answers a practical problem: synchronization, identity, sizing, account mode, reverse behaviour and optional protection levels.
Real-time / low-latency routing
Signals move as structured instructions, not vague text alerts.
- Signal produced in MultiCharts and routed toward MT5
- Heartbeat-style workflow for monitoring
- Designed for stable VPS-based execution
Model separation
Each strategy needs a clean technical identity.
- Model ID for MultiCharts traceability
- Magic Number for MT5-side order ownership
- Several models can share one terminal
Contracts to lots
A futures-style signal often needs MT5-specific sizing.
- Fixed lot multiplier workflow
- Symbol-specific conversion logic
- Designed for CFDs and smaller account sizes
Stop & reverse functionality
For models that flip exposure instead of only opening entries.
- Close current exposure when direction changes
- Open the opposite side in the same workflow
- Configurable behaviour by setup
Netting / hedging support
The workflow can be configured for both MT5 accounting modes.
- Netting-style handling for one symbol position
- Hedging-style handling for multiple tickets
- Account mode checked during validation
Optional SL / TP fields
Protection levels can be sent only when the workflow requires them.
- Optional stop-loss and take-profit fields
- Can stay empty for strategy-managed exits
- Useful for broker-specific requirements
A complete setup path, before support is needed.
The public guide covers prerequisites, installation, strategy identity, broker-symbol mapping, contracts-to-lots configuration, account mode, demo validation and live monitoring.
Self-service access to the MC → MT5 copier.
The trial includes the software, setup guide and video library. After seven days, Stripe starts the €10 monthly subscription automatically unless it is cancelled before the trial ends.