Singuard Home Blog Contact eTrader eTrader for Businesses eTrader for Traders Broker Broker CRM Live Demo Prop Firm Prop Firm CRM Live Demo
Trader Tools

GoldAlgo Telegram Alerts: From Chart to Phone in Seconds.

A 15 minute gold candle closes. The indicator calls its alert, TradingView posts to a webhook, a relay formats the levels and the message lands in the subscriber channel. Four steps, no human in the middle.

By June 10, 2026 6 min read

Most people meet GoldAlgo as a notification on a lock screen. The chart, the Pine script and the webhook are invisible to them, which is the point. Understanding the chain anyway is worth ten minutes, because it tells you which parts can fail and what a delay actually means.

The four steps

Step one is the candle. The engine evaluates its conditions on a closed M15 bar of XAUUSD, and only a closed bar, for the reasons set out in the indicator article. Step two is the alert. The script calls TradingView's alert function with the message payload already built inside the script, so entry, stop and target are computed by the same code that decided to fire.

Step three is the webhook. TradingView delivers the payload to an HTTPS endpoint operated for the service. This is standard TradingView plumbing, described generally in TradingView webhooks, and it is the reason the whole thing works without anyone watching a screen. Step four is the fan out: the relay validates the payload and posts the formatted signal into the subscriber channels.

Each hop is fast, and the design keeps the total measured in seconds rather than minutes. Nothing in the chain queues for a human review, and no message is edited between the script and the channel, so what you read is what the engine computed. What nobody can promise is the last leg, which belongs to your phone, your network and your notification settings.

Why Telegram and not email

Email is queued, filtered and occasionally delayed by minutes. SMS costs money per message, is unreliable across borders and cannot carry formatting. A Telegram channel delivers a push notification to a locked phone, keeps a permanent timestamped history, works identically on desktop and mobile, and costs nothing to run at any subscriber count.

The history matters more than the speed. Every signal stays in the channel with the time it was posted, so a subscriber can scroll back and compare what was published against what they actually did. That comparison is the only honest way to separate a tool problem from an execution problem, and it is the same argument made in the wider Telegram for traders piece.

A channel post is a record, not an instruction. Nobody at GoldAlgo sees your account, your balance or your positions, and no message is personalised to your risk.

What the message says

Direction, entry level, stop loss, take profit. That is the payload, and the omissions are deliberate: no lot size, because the relay does not know your balance or account currency, and no urgency language, because a level either qualifies or it does not.

Formatting is kept boring on purpose. The same fields appear in the same order every time, so the eye finds the stop in the same place at 08:00 and at 22:00, and a subscriber reading on a phone in a car park does not have to parse a paragraph. Consistency also makes the channel history readable months later, when you are checking what was published rather than what you remember.

The stop is the field to read first. Distance from entry to stop determines your position size, and it also tells you immediately whether the setup fits your risk per trade. Because the engine skips any setup whose stop would exceed its configured pip cap, that distance stays inside a predictable band, which makes the arithmetic in position sizing a ten second job rather than a negotiation with yourself.

When the level has already moved

Gold does not wait. Sometimes the notification arrives while price is sitting at the level, and sometimes it arrives after price has travelled twenty dollars from it. The second case is the one that costs people money, because the instinct is to take the trade anyway at whatever price is showing.

Entering late changes everything the signal was built on. The stop stays where the structure says it should, so the distance to it grows, the risk to reward collapses and the trade you take is no longer the trade that was published. Skipping is the correct response, and a signal service where you skip a share of the alerts is working normally. The related failure of taking every alert because it is there is covered in alert fatigue.

Notification hygiene

Three settings decide whether the system works for you. Enable notifications for the channel specifically, since a globally muted phone will silently swallow every alert. Keep the channel separate from the chats you use for conversation, so a signal never scrolls past under twelve messages about something else. And decide in advance which hours you act on, because an alert at 03:00 is information whether or not you are in a position to use it.

The last one is a judgement about your own life rather than about the market. Gold moves in every session, and a trader who acts on alerts at any hour will eventually take a trade while half asleep, which is a sizing decision made by fatigue. Picking the hours you trade and letting the rest sit in the history is a stronger position than it sounds. The session background is in the gold trading guide.

The full product, engine and delivery, is described in the GoldAlgo overview, support runs on email at info@goldalgo.net, and the current plans live on goldalgo.net. Signals are information rather than advice, leveraged gold trading carries a high risk of loss, and what happens after the notification is entirely the trader's decision.

"The alert is the cheap part. The expensive part is the discipline to let one go when the price has already run, and that has nothing to do with our infrastructure."

— Alex Onta, Executive Director, SINGUARD

Key Takeaways

Frequently Asked Questions

How fast does a GoldAlgo alert reach Telegram?

The relay is designed to post within seconds of the candle closing. The variable parts are TradingView's alert dispatch and your own phone's notification delivery, neither of which the relay controls, so treat the timestamp on the message as the reference rather than the moment you saw it.

What should I do if price has already passed the entry level?

Skip it. Chasing a level after price has left it changes the distance to the stop and therefore the whole risk calculation the signal was built on. Missing setups is a normal cost of a signal service and is cheaper than entering at a worse price.

Do I need to keep Telegram open for the alerts to arrive?

No. Channel posts arrive as push notifications on a locked phone provided notifications for that channel are enabled and not muted. The channel history also stays available, so a missed alert can still be reviewed later.

Your Own Trading Firm, Live in 24 Hours.

SINGUARD builds the technology behind brokers and prop firms: trading platform, CRM, client portal and payment rails, one bundle, one predictable price. Book a call and see it working, or keep reading the guides.

More in Trader Tools