QUANTUM SCALPER 5M Guia de trading
The Quantum Scalper 5M is an overlay scalping system that combines support and resistance, Bollinger Bands, a volatility-based quantum channel, RSI momentum, and an optional higher-timeframe trend filter. It is designed to highlight short-term breakout or rejection opportunities with dynamic risk and reward levels.
What does the indicator show?
- Fixed Support and Resistance: Recent high and low zones that frame where price is likely to react.
- Bollinger Bands and Quantum Channel: Volatility envelopes used to judge expansion, compression, and overextension.
- BUY / SELL Markers: Confirmed scalping signals that combine level interaction, momentum, and optional higher-timeframe direction.
- Dynamic RR Box: Entry, take-profit, and stop-loss projections created after a valid signal.
Key Settings
- SR Lookback Period: Controls how far back the scanner searches for support and resistance boundaries.
- BB Moving Average Length and BB Band Multiplier: Tune the Bollinger Band baseline and volatility width.
- Quantum Channel Length and Quantum Volatility Multiplier: Define the adaptive channel used for signal confirmation.
- Use Higher Timeframe Filter: Requires the signal direction to agree with a higher-timeframe EMA trend estimate.
- RR Stop Loss (%) and RR Take Profit (%): Set the projected risk and reward box after an entry signal.
How to use Strategy Parameters (Condition Source)
Within the Strategy Tester module, this indicator can be used both as a direct signal source and as a market-state filter.
1. Signal Events
buySignal- Fires when a long scalping setup is confirmed.sellSignal- Fires when a short scalping setup is confirmed.signalDir- Outputs1for a long signal,-1for a short signal, and0when no fresh signal is present.
Strategy Example: Enter Long when buySignal is true and mtfTrend == 1. This keeps scalps aligned with the higher-timeframe filter.
2. Filters and Trade Levels
rsi- Momentum value used to qualify strength.momTrend- Momentum state, where positive values favor bullish pressure and negative values favor bearish pressure.srDistanceOk- Confirms that support and resistance are far enough apart for a valid setup.rrEntry,rrTp,rrSl- Projected entry, take-profit, and stop-loss levels.
Strategy Example: Reject new Long entries unless srDistanceOk is true and rrActive is true, then use rrTp and rrSl as dynamic exit references.