Gold Scalping Smc Ob
- Uzman Danışmanlar
- Chaibadee Dechtanankul
- Sürüm: 5.10
- Etkinleştirmeler: 10
Here is the comprehensive explanation of the GOLD SCALPING SMC OB V5.10 system in English. This version enhances the Smart Money Concepts (SMC) strategy with high-speed Scalping and advanced security via the Stealth TP system.
1. Trading on the 15-Minute Timeframe (M15)
The M15 timeframe is the core decision-making engine of the code (handled by CheckMarketStructure and IsNewBar ) for the following reasons:
Trend Identification: The system utilizes a 9-period ZigZag logic on M15 to monitor market structure. If the price closes above the previous High (Break of Structure), the system immediately shifts its status to BULLISH.
Order Block (OB) Detection: In a bullish trend, the EA scans backward to find the specific "Bearish Candle" (the last down candle) that occurred right before the price surged upward. This candle is defined as the Order Block zone (with ob_top and ob_bottom as boundaries).
Precision & Frequency: The M15 timeframe effectively filters out "Market Noise" found in smaller timeframes like M1 or M5, while still providing enough trading opportunities for an active scalping strategy.
2. Order Entry System (Grid Buy Limits)
Once the Order Block zone is identified on the M15 chart:
Setting the Trap (Grid): Instead of entering a single market order, the EA places 8 Buy Limit orders (defined by InpGridOrders ) distributed within the OB zone
Automatic Spacing: The system automatically calculates the distance between each order to cover the entire OB zone. If the price retraces to test this zone, you will accumulate positions at the same price levels where "Smart Money" or institutional players previously accumulated theirs.
3. Stealth TP System (Invisible Profit Targets)
This is the standout feature controlled by InpUseStealth = true :
The Principle: The EA does not send Take Profit prices to the broker's server (the TP in the order command is set to 0). This protects your trades from "Stop Hunting" or broker price manipulation since your exit targets are invisible to them.
How it Works:
-
Local Calculation: The EA calculates the profit target internally by adding 2,000 points to the opening price.
2.DrawStealthLine: The EA draws a red dashed line ( STYLE_DOT ) on your chart so you can see where the target is, but this remains a visual object on your screen only.
3.MonitorStealthTP: The EA monitors the Bid price in real-time ( OnTick ). When the market price touches this dashed line, the EA sends an immediate "Market Close" command from your terminal.
4. Double Session Time Filter
The system is designed to trade only during high-liquidity periods to ensure better execution:
-
Session 1: 06:00 - 18:00 (Covers Asian and early European sessions).
-
Session 2: 22:00 - 02:00 (Covers late US session).
-
Risk Mitigation: This helps avoid periods with wide spreads or low volume where the SMC structure might be less reliable.
Strategy Summary
"Wait for an M15 Bullish Break -> Locate the institutional footprint (Order Block) -> Deploy a 8-order Buy Limit grid -> Once orders are filled, use the Stealth TP to close the trades while keeping our targets hidden from the broker."
Important Recommendation:
Because the system relies on Stealth TP (local execution), you must keep your MT5 platform running 24/7. It is highly recommended to use a VPS (Virtual Private Server). If the platform is closed, the EA cannot monitor the price or send the command to close your profit-taking trades.
