What Sync is and how it trades
Sync is a Telegram bot that trades on your Bybit account using signals from Telegram channels and its own strategies: grid (Grid) and averaging (DCA). The money stays on your exchange, the bot only receives API keys with permission to trade, without permission to withdraw funds.
What it can do
| Mode | What it does | Who it suits |
|---|---|---|
| Signals from channels | Reads the trader's posts in a connected channel, places entries, take-profits and the stop-loss on your account itself and runs the trade to the end | Those subscribed to a signal channel who do not want to place orders by hand |
| Grid bot | Places a grid of limit orders inside a set price range and earns on every swing: bought lower — sold higher | A sideways market and liquid pairs |
| DCA bot | Opens a position, averages it with extra orders when the price moves against you and takes profit with a take-profit from the average price | Those who want to average an entry without manual control |
| Manual trading | Creating a trade step by step right in the bot: entry, targets, stop | Testing an idea without a signal |
How it works
- In the bot you create an exchange bot — that is what Sync calls the link to your Bybit account: the market type (spot or futures) and the API keys. Spot and futures need two different key pairs.
- You connect a source of trades: a signal channel, a Grid bot or a DCA bot.
- The bot places orders on the exchange on your behalf and watches them around the clock.
- Everything important is reported by the notification bot — a separate bot that has to be connected once.
What the bot does not do
- It does not withdraw funds and does not transfer them between accounts — the keys have no such permissions.
- It does not guarantee profit: signals belong to the channel traders, the Grid and DCA strategies work with the parameters you set.
- It does not run Grid and DCA bots on futures in Hedge position mode — they need One-Way mode (details).
Two bots in Telegram
| Bot | What for |
|---|---|
| Main bot @sync_trading_bot | The whole interface: menu, bot creation, settings, trades, subscription |
| Notification bot @Sync_trading_notifications_bot | Sends events: trade opened, take-profit hit, bot paused, protection triggered |
Without a connected notification bot you will not see a single event — connect it right after registration: Main menu → 🔔 Notifications — the screen must show “Notification chat connected ✅”.
Where to start
- Registration and first steps.
- Exchange bot and API keys.
- How to connect to a signal channel — or create a Grid bot or a DCA bot right away.
- First trade: from entry to exit.
