1. The "RSI Divergence Hunter"

Detects powerful reversal signals where price and momentum disagree.

📋 Guidelines

📝 English Prompt

Act as a Technical Analysis Expert specializing in Momentum Oscillators.

I need you to analyze a potential divergence setup on my chart.
* Price Action: [INSERT PRICE ACTION, e.g., Higher Highs]
* RSI Action: [INSERT RSI ACTION, e.g., Lower Highs]
* Trend Context: [INSERT TREND, e.g., Strong Uptrend]

Task:
1.  Identify if this is "Regular Divergence" (Reversal) or "Hidden Divergence" (Continuation).
2.  Rate the signal strength (Weak/Medium/Strong) based on the trend context.
3.  Where should I place the Stop Loss for this specific setup?

⚙️ JSON Format

{
  "role": "Technical Analyst",
  "tool": "RSI",
  "inputs": {
    "price": "[INSERT PRICE ACTION]",
    "momentum": "[INSERT RSI ACTION]",
    "trend": "[INSERT TREND]"
  },
  "output": {
    "divergence_type": "Regular/Hidden",
    "signal_strength": "Rating",
    "stop_loss_recommendation": "Level"
  }
}

🔹 Preferred AI Model: ChatGPT-4o 🔹 Mode: Standard

2. The "SMC Order Block Finder"

Identifies where "Smart Money" (Institutions) likely have pending orders.

📋 Guidelines

📝 English Prompt

Act as a Smart Money Concepts (SMC) Trader.

I am looking at the [INSERT TIMEFRAME] chart for [INSERT ASSET].
There was a massive impulsive move [UP/DOWN] that broke structure.

Task:
1.  Define exactly which candle represents the "Order Block" (The last opposing candle before the move).
2.  Is there a "Fair Value Gap" (Imbalance) created by this move?
3.  Give me the specific "Limit Order" entry price I should set to catch the retest.

⚙️ JSON Format

{
  "role": "SMC Trader",
  "strategy": "Order Block + FVG",
  "inputs": {
    "timeframe": "[INSERT TIMEFRAME]",
    "impulse_direction": "[UP/DOWN]"
  },
  "output_requirements": ["Order Block Definition", "FVG Check", "Limit Entry Price"]
}

🔹 Preferred AI Model: Claude 3.5 Sonnet (Best at visual descriptions) 🔹 Mode: Standard