Reading a chart takes practice, and beginners stare at candles without knowing which levels matter. This extension grabs the chart you are looking at on TradingView and hands it to a vision model.
Reading a chart takes practice, and beginners stare at candles without knowing which levels matter. This extension grabs the chart you are looking at on TradingView and hands it to a vision model.
You get a plain-language read of trend, support and resistance, and any visible pattern, right in a side panel. It describes what is on screen and stops there; every response carries a clear not-financial-advice note.
How it runs
Used at step 01 to kick off the pipeline.
Write
Used at step 01 to kick off the pipeline.
WebFetch
Used at step 01 to kick off the pipeline.
WebSearch
Used at step 01 to kick off the pipeline.
Send the chart image and timeframe context to a vision model for structured reading.
pending
Describe trend, key levels, and any pattern in plain language without giving advice.
pending
Return the analysis to a side panel or Telegram with a clear not-financial-advice note.
pending
Sample output
json
// Sample output
// (generated when the pipeline finishes)
Read the chart image and return {trend, support[], resistance[], pattern, notes}; describe what is visible only and never recommend a trade.
Unlock the rest
The full agent definition, install snippet, and starter task are gated for community members.
Members get the full `.md` agent file, the npm / pnpm install one-liners, a starter prompt that we've tuned against real runs, and the open-source repo when this automation ships there. One email, magic link, done.