Why channel notifications are 'theoretical'
Messages in the channel such as “✅ Take-profit 1/3 reached” are about the price, not about your trade. They answer the question whether the price reached the level, not whether your order was filled.
What this is
After a signal is published, the bot follows the price of the pair in two ways:
- fast — live exchange prices are checked every 5 seconds; as soon as the price crosses a level, the notification goes to the channel within seconds;
- safety net — once a minute everything is reconciled against the wicks of one-minute candles (high and low), so even a one-second touch between fast checks is not lost.
If the price touched the level, the event counts — regardless of whether anyone's order was filled, and even if nobody trades this signal at all.
Which messages arrive in the channel
The notification is published as a reply to the signal post (if the post was deleted — as an ordinary message). They are always posted in Russian; below is what each one says:
| Event | Message |
|---|---|
| Entry price reached | 🎯 Entry price #1 reached: 85 000 |
| All entries reached | 📌 All entry prices reached |
| Take-profit reached | ✅ Take-profit 1/3 reached (87 000): +23.5% in 2h 15m |
| All targets | 🏁 All targets reached! Signal fully completed: +58.8% in 6h 39m |
| Stop before take-profits | 🛑 Stop-loss reached (82 900): −24.7% in 40m |
| Stop after take-profits | ⚠️ Stop-loss (…) after 1 of 3 take-profits reached |
| Opposite signal | 🔁 Signal closed: an opposite direction signal (…) for the same pair was posted in this channel |
Every message carries a footer: “ℹ️ Theoretical calculation — based on price reaching the level on the exchange, leverage included. Actual results depend on each user settings.”
Example with numbers
Signal: entry 85 000, first take-profit 87 000, leverage 10x. The price reached 87 000.
- Price move: (87 000 − 85 000) / 85 000 = 2.35%.
- With the leverage from the signal: 2.35% × 10 = +23.5% — this is exactly the figure that goes to the channel.
Your trade meanwhile:
- may have entered at a different price (85 200, for instance — the market was slightly higher);
- runs with your leverage (5x, for instance — then the same move gives about +10.6%);
- pays fees, which the channel figure ignores;
- on spot there is no leverage at all — the channel percentage for a spot signal equals the plain price move.
So the percentages will never match, and that is normal.
Fairness rules
So that a channel cannot be made to look better than it is, the notifications are counted conservatively:
- a take-profit counts only from the candle after the entry — there are no "instant take-profits" on a single volatile candle;
- if within one minute the price touched both a take-profit and the stop, the stop counts;
- stop-loss notifications cannot be switched off — neither by the channel admin nor by subscribers;
- notification groups (entries, take-profits) are switched on and off only by Sync staff at the admin's request; stops — never.
Limits and allowed values
| Parameter | Value |
|---|---|
| Reaction to a price move | about 5 seconds (fast check), 1 minute (safety net) |
| Percentage in the notification | from the entry price to the level, multiplied by the leverage from the signal |
| Language of channel messages | Russian |
| Switching off stop notifications | not possible |
