Disliked{quote} So this is how your EA turned out. Test it. I’m not sure if this is the logic you had in mind. BestTraderEv master should definitely take a look at it too!He understands much better what you actually want! "So far, I’ve optimized the EA for GOLD on the M5 timeframe using the default/base settings. There are very few trades, and there’s almost no noise." {image} {file}
Ignored
From what I can see, your implementation focuses mainly on ATR displacement as a noise filter, which makes sense and explains why the trades are fewer and cleaner. That aligns well with my intention to eliminate low-quality, low-displacement moves.
That said, I’ve since stripped the EA down further, aiming for something simpler but more robust, where directional bias, structure context, and timing come first, and volatility acts more as a permission layer rather than the core decision engine. So while the surface behavior may look similar, the underlying logic and trade intent are different.
I’ll definitely test your version it’s useful for comparison. And if BestTraderEv is willing to look into my current code or logic, I’d be very grateful, as a second set of experienced eyes is always valuable.
Thanks again for contributing
1