SuperTrend Indicator
SuperTrend is a trend-following indicator that combines ATR (Average True Range) with price action to identify bullish and bearish trends.
- Calculation: Uses ATR period of 10 and multiplier of 3
- Data Source: CoinGecko OHLC data
- Update Frequency: Every 5 minutes
Trading Signal Logic
The composite signal uses a weighted scoring system (range: -115 to +115). Each indicator contributes points and the total determines the signal.
Indicator Weights:
- Daily SuperTrend: +30 bullish / -30 bearish
- Weekly SuperTrend: +25 bullish / -25 bearish
- Fear & Greed: +25 (extreme fear) to -25 (extreme greed)
- Volume Momentum: +20 (surging) to -20 (fading)
- Polymarket Sentiment: +15 (market expects upside) to -15 (market expects downside)
BUY: Score ≥ +60 (needs 3+ indicators aligned bullish)
SELL: Score ≤ -60 (needs 3+ indicators aligned bearish)
HOLD: Score between -60 and +60
Data Sources
Bitcoin Price & ATH: CoinGecko API
Fear & Greed Index: Alternative.me API
Volume Momentum: Alpha Vantage API (BITO ETF)
Polymarket Predictions: Polymarket Gamma API
Solana Tokens: Birdeye/Moralis APIs
AI Insights: xAI Grok API
News: CoinDesk RSS Feed
All data is cached and refreshed at appropriate intervals to respect API rate limits.