Fluent Signal Copier
- ユーティリティ
- Seref Oliver Joisten
- バージョン: 1.1
- アップデート済み: 8 4月 2026
- アクティベーション: 5
Fluent Signal Copier — MT5 EA
Copy trades from Telegram signal channels directly into MT5. The companion open-source
Python bridge is a one-time setup — install it once, point it at your channels, and this
EA executes the resulting orders automatically within 200 milliseconds of the original
message. No autonomous strategy, no black box: the EA acts exclusively as an execution
layer.
How it works
Run the Python bridge once alongside MT5. It watches your configured Telegram channels,
converts signal messages into structured records, and saves them to the MT5 Files
directory. The EA polls that file, identifies new signals per channel independently, and
places the corresponding orders.
Execution
- Multi-position splitting: opens a separate trade leg per take-profit level (up to 10 per
signal), with lots distributed evenly or assigned custom values per TP.
- Order routing: supports market orders, buy/sell limits, and buy/sell stops — routed
automatically by entry price or explicit signal field.
- Selective close and modify: CLOSE and MODIFY commands target only positions belonging to
the matching signal ID, leaving other trades untouched.
- Emergency stop: EMERGENCY_CLOSE_ALL instantly closes all EA-managed positions and
cancels pending orders.
Risk management
- Fixed lot size, percentage-based risk, or hard dollar cap per trade.
- Per-instrument lot ceilings for FX pairs, metals, oil, indices, and crypto.
- Signal risk modifiers (half risk, double) applied automatically.
Reliability
- Multi-channel tracking: last processed signal ID stored per channel in GlobalVariables,
preventing duplicate trades after restarts or reloads.
- Automatic break-even: moves stop-loss to entry when a configured TP is hit; optional
offset in points; state survives EA restarts.
- Symbol mapping: prefix, suffix, and variant lists resolve broker-specific naming
conventions.
- Time and day filter: restrict new entries to configured server-time windows and selected
weekdays.
Monitoring
- GUI heartbeat monitoring: logs a warning if the Python bridge process has gone silent.
- Position snapshots: exports open position data to JSON for display in the companion
dashboard.
Requirements
Requires the Fluent Signal Copier Python bridge (open source, free). Setup takes around 5
minutes: install Python, run the installer, enter your Telegram API credentials, and point
it at your MT5 Files directory. No ongoing maintenance — start it with MT5 and leave it
running. Search for FluentSignalCopier on GitHub by user The-R4V3N, or find the direct
link in the product comments section.
Parameters
Files: signal file, heartbeat file, snapshot file, debug log toggle.
Trading: lot size, risk percent, magic number, slippage, buy/sell enable, conflict close
option.
Multi-position: max legs per signal, lots per TP level (TP1–TP5), risk per leg or per
signal.
Break-even: enable, trigger TP index, auto-arm on first TP, offset in points, cleanup
interval.
Safety caps: overall lot cap, per-class caps (metals, oil, indices, FX, crypto), dollar
risk cap.
Symbol mapping: prefix, suffix, variant list.
Time filter: enable, start/end time, day-of-week toggles.
Heartbeat: enable, write interval, stale timeout, warning interval, popup/print options.
Alerts: sound toggles for open, close, modify, and emergency events.
Important
This software does not constitute financial advice. Trading involves substantial risk of
loss. Always test on a demo account before live use. Never risk capital you cannot afford
to lose.
