Skip to content
AutoSignalCopiersignals → metatrader

features

What it does — and the safety model around it

Every capability listed here exists in the current desktop build and can be verified in the app. Roadmap items are not marketed as features.

direct sessions · chat/channel picker · local state

Your Telegram — and Discord — not a bot relay

AutoSignalCopier talks to Telegram directly from your Windows machine through your own account session — signed in by QR or phone, no third-party bot in the middle. Discord connects the same way, locally: a bot token for servers you control, or your own account token where that is the only route. Chats and channels you select are read locally.

side / entry / SL / TP · dedupe · freshness window

Signals parsed as data, not text

New text messages are parsed into structured orders — side, symbol, entry, stop, and target — with the rules checked before anything is queued. Edited messages and duplicates are handled deterministically.

fail-closed by default · typed confirmation · review-only inbox

A routing gate that starts closed

Nothing executes until you enable the gate and type the confirmation. Signals that arrive before that stay review-only forever — routing is never retroactive.

provider → broker mapping · fixed volume · per destination

Exact symbol and size control

You decide the mapping between the provider's symbol and your broker's — EURUSD to EURUSD.a, for example — and the fixed volume sent to each destination. No surprises, no implicit leverage decisions.

packaged EAs · loopback only · install + verify flow

Connectors you install, verify, and trust

The MetaTrader side is a packaged Expert Advisor (MT5 `.ex5`, MT4 `.ex4`) installed through the app and reached only over the loopback address on this computer. No DLL imports, no MetaEditor, no cloud hop on the trade path.

inbox → activity → broker retcode

Every order leaves a trail

A signal's journey is recorded from admission to queueing to EA delivery to broker result — so when an order does not fill, you can see exactly where it stopped and why.

invalid-stops guard · terminal checks · no blind retries

Safety checks before the broker

Stops must sit on the correct side of the market, respect minimum stop distances, and pass terminal and account checks. Commands are not blindly retried; uncertain outcomes are held for review.

Windows 10/11 · local AppData · local sessions

Windows-first, account-local data

Built for Windows 10 and 11 with your source sessions and agent data stored on the device that runs it — the same machine your MetaTrader terminals run on.

safety model

Built so a mistake does not reach the broker

Fail-closed by default

The routing gate is off until you type an exact confirmation to enable it. Every signal is checked against terminal, freshness, and mapping rules at delivery time.

Never retroactive

Signals that arrive before routing is enabled stay review-only in the inbox forever. An old message cannot execute later simply because you turned the gate on.

Checks before the broker

Invalid stops, minimum stop distances, account mode, and heartbeat freshness are validated before submission. Commands are not blindly retried — uncertain outcomes are held for review.

Account-mode aware

The EA authenticates with the account it is attached to, so the app always knows whether it is talking to a demo or a live terminal. Verify the full pipeline on a demo account before you enable routing on a live one — and note that MT4 execution is still awaiting live-fire.

Start free trial

Have a question about scope? Read the FAQ.