linetrades

Precision signals for systematic traders.

A column by Kyle Donnelly

News

Evaluating the Precision PushBack Indicator: A Deep Dive into Open-Source Trading Tools

TradingView just added another open-source script to its indicator pile — Precision PushBack, published under the handle MohaveTrader, dated August 31.

Kyle Donnelly, Algorithmic Trader & Market Technician·updated September 02, 2026

Evaluating the Precision PushBack Indicator: A Deep Dive into Open-Source Trading Tools

The listing confirms the Pine code is free to use and that republishing it falls under TradingView's House Rules. That is the entire public record I have to evaluate it on, and for any trader considering wiring this into a live system, that thinness of disclosure is itself the first data point worth noting — not the last.

What the listing actually confirms

Confirmed and only confirmed: there is a TradingView indicator named Precision PushBack, attributed to a publisher called MohaveTrader, marked as open-source, available for free, with TradingView's House Rules governing any redistribution of the source code. There is no headline statistic, no claimed win rate, no attached equity curve, and no stated methodology summary on the listing itself. The second item in my evidence stack — a TradingKey technical analysis page on BABA listing common indicators like MACD, RSI, KDJ and StochRSI — is an unrelated product entirely and tells us nothing about Precision PushBack's internals.

If you want anything beyond that surface, you have to open the Pine Script source and read it yourself. That is precisely the point of the open-source flag, and it is the single feature that separates this listing from roughly ninety percent of the "Ultimate Reversal Pro" garbage clogging the indicator marketplaces I have spent years filtering.

Why "open-source" is the only feature with real edge value

I have backtested more paid indicators than I care to admit, and the pattern is depressingly consistent: locked.pine files, glossy equity curves, and no way to verify whether the exit logic was hardcoded to fire just before the drawdown window. Open-source code flips that asymmetry. You can read every line, identify the lookback window, see whether stops are baked into the signal, and stress-test the logic against data the original author never touched.

For Precision PushBack specifically, the audit checklist before you let it touch a live order is short and unforgiving:

  • Confirm the trigger is not a repackaged oscillator crossover. Most "pushback" scripts are short-term mean reversion layered on a standard RSI or CCI with a custom threshold. If the entry boils down to something like RSI above 70 plus a price filter, that is a known setup with a known expectancy — not new edge, just new cosmetics.
  • Run a walk-forward test. Split your data 70/30, optimize on the in-sample slice, then run untouched on the out-of-sample slice. If the Sharpe collapses or the win rate halves, the indicator is overfit and should be discarded. Sample size matters here — sub-200-trade windows are noise, not evidence.
  • Cross-asset test it. A pattern that only fires on a single instrument on one timeframe is not a pattern. It is a curve fit you happened to discover while staring at that chart. Run it on at least two uncorrelated markets before you trust it with size.

What I will be tracking

The listing gives us no announced update cadence, no author notes beyond the House Rules boilerplate, and no community discussion metrics I can cite. What I will watch going forward: any revision to the script, any community fork with documented modifications, and whether the publisher ever posts an out-of-sample equity curve on a timeframe different from the chart in the screenshots. Until then, this is a free Pine file sitting in a public repo. File it, audit it, and treat it accordingly.