cBot
RSI
XAUUSD
Commodities
Signal
Scalping
Matrix Gold Resurrection
ใ€ŒMatrix Gold Resurrectionใ€ใƒญใ‚ด
20/08/2025
13
Desktop, Mobile, Web
Sinceย 18/05/2025
่ฒฉๅฃฒ
13
ใ€ŒMatrix Gold Resurrectionใ€ใ‚ขใƒƒใƒ—ใƒญใƒผใƒ‰็”ปๅƒ

## ๐Ÿ“‹ Table of Contents 1. [Overview](#overview) 2. [Core Features](#core-features) 3. [Parameter Configuration](#parameter-configuration) 4. [Consecutive Loss Protection System](#consecutive-loss-protection-system) 5. [News Filter System](#news-filter-system) 6. [Session and Day Management](#session-and-day-management) 7. [Advanced Risk Management](#advanced-risk-management) 8. [Trading Modes](#trading-modes) 9. [Monitoring and Display](#monitoring-and-display) 10. [Troubleshooting](#troubleshooting) 11. [FAQ](#faq) --- ## ๐ŸŽฏ Overview Matrix Gold Resurrection is an advanced automated trading system specifically designed for XAUUSD (Gold) trading. The bot features multi-timeframe analysis, multiple signal confirmations, and sophisticated risk protection systems. ### Key Features - **8 Independent Signal Confirmation Systems** - **Advanced Consecutive Loss Protection** with 3 action modes - **Automatic News Filter** with pre/post event management - **Enhanced Session Management** with open position control - **Weekly Schedule Programming** - **Automatic Trade Timeout** (max trade duration) - **Dynamic Risk Management** with compound growth --- ## ๐Ÿ”ง Core Features ### 1. **Consecutive Loss Protection System** ``` Problem Solved: Bot continuing to lose without stopping ``` - โœ… **Automatic Detection**: Real-time consecutive loss counting - โœ… **3 Management Modes**: - `StopAndWaitCooldown`: Stop + wait fixed time - `StopAndWaitTrendReverse`: Stop + wait for SMA trend reversal - `ContinueWithReducedRisk`: Continue with reduced volume - โœ… **Position Close Option**: Closes all open positions when triggered ### 2. **Advanced News Filter** ``` Problem Solved: Trading during high-impact events ``` - โœ… **Automatic Detection**: Identifies high-risk time windows - โœ… **Pre/Post News Control**: Configurable 5-120 minutes - โœ… **3 Actions for Open Positions**: - `KeepOpen`: Maintains active positions - `Pause`: Temporarily removes SL/TP - `CloseAll`: Closes all positions ### 3. **Trade Timeout Management** ``` Problem Solved: Positions staying open too long ``` - โœ… **Configurable Max Duration**: Default 30 minutes (5-480 min) - โœ… **Automatic Closure**: When timeout is reached - โœ… **Precise Tracking**: Monitors each individual position ### 4. **Weekly Programming** ``` Problem Solved: Trading on non-optimal days ``` - โœ… **Weekly Day Control**: Monday-Friday configurable - โœ… **Safe Default**: Friday disabled (high volatility) - โœ… **Automatic Weekend**: Saturday/Sunday always disabled ### 5. **Enhanced Dynamic SL** ``` Problem Solved: Fixed SL not suitable for volatility ``` - โœ… **Real-time Calculation**: Based on volatility and confirmations - โœ… **Minimum Protection**: 20 pips minimum SL for very low risk - โœ… **Intelligent Scaling**: Adapts to market conditions --- ## โš™๏ธ Parameter Configuration ### **TRADING MODE** ``` Parameter: Trading Mode Options: Aggressive | Balanced | Conservative Recommendation: Balanced for beginners ``` ### **๐Ÿ›ก๏ธ CONSECUTIVE LOSS PROTECTION** ``` Max Consecutive Losses: 2-10 (Recommended: 3) Consecutive Loss Action: - StopAndWaitCooldown (Recommended) - StopAndWaitTrendReverse - ContinueWithReducedRisk Consecutive Loss Cooldown: 15-480 min (Recommended: 60) Stop All On Consecutive Loss: true/false ``` **Recommended Configurations:** - **Conservative**: Max 2 losses, 90 min cooldown, StopAll=true - **Balanced**: Max 3 losses, 60 min cooldown, StopAll=false - **Aggressive**: Max 4 losses, 30 min cooldown, ContinueWithReducedRisk ### **๐Ÿ“ฐ NEWS FILTER** ``` Pre-News Stop Trading: 30 min (Recommended) Post-News Stop Trading: 15 min (Recommended) News Position Action: - KeepOpen: High risk - Pause: Balanced (Recommended) - CloseAll: Conservative ``` ### **๐Ÿ“… WEEKLY PROGRAMMING** ``` Trade on Monday: true Trade on Tuesday: true Trade on Wednesday: true Trade on Thursday: true Trade on Friday: false (Recommended - High volatility) ``` ### **โฑ๏ธ TIMEOUT MANAGEMENT** ``` Max Trade Duration: 30 min (5-480 min) ``` **Timeframe Recommendations:** - Scalping (M1-M5): 15-30 min - Intraday (M15-H1): 60-120 min - Swing: 240+ min ### **๐Ÿ• TRADING SESSIONS** ``` EU Session Start: 1 (01:00 GMT) US Session End: 21 (21:00 GMT) Session Position Action: - KeepOpen: Maintains positions - Pause: Pause management (Recommended) - CloseAll: Closes everything ``` --- ## ๐Ÿ›ก๏ธ Consecutive Loss Protection System ### **How It Works** 1. **Detection**: ``` โœ… Each closed losing position increments counter โœ… Each profitable position resets counter โœ… Real-time monitoring ``` 2. **Actions When Triggered**: **StopAndWaitCooldown** (Recommended): ``` - Immediate stop of new operations - Wait configurable cooldown period - Optional: Close open positions - Automatic reset after cooldown ``` **StopAndWaitTrendReverse**: ``` - Immediate stop of new operations - SMA trend monitoring for reversal - Automatic resume on trend change - More sophisticated but less predictable ``` **ContinueWithReducedRisk**: ``` - Continue operations with reduced volume - Progressive reduction: -15% per loss - Minimum 30% of original volume - Reset on first profitable operation ``` ### **Protection Status Display** The bot always shows current status: ``` ๐Ÿ“‰ Consecutive Loss (2/3): ๐ŸŸข OK - Cooldown ๐Ÿ“‰ Consecutive Loss (3/3): ๐Ÿšจ ACTIVE - Cooldown ๐Ÿ“‰ Consecutive Loss (4/5): ๐Ÿšจ ACTIVE - TrendReverse ``` --- ## ๐Ÿ“ฐ News Filter System ### **Automatic News Times** (GMT) The bot automatically detects: ``` 08:30 - EUR News (Inflation, GDP, etc.) 12:30 - USD News (NFP, CPI, etc.) 14:00 - FOMC/Fed Decisions 15:30 - US Market Opening (volatility) ``` ### **Block Windows** ``` Pre-News: 30 minutes before (configurable) During: Event in progress Post-News: 15 minutes after (configurable) ``` ### **Position Management During News** **KeepOpen**: ``` โœ… Pro: Maintains potentially profitable positions โŒ Con: High risk on gaps/spikes ``` **Pause** (Recommended): ``` โœ… Pro: Protects from volatile movements โœ… Pro: Automatically resumes after news โš ๏ธ Note: Temporarily removes SL/TP ``` **CloseAll**: ``` โœ… Pro: Maximum protection โŒ Con: May close profitable trades prematurely ``` --- ## ๐Ÿ• Session and Day Management ### **Trading Sessions** ``` European Session: 01:00-21:00 GMT (Default) - London Opening: Medium volatility - EU-US Overlap: High volatility (Recommended) ``` ### **Days of the Week** ``` โœ… Monday: OK (Market resumption) โœ… Tuesday: Excellent (Consolidated trends) โœ… Wednesday: Excellent (Stability) โœ… Thursday: Good (Pre-weekend) โŒ Friday: Not recommended (Weekly closures) โŒ Weekend: Always disabled ``` ### **Behavior Outside Session** When trading is disabled for session/day: **For New Operations:** - โŒ No signal analysis - โŒ No position opening **For Open Positions:** - `KeepOpen`: No changes - `Pause`: Temporarily removes SL/TP - `CloseAll`: Closes all positions --- ## ๐Ÿ’ฐ Advanced Risk Management ### **Base Volume and Compound Growth** ``` Base Volume: 0.01-10 lots Enable Compound Growth: true/false Compound Growth Rate: 0.5-100% (Recommended: 2%) ``` **Compound Growth Formula:** ``` New Volume = Base Volume ร— (1 + ((Equity/StartBalance - 1) ร— Growth Rate%)) ``` **Example:** ``` Start Balance: $10,000 Current Equity: $11,000 (+10%) Growth Rate: 2% Effective Growth: 10% ร— 2% = 0.2% New Volume: 0.01 ร— 1.002 = 0.01002 lots ``` ### **Dynamic Risk** ``` Use Dynamic Risk: true/false Max Position Risk: 0.001-25% (Recommended: 0.5%) ``` **With Dynamic Risk Active:** 1. Calculate risk per trade: `Balance ร— Risk%` 2. Calculate volume: `Risk Amount รท (SL ร— Pip Value)` 3. Apply safety limitations 4. Reduce for consecutive losses (if enabled) ### **Volume Protections** ``` โœ… Minimum Volume: Always respected โœ… Maximum Volume: 3ร— base volume โœ… Circuit Breaker Reduction: -50% โœ… Consecutive Loss Reduction: -15% per loss ``` --- ## ๐ŸŽฎ Trading Modes ### **Aggressive Mode** ``` โœ… Fast Timeframes: M2/M45 โœ… Min Confirmations: 2 โœ… Max Positions: 10 โœ… Trade Interval: 3 min โœ… Risk: 0.05% (Very low but frequent) ``` **Suitable for**: Large accounts, high experience, active monitoring ### **Balanced Mode** (Recommended) ``` โœ… Medium Timeframes: M3/M30 โœ… Min Confirmations: 2 โœ… Max Positions: 2 โœ… Trade Interval: 6 min โœ… Risk: 1.5% ``` **Suitable for**: Most users, good balance ### **Conservative Mode** ``` โœ… Slow Timeframes: M5/H1 โœ… Min Confirmations: 3 โœ… Max Positions: 1 โœ… Trade Interval: 12 min โœ… Risk: 1.2% ``` **Suitable for**: Beginners, small accounts, maximum safety --- ## ๐Ÿ“Š Monitoring and Display ### **Main Panel** ``` โ•โ•โ• MATRIX GOLD RESURRECTION v1.0 โ•โ•โ• ๐Ÿ’ผ Balanced | ๐ŸŸข ACTIVE | ๐ŸŸข READY | ๐ŸŸข ALLOWED ๐ŸŽฏ $2650.50 | ๐Ÿ“Š 3.2pips | ๐Ÿ“ˆ 45.5pips ๐ŸŸข BULL | ๐Ÿ“Š RSI:58 | โšก 0.025 ๐Ÿ’น PERFORMANCE Trades: 15 | Win: 73.3% | P&L: $285.50 Max DD: 2.1% | Equity: $10,285.50 Positions: 1/2 ๐Ÿ›ก๏ธ PROTECTION STATUS ๐Ÿ“‰ Consecutive Loss (1/3): ๐ŸŸข OK - Cooldown ๐Ÿ“ฐ News Filter: ๐ŸŸข CLEAR โšก Circuit Breaker: ๐ŸŸข OK (3.0%) ``` ### **Status Codes** ``` ๐ŸŸข OK/ACTIVE/READY = Normal ๐Ÿ”ด BLOCKED/CLOSED = Disabled ๐Ÿšจ ACTIVE = Protection active โณ COOLDOWN = Waiting in progress โšซ OFF/NEUTRAL = Disabled/Neutral ``` ### **Important Log Messages** ``` โœ… Executed Operations ๐Ÿ›ก๏ธ Activated Protections ๐Ÿ“ฐ News Events โฑ๏ธ Operation Timeouts ๐Ÿ”„ Dynamic Updates โŒ Errors and Blocks ``` --- ## ๐Ÿ”ง Troubleshooting ### **Problem: Bot Not Opening Positions** **Checks in Order:** 1. โœ… **Allowed Day**: Check Trading Days 2. โœ… **Active Session**: Check EU/US hours 3. โœ… **Spread OK**: Must be < Max Spread 4. โœ… **Protections**: No active protection 5. โœ… **Confirmations**: Sufficient signals 6. โœ… **Volatility**: Within configured limits 7. โœ… **Max Positions**: Limit not reached **Logs to Look For:** ``` โŒ Matrix Gold: Trading not allowed on Friday โŒ Matrix Gold: Trading blocked by consecutive loss protection โŒ Matrix Gold: Trading blocked by news filter โš ๏ธ Matrix Gold signal too weak: 0.008 < 0.012 ``` ### **Problem: Too Many Consecutive Losses** **Solutions:** 1. **Reduce Max Consecutive Losses**: From 3 to 2 2. **Increase Cooldown**: From 60 to 90+ minutes 3. **Enable Stop All Positions**: true 4. **Change Mode**: From Aggressive to Conservative 5. **Increase Min Confirmations**: From 2 to 3+ ### **Problem: SL Too Small** **Causes and Solutions:** ``` Cause: Risk % too low (e.g. 0.01%) Solution: Increase to 0.1%+ or disable Dynamic Risk Cause: Volume too high for small account Solution: Reduce Base Volume Cause: Active protection Solution: Wait for protection reset ``` ### **Problem: Bot Ignores News** **Verifications:** ``` โœ… News Filter enabled in settings โœ… Check correct GMT hours โœ… Verify Pre/Post News settings โœ… Monitor logs for activation confirmation ``` --- ## โ“ FAQ ### **Q: What's the best configuration to start with?** **A:** ``` Mode: Balanced Max Consecutive Losses: 3 Cooldown: 60 min News Position Action: Pause Max Trade Duration: 30 min Risk: 1% max Compound Growth: OFF initially ``` ### **Q: Why does the bot stop frequently?** **A:** The bot has many protections. Check: - Consecutive losses reached - Active news events - Outside session/allowed day - Spread too high - Circuit breaker active ### **Q: How to optimize performance?** **A:** 1. **Backtesting**: Test different configurations 2. **Demo First**: Never live without testing 3. **Monitor Drawdown**: Never exceed 5-10% 4. **Adjust Gradually**: One parameter at a time 5. **Keep Logs**: For post-session analysis ### **Q: When to use different consecutive loss modes?** **A:** - **Cooldown**: Always safe, predictable - **Trend Reverse**: For experienced traders, less predictable - **Reduced Risk**: Stable markets, desire to continue ### **Q: How to manage compound growth?** **A:** ``` Start: OFF (test stability first) Rate: 1-2% max (gradual growth) Monitor: Check volume increments Stop: If drawdown increases ``` ### **Q: Can I trade other symbols besides XAUUSD?** **A:** The bot is optimized for gold. Other symbols require parameter modifications (SL, TP, volatility, S/R levels). ### **Q: How to interpret Trend Strength?** **A:** ``` 0.0-0.2: Weak trend (few signals) 0.2-0.5: Moderate trend 0.5-0.8: Strong trend (good signals) 0.8-1.0: Very strong trend (excellent signals) ``` --- ## ๐ŸŽฏ Bot Startup Checklist ### **Before Starting:** - [ ] Demo account tested for 1+ weeks - [ ] Parameters optimized for your style - [ ] Risk per trade under 2% - [ ] Consecutive loss protections configured - [ ] News filter enabled - [ ] Trading days appropriately selected - [ ] Max trade duration set - [ ] Display panels enabled for monitoring ### **Active Monitoring:** - [ ] Check logs every hour in first days - [ ] Verify protection activations - [ ] Monitor maximum drawdown - [ ] Observe consecutive loss patterns - [ ] Test news event management ### **Continuous Optimization:** - [ ] Analyze weekly performance - [ ] Adjust parameters gradually - [ ] Maintain detailed statistics - [ ] Backup working configurations --- **Matrix Gold Resurrection** - Safe and Professional Automated Trading *Developed for traders who prioritize capital protection*

