Screen crypto markets with technical analysis and AI news checks

Scans crypto markets for technical setups, checks the signal against recent news with AI, and alerts Telegram.

How the work actually flows

It branches. Exactly one path is taken; runs once per each market pair scanned.

Pattern: Multiple Instances without Synchronization (12) · Exclusive Choice (4)

flowchart TD trig(["scheduled market scan"]):::trigtime s0[["Calculate technical indicators"]]:::mi s1["Check news with AI"]:::task s2["Post alert to Telegram"]:::task s3["Place simulated trade"]:::task trig --> s0 s0 --> s1 s2 --> s3 gx{"× does news confirm signal"}:::gate s1 --> gx p00["Post alert"]:::task gx -->|"signal confirmed"| p00 p01["Place simulated trade"]:::task p00 --> p01 p10["Discard setup"]:::task gx -->|"signal contradicted"| p10 p01 --> s2 p10 --> s2 out[/"Telegram alert with confirmed setup"/]:::out pay{{"automated market monitoring all day"}}:::pay s3 --> out 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 stepRuns once per itemOne path onlyResultPayoff
Build size
Advanced

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

Business functions
Messaging & NotificationsResearch & Market IntelligenceFinance & AccountingEducation & Training
Connects
BinanceOpenAITelegram

The problem it solves

Watching dozens of markets for a valid technical setup, then checking whether any breaking news contradicts it, takes constant attention. Doing this manually all day isn't realistic for one person.

Who it fits

Traders and finance students learning to build and test automated market analysis using simulated funds.

How it works

  1. High-volume market pairs are scanned on a schedule
  2. Technical indicators are calculated to spot potential setups
  3. AI checks recent news for anything that contradicts the signal
  4. Confirmed setups are posted to Telegram
  5. A simulated trade is placed on a test account
What you get

Trade setups checked against the news before you act

A Telegram alert reaches you whenever a technical setup appears in the crypto markets and the recent news actually supports it.

What you get

A Telegram alert with the technical setup and AI news check, plus a simulated trade for practice.

What you need

A Binance Futures Testnet account, an OpenAI or OpenRouter API key, and a Telegram bot.

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