Evaluating the Pulse Trend Radar Indicator: A Technical Deep Dive
TradingView has just added another open-source indicator to its catalog — the Pulse Trend Radar from publisher WillyAlgoTrader — and as always, the platform note confirms the code is open for review…
Kyle Donnelly, Algorithmic Trader & Market Technician·updated August 20, 2026

TradingView has just added another open-source indicator to its catalog — the Pulse Trend Radar from publisher WillyAlgoTrader — and as always, the platform note confirms the code is open for review and free to use, with redistribution gated by House Rules. That part I can verify from the listing itself. Everything else about how the signal behaves in real markets is, for now, exactly what the open-source label implies: unverified until somebody puts in the work.
What the Listing Actually Tells Us
Per the TradingView post, the script is published under an open-source license, meaning any trader can pull the Pine Script and audit the logic. The post explicitly notes that while the indicator is free to use, republishing the code is subject to the platform's House Rules. There is no published backtest, no documented win rate, and no disclosed parameter set in the source material I have. So the only hard data point in the pack is structural: free, open-source, platform-approved for distribution under stated terms.
What I Check Before Loading Any New Indicator
I have been burned enough times by "just dropped" signals to treat a fresh TradingView release as a hypothesis, not an edge. The minimum due diligence before I wire Pulse Trend Radar into a live workflow:
- Read the source code first. Open-source means I can see how signals are generated — whether it's a smoothed oscillator cross, a volatility-adjusted momentum filter, or just a repainted moving average. If the author hides anything (delayed plots, future-leaking functions, calc on higher timeframe lookbacks without proper security calls), the signal is dead on arrival.
- Backtest it myself on the instruments I actually trade. I want a sample size large enough to survive regime shifts — at minimum several hundred trades across trending and choppy conditions. Anything under 100 trades in backtest is noise.
- Test for repainting. Run the indicator live in paper mode while simultaneously screenshotting the historical buffer. If today's plotted value changes when I scroll back, the edge is cosmetic.
- Measure expectancy in R-multiples, not win rate. A 70% win-rate system with a 2:1 loss-to-win ratio bleeds account equity. A 40% system with proper payoff asymmetry compounds.
The Honest Take for Systematic Traders
I am not going to tell you Pulse Trend Radar works or does not work — the available source material does not support either claim. What I will say is that the open-source status lowers your verification cost. You can audit the logic in an afternoon instead of trusting a sales page. That is the only structural edge this release gives you on day one. The rest is sample-size work, which is where every "holy grail" indicator quietly loses the bet.
If you want my read once enough traders post forward-tested results on the symbol list you trade — or once a third-party benchmark surfaces — that is when this becomes a data point worth integrating. Until then, it sits in the queue with every other "clean BUY & SELL" release that has crossed my desk this year. Most of them do not survive a proper drawdown test. The few that do, I will tell you about.