Auditing EVA Ai+ Auto Chart Patterns: Open Source Logic vs Retail Signal Noise
Another week, another "AI-powered" indicator lands on TradingView's open-source shelf.
Kyle Donnelly, Algorithmic Trader & Market Technician·updated August 04, 2026

Eva_Ai's EVA Ai+ Auto Chart Patterns script dropped on the platform this week, and like every auto-pattern detector that hits my feed, my first move isn't to load it onto a chart — it's to open the source and audit the logic.
What it actually is
Per the TradingView listing, the indicator is published as open-source, meaning the Pine Script code is visible and verifiable by anyone with half a brain and a code editor. That's the one structural advantage the script has over the usual walled-garden black boxes: if the pattern detection logic is garbage, you can see it before you fund an account with garbage signals. The creator lets you run it free, with the standard TradingView caveat that republishing the code falls under the platform's House Rules.
Why I'm not loading it yet
"Auto chart patterns" is a phrase that has burned retail traders for a decade. The problem isn't detection — it's classification noise. Any script can draw a head-and-shoulders on every wick. The edge lives in the filtering: what counts as a valid pattern, what the false-positive rate looks like across regimes, and whether the signal has any asymmetry versus random entry. None of that is visible from a chart screenshot.
Before I'd allocate a single backtest cycle to this thing, I'd want to see:
- The exact rules defining a pattern trigger — bar count minimums, symmetry tolerances, breakout confirmation thresholds.
- Whether the script differentiates between trending and ranging regimes, or just sprays signals uniformly.
- A user-controllable sensitivity parameter, because a static detector optimized for one volatility regime is a mean-reversion trap in another.
If those knobs aren't exposed, the indicator is decorative. If they are, the real work starts: sample size across at least 500 trades per signal type, segmented by market cap and sector, with expectancy and drawdown distributions plotted. Anything less is curve-fitting theater.
What I'm watching
The interesting question isn't whether EVA Ai+ works — it's whether the TradingView community's open-source ethos is producing more genuine edges than the subscription indicator industry. My priors say no: most public scripts optimize for visual appeal over statistical robustness. But an open codebase lets you stress-test that prior directly, which is more than you get from the glossy paid alternatives.
I'll revisit this if someone posts a credible equity curve with slippage and commission baked in. Until then, file it under "promising structure, unverified edge" — and keep your position sizing where your skepticism is.