Gold bot M1
- エキスパート
- バージョン: 6.13
- アップデート済み: 4 6月 2026
- アクティベーション: 7
🛠️ System Features
-
Always Flip Direction Logic: Unlike traditional systems that follow the trend or scan random account history, this bot tracks the exact state of the last closed session. As soon as all active positions hit zero, it instantly reverses the trading bias for the next cycle (e.g., if the previous session was BUY, the next session is forced to start as SELL), regardless of whether the last cycle ended in a profit or loss.
-
Fixed Dollar-Based Risk Management: Features an absolute risk-control mechanism that applies a hard Stop Loss ( SingleOrderSL ) and Take Profit ( SingleOrderTP ) denominated directly in USD (defaulted at $5.0) for individual positions, replacing traditional point/pip-based calculations.
-
Dynamic ATR-Based Grid: Implements a flexible grid system where the distance between safety orders dynamically adjusts on the M1 timeframe. It calculates the step interval by multiplying the real-time Average True Range (ATR) with a configured multiplier ( ATR_Multiplier ), allowing the grid to contract or expand with market volatility.
-
Intelligent Hedge & Recovery Mode: When the account floating drawdown hits a specific threshold ( HedgeTriggerDD ) during a strong trend indicated by the ADX indicator ( HedgeMinADX ), the bot automatically deploys a partial counter-vocation (Hedge). It then locks the risk profile and switches to an early exit protocol ( SmartExitProfit ).
-
Multi-Tiered Capital Protection: Equipped with multiple global circuit breakers to safeguard equity:
-
Daily Stop Loss: Monitors daily closed metrics and completely halts operations for the day if total closed losses hit the predefined dollar limit ( DailyStopLoss ).
-
Global Equity Protection: Liquidates all current market exposure immediately if the global floating drawdown reaches the maximum allowed percentage ( MaxDrawdownPercent ).
-
-
Partial Position Liquidation: Actively triggers a partial volume close ( PartialClosePercent ) when the account enters a moderate drawdown zone ( PartialCloseDD ), reducing margin stress and lowering overall risk exposure without requiring a full basket closure.
-
Automated System Filters (Auto Lock): Dynamically pauses new cycle entries during adverse market conditions, such as extreme directional trend strength (high ADX), critical drawdown levels, or abnormal broker spread widening ( MaxSpread ).
-
Real-Time Interactive HUD: Features an on-chart graphical panel displaying crucial statistics, including current bot status, floating PnL, session bias, upcoming grid target levels, market spreads, and key support/resistance boundaries extracted from higher timeframes (H4, D1).
🚀 Operational Advantages
-
Engineered for Mean Reversion & Sideways Markets: The "Always Flip" logic is highly effective on lower timeframes like M1, particularly when trading assets that frequently exhibit short-term range-bound oscillations or two-sided stop hunts. It systematically exploits price retracements by switching directions after every basket completion.
-
Isolated Session Integrity: By removing the dependency on account history queries—which can easily get corrupted or misread if you trade multiple bots or manual orders on a single account—the system relies entirely on local runtime session variables. This ensures precise execution and zero conflicting signals.
-
Granular Capital Control: Expressing SL, TP, and daily limits in exact dollar values gives you a highly transparent and predictable view of your risk exposure per cycle, matching perfectly with specific account sizes.
-
Adaptive Volatility Mitigation: The integration of the ATR indicator prevents the bot from placing safety grid orders too tightly during high-impact market events (which often blows grid accounts) while tightening the grid to capture micro-profits during quiet market hours.
-
On-the-Fly Manual Intervention: Allows the operator to immediately respond to unexpected macroeconomic events directly from the chart using native UI buttons (Emergency Close All, Manual Lock/Unlock) or by updating core risk parameters inside the visual inputs without reopening the standard EA properties menu.
