Generate AI trading signals from MetaTrader market data

Analyzes MetaTrader price data with AI, weighs risk, and sends a buy, sell, or hold signal to Telegram.

How the work actually flows

It branches. Every path runs; all paths must finish before it continues.

Pattern: Parallel Split (2) ยท Synchronisation (3)

flowchart TD trig>"price data sent from platform"]:::trig s0["combine into single decision"]:::task s1["send signal to platform and chat"]:::svc trig --> s0 gx{"+ technical versus risk analysis"}:::gate s0 --> gx p00["analyze indicators across timeframes"]:::task gx -->|"technical analysis"| p00 p10["evaluate entry risk and conditions"]:::task gx -->|"risk analysis"| p10 jn{"+ combine into signal"}:::gate p00 --> jn p10 --> jn jn --> s1 out[/"trading signal delivered to platform and chat"/]:::out pay{{"automated second opinion on trade entries"}}:::pay s1 --> 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 stepAn outside serviceEvery pathWaits for allResultPayoff
Build size
Standard

A mid-size build with several tools working together.

Business functions
Messaging & NotificationsAPI & Webhook Integration
Connects
TelegramMetaTrader 5Anthropic

The problem it solves

Watching multiple timeframes and technical indicators for a trading decision takes constant attention, and it is easy to miss a signal or misjudge risk when trading manually. You want a second set of eyes checking the technicals and the risk before you act.

Who it fits

Active traders using MetaTrader who want an automated second opinion on entries.

How it works

  1. Price data across several timeframes is sent from your trading platform
  2. One AI agent analyzes technical indicators across those timeframes
  3. A second AI agent evaluates entry risk and market conditions
  4. The two analyses are combined into a single buy, sell, or hold decision
  5. The signal is sent to Telegram and back to your trading platform
What you get

A second opinion on every trade entry

You get a buy, sell, or hold signal for your trades, built from multi-timeframe analysis and risk checks, sent straight to Telegram.

What you get

A trading signal message in Telegram, plus a response sent back to your trading platform.

What you need

An Anthropic API key, a Telegram bot account, and a MetaTrader 5 setup that can send market data.

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