Blog

  • ICT Silver Bullet Setup

    Understanding the ICT Silver Bullet Setup

    Published: May 2026 | Category: ICT Trading


    The ICT Silver Bullet is one of the most reliable setups in the Smart Money Concepts framework.
    It focuses on a specific 1-hour window — 10:00 AM to 11:00 AM NY time — where institutional order flow creates predictable, high-probability moves.

    Why the Silver Bullet Works

    The 10-11 AM window is a killzone — a period where the interbank price delivery algorithm executes large pending orders.
    During this window, price tends to displace from the 10:00 AM opening price toward a liquidity pool.

    Entry Rules (Step by Step)

    1. Wait for 10:00 AM NY time. Mark the opening price on EURUSD or NASDAQ.
    2. Identify the Judas Swing: Price will often push in one direction first, then reverse.
    3. Look for a Fair Value Gap (FVG): A 3-candle pattern with a gap between candle 1 low and candle 3 high (or vice versa).
    4. Enter on the retrace into FVG: Place a limit order at the 50% level of the FVG.
    5. Stop loss: Below the recent swing low (or above swing high for shorts).
    6. Target: The opposing liquidity pool — previous day high/low or an imbalance.

    Real Example: EURUSD — April 29, 2026

    Entry: 1.0720 (FVG 50% fill)
    Stop: 1.0695 (25 pips)
    Target: 1.0770 (50 pips)
    R:R: 1:2
    Result: +50 pips ✅ Target hit

    Risk Management

    • Max 1% risk per trade (FTMO/Blueberry rule)
    • Max 2 trades per day (Circuit Breaker)
    • No Silver Bullet on NFP/FOMC days
    • Always confirm with RSI divergence before entry

    Automating the Setup

    Our RSI_MA20_Bot (MQL5) scans for Silver Bullet conditions on EURUSD H1 — it checks RSI+MA20 confluence,
    marks the FVG automatically, and sends signals to Telegram via entry_monitor.py.

    Want to run this automatically on FTMO? Check our recommended tools →


    Disclaimer: Trading involves risk. Past performance does not guarantee future results. This is educational content, not financial advice.

  • ICT Silver Bullet Setup

    Understanding the ICT Silver Bullet Setup

    Published: May 2026 | Category: ICT Trading


    The ICT Silver Bullet is one of the most reliable setups in the Smart Money Concepts framework.
    It focuses on a specific 1-hour window — 10:00 AM to 11:00 AM NY time — where institutional order flow creates predictable, high-probability moves.

    Why the Silver Bullet Works

    The 10-11 AM window is a killzone — a period where the interbank price delivery algorithm executes large pending orders.
    During this window, price tends to displace from the 10:00 AM opening price toward a liquidity pool.

    Entry Rules (Step by Step)

    1. Wait for 10:00 AM NY time. Mark the opening price on EURUSD or NASDAQ.
    2. Identify the Judas Swing: Price will often push in one direction first, then reverse.
    3. Look for a Fair Value Gap (FVG): A 3-candle pattern with a gap between candle 1 low and candle 3 high (or vice versa).
    4. Enter on the retrace into FVG: Place a limit order at the 50% level of the FVG.
    5. Stop loss: Below the recent swing low (or above swing high for shorts).
    6. Target: The opposing liquidity pool — previous day high/low or an imbalance.

    Real Example: EURUSD — April 29, 2026

    Entry: 1.0720 (FVG 50% fill)
    Stop: 1.0695 (25 pips)
    Target: 1.0770 (50 pips)
    R:R: 1:2
    Result: +50 pips ✅ Target hit

    Risk Management

    • Max 1% risk per trade (FTMO/Blueberry rule)
    • Max 2 trades per day (Circuit Breaker)
    • No Silver Bullet on NFP/FOMC days
    • Always confirm with RSI divergence before entry

    Automating the Setup

    Our RSI_MA20_Bot (MQL5) scans for Silver Bullet conditions on EURUSD H1 — it checks RSI+MA20 confluence,
    marks the FVG automatically, and sends signals to Telegram via entry_monitor.py.

    Want to run this automatically on FTMO? Check our recommended tools →


    Disclaimer: Trading involves risk. Past performance does not guarantee future results. This is educational content, not financial advice.

  • FTMO Challenge Week 1: RSI+MA20 EA — Real Results & Lessons

    📅 May 2026 | ⏱️ 5 min read | 🏷️ FTMO, Algorithmic Trading

    Why I Started the FTMO Challenge

    After 3 months of building and testing the RSI+MA20 automated system on a personal account, it was time for the real test: a $10,000 FTMO Challenge. The rules are strict — 10% max total loss, 5% max daily loss, 10% profit target within 30 days.

    The goal wasn’t just to pass. It was to prove the system works under pressure.

    The Setup

    EA: RSI_MA20_Bot.mq5
    Timeframe: H1
    Risk per trade: 1% ($100 on $10K)
    Max daily loss: 3.8% (safety buffer below FTMO’s 5%)
    Circuit breaker: Max 2 trades per day
    Pairs: EURUSD, XAUUSD

    Week 1 Results

    Day P&L Trades Note
    Mon +$142 2 Clean RSI+MA confluence
    Tue -$98 1 NFP spike, SL hit
    Wed +$187 2 Gold trend day, both wins
    Thu $0 0 Circuit breaker held — no signal
    Fri +$93 1 London open setup
    Week 1 +$324 (+3.24%) 6 On track ✅

    3 Key Lessons from Week 1

    1. The Circuit Breaker Saved Us

    Thursday had no valid signals — and the bot didn’t force trades. Two years ago I would have manually entered “something.” The rule is simple: max 2 trades per day, period. No overrides.

    2. News Events Are the Enemy

    Tuesday’s loss was during a news spike. The fix: adding a news filter that blocks entry 15 minutes before and after major economic events (ForexFactory integration).

    3. Gold Outperformed EUR/USD

    XAUUSD gave cleaner RSI signals on H1 during trending sessions. Consider weighting gold more in week 2.

    What’s Next

    Week 2 will include the news filter upgrade and a test of the new Bollinger RSI strategy on the $100K demo account. Follow along — I’ll post weekly updates.

    ⚠️ Not financial advice. Trading involves significant risk. Past results do not guarantee future performance.

  • Hello world!

    Welcome to WordPress. This is your first post. Edit or delete it, then start writing!