đ Candlestick Chart Analyzer
đ Overview
The Candlestick Chart Analyzer is a cutting-edge backend service that interprets price action from uploaded candlestick chart images. Using a combination of image processing (OpenCV), optional pattern recognition (YOLO), and real-time technical analysis data (via TradingView_TA), it delivers professional-grade insights â even from screenshots.
Whether youâre analyzing historical formations or current market momentum, the system bridges visual chart features with algorithmic financial intelligence to produce actionable trading decisions.
đ Key Capabilities
đŧī¸ Image-Based Analysis
Extracts data directly from uploaded candlestick screenshots.
đ¤ Symbol Normalization
Converts inputs like btc
, solana
, SOLUSDT
into BTC/USDT
format.
đ Trend Detection
Uses line angles, candle ratios, and price zones to classify trend type.
đ Technical Indicators
Fetches RSI, MACD, Bollinger Bands, SMA/EMA using TradingView_TA API.
đ§ Pattern Recognition
Detects patterns like Head & Shoulders, W-Bottoms, Flags (optional YOLO).
đ Professional Insights
Generates institutional-style textual analysis with trend + risk insights.
đ¨ Fear & Greed Index
Integrates market sentiment via Alternative.me (6-hour cache).
âī¸ Manual Symbol Entry
Allows fallback entry when auto-detection is uncertain or missing.
đ§ Steps to Use
Upload Chart Image Supports:
.png
,.jpg
,.bmp
,.webp
screenshots from any charting platform.Enter Symbol Users can enter symbols like
SOL
,BTC
,ETHUSD
, etc., in any format â the system auto-corrects them.Select Timeframe Choose between
1h
or1d
intervals for technical analysis alignment.Click Analyze Triggers full image processing, indicator fetching, and textual insight generation.
Receive Report Outputs:
Trend direction (Bullish/Bearish/Neutral)
RSI, MACD, SMA, EMA, Bollinger Bands
Pattern list
Support & Resistance zones
AI-generated insights
Fear & Greed Index value
đ§Ž Trend Detection Formula

đ Data Sources & Processing
đ tradingview_ta
Real-time indicators: RSI, MACD, BBANDS, EMA/SMA, support/resistance
đ¨ OpenCV
Image processing for candlestick detection and trend analysis
đ¤ YOLO (optional)
Pattern recognition (e.g. Head & Shoulders) using trained .pt
file
đ¤ Symbol Corrector
Converts loose symbol input like eth
, btc
â ETH/USDT
đ¨ Fear & Greed API
Market sentiment via https://api.alternative.me/fng/
(cached)
đ§ Text Generator
NLP-based system for trading insight and summary generation

Last updated