Track stocks and get automatic buy or sell alerts on Telegram

Text a stock ticker to a bot for instant AI analysis, or track a portfolio that alerts you to buy and sell signals.

How the work actually flows

It repeats. Repeats next scheduled watchlist check; runs once per each stock in your watchlist.

Pattern: Multiple Instances without Synchronization (12) ยท Structured Loop (21)

flowchart TD trig(["every 15 minutes checks watchlist"]):::trigtime s0[["pull live price for stock"]]:::mi s1["calculate rsi indicator"]:::task s2["ai suggests buy sell or hold"]:::task s3["send telegram alert"]:::svc trig --> s0 s0 --> s1 s1 --> s2 s2 --> s3 lp{"repeats every 15 minutes"}:::gate s3 --> lp lp -. "next scheduled watchlist check" .-> s0 lp -->|"finished"| out out[/"automatic buy or sell alerts"/]:::out pay{{"never miss a trading signal"}}:::pay out --> pay classDef task fill:#e7f6fe,stroke:#34b8f0,color:#2c2a29 classDef svc fill:#f6f8fa,stroke:#7c8795,color:#2c2a29 classDef mi fill:#e7f6fe,stroke:#0079a8,color:#2c2a29,stroke-width:2px classDef human fill:#fff,stroke:#0079a8,color:#0079a8 classDef store fill:#f6f8fa,stroke:#0079a8,color:#2c2a29 classDef trig fill:#00a4eb,stroke:#0079a8,color:#fff,font-weight:bold classDef trigtime fill:#00a4eb,stroke:#0079a8,color:#fff,font-weight:bold classDef trigdata fill:#8ad4f5,stroke:#0079a8,color:#06314c,font-weight:bold classDef gate fill:#fff,stroke:#e8a23d,color:#6b4708,font-weight:bold classDef out fill:#1f9d6b,stroke:#167a53,color:#fff,font-weight:bold classDef pay fill:#06314c,stroke:#021f33,color:#fff
Starts itA stepAn outside serviceRuns once per itemRepeat or finishResultPayoff
Build size
Advanced

A larger build with multiple systems, AI reasoning, and custom rules.

Business functions
AI Agents & Autonomous SystemsMessaging & NotificationsSpreadsheet & Database OpsResearch & Market Intelligence
Connects
TelegramGoogle SheetsGroqYahoo Finance

The problem it solves

Watching the market for the right moment to buy or sell means constantly checking prices and running the numbers yourself. It's easy to miss a signal because you weren't looking at the right moment, or to second-guess a decision without any backup.

Who it fits

Individual investors who want automated technical analysis and alerts without a trading desk.

How it works

  1. You send a stock ticker to a Telegram bot to get an instant analysis
  2. The system pulls live price data from Yahoo Finance and calculates the RSI indicator
  3. An AI agent combines the indicator and trend to suggest buy, sell, or hold
  4. You can build a watchlist in Google Sheets by sending ticker symbols to the bot
  5. Every 15 minutes the system checks your watchlist and sends a Telegram alert when a stock looks oversold or overbought
What you get

Buy or sell signals worth a second look

You get instant technical analysis on any stock ticker you send, plus alerts on your watchlist whenever a stock looks oversold or overbought.

What you get

On-demand stock analysis and automatic buy or sell alerts sent through Telegram.

What you need

A Telegram account, a Google Sheets account, and a Groq API key.

We can build this. But should you?

The hard question is not how to build it. It is whether this is the right thing to build first.

That is what a Fractional Chief AI Officer figures out with you, before anyone writes a line of code.

Let's Talk Strategy

Related automations

Back to the AI Playbook