---
name: realmarketapi-technical-analysis
description: Expert technical analysis using RealMarketAPI real-time data, indicators (RSI, MACD, SMA/EMA), support/resistance, and sentiment. Ideal for market context, trading decisions, and AI-driven analysis on forex, gold, crypto, and stocks.
version: 1.0
author: RealMarketAPI
tags: [trading, technical-analysis, indicators, market-data, xauusd]
---

# RealMarketAPI Technical Analysis Skill

## When to use this skill
- User asks for chart analysis, indicator values, or trading bias on any symbol.
- Building market context before suggesting entries/exits.
- Multi-timeframe or indicator confluence analysis.

## Core Principles
- Always fetch fresh data using MCP tools (never rely on outdated context).
- Prefer get_candles plus indicator tools over raw price for technical analysis.
- Combine indicators with get_support_resistance and get_sentiment for confluence.
- For XAUUSD, pay attention to session timing and key psychological levels.

## Recommended Workflow
1. Get current market state.
2. Calculate key indicators.
3. Add structure with support/resistance.
4. Add sentiment context.
5. Synthesize confluence and timeframe alignment.

## Example Tool Usage Patterns
- Scalping (M1/M5): get_candles plus get_rsi plus get_support_resistance.
- Swing (H1/H4): get_history plus get_ema plus get_macd plus get_sentiment.
- Gold-specific: include get_baseline_candles for 24h context.

## Output Format
- Current bias: Bullish | Bearish | Neutral.
- Key levels: support/resistance.
- Indicator readings: RSI, MACD, trend averages.
- Confluence summary: aligned or conflicting.
- Suggested next steps or watch levels.

## Common Pitfalls to Avoid
- Calling too many tools at once without logical batching.
- Omitting timeframe parameter.
- Doing historical analysis without correct lookback or pagination.

## Example User Prompts This Skill Handles Well
- Analyze XAUUSD on H1 right now.
- Give me technical confluence on EURUSD.
- What is the market context for BTC using RealMarketAPI tools?
