Skip to content

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

ModeWhat it doesWho it suits
Signals from channelsReads 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 endThose subscribed to a signal channel who do not want to place orders by hand
Grid botPlaces a grid of limit orders inside a set price range and earns on every swing: bought lower — sold higherA sideways market and liquid pairs
DCA botOpens a position, averages it with extra orders when the price moves against you and takes profit with a take-profit from the average priceThose who want to average an entry without manual control
Manual tradingCreating a trade step by step right in the bot: entry, targets, stopTesting an idea without a signal

How it works

  1. 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.
  2. You connect a source of trades: a signal channel, a Grid bot or a DCA bot.
  3. The bot places orders on the exchange on your behalf and watches them around the clock.
  4. 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

BotWhat for
Main bot @sync_trading_botThe whole interface: menu, bot creation, settings, trades, subscription
Notification bot @Sync_trading_notifications_botSends 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

  1. Registration and first steps.
  2. Exchange bot and API keys.
  3. How to connect to a signal channel — or create a Grid bot or a DCA bot right away.
  4. First trade: from entry to exit.