Purpose of workflow:
The purpose of this workflow is to create an AI-powered technical analysis agent capable of analyzing financial charts, specifically for cryptocurrencies like Bitcoin or equity stocks. This agent provides users with insights into market trends, price movements, and technical indicators to assist in making informed trading decisions.
How it works:
- The agent uses the Sonnet model from Anthropic for LLM
- It integrates with TradingView charts through the chart-img.com API to generate and download financial charts.
- The agent analyzes the chart using AI vision capabilities, examining candlestick patterns, pricing trends, and technical indicators like Relative Strength Index (RSI) and Directional Movement Index (DMI).
- It provides a detailed analysis of the chart, including support and resistance levels, market trends, and volume analysis.
- The agent generates a visual representation of the analysis, displaying candlesticks, volume, RSI, and DMI.
Step by step setup:
- Create free API key from chart-img.com
- Set the exchange for the ticker (defaults to NYSE)
Tutorial