Is AI-assisted EA development actually improving Gold (XAUUSD) strategies or just making overfitting easier? - page 3
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Don't forget to list prompters who are only good at prompting!😂
I know, I know, kids... "vibe coding."😎
Are you running into trouble more on the idea side, or when turning the idea into stable code?
That is the predominant question in this thread, precisely!
IMHO, the MT5 Strategy Tester is exponentially more valuable than any AI engine for the purpose of developing a profitable strategy. AI can't analyze tick data, nor even OHLC data, so I really don't see how AI could affect overfitting. If you found a way to hook AI into the Strategy Tester, now that would be interesting.
If you test enough combinations of standard MT5 indicators, on enough standard timeframes and custom charts, you will eventually come up with a profitable strategy. I have done this manually in the past. Of course, I had to ultimately refine the strategy with time, day, and month filters, and risk-based lot sizing. Still, just imagine if I could have made AI do the first part for me.🤔
Hey everyone,
After spending months building and testing EAs on XAUUSD using AI tools (ChatGPT, Deepseek, Copilot), I've noticed something interesting — AI makes it incredibly fast to generate complex strategies, but it also makes it dangerously easy to curve-fit a beautiful backtest that dies on a live account.
I wanted to open a real discussion here:
1. Have you used AI tools to build or improve your XAUUSD EA? Did it actually help in live conditions?
2. What's your process to verify a Gold EA is NOT overfitted — walk-forward? Out-of-sample? Monte Carlo?
3. Do you think AI-generated strategies can ever replace experienced discretionary logic for a volatile pair like Gold?
I'll share my own results: I built many EAs using AI assistance on M1, M5, M15, M30, H1 XAUUSD. Three failed within 2 weeks live. The third is still running after 6 weeks with modest drawdown But I honestly can't tell if it's working because the strategy is solid or if its just got luck with market conditions.
Curious what the community thinks. No sales pitches please just real experience.
Depends. When I use AI for assistance I always review every line of code and logic. Being in depth and reviewing what the AI blurted out if it's quality or not makes the difference.
Wow! Power to you in that regard.
Personally, I avoid that because I type like a demon and follow my own formatting. I guess that a certain level of MQL5 fluency is required to avoid AI as well though.