PipSync reads trading signals from the places you already follow them — Telegram, Discord, TradingView — and routes them to your broker account with your risk rules applied.
What it does
- Reads a message, extracts instrument, direction, stop-loss and take-profit.
- Refuses anything incomplete. No stop-loss means no position, by default.
- Sizes the trade from your equity and your risk percentage, not the provider's suggestion.
- Sends the order, then keeps managing it when follow-up messages arrive ("move to break-even", "close half").
What it never does
- It never holds or moves your money. Your funds stay at your broker.
- It never withdraws. MetaTrader has no withdrawal API, and exchange keys should be created without that permission.
- It gives no trading advice. Which providers you follow is your decision.
Where to start
- Connect one signal source and one broker — a demo account for the first weeks.
- Set risk per trade to something small, 0.5% is a sane default.
- Turn on manual approval for the first day so you can see what the parser understood before anything executes.
The full walkthrough is in the Getting started guide.