Thank you for your valuable work and the opportunity to try it out for free. 👍 I have some questions/suggestions:
1. Please provide MagicID number and comment-field support, this would help users who are using more than one EA on the same account. 2. I guess for brokers with 3-digit xauusd I have to enter 3000 instead of 300 for SL and TP, correct? 3. Which TF you are recommend for your EA? 4. Automatic SL/TP through AI recommendation would be great, also option for Trailing. 5. Switch for AutoLot (Risk based) and FixedLot. "EA will use whichever is smaller" is not very practical. 6. Trade session start/end: Broker Time? Which GMT+ is used?
Thank you for your valuable work and the opportunity to try it out for free. 👍 I have some questions/suggestions:
1. Please provide MagicID number and comment-field support, this would help users who are using more than one EA on the same account. 2. I guess for brokers with 3-digit xauusd I have to enter 3000 instead of 300 for SL and TP, correct? 3. Which TF you are recommend for your EA? 4. Automatic SL/TP through AI recommendation would be great, also option for Trailing. 5. Switch for AutoLot (Risk based) and FixedLot. "EA will use whichever is smaller" is not very practical. 6. Trade session start/end: Broker Time? Which GMT+ is used?
Thanks again and Kind Regards, Michael.
Hi Michael!
2. You can custom the SL/TP pips in the user inputs;
3. You can use it on any timeframe. I’m using in H1;
6. It Uses your Broker Time.
To discover your MT5 server time, open your MetaTrader 5 platform and look at the bottom corner of the Market Watch window or the status bar at the bottom of the terminal. There you will see the current server time displayed, which represents the timezone your broker uses for all trading operations and time-based functions. Compare this server time with your local time to calculate the time difference, as this will help you properly configure the EA’s trading session parameters. Keep in mind that most brokers operate on GMT+2 or GMT+3 (European time zones), though some use GMT+0, so the difference between your local time and the server time may range from a few hours to half a day depending on your geographical location.
About your suggestions, I’ll work on this for the next updates.
I got very strange error message when running this ea on real account, so that it always deinitialized
2025.10.03 06:49:28.049 Ratio X AI Gold Fury (XAUUSD+,H1) Ratio X AI Gold Fury deinitialized. 2025.10.03 06:49:28.049 Ratio X AI Gold Fury (XAUUSD+,H1) Reason code: 8
I got very strange error message when running this ea on real account, so that it always deinitialized
2025.10.03 06:49:28.049 Ratio X AI Gold Fury (XAUUSD+,H1) Ratio X AI Gold Fury deinitialized. 2025.10.03 06:49:28.049 Ratio X AI Gold Fury (XAUUSD+,H1) Reason code: 8
The code 8 is a MetaTrader 5 system code.
Code 8occurs when:
The EA template was deleted
The EA was manually removed from the chart
You dragged the EA off the chart
You closed the chart with the EA attached
You switched to a different template that doesn't include the EA
This is normal behavior in these situations:
You manually removed the EA (most common)
You changed chart templates
You closed the MT5 chart
MT5 terminal closed
This is NOT an error - it's just MT5 informing you the EA stopped running for one of these reasons.
If you didn't intentionally remove it:
Check if:
MT5 crashed or restarted
Chart was closed accidentally
Template was changed
AlgoTrading was disabled globally
Simply reattach the EA to the chart if you want it to continue running.
Thank you for your valuable work and the opportunity to try it out for free. 👍 I have some questions/suggestions:
1. Please provide MagicID number and comment-field support, this would help users who are using more than one EA on the same account. 2. I guess for brokers with 3-digit xauusd I have to enter 3000 instead of 300 for SL and TP, correct? 3. Which TF you are recommend for your EA? 4. Automatic SL/TP through AI recommendation would be great, also option for Trailing. 5. Switch for AutoLot (Risk based) and FixedLot. "EA will use whichever is smaller" is not very practical. 6. Trade session start/end: Broker Time? Which GMT+ is used?
Thanks again and Kind Regards, Michael.
4. Automatic SL/TP through AI recommendation would be great, also option for Trailing
You switched to a different template that doesn't include the EA
This is normal behavior in these situations:
You manually removed the EA (most common)
You changed chart templates
You closed the MT5 chart
MT5 terminal closed
This is NOT an error - it's just MT5 informing you the EA stopped running for one of these reasons.
If you didn't intentionally remove it:
Check if:
MT5 crashed or restarted
Chart was closed accidentally
Template was changed
AlgoTrading was disabled globally
Simply reattach the EA to the chart if you want it to continue running.
I have found the problem. My broker Using symbols xauusd+, not xauusd, so that I have to set testing mode as true, not false. But if I set it to true, than it will run without AI. I want to run it on my live account with AI machine running. How can I solve this problem?
Wan Suryolaksono #: I have found the problem. My broker Using symbols xauusd+, not xauusd, so that I have to set testing mode as true, not false. But if I set it to true, than it will run without AI. I want to run it on my live account with AI machine running. How can I solve this problem?
Check if your broker offers the standard 'XAUUSD' symbol in the Market Watch. Some brokers provide both formats. Right-click Market Watch → Show All, then search for 'XAUUSD' without the '+'. If available, open a chart with that symbol and attach the EA there.
I will release an updated version that accepts all gold symbol variations (XAUUSD, xauusd+, XAUUSD., GOLD, etc.). This will be available in the next update.
I apologize for the inconvenience. This restriction was implemented to optimize AI prompts specifically for gold, but should have been more flexible to accommodate different broker naming conventions.
Check if your broker offers the standard 'XAUUSD' symbol in the Market Watch. Some brokers provide both formats. Right-click Market Watch → Show All, then search for 'XAUUSD' without the '+'. If available, open a chart with that symbol and attach the EA there.
I will release an updated version that accepts all gold symbol variations (XAUUSD, xauusd+, XAUUSD., GOLD, etc.). This will be available in the next update.
I apologize for the inconvenience. This restriction was implemented to optimize AI prompts specifically for gold, but should have been more flexible to accommodate different broker naming conventions.
No, there is no pure XAUUSD on vantage markets. Your preset logic is very strange I think, and it will make serious limitation for many brokers.
Wan Suryolaksono #: No, there is no pure XAUUSD on vantage markets. Your preset logic is very strange I think, and it will make serious limitation for many brokers.
The reasoning behind this design is technical rather than arbitrary. The Live Mode EA sends context-specific prompts to the AI that explicitly reference "XAUUSD" and "gold vs US dollar" in the analytical framework. The AI model is trained on financial data where gold is predominantly referenced as XAUUSD. When the prompt says "Analyze XAUUSD" but the actual symbol is "xauusd+" or "GOLD-m", this creates a potential disconnect between the prompt context and the actual data being analyzed. The symbol check was implemented primarily to prevent users from running the AI mode on forex pairs, indices, or other instruments where the gold-specific prompts would produce unreliable analysis.
However, you've identified a real problem with the current implementation. Many reputable brokers like Vantage, IC Markets, and Pepperstone use suffix notation for their symbols. The current code incorrectly treats "xauusd+" as a different instrument rather than recognizing it as the same underlying asset with a different naming convention. This was an oversight in the implementation, not the intent.
Version 1.02 will implement flexible symbol matching that accepts any variation containing "XAUUSD" or "GOLD" in the symbol name, regardless of suffixes, prefixes, or case sensitivity. This will work with xauusd+, XAUUSD., XAUUSDm, GOLD, and similar variations.
The restriction was implemented with good technical reasoning, but the execution was too narrow. Your feedback is valid and will be addressed.
Check if your broker offers the standard 'XAUUSD' symbol in the Market Watch. Some brokers provide both formats. Right-click Market Watch → Show All, then search for 'XAUUSD' without the '+'. If available, open a chart with that symbol and attach the EA there.
I will release an updated version that accepts all gold symbol variations (XAUUSD, xauusd+, XAUUSD., GOLD, etc.). This will be available in the next update.
I apologize for the inconvenience. This restriction was implemented to optimize AI prompts specifically for gold, but should have been more flexible to accommodate different broker naming conventions.
Could you add an option for an OpenAI API Key in the next update as well?
🚀 Ready to Start? Here's Your 60-Second Setup:
TEST MODE (No API needed):
LIVE MODE (AI-powered XAUUSD):
📖 Complete Configuration Guide (60+ pages):https://drive.google.com/file/d/17XMJ2yOuaRUKh6LoYzRe8uKGIK3--UJu/view
Covers everything: API setup, all parameters explained, risk management, troubleshooting, optimization strategies.
⚠️ Critical First Steps:
Common Questions:
"Why no trades?" - Check confidence threshold (default 0.60), news filter may be active, or outside trading session.
"WebRequest ERROR 4014?" - MT5 must be completely restarted after enabling WebRequest.
"How much will API cost?" - About $10-20/month with default 5-minute intervals. Monitor at platform.deepseek.com/usage
Free until October 10th - Download now, test both modes, read the guide.
Questions? Ask here. Good luck and trade safely.
🚀 Ready to Start? Here's Your 60-Second Setup:
TEST MODE (No API needed):
LIVE MODE (AI-powered XAUUSD):
📖 Complete Configuration Guide (60+ pages):https://drive.google.com/file/d/17XMJ2yOuaRUKh6LoYzRe8uKGIK3--UJu/view
Covers everything: API setup, all parameters explained, risk management, troubleshooting, optimization strategies.
⚠️ Critical First Steps:
Common Questions:
"Why no trades?" - Check confidence threshold (default 0.60), news filter may be active, or outside trading session.
"WebRequest ERROR 4014?" - MT5 must be completely restarted after enabling WebRequest.
"How much will API cost?" - About $10-20/month with default 5-minute intervals. Monitor at platform.deepseek.com/usage
Free until October 10th - Download now, test both modes, read the guide.
Questions? Ask here. Good luck and trade safely.
Hi — hope you're having a good time. I put it on a live test and I’ll share the results. Does the time frame matter?
Hi — hope you're having a good time. I put it on a live test and I’ll share the results. Does the time frame matter?
Yes. The EA sends the last 50 candles of the selected timeframe chart to the AI engine.
Which timeframe should I run it on?
Hi Mauricio,
Thank you for your valuable work and the opportunity to try it out for free. 👍
I have some questions/suggestions:
1. Please provide MagicID number and comment-field support, this would help users who are using more than one EA on the same account.
2. I guess for brokers with 3-digit xauusd I have to enter 3000 instead of 300 for SL and TP, correct?
3. Which TF you are recommend for your EA?
4. Automatic SL/TP through AI recommendation would be great, also option for Trailing.
5. Switch for AutoLot (Risk based) and FixedLot. "EA will use whichever is smaller" is not very practical.
6. Trade session start/end: Broker Time? Which GMT+ is used?
Thanks again and Kind Regards,
Michael.
Which timeframe should I run it on?
Hi Mauricio,
Thank you for your valuable work and the opportunity to try it out for free. 👍
I have some questions/suggestions:
1. Please provide MagicID number and comment-field support, this would help users who are using more than one EA on the same account.
2. I guess for brokers with 3-digit xauusd I have to enter 3000 instead of 300 for SL and TP, correct?
3. Which TF you are recommend for your EA?
4. Automatic SL/TP through AI recommendation would be great, also option for Trailing.
5. Switch for AutoLot (Risk based) and FixedLot. "EA will use whichever is smaller" is not very practical.
6. Trade session start/end: Broker Time? Which GMT+ is used?
Thanks again and Kind Regards,
Michael.
2025.10.03 06:49:28.049 Ratio X AI Gold Fury (XAUUSD+,H1) Reason code: 8
Hi Mauricio,
2025.10.03 06:49:28.049 Ratio X AI Gold Fury (XAUUSD+,H1) Reason code: 8
The code 8 is a MetaTrader 5 system code.
Code 8 occurs when:
This is normal behavior in these situations:
This is NOT an error - it's just MT5 informing you the EA stopped running for one of these reasons.
If you didn't intentionally remove it:
Check if:
Simply reattach the EA to the chart if you want it to continue running.
Hi Mauricio,
Thank you for your valuable work and the opportunity to try it out for free. 👍
I have some questions/suggestions:
1. Please provide MagicID number and comment-field support, this would help users who are using more than one EA on the same account.
2. I guess for brokers with 3-digit xauusd I have to enter 3000 instead of 300 for SL and TP, correct?
3. Which TF you are recommend for your EA?
4. Automatic SL/TP through AI recommendation would be great, also option for Trailing.
5. Switch for AutoLot (Risk based) and FixedLot. "EA will use whichever is smaller" is not very practical.
6. Trade session start/end: Broker Time? Which GMT+ is used?
Thanks again and Kind Regards,
Michael.
4. Automatic SL/TP through AI recommendation would be great, also option for Trailing
About this, I have another EA for that, but using GPT model: https://www.mql5.com/en/market/product/148836
Why you didn't use the OpenAI API key on this EA? The other EA you have runs on OpenAI..
The code 8 is a MetaTrader 5 system code.
Code 8 occurs when:
This is normal behavior in these situations:
This is NOT an error - it's just MT5 informing you the EA stopped running for one of these reasons.
If you didn't intentionally remove it:
Check if:
Simply reattach the EA to the chart if you want it to continue running.
I have found the problem. My broker Using symbols xauusd+, not xauusd, so that I have to set testing mode as true, not false. But if I set it to true, than it will run without AI. I want to run it on my live account with AI machine running. How can I solve this problem?
Check if your broker offers the standard 'XAUUSD' symbol in the Market Watch. Some brokers provide both formats. Right-click Market Watch → Show All, then search for 'XAUUSD' without the '+'. If available, open a chart with that symbol and attach the EA there.
I will release an updated version that accepts all gold symbol variations (XAUUSD, xauusd+, XAUUSD., GOLD, etc.). This will be available in the next update.
I apologize for the inconvenience. This restriction was implemented to optimize AI prompts specifically for gold, but should have been more flexible to accommodate different broker naming conventions.
Check if your broker offers the standard 'XAUUSD' symbol in the Market Watch. Some brokers provide both formats. Right-click Market Watch → Show All, then search for 'XAUUSD' without the '+'. If available, open a chart with that symbol and attach the EA there.
I will release an updated version that accepts all gold symbol variations (XAUUSD, xauusd+, XAUUSD., GOLD, etc.). This will be available in the next update.
I apologize for the inconvenience. This restriction was implemented to optimize AI prompts specifically for gold, but should have been more flexible to accommodate different broker naming conventions.
No, there is no pure XAUUSD on vantage markets. Your preset logic is very strange I think, and it will make serious limitation for many brokers.
The reasoning behind this design is technical rather than arbitrary. The Live Mode EA sends context-specific prompts to the AI that explicitly reference "XAUUSD" and "gold vs US dollar" in the analytical framework. The AI model is trained on financial data where gold is predominantly referenced as XAUUSD. When the prompt says "Analyze XAUUSD" but the actual symbol is "xauusd+" or "GOLD-m", this creates a potential disconnect between the prompt context and the actual data being analyzed. The symbol check was implemented primarily to prevent users from running the AI mode on forex pairs, indices, or other instruments where the gold-specific prompts would produce unreliable analysis.
However, you've identified a real problem with the current implementation. Many reputable brokers like Vantage, IC Markets, and Pepperstone use suffix notation for their symbols. The current code incorrectly treats "xauusd+" as a different instrument rather than recognizing it as the same underlying asset with a different naming convention. This was an oversight in the implementation, not the intent.
Version 1.02 will implement flexible symbol matching that accepts any variation containing "XAUUSD" or "GOLD" in the symbol name, regardless of suffixes, prefixes, or case sensitivity. This will work with xauusd+, XAUUSD., XAUUSDm, GOLD, and similar variations.
The restriction was implemented with good technical reasoning, but the execution was too narrow. Your feedback is valid and will be addressed.
Results from Yesterday, 03.10.2025. Lot: 0.04. TP 320 / SL 280.
Total Profit: $172.96. Number of Winning Trades: 23. Number of Losing Trades: 8
Performance Metrics: Win Rate: 74.2%. Loss Rate: 25.8%. Total Trades: 31
Results from Yesterday, 03.10.2025. Lot: 0.04. TP 320 / SL 280.
Total Profit: $172.96. Number of Winning Trades: 23. Number of Losing Trades: 8
Performance Metrics: Win Rate: 74.2%. Loss Rate: 25.8%. Total Trades: 31
Check if your broker offers the standard 'XAUUSD' symbol in the Market Watch. Some brokers provide both formats. Right-click Market Watch → Show All, then search for 'XAUUSD' without the '+'. If available, open a chart with that symbol and attach the EA there.
I will release an updated version that accepts all gold symbol variations (XAUUSD, xauusd+, XAUUSD., GOLD, etc.). This will be available in the next update.
I apologize for the inconvenience. This restriction was implemented to optimize AI prompts specifically for gold, but should have been more flexible to accommodate different broker naming conventions.