ใ“ใฎไฝœๆˆ่€…ใฎไป–ใฎๅ•†ๅ“
cBot
Grid
RSI
XAUUSD
+4
MatrixGridPlus
Professional Multi-Strategy Grid Trading Bot
ใ“ใ‚Œใ‚‚ๅฅฝใใ‹ใ‚‚
cBot
Grid
FVG Strategy and Grid (Made with AlgoBuilderX)
This strategy opens trades when Fair Value Gaps are filled, using grid management and an equity SL for risk control.
cBot
RSI
BASIC us500 SHORT 35%
N.B.: Results with an initial invested capital of 100 euros.
Sample Advanced Take Profit
__simple yet effective__
cBot
RSI
Indices
XAUUSD
+3
V5MultiPairsFXDemo_noSourceCode
Advanced-Pro-CBot V5: A Cutting-Edge Algorithmic Trading cBot for cTrader
Rsi Range 10 Cbot
Effortless RSI Scalping cBotโ€”your goโ€‘to for lightningโ€‘fast scalping on highโ€‘volatility indexes and symbols.
HannibalScalpLiteAI
HannibalScalpLiteAI โ€“ A reliable scalping bot for EUR/USD (M1) using EMA, RSI, and COG indicators. Designed for simplici
cBot
Forex
Signal
GBPUSD
Emperor free trial
Presenting Emperor cbot - the revolutionary cbot thatโ€™s reshaping the way you approach, trading GBPUSD pair
cBot
NAS100
NZDUSD
Martingale
+26
Prop Ready cBot
The Prop-Ready Bot The Definitive Automaton for Challenges ๐Ÿ›ก๏ธ
cBot
Forex
Scalping
UltimateScalper H1
Special H1-Version of UltimateScalper for EUR/GBP ... win rate 100% ... ROI 830%
cBot
Breakout
XAUUSD
Commodities
+4
EMBER
EMBER is a breakout robot designed around one of the most respected price action patterns in trading.
cBot
Indices
Forex
[Stellar Strategies] SP500 Gap Closure cBot 1.0
Trading robot designed to trade the S&P 500 index (or any other instrument) based on the concept of gap closure. ๐Ÿ“‰๐Ÿ“ˆ
cBot
Grid
Prop
XAUUSD
Prop Firm Strategy (Made with AlgoBuilderX)
This strategy is tailored for Prop Firm accounts, featuring automated risk management to prevent breaching loss limits.
ใƒˆใƒƒใƒ—่ฉ•ไพก
็„กๆ–™
cBot
Breakout
XAUUSD
ATR
+1
SmartTradeOnHoursBreak - XAUUSD
SmartBuyOn4HBreak โ€“ Precision Trading for Gold with Patience-Powered Profit.
needThai cBot Your AI Companion
needThaiBot Automated Version 3.7, Please Try default setting before making any changes
cBot
Grid
XAUUSD
Commodities
+2
DragonGoldEAProNet6Demo
Demo version of https://ctrader.com/products/315
cBot
RSI
MACD
AI
needThaiBot The Ultimate Trading Bot
Auto increase lot on how many percent profits you made, please try default setting before making any changes
cBot
Indices
Stocks
Forex
+2
VegaXLR - Risk Manager
Automate lot sizing with cTrader Risk Manager cBot for precise risk management in pending and market orders.
XAU USD 1H trend strategy
// XAU/USD 1H TIMEFRAME // 5 YEARS BACKTEST, PROFIT 2100 USD, DRAWDOWN MAX 195 USDย