Market Insights
Market Insights provide real-time global cryptocurrency market data directly within your MyHold App dashboard. Use them to stay informed about overall market conditions and build intelligent notification rules that combine your portfolio data with macro-level signals.
💡 Always available
insights.* fields in any rule, regardless of scope.The Market Insights panel as it appears in your dashboard
Fear & Greed Index#
The Fear & Greed Index measures overall crypto market sentiment on a scale from 0 to 100. It's one of the most popular contrarian indicators—extreme fear often signals buying opportunities, while extreme greed may suggest overbought conditions.
| Range | Classification | What It Means |
|---|---|---|
| 0–24 | Extreme Fear | Market panic—potential buying opportunity for contrarian investors |
| 25–44 | Fear | Investors are nervous—prices may be undervalued |
| 45–55 | Neutral | Market is balanced—no strong directional signal |
| 56–74 | Greed | Optimism is high—prices may be rising |
| 75–100 | Extreme Greed | Market euphoria—consider taking profits or being cautious |
Greed state (value: 72)
Extreme Fear state (value: 18)
Context Fields
| Field | Path | Description |
|---|---|---|
| Value | insights.fearAndGreed.value | Numeric index from 0 (Extreme Fear) to 100 (Extreme Greed) |
Fear & Greed Index < 20Notification that triggers on extreme fear
Notification that triggers on extreme greed
Global Market Metrics#
Global metrics provide a comprehensive view of the entire cryptocurrency market. These are useful for understanding the overall market context and building alerts based on macro trends.
Global Market Metrics grid showing all available data points
Available Fields
| Field | Path | Description |
|---|---|---|
| Total Market Cap | insights.globalMetrics.totalMarketCap | Total cryptocurrency market capitalization in USD |
| Total Volume (24h) | insights.globalMetrics.totalVolume24h | Total 24-hour trading volume across all cryptocurrencies |
| BTC Dominance | insights.globalMetrics.btcDominance | Bitcoin market cap dominance as a percentage (e.g. 54.32) |
| ETH Dominance | insights.globalMetrics.ethDominance | Ethereum market cap dominance as a percentage |
| Altcoin Market Cap | insights.globalMetrics.altcoinMarketCap | Total market cap of all altcoins (excluding BTC & ETH) |
| DeFi Market Cap | insights.globalMetrics.defiMarketCap | Total DeFi protocols market capitalization |
| Stablecoin Market Cap | insights.globalMetrics.stablecoinMarketCap | Total stablecoin market capitalization |
| Active Market Pairs | insights.globalMetrics.activeMarketPairs | Number of active trading pairs globally |
| Total Cryptocurrencies | insights.globalMetrics.totalCryptocurrencies | Total number of tracked cryptocurrencies |
✅ Alt season detection
insights.globalMetrics.btcDominance to catch this early.Notification for market cap milestones
Notification for BTC dominance drops (alt season signal)
Technical Analysis#
MyHold App provides technical analysis indicators for major cryptocurrencies including Bitcoin and Ethereum. These indicators help you identify trends, momentum, and potential reversal points.
Available Indicators
| Indicator | Description | How to Read |
|---|---|---|
| RSI (14) | Relative Strength Index — measures momentum on a 0–100 scale | Below 30 = oversold (potential buy), above 70 = overbought (potential sell) |
| MACD Signal | Moving Average Convergence Divergence — trend-following momentum | Positive = bullish momentum, negative = bearish momentum |
| ADX | Average Directional Index — measures trend strength (0–100) | Below 20 = weak/no trend, above 25 = strong trend |
| EMA 50/200 | Exponential Moving Averages — trend direction signals | EMA 50 > EMA 200 = bullish (golden cross), EMA 50 < EMA 200 = bearish (death cross) |
💡 Extended indicators
Using Insights in Notifications#
The real power of Market Insights comes from combining them with your portfolio data in notification rules. This lets you create context-aware alerts that consider both your personal positions and broader market conditions.
Context Data Structure
Here's the full insights context object available in every notification evaluation:
Full insights context available in notification rules
Combinations
The most powerful notification rules combine insights with your portfolio data. For example, a smart buy signal that triggers only when the market is fearful and you have capital available and a specific coin has dropped significantly:
Fear & Greed < 25 AND Portfolio Value > 5000 AND Coin Drop > 5%Multi-condition notification combining insights + portfolio + coin data
Strategy Ideas
| Strategy | Rule Logic | Description |
|---|---|---|
| Fear Buy | Fear & Greed < 20 | Buy when the market is in extreme fear — contrarian strategy |
| Greed Sell | Fear & Greed > 80 | Take profits when the market is in extreme greed |
| Alt Season | BTC Dominance < 45% | Detect alt season when BTC dominance drops |
Next Steps#
Context Reference →
Full reference of all insights context fields and their data types.
Notifications →
Learn how to build rules, set execution policies, and configure alert channels.
Live Insights →
View real-time market data including Fear & Greed and technical analysis.
Feature Demo →
Interactive demo of the Market Insights feature with sample data.
Developers can integrate with MyHold App using our REST API. See the API Documentation for details.