In1 + In2 Dual Confirmation SignalsIn1 + In2 Dual Confirmation Signal Indicator
What It Tracks
This indicator is essentially a two-filter confirmation system designed to keep you out of low-quality trades. It combines two completely different approaches to reading the market — one tracks momentum and trend direction, the other tracks buying/selling pressure — and only fires a signal when both agree at the same time. Think of it like needing two different analysts to sign off on a trade before you take it.
The Two Engines
In1 — Stochastic SuperTrend
The first engine is a hybrid of two classic tools: the RSI and the Stochastic oscillator, fed into a SuperTrend framework.
Here's what it's doing under the hood:
It calculates the RSI of price, then runs a Stochastic calculation on that RSI (not on price directly). This smooths out a lot of noise.
That Stochastic RSI value is then used as the "price" input for a SuperTrend algorithm, which dynamically plots upper and lower bands and flips direction when the value breaks through them.
When the SuperTrend flips bullish and the Stochastic RSI is below 50 (not overbought), you get an In1 Buy arrow. When it flips bearish and the Stochastic RSI is above 50 (not oversold), you get an In1 Sell arrow.
The below/above 50 filter is important — it prevents the indicator from calling a bullish flip when momentum is already stretched high, and vice versa.
In2 — EVEREX (Engineered Volume & Price Flow)
The second engine is more sophisticated. It's measuring the quality and direction of buying vs. selling pressure on each candle by looking at multiple factors simultaneously:
How the candle closed relative to its range
The spread between open and close
How much price actually shifted
Volume weighting on all of the above
It normalizes all of these inputs and produces a single oscillator line. When that line flips from falling to rising, the background goes green (bulls taking over). When it flips from rising to falling, it goes red (bears taking over). The signal fires on those flip moments specifically — not while it's already trending in one direction.
How the Dual Confirmation Logic Works
This is where it gets smart. The indicator doesn't require both signals on the exact same candle — that would be too restrictive and you'd miss a lot of valid setups. Instead, it uses a lookback window:
For a BUY signal to fire:
In1 must have printed a bullish arrow on this candle OR within the last 1–2 candles
AND if In1 fired 1–2 bars ago (not this candle), the Stochastic RSI line must still be rising — confirming the momentum hasn't already reversed
AND In2 must flip green on this candle (that's the confirmation trigger)
For a SELL signal to fire:
Same logic in reverse — In1 bearish arrow within 1–2 candles, Stoch RSI still falling, In2 flips red
The B/S label prints on the candle where In2 flips — that's your entry candle.
Adjusting Signal Frequency
To get MORE signals (more sensitive, more trades, more false positives):
Lower the ST Multiplier (default 10) — a smaller multiplier makes the SuperTrend flip more often
Lower the RSI Length (default 10) or K (default 7) — shorter lookbacks react faster
Lower the EVEREX Length (default 10) or Signal Length (default 5) — the EVEREX oscillator will flip more frequently
To get FEWER signals (more selective, higher quality, fewer trades):
Raise the ST Multiplier — SuperTrend becomes harder to flip, only strong moves qualify
Raise the RSI Length and K — smoother, slower momentum readings
Raise the EVEREX Lookback (default 20) — the volume normalization uses a longer baseline, making it harder for a single candle to register as significant
Raise the EVEREX Length and Smooth — the oscillator becomes less twitchy
The Timeframe input is also huge — running In1 on a higher timeframe than your chart while watching In2 on the current chart creates a natural multi-timeframe filter that dramatically reduces noise.
How Alerts Work
There's a single alert condition called "In1+In2 Signal" that fires on either a Buy or Sell signal. When you set up the alert in TradingView, set it to "Once Per Bar Close" for confirmed signals, or "Once Per Bar" if you want real-time notification (more on that below). The message simply tells you a dual confirmation signal fired and to check the chart for the B/S label.
Real-Time vs. After Close — The Repainting Question
This is the most important thing for any trader to understand about this indicator.
In2 (EVEREX) is fully real-time and does NOT repaint. It's calculated purely from current bar data — price action, spread, volume — so what you see on the forming candle is what you get. If it flips green mid-candle, that flip is real.
In1 has a setting called "Wait for Timeframe Close." This is critical:
When turned ON — In1 only updates when the selected timeframe candle fully closes. The SuperTrend flip is confirmed and will not repaint. This is the safer setting for signal reliability.
When turned OFF — In1 updates in real time using lookahead. You'll see signals earlier, but if the higher timeframe candle closes differently than it looked mid-bar, the signal can vanish. This is the classic repainting scenario.
The 1–2 bar lookback window for In1 is also non-repainting because it uses dir , bars_since_up, and direction tracking that are all based on closed bar values — once a bar closes, those values are locked. So a signal that printed on a closed candle will stay there.
Bottom line for your workflow: Run "Wait for Timeframe Close" set to ON and set your alert to "Once Per Bar Close" — every signal you see on a closed candle is confirmed and won't disappear on you.
Indicatore Pine Script®






















