Full breakdown of the NeroVibes signal engine architecture. No black boxes — see exactly how signals are generated.
Each signal passes through all 6 layers before reaching users. ~42% of initial detections are filtered out by the guard system.
The sole alpha source. Detects EMA200 + EMA50 trend structure with RSI pullback confirmation on bullish setups.
Trade Quality score with rolling percentile normalization over a 120-bar window. Range: 0-1, mapped to 0.8x-1.2x sizing.
OR-based veto system. Any single layer detecting risk can block a signal from executing.
2-layer bounded composite sizing. Prevents oversizing during volatile conditions and undersizing on quality setups.
Each coin gets a stop-loss proportional to its own volatility. No fixed percentage — adapts to market conditions.
Multiple behavioral guards prevent cascading losses and protect the portfolio from drawdown spirals.
ADX > 25, EMA50 > EMA200, uptrend confirmed
Favors LONG signals, reduced SHORT
ADX > 25, EMA50 < EMA200, downtrend confirmed
Favors SHORT signals, tighter stops
ADX < 25, no clear trend direction
Higher confidence threshold, fewer signals
ADX 15-25, regime shifting
15-25% confidence penalty, 2-bar exit confirmation
One well-understood trend pullback strategy. No ensemble of conflicting models. Clarity over complexity.
6 independent risk layers. Each can independently block a bad trade. Redundancy protects against any single failure.
Position sizes bounded 0.4x-1.2x. No extreme bets. 1% risk per stop-loss hit. Equity drawdown governor at 12%.
This page describes the actual production signal engine architecture. Strategy details are provided for transparency. Past performance is not indicative of future results.