IntradayAFL (no‑repaint)IntradayAFL (No Repaint) Strategy – Invite-Only Script
This invite-only strategy is built upon the popular Supertrend concept and is tailored for intraday trading in Crude Oil, Natural Gas (MCX), F&O, Equity, Forex, and Crypto markets.
While the base logic utilizes ATR-based trend direction, this version has been enhanced with:
🔍 Key Enhancements:
✅ Buy/Sell Labels with Price & Arrows: Shows real-time entries based on confirmed Supertrend crossovers.
✅ Non-Repainting Confirmation: Uses only confirmed bars (barstate.isconfirmed) to avoid repaint issues.
✅ Background Fill Logic: Distinguishes up/down trends visually for better decision-making.
✅ Minimal Lag ATR Settings: Tuned default settings work well across volatile markets.
✅ Multi-Asset Ready: Works across instruments with varying volatility, including MCX & Crypto.
💡 Use Case:
Ideal for day traders or scalpers who rely on trend-following confirmation rather than lagging multi-indicator systems. This script provides a visual interface with minimal distraction and high adaptability.
⚙️ Logic Overview:
Uses confirmed crossover/crossunder of price with the modified Supertrend line.
Avoids repainting by relying on fully confirmed candles only.
On-chart arrows and labels reduce the need for constant indicator monitoring.
⚠️ Disclaimer:
This script is a visual aid for technical analysis. Past performance does not guarantee future results. Use proper risk management. This is not financial advice.
For educational use only.
Indicatori e strategie
✅ Trend Predictor with Breakout and Volume FlowComponents & What Each One Does:
1. Rate of Change (ROC) – Momentum Direction
• Measures the % change in price over a recent period.
• Helps confirm whether price momentum is positive (bullish) or negative (bearish).
2. ADX (Average Directional Index) – Trend Strength
• Tells how strong the current trend is.
• You set the threshold to detect only when the trend is strong enough (default: 15, loosened for more signals).
3. Volume Filter (vs. MA) – Confirm Real Activity
• Confirms breakouts are supported by higher-than-usual volume.
• You use volume > 0.8 × volume average — a looser filter to show more setups.
4. Chaikin Money Flow (CMF) – Smart Money Buying or Selling
• Measures volume-weighted accumulation/distribution over time.
• Helps detect money inflow/outflow, supporting or rejecting trend changes.
5. RSI (Relative Strength Index) – Overbought/Oversold Risk
• Momentum indicator to spot potential reversals from extremes.
• You now have a solid green horizontal line at 30 (oversold), and a red one at 70 (overbought).
6. Bollinger Band vs. Keltner Channel (Squeeze Detection) – Volatility Contraction
• Detects when price volatility compresses, creating a “squeeze”.
• Squeeze zones are shown with a purple background (lightened for visibility).
• These zones often precede explosive moves.
7. Inside Bar Breakout – Price Action Setup
• Looks for candles with lower high and higher low (inside bar), then a breakout of that range.
• This acts as a price action trigger to validate entry.
Frahm FactorIntended Usage of the Frahm Factor Indicator
The Frahm Factor is designed to give you a rapid, at-a-glance assessment of how volatile the market is right now—and how large the average candle has been—over the most recent 24-hour window. Here’s how to put it to work:
Gauge Volatility Regimes
Volatility Score (1–10)
A low score (1–3, green) signals calm seas—tight ranges, low risk of big moves.
A mid score (4–6, yellow) warns you that volatility is picking up.
A high score (7–10, red) tells you to prepare for disorderly swings or breakout opportunities.
How to trade off it
In low-volatility periods, you might favor mean-reversion or range-bound strategies.
As the score climbs into the red zone, consider widening stops, scaling back position size, or switching to breakout momentum plays.
Monitor Average Candle Size
Avg Candle (ticks) cell shows you the mean true-range of each bar over that 24h window in ticks.
When candles are small, you know the market is consolidating and liquidity may be thin.
When candles are large, momentum and volume are driving strong directional bias.
The optional dynamic color ramp (green→yellow→red) immediately flags when average bar size is unusually small or large versus its own 24h history.
Customize & Stay Flexible
Timeframes: Works on any intraday chart—from 1-minute scalping to 4-hour swing setups—because it always looks back exactly 24 hours.
Toggles:
Show or hide the Volatility and Avg-Candle cells to keep your screen uncluttered.
Turn on the dynamic color ramp only when you want that extra visual cue.
Alerts: Built-in alerts fire automatically at meaningful thresholds (Volatility ≥ 8 or ≤ 3), so you’ll never miss regime shifts, even if you step away.
Real-World Applications
Risk Management: Automatically adjust your stop-loss distances or position sizing based on the current volatility band.
Strategy Selection: Flip between range-trading and momentum strategies as the volatility regime changes.
Session Analysis: Pinpoint when during the day volatility typically ramps—perfect for doorway sessions like London opening or the US midday news spikes.
Bottom line: the Frahm Factor gives you one compact dashboard to see the pulse of the market—so you can make choices with conviction, dial your risk in real time, and never be caught off guard by sudden volatility shifts.
Logic Behind the Frahm Factor Indicator
24-Hour Rolling Window
On every intraday bar, we append that bar’s True Range (TR) and timestamp to two arrays.
We then prune any entries older than 24 hours, so the arrays always reflect exactly the last day of data.
Volatility Score (1–10)
We count how many of those 24 h TR values are less than or equal to the current bar’s TR.
Dividing by the total array size gives a percentile (0–1), which we scale and round into a 1–10 score.
Average Candle Size (ticks)
We sum all TR values in the same 24 h window, divide by array length to get the mean TR, then convert that price range into ticks.
Optionally, a green→yellow→red ramp highlights when average bar size is unusually small, medium or large versus its own 24 h history.
Color & Alerts
The Volatility cell flips green (1–3), yellow (4–6) or red (7–10) so you see regime shifts at a glance.
Built-in alertcondition calls fire when the score crosses your high (≥ 8) or low (≤ 3) thresholds.
Modularity
Everything—table location, which cells to show, dynamic coloring—is controlled by simple toggles, so you can strip it back or layer on extra visual cues as needed.
That’s the full recipe: a true 24 h look-back, a percentile-ranked volatility gauge, and a mean-bar-size meter, all wrapped into one compact dashboard.
EMA Crossover with 10-Bar Stop Loss🧠 EMA Crossover Indicator with Dynamic Stop Loss
This indicator is designed to assist traders in identifying trend-based entries with clearly defined risk levels. It plots customizable Fast and Slow EMAs and generates real-time Buy and Sell labels when crossovers occur.
✨ Key Features:
🔁 Buy/Sell Signals: Triggered by EMA crossover logic.
🛑 Dynamic Stop Loss: Calculated using the lowest low or highest high over the past 10 candles.
⚙️ Fully Configurable Inputs: Fine-tune EMA lengths and stop loss lookback.
This tool is especially useful for traders who follow trend confirmation and prefer building consistent risk-based setups. Visual, simple, and adaptable—ideal for backtesting or live chart analysis.
EMA Crossover with Stop Loss LabelEMA Crossover Strategy with Dynamic Stop Loss
This indicator generates Buy and Sell signals based on the crossover of two customizable EMAs. Each signal is accompanied by a real-time Stop Loss, calculated from the previous candle's high or low:
✅ Buy Signal: When Fast EMA crosses above Slow EMA 📍 Stop Loss = Previous candle’s Low
❌ Sell Signal: When Fast EMA crosses below Slow EMA 📍 Stop Loss = Previous candle’s High
Key Features:
User-defined EMA lengths
Clean Buy/Sell labels directly on the chart
Real-time Stop Loss annotations for precision risk management
Ideal for trend-following and swing trading strategies
Fast & Slow QQE + ADX Filteradded adx filter to the QQE Fast/Slow indicator.
Please refer to the previous version
Fast & Slow QQE — Clean Bull/Bear/Neutral ZonesWhen Fast QQE Crosses above Slow QQE and both above 50, buy.
When Fast QQE crosses below Slow QQE and both below 50, Sell.
Otherwise Choppy
Phoenix Gamma indicator 3.0 [DTC] Free🔍 Overview
The Phoenix Gamma Indicator 3.0 Free is a manual gamma level plotting tool designed for traders who track and analyze options market exposure. The indicator allows you to overlay custom-defined Call Walls, Put Walls, and Zero Gamma levels on your chart, making it easier to visually anticipate areas of potential reversal, breakout, or liquidity retrieval.
📈 Key Features
🟨 Zero Gamma Level Plotting
Highlights key balance zones where dealer gamma flips — often signaling range contraction or shifts in volatility.
🔴🟦 Manual Call/Put Walls
Define and display up to 6 price levels marked as Call or Put Walls, representing expected areas of resistance or support based on high open interest.
🔂 Main Gamma Levels as Trade Zones
Use your manually plotted main gamma support and resistance levels as potential entry and exit zones, helping guide your decision-making on reversals, breakouts, or profit targets.
🧩 Flexible Labeling
Choose to display level labels on the left or right side of the screen for maximum visibility.
🎨 Line Style & Color Customization
Easily modify line color and style (solid, dashed, dotted) for each level type.
⏰ Timeframe-Smart Layout
Label offset logic dynamically adjusts based on the current timeframe (intraday vs. daily), maintaining a clean chart appearance.
⚙️ How to Use
In the settings panel, toggle each level you wish to plot.
Manually input the price level and assign its type (Call, Put, or Zero).
Adjust styling and label position to match your preference.
Use plotted levels to identify areas of interest for trade entries, exits, or risk management.
This is especially useful for traders who obtain daily options data externally and want to chart them on TradingView.
🧠 Use Case
Perfect for:
Gamma scalping and options flow trading
SPX/SPY/QQQ/NVDA/TSLA intraday and swing strategies
Traders who analyze open interest and gamma exposure manually
🧑⚖️ Disclaimer
This script does not automatically fetch or calculate data. All gamma levels must be manually entered. This indicator is intended for educational and informational purposes only and does not constitute financial advice. Use at your own discretion.
Pro Trend Dashboard with Option Alerts V10Your All-in-One Dashboard for Smart Options Trading Decisions
This invite-only indicator helps you spot trend direction, entry points, targets, and stop-loss levels with ease.
Designed for both stock and options traders, it provides a clear, visual dashboard with real-time alerts and actionable insights — so you can trade with more confidence and less guesswork.
✅ Key Features:
🔍 Trend Detection with Clarity
Detects bullish, bearish, and sideways trends using a unique combination of fast-moving averages and adaptive logic.
Multi-timeframe trend alignment (e.g., 1H + 15m) for enhanced confirmation.
Automatic trend start time stamps for context.
📉 Options-Ready Targeting
Dynamically calculated target price, stop-loss, and entry range using RSI, ATR and volatility factors.
Real-time labels for Buy Call, Buy Put, Exit Alerts, and Stop Zones.
Built-in logic to help you stay in trades longer and exit with confidence.
📈 Volume Spike & Retest Confirmation
Smart volume filtering using Z-score outlier detection.
Confirm breakout setups only when volume supports the move.
Retest detection logic ensures you’re not chasing false breakouts.
💡 AI-Powered Action Plan
Adaptive action guidance for every bar:
⚠️ Inside Entry Range
✅ Breakout Confirmation
🚨 Stop Loss Zone
❌ Reassess Zones
ℹ️ No Trade Zones
📊 Live Trading Dashboard
Displays:
Trend direction and start time
Volume strength
Trend confidence score (0%–100%)
RSI trend signal and confirmation
Volatility band (%)
Market structure alignment
Retest confirmation
Time to target (in bars)
🔔 Real-Time Alerts
Buy Call / Put alerts on retest or SL level
Target Exit alerts
Entry range breakout and retest confirmations
Volume spike detection
🚀 Ideal For:
Stock and options traders looking for confidence-driven entries and exits
Traders who want to combine technical precision with visual clarity
Swing or intraday traders seeking multi-factor confirmation before execution
BTC/ETH Señales con Alertas vFinal ✅BTC/ETH Signals with Alerts
This script is built for traders who want simple and effective BUY/SELL signals for BTC and ETH — no overcomplicated analysis needed.
🔹 Uses EMA crossovers, MACD signals, and RSI zones to generate entries.
🔹 Includes visual Take Profit (TP) and Stop Loss (SL) levels.
🔹 Best used on intraday timeframes (15m, 30m, 1h).
🔹 Fully compatible with TradingView alerts.
🔹 Great for scalping or swing trading.
📌 How to use:
Add the script to your chart.
Select BTCUSD or ETHUSD.
Go to “Create Alert” → choose “Buy Alert” or “Sell Alert”.
Set the frequency to “Once Per Bar”.
That’s it! You’ll get real-time alerts for trading opportunities.
Strong Holders MomentumThis indicator is called "Strong Holders Momentum" (SH Momentum) and is a modified oscillator that analyzes the difference between two moving averages (fast and slow) across different timeframes. Its primary purpose is to identify trend strength and direction, as well as potential reversal points.
This indicator detects early momentum shifts in assets approaching key reversal zones by tracking:
- Convergence of the smoothed moving average (SMMA)
- Trend confirmation across multiple timeframes
- Visual assessment of momentum intensity
### Key Features:
1. Dual Smoothed Moving Averages (SMMA)
- Uses two modified moving averages (SMMA — Smoothed Moving Average) with different periods:
- `fast_length` (default: 4) — fast MA.
- `slow_length` (default: 12) — slow MA.
- The difference between them (`ma_diff = fast_ma - slow_ma`) generates the primary signal.
2. Higher Timeframe Analysis
- The indicator automatically calculates the moving average difference (`ma_diff`) on a higher timeframe (`res_multi` times larger than the current one) to determine the global trend.
- Example: If the current timeframe is 1H and `res_multi = 3`, the higher timeframe will be 3H.
3. Visualization:
- Histogram (bars) — displays the current `ma_diff` value. Color depends on the direction and position relative to zero.
- Lines — duplicates the histogram as a line.
- Background — shaded red/green based on the higher timeframe trend direction.
4. Color Scheme:
- Above zero and rising: Light green (`#81C784`).
- Below zero and rising: Deep green (`#26A69A`).
- Above zero and falling: Bright red (`#EF5350`).
- Below zero and falling: Light pink (`#FFCDD2`).
Signal Interpretation:
- Green bars: Increasing bullish momentum.
- Red bars: Growing bearish pressure.
- Background color: Trend bias on the higher timeframe (red = bearish, green = bullish).
### Logic:
- A rising `ma_diff` indicates strengthening momentum.
- Zero-line crossovers may signal a trend reversal.
- Divergence between current and higher timeframes (e.g., uptrend on lower TF vs. downtrend on higher TF) can warn of trend weakness.
### Applications:
- Trend strategies: Buy when the histogram rises above zero; sell when it falls below.
- Trend filter: Alignment of directions across timeframes strengthens signals.
- Divergences: Discrepancies between price and indicator may hint at reversals.
This indicator combines features of MACD (MA difference) and Momentum.
Super MTF Clouds (4x3 Pairs)Overview:
This script is based on Ripster's MTF clouds, which transcends the standard moving average cloud indicator by offering a powerful and deeply customizable Multi-Timeframe (MTF) analysis. Instead of being limited to the moving averages of your current charts from the current timeframe, this tool allows you to project and visualize the trend and key support/resistance zones from up to 4 different timeframes simultaneously. User can input up to 6 different EMA values which will form 3 pairs of EMA clouds, for each of the timeframes.
The primary purpose is to provide traders with immediate confluence. By observing how price interacts with moving average clouds from higher timeframes (e.g., Hourly, Daily, Weekly), you can make more informed decisions on your active trading timeframe (e.g., 10 Minute). It's designed as a complete MTF Cloud toolkit, allowing you to display all necessary MTFs in a single script to build a comprehensive view of the market structure without having to flick to different timeframe to look for cloud positions.
Key features:
Four Independent Multi-Timeframe Slots: Each slot can be assigned any timeframe available on TradingView (e.g., D, W, M, 4H).
Three MA Pairs Per Timeframe: For each timeframe, configure up to three separate MA clouds (e.g., a 9/12 EMA pair, a 20/50 EMA pair, and a 100/200 SMA pair).
Complete Customisation: For every single moving average (24 in total), you can independently control:
MA Type: Choose between EMA or SMA.
Length: Any period you require.
Line Color: Full colour selection.
Line Thickness: Adjust the visual weight of each line.
Cloud Control: For every pair (12 in total), you can set the fill colour and transparency.
How To Use This Script:
This tool is best used for confirmation and context. Here are some practical strategies that one can adopt:
Trend Confluence: Before taking a trade based on a signal on your current timeframe, glance at the higher timeframe clouds. If you see a buy signal on the 15-minute chart and the price is currently trading above a thick, bullish Daily cloud, the probability of that trade succeeding is significantly higher. Conversely, shorting into strong HTF support is a low-probability trade.
Dynamic Support & Resistance: The edges of the higher timeframe clouds often act as powerful, dynamic levels of support and resistance. A pullback to the 4-Hour 50 EMA on your 15-minute chart can be a prime area to look for entries in the direction of the larger trend.
Gauging Market Regimes: Use the toggles in the settings to quickly switch between different views. You can have a "risk-on" view with short-term clouds and a "macro" view with weekly and monthly clouds. This helps you adapt your trading style to the current market conditions.
Key Settings:
1. Global Setting
Source For All MAs: This determines the price data point used for every single moving average calculation.
Default: hl2 (an average of the High and Low of each bar). This gives a smooth midpoint price.
Options: You can change this to Close (the most common method), Open, High, Low, or ohlc4 (an average of the open, high, low, and close), among others.
Recommendation: For most standard trend analysis, the default hl2 is the common choice.
2. The Timeframe Group Structure
The rest of the settings are organized into four identical, collapsible groups: "Timeframe 1 Settings" through "Timeframe 4 Settings". Each group acts as a self-contained control panel for one multi-timeframe view.
Within each timeframe group, you have two master controls:
Enable Timeframe: This is the main power switch for the entire group. Uncheck this box to instantly hide all three clouds and lines associated with this timeframe. This is perfect for quickly decluttering your chart or focusing on a different set of analyses.
Timeframe: This dropdown menu is the heart of the MTF feature. Here, you select the higher timeframe you want to analyse (e.g., 1D for Daily, 1W for Weekly, 4H for 4-Hour). All calculations for the three pairs within this group will be based on the timeframe you select here.
3. Pair-Specific Controls
Inside each timeframe group, there are three sections for "Pair 1", "Pair 2", and "Pair 3". These control each individual moving average cloud.
Enable Pair: Just like the master switch for the timeframe, this checkbox turns a single cloud and its two MA lines on or off.
For each pair, the settings are further broken down:
Moving Average Lines (A and B): These two rows control the two moving averages that form the cloud. 'A' is typically used for the shorter-period MA and 'B' for the longer-period one.
Type (A/B): A dropdown menu to select either EMA (Exponential Moving Average) or SMA (Simple Moving Average). EMAs react more quickly to recent price changes, while SMAs are smoother and react more slowly.
Length (A/B): The lookback period for the moving average (e.g., 21, 50, 200).
Color (A/B): Sets the specific colour of the MA line itself on your chart.
Cloud Fill Settings
Fill Color: This controls the colour of the shaded area (the "cloud") between the two moving average lines. For a consistent look, you can set this to the same colour as your shorter MA line.
Transparency: Controls how see-through the cloud is, on a scale of 0 to 100. 0 is a solid, opaque colour, while 100 is completely invisible. The default of 85 provides a light, "cloud-like" appearance that doesn't obscure the price action.
----------------------------------------------------------------------
If anything is not clear please let me know!
Retailtraderz DivergencesThis is a script that shows divergences as part of the Retailtraderz Suite.
Completely unique creation of my own using my masterpiece!
Volatility RSI Breakout + Volume Filter [v6]This indicator is designed for my dca bot as entry signal. It combines four key conditions to generate high-probability buy/sell signals:
RSI Momentum Filter – Detects early strength or weakness before extreme overbought/oversold levels.
Bollinger Band Breakout – Confirms price expansion beyond recent volatility ranges.
Volume Spike Filter – Ensures breakout moves are supported by increased trader activity.
ATR Volatility Threshold – Trades are only allowed in sufficiently volatile environments.
The indicator plots:
Buy/Sell labels directly on the chart when all conditions are met.
Ultimate Regression Channel v5.0 [WhiteStone_Ibrahim]Ultimate Regression Channel v5.0: Comprehensive User Guide
This indicator is designed to visualize the current trend, potential support/resistance levels, and market volatility through a statistical analysis of price action. At its core, it plots a regression line (a trend line) based on prices over a specific period and adds channels based on standard deviation around this line.
1. Core Features and Settings
Length Mode:
Numerical (Manual): You define the number of bars to be used for the regression channel calculation. You can use lower values (e.g., 50-100) for short-term analysis and higher values (e.g., 200-300) to identify long-term trends.
Automatic (Based on Market Structure): This mode automatically draws the channel starting from the highest high or lowest low that has formed within the Auto Scan Period. This allows the indicator to adapt itself to significant market turning points (swing points), which is highly useful.
Regression Model:
Linear: Calculates the trend as a straight line. It generally works well in stable, short-to-medium-term trends.
Logarithmic: Calculates the trend as a curved line. It more accurately reflects price action, especially on long-term charts or for assets that experience exponential growth/decline (like cryptocurrencies or growth stocks).
Channel Widths:
These settings determine how far from the central trend line (in terms of standard deviations) the channels will be drawn.
The 0 (Inner), 1 (Middle), and 2 (Outer) channels represent the "normal" range of price movement and the "extreme" zones. Statistically, about 95% of all price action occurs within the outer channels (2nd standard deviation).
2. Visual Extras and Their Interpretation
Breakout Style:
This feature alerts you when the price closes above the uppermost channel (Channel 2) with a green arrow/background or below the lowermost channel with a red arrow/background.
This is a very important signal. A breakout can signify that the current trend is strengthening and likely to continue (a breakout/trend-following strategy) or that the market has become overextended and may be due for a reversal (an exhaustion/top-bottom signal). It is critical to confirm this signal with other indicators (e.g., RSI, Volume).
Info Label:
This provides an at-a-glance summary of the channel on the right side of the chart:
Trend Status: Identifies the trend as "Uptrend," "Downtrend," or "Sideways" based on the slope of the centerline. The Horizontal Threshold setting allows you to filter out noise by treating very small slopes as "Sideways."
Regression Model and Length: Shows your current settings.
Trend Slope: A numerical value representing how steep or weak the trend is.
Channel Width: Shows the price difference between the outermost channels. This is a measure of current volatility. A widening channel indicates increasing volatility, while a narrowing one indicates decreasing volatility.
3. What Users Should Pay Attention To & Best Practices
Define Your Strategy: Mean Reversion or Breakout?
Mean Reversion: If the market is in a ranging or gently trending phase, the price will tend to revert to the centerline after hitting the outer channels (overbought/oversold zones). In this case, the outer channels can be considered opportunities to sell (upper channel) or buy (lower channel).
Breakout: If a strong trend is in place, a price close beyond an outer channel can be a sign that the trend is accelerating. In this scenario, one might consider taking a position in the direction of the breakout. Correctly analyzing the current market state (ranging vs. trending) is key to deciding which strategy to employ.
Don't Use It in Isolation: No indicator is a holy grail. Use the Regression Channel in conjunction with other tools. Confirm signals with RSI divergences for overbought/oversold conditions, Moving Averages for the overall trend direction, or Volume indicators to confirm the strength of a breakout.
Choose the Right Model: On shorter-term charts (e.g., 1-hour, 4-hour), the Linear model is often sufficient. However, on long-term charts like the daily, weekly, or monthly, the Logarithmic model will provide much more accurate results, especially for assets with parabolic movements.
The Power of Automatic Mode: The Automatic length mode is often the most practical choice because it finds the most logical starting point for you. It saves you the trouble of adjusting settings, especially when analyzing different assets or timeframes.
Use the Alerts: If you don't want to miss the moment the price touches a key channel line, set up an alert from the Alert Settings section for your desired line (e.g., only the "Outer Channels"). This helps you catch opportunities even when you are not in front of the screen.
Failed 2U/2D + 50% Retrace ScannerScan Number 1 for SPY,SPX, QQQ, AAPL
📈 Multi-Ticker Failed 2U/2D Scanner with Daily Retrace & Market Breadth Table
This TradingView indicator is a multi-symbol price action scanner designed to catch high-probability reversal signals using The Strat’s failed 2U/2D patterns and daily 50% retrace logic, while also displaying market breadth metrics ( USI:TICK and USI:ADD ) for context.
Monitored Symbols:
SPY, SPX, QQQ, IWM, NVDA, AMD, AAPL, META, MSTR
🔍 Detection Logic
1. Failed 2U / Failed 2D Setups
Failed 2U: Price breaks above the previous candle’s high but closes back below the open → Bearish reversal
Failed 2D: Price breaks below the previous candle’s low but closes back above the open → Bullish reversal
Timeframes Monitored:
🕐 1-Hour (1H)
⏰ 4-Hour (4H)
2. Daily 50% Candle Retrace
Checks if price has retraced 50% or more of the previous day’s candle body
Highlights potential trend exhaustion or reversal confluence
3. Market Breadth Metrics (Display Only)
USI:TICK : Measures real-time NYSE up vs. down ticks
USI:ADD : Advance-Decline Line (net advancing stocks)
Not used in signal logic — just displayed in the table for overall market context
🖼️ Visual Elements
✅ Chart Markers
🔺 Red/Green Arrows for 1H Failed 2U/2D
🟨 Yellow Squares for 4H Failed 2U/2D
Visual markers are plotted directly on the relevant candles
📊 Signal Table
Lists all 9 tickers in rows
Columns for:
1H Signal
4H Signal
Daily 50% Retrace
USI:TICK Value
USI:ADD Value
Color-Coded Cells:
🔴 Red = Failed 2U
🟢 Green = Failed 2D
⚠️ Highlight if 50% Daily Retrace condition is true
🟦 Neutral-colored cells for TICK/ADD numeric display
🔔 Alerts
Hardcoded alerts fire when:
A 1H or 4H Failed 2U/2D is detected
The Daily 50% retrace condition is met
Each alert is labeled clearly by symbol and timeframe:
"SPY 4H Failed 2D"
"AAPL Daily 50% Retrace"
🎯 Use Case
Built for:
Reversal traders using The Strat
Swing or intraday traders watching hourly setups
Traders wanting quick visual context on market breadth without relying on it for confirmation
Monitoring multiple tickers in one clean view
1h can be used for Intraday trades
4h for possible short swing
Do your own ta
MNQ 5m Scalp MasterKey Features of This MNQ Scalping Indicator
Multi-Layered Signal Confirmation
This indicator combines six confirmation layers: choppiness filter (trending markets only), RSI momentum crossovers, MACD trend strength, EMA alignment, volume confirmation through OBV, and price position relative to VWAP.
Choppiness Filter
The indicator only generates signals when the Choppiness Index is below 60, ensuring you trade only during trending or mildly trending market conditions rather than choppy, sideways markets.
Momentum-Based Entry System
Long signals require fast RSI above slow RSI with RSI above 50, MACD line above signal line and above zero, EMAs in bullish alignment, OBV above its EMA, and price above VWAP. Short signals use the inverse conditions.
ATR-Based Risk Management
The indicator displays current ATR values and includes ATR multiplier settings for systematic stop-loss and profit target calculations at 1.5x ATR, following professional scalping risk management protocols.
Visual Trade Confirmation
Background colors indicate market state (green for bullish trending, red for bearish trending, gray for choppy), while clear entry and exit signals are marked with triangles and crosses respectively.
Real-Time Market Dashboard
The indicator includes a real-time table showing choppiness index, RSI values, ATR, trend state, and market condition to help you make informed decisions without emotional interference.
This systematic approach addresses your emotional trading challenges by providing clear, objective entry and exit criteria based on multiple confirming factors, specifically optimized for MNQ's volatility patterns and 5-minute scalping requirements.
Failed 2U/2D + 50% Retrace Scanner📈 Multi-Ticker Failed 2U/2D Scanner with Daily Retrace & Market Breadth Table
This TradingView indicator is a multi-symbol price action scanner designed to catch high-probability reversal signals using The Strat’s failed 2U/2D patterns and daily 50% retrace logic, while also displaying market breadth metrics ( USI:TICK and USI:ADD ) for context.
Monitored Symbols:
SPY, SPX, QQQ, IWM, NVDA, AMD, AAPL, META, MSTR
🔍 Detection Logic
1. Failed 2U / Failed 2D Setups
Failed 2U: Price breaks above the previous candle’s high but closes back below the open → Bearish reversal
Failed 2D: Price breaks below the previous candle’s low but closes back above the open → Bullish reversal
Timeframes Monitored:
🕐 1-Hour (1H)
⏰ 4-Hour (4H)
2. Daily 50% Candle Retrace
Checks if price has retraced 50% or more of the previous day’s candle body
Highlights potential trend exhaustion or reversal confluence
3. Market Breadth Metrics (Display Only)
USI:TICK : Measures real-time NYSE up vs. down ticks
USI:ADD : Advance-Decline Line (net advancing stocks)
Not used in signal logic — just displayed in the table for overall market context
🖼️ Visual Elements
✅ Chart Markers
🔺 Red/Green Arrows for 1H Failed 2U/2D
🟨 Yellow Squares for 4H Failed 2U/2D
Visual markers are plotted directly on the relevant candles
📊 Signal Table
Lists all 9 tickers in rows
Columns for:
1H Signal
4H Signal
Daily 50% Retrace
USI:TICK Value
USI:ADD Value
Color-Coded Cells:
🔴 Red = Failed 2U
🟢 Green = Failed 2D
⚠️ Highlight if 50% Daily Retrace condition is true
🟦 Neutral-colored cells for TICK/ADD numeric display
🔔 Alerts
Hardcoded alerts fire when:
A 1H or 4H Failed 2U/2D is detected
The Daily 50% retrace condition is met
Each alert is labeled clearly by symbol and timeframe:
"META 4H Failed 2D"
"AAPL Daily 50% Retrace"
🎯 Use Case
Built for:
Reversal traders using The Strat
Swing or intraday traders watching hourly setups
Traders wanting quick visual context on market breadth without relying on it for confirmation
Monitoring multiple tickers in one clean view
This is scan 2
Add scan 1 for spx, spy, iwm, qqq, aapl
This indicator is not financial advice. Use the alerts to check out chart and when tickers trigger.
Novo Algo: TrendCore AI🧠 Novo Algo: TrendCore AI – Precision Meets Intelligence
Harness the power of multi-dimensional trend analysis with TrendCore AI — a cutting-edge trading indicator engineered by Novo Algo. Built on proprietary logic inspired by machine learning principles, TrendCore AI dynamically evaluates market behavior using a structured score-based engine to deliver high-probability trend signals.
This advanced tool integrates real-time market context, volatility shifts, and price pattern dynamics into a unified decision layer — visualized through intelligent shape signals and an adaptive scoring matrix. Whether you're a discretionary trader or running algorithmic systems, TrendCore AI helps you decode directional bias with clarity, consistency, and confidence.
✔ Adaptive scoring logic
✔ Signal de-cluttering with smart filtering
✔ Machine-inspired trend continuation modeling
✔ Built-in visualization for real-time market insight
"At the core of every market move lies structure. TrendCore AI reveals it."
EMA, VWAP"Streamline your technical analysis with this 'all-in-one' TradingView indicator. It efficiently displays three Exponential Moving Averages (EMAs) alongside the Volume Weighted Average Price (VWAP) on a single plot, offering a simple yet effective way to gauge market direction and true value."