MT5 Relay: a TradingView to MT5 signal bridge
Alerts from any TradingView indicator placed as real trades on a trader's own account, with risk limits built in.
- Client
- Metigital product
- Sector
- Trading and fintech
- Year
- 2026
- Built with
- FastAPI
- Postgres
- MQL5
- Hetzner
The problem
Traders build a strategy in TradingView and then execute it by hand, which loses the edge and the sleep. Existing bridges work but leave gaps: no risk guard, no way to run one strategy across several accounts.
What we built
- Signal endpoint accepting alerts from any indicator, placing the trade with stop loss and take profit
- Expert advisor on the trader's own terminal, so funds never leave their broker account
- Risk shield: daily loss limit, maximum drawdown, trade count cap and a news blackout window
- Copy trading fan out, one strategy key driving many follower accounts with their own position sizing
- Subscription dashboard and billing
Where it stands
Server side tested and running on a dedicated box, with an existing base of waiting traders as the first customers.
Worth knowing
Design rule for anything touching money: the platform never holds funds and never has withdrawal rights.