linetrades

Precision signals for systematic traders.

A column by Kyle Donnelly

News

Evaluating the Momentum Threshold Signals Indicator for Systematic Trading

A new open-source indicator, Momentum Threshold Signals by Michael_Fx_Trader, just landed on TradingView's public scripts library.

Kyle Donnelly, Algorithmic Trader & Market Technician·updated July 28, 2026

Evaluating the Momentum Threshold Signals Indicator for Systematic Trading

I don't have the Pine source beyond the listing, and that matters: any momentum-threshold logic is only as good as the backtest it came out of, not the listing page it landed on. For systematic traders, the question isn't whether another oscillator showed up — it's whether the threshold itself adds edge or just repackages noise into a cleaner-looking trigger.

What the listing actually tells us

Per the TradingView entry, the script is published as open-source, free to use, and subject to the platform's House Rules for any republishing. That's the entire confirmed footprint. No disclosed sample size, no instrument universe, no stated lookback window, no Sharpe, no drawdown profile — nothing a systematic operator needs before allocating even one slot in a signal stack. The name implies a threshold cut-off on a momentum oscillator, but the implementation detail is not visible in the snippet I have. Treat the listing as an advert, not as evidence.

The wider signal flow this week

The same cluster brought a Binance announcement for "Smart Money Signal Auto-Copy" wired into Futures Copy Trading, an EonMetrics volume-absorption script surfaced on TradingView's French mirror, and a SimpleAlgo review on Coinspot. The direction is clear: signal products are being wrapped in automation. Threshold signals are now packaged, auto-copied, and bundled into subscription tiers. The edge, if any, is migrating from the signal itself to the execution plumbing around it — which means the underlying threshold logic has to carry more weight, not less.

What I'd verify before wiring it in

Three checks, in order. First, pull the Pine and confirm whether the threshold is fixed or adaptive — a fixed cut-off on RSI or momentum is sample-size dependent and degrades across regimes. Second, replicate the entry logic on at least two uncorrelated instruments across both trending and mean-reverting regimes; if the signal collapses on the mean-reverting slice, you've bought a volatility filter, not a momentum tool. Third, measure the hit rate conditional on the threshold crossing versus a random threshold of equal width. If it doesn't beat random by a margin wider than your transaction costs, the threshold is noise dressed up as confluence.

Until those three numbers sit on my desk, Momentum Threshold Signals stays on the watchlist, not in the stack.