Xauusd Analyzer
Skill by bagass98
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/bagass98/xauusd-analyzerWhat This Skill Does
The Xauusd Analyzer v2.0 is a professional-grade technical analysis agent designed specifically for gold (XAUUSD) traders. It functions by systematically applying a multi-layered confluence strategy to identify high-probability BUY opportunities on the H1 timeframe. Unlike simple indicator-based bots, this skill simulates the decision-making process of a human trader by validating trends across three timeframes (Daily, H4, and H1) before evaluating price action via Fibonacci retracements, supply/demand zones, and momentum oscillators. By filtering signals through ATR-based volatility checks and EMA trend alignment, it effectively minimizes false entries and provides a structured framework for intraday trading.
Installation
To integrate this skill into your OpenClaw environment, use the following terminal command: clawhub install openclaw/skills/skills/bagass98/xauusd-analyzer
Use Cases
- Intraday Market Screening: Quickly filter out poor trading setups by verifying if the market meets the strict requirements of trend alignment and supply/demand zones.
- Confluence Validation: Use the agent to double-check your manual technical analysis, ensuring that your Fibonacci levels align with institutional demand zones and oversold RSI/Stochastic conditions.
- Risk Management Planning: Automatically calculate Stop Loss and Take Profit levels based on current market volatility (ATR 14), ensuring your position sizing matches the current market environment.
Example Prompts
- "Xauusd Analyzer, please perform a full analysis on XAUUSD. Check the current H4 trend, identify if there is a fresh demand zone, and let me know if we are currently at an ideal Fibonacci 0.618 entry point."
- "I am looking for a BUY entry on Gold. Please evaluate the current ATR and Bollinger Bands on H1 to see if it is safe to enter, and confirm if Stochastic and RSI are showing an oversold crossover."
- "Analyze the current XAUUSD chart. Are the conditions for a golden cross met by the EMA 9 and 21, and is the price currently supported by the EMA 50 on the H1 timeframe?"
Tips & Limitations
- Confluence is Key: The highest win rates occur when the Fibonacci 0.618 level perfectly overlaps with a fresh demand zone. Do not ignore the Step 2 validation requirements.
- Volatility Warning: Never ignore the ATR calculation. If the ATR is too low, the market is consolidated and potentially prone to fakeouts. If too high, ensure your stop loss is widened to avoid being stopped out by standard price noise.
- Limitation: This skill is strictly designed for BUY (Long) scenarios. Do not attempt to use this for SELL (Short) entries as the logic is calibrated for bullish market trends.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-bagass98-xauusd-analyzer": {
"enabled": true,
"auto_update": true
}
}
}