VIX Filter/RSI/EMA Bias/Cum-TICK w/ Exhaustion Zone DashboardThis all-in-one dashboard gives intraday traders a real-time visual read of market conditions, combining volatility regime, trend bias, momentum exhaustion, and internal strength — all in a fully customizable overlay that won’t clutter your chart.
📉 VIX Market Regime Detector
Identifies "Weak", "Normal", "Volatile", or "Danger" market states based on customizable VIX ranges and symbol (e.g., VXN or VIX).
📊 RSI Momentum Readout
Displays real-time RSI from any selected timeframe or symbol, with adjustable length, OB/OS thresholds, and color-coded exhaustion alerts.
📈 EMA Trend Bias Scanner
Compares fast and slow EMAs to define bullish or bearish bias, using your preferred timeframe, symbol, and EMA lengths — ideal for multi-timeframe setups.
🧠 Cumulative TICK Pressure & Exhaustion Engine
Analyzes internal market strength using cumulative TICK data to classify conditions as:
-Strong / Mild Bullish or Bearish Pressure
-Choppy / No Edge
-⚠️ Exhaustion Zones — when raw TICK values hit extreme highs/lows, a separate highlight box appears in the dashboard, warning of potential turning points
All logic is customizable, including TICK symbol, timeframes, thresholds, and lookback periods.
Scalpers and day traders who want fast, visual insight into market internals, exhaustion, and trend bias.
Multitimeframe
Ultimate indicatorThis script identifies and plots key price action concepts directly onto your chart. It automatically draws:
Swing Levels: Recent swing highs and lows.
Fair Value Gaps (FVGs): Price imbalances on the current timeframe.
Inverted Fair Value Gaps (iFVGs): FVGs that have been fully filled and may now act as resistance or support.
Higher Timeframe FVGs: FVGs from the 1-hour, 4-hour, and daily charts to provide multi-timeframe context.
All features are customisable, allowing you to toggle them on or off and change their colours and the number of instances displayed.
In-depth Summary:
User Inputs & Customisation
The script is highly configurable through a user-friendly settings panel. Traders can tailor the indicator to their specific strategy and visual preference. The inputs are grouped for clarity:
Swing Levels: You can turn the swing level lines on or off, define the sensitivity for detecting a pivot high/low (Pivot Length Left/Right), and set the maximum number of recent swing lines to display, which helps to keep the chart clean.
Current TF FVGs: This section controls the visibility of Fair Value Gaps (FVGs) and Inverted Fair Value Gaps (iFVGs) on the timeframe you're currently viewing. You can set the maximum number of FVG boxes to show and customise the colours for bullish FVGs, bearish FVGs, and their inverted counterparts.
Higher Timeframe FVGs: You can choose to overlay FVGs from the 1-hour (H1), 4-hour (H4), and Daily (D1) charts. Each timeframe's bullish and bearish FVG has its own unique colour setting, making it easy to distinguish between them. This feature only works when viewing a timeframe lower than the one selected (e.g., you can see H4 FVGs on an M15 chart, but not on a D1 chart).
Swing Level Logic 📈
This part of the script identifies significant turning points in the market, often used to gauge market structure and liquidity.
Plotting: When a new swing high or low is confirmed, the script draws a horizontal line from that price level forwards in time. By default, swing high lines are maroon, and swing low lines are green.
Invalidation: These lines represent potential support or resistance. The script monitors price action in relation to these levels. If the price closes above a swing high line, that level is considered broken or "invalidated." The script then stops extending the line and changes its colour to a fainter shade to signify it has been breached. The same logic applies to swing lows when the price closes below them.
Fair Value Gap (FVG) & iFVG Logic 📊
This is the core of the indicator, focusing on identifying price inefficiencies or imbalances, a key concept in many modern trading strategies.
Visualisation: An FVG is drawn as a coloured box that extends from the moment it's formed. Bullish FVGs are typically green, and bearish FVGs are red. A dashed line is also plotted at the 50% mark of the FVG, known as the Consequent Encroachment (CE).
Interaction and Mitigation: As the price moves, the script updates the FVG boxes. If the price enters an FVG but doesn't fully pass through it, the box's boundary is adjusted to show how much of the gap has been "mitigated" or filled.
Inversion (iFVG): If the price closes completely through an FVG (e.g., a close below a bullish FVG), that FVG is considered "inverted" and now becomes an iFVG. The script changes the box's colour (e.g., a filled bullish FVG might turn red) to show that this area may now act as the opposite of its original intention (i.e., a filled bullish FVG could become resistance).
Invalidation: An iFVG is removed from the chart if the price breaks back through its original range, indicating it no longer holds as support or resistance.
Updates to come include:
Fixing HTF overlay FVG Boxes:
Overlaps same FVG
Changes HTF FVG from LTF candle even if HTF FVG hasn't closed.
Swing HTF Overlay:
Adding H1/H4/Daily highs/lows (higher tf takes priority)
Adding PDL/PDH & Killzone Lows (toggle)
Maybe adding true day open w/ 8.30/9.30 open (3 toggles)
SMT:
Adding current TF SMT, M15 displays M15 SMT.
HTF overlay, M15 with HTF toggle on will display H1/H4/D SMT (higher tf takes priority)
HX EMA systemIntraday EMEA system with a fixed 800 on the 1minute no matter what time frame you are looking at.
50MA cloud as well with bullish bearish cloud.
Previous Close LabelSee the previous close price label. Combine it with Multi Timeframe Bar Replay Fix indicator in the Bar Replay mode.
Internal Pivot Pattern [LuxAlgo]The Internal Pivot Pattern indicator is a novel method allowing traders to detect pivots without excessive delay on the chart timeframe, by using the lower timeframe data from a candle.
It features custom colors for candles and zigzag lines to help identify trends. A dashboard showing the accuracy of the pattern is also included.
🔶 USAGE
We define a pivot as the occurrence where the middle candle over a specific interval (for example, the most recent 21 bars) is the highest (pivot high) or the lowest (pivot low). This method commonly allows for identifying swing highs/lows on a trader's chart; however, this pattern can only be identified after a specific number of bars has been formed, rendering this pattern useless for real-time detection of swing highs/lows.
This indicator uses a different approach, removing the need to wait for candles to form on the user chart; instead, we check the lower timeframe data of the current candle and evaluate for the presence of a pivot given the internal data, effectively providing pivot confirmation at the candle close.
An internal pivot low pattern is indicative of a potential uptrend, while an internal pivot high is indicative of a potential downtrend.
Candles are colored based on the last internal pivot detected, with blue candle colors indicating that the most recent internal pivot is a pivot low, indicating an uptrend, while an orange candle color indicates that the most recent internal pivot is a pivot high, indicating a downtrend.
🔹 Timeframes
The timeframe setting allows controlling the amount of lower timeframe data to consider for the internal pivot detection. This setting must be lower than the user's chart timeframe.
Using a timeframe significantly lower than the user chart timeframe will evaluate a larger amount of data for the pivot detection, making it less frequent, while using a timeframe closer to the chart timeframe can make the internal pivot detection more frequent, and more prone to false positives.
🔹 Accuracy Dashboard
The Accuracy Dashboard allows evaluating how accurate the detected patterns are as a percentage, with a pattern being judged accurate if subsequent patterns are detected higher or lower than a previous one.
For example, an internal pivot low is judged accurate if the following internal pivot is higher than it, indicating that higher highs have been made.
This dashboard can be useful to determine the timeframe setting to maximize the respective internal pivot accuracy.
🔶 SETTINGS
Timeframe: Timeframe for detecting internal swings
Accuracy Dashboard: Enable or disable the Accuracy Dashboard.
🔹 Style
Internal Pivot High: Color of the dot displayed upon the detection of an internal pivot high
Internal Pivot Low: Color of the dot displayed upon the detection of an internal pivot low
Zig-Zag: Color of the zig-zag segments connecting each internal pivot
Candles: Enable candle coloring, with control over the color of the candles highlighting the detected trend
Order Blocks with FVG Mult-TimeFrameOverview
This script helps visualize Order Blocks (OBs) and Fair Value Gaps (FVGs) — key concepts used in institutional-style price action analysis. It is designed to support technical traders by identifying potential areas of interest based on past price imbalances and structural shifts.
Key Features
Automatically highlights bullish and bearish Order Blocks.
Detects Fair Value Gaps based on market inefficiencies.
Supports all timeframes, with best performance observed on 30-minute and 1-hour charts.
Clean visual layout for better market structure interpretation.
Use Case
This indicator can assist users in conducting price-based technical analysis, especially in identifying regions where price might react due to historical supply/demand imbalances. It is meant to serve as a visual aid within broader trading systems.
⚠️ This script is for educational and informational purposes only. It does not constitute financial advice or offer any guarantee of performance.
STOCK SCHOOL | SWING TRACKER Swing Tracker is a powerful tool that automatically identifies Higher Highs (HH), Higher Lows (HL), Lower Highs (LH), and Lower Lows (LL) directly on the chart, helping traders clearly understand market structure and trend direction. Designed for price action traders, it works seamlessly across all timeframes and instruments, offering clean visual labels for swing points to spot trend continuations or potential reversals. Whether you're following the trend or looking for structure shifts, Swing Tracker keeps you aligned with price action for smarter, more confident trading decisions.
Swing Strategy MTF with Auto SL/TP + Weekly Pivotsested and Working Notes:
Works on any intraday chart (like 1H or 4H)
Uses Daily trend for confirmation by default
Adjust trend EMAs or pivot TF if needed
Wait for a signal label after candle close
Targets and SL are drawn automatically
—
🚀 Trendline Breakout 5-15-1hr-4hrs-DAY-WEEK (HTF) edegranoMonitor all trendline breakouts on every timeframe. Changing the timeframe would not affect the trendline.
🎯 RSI Divergence + Probable Return Zones edegranoRSI divergence and the most probable Pullback return zones
Session Highs and Lows Indicator (DST + Editable Times)Previous session highs and lows labeled for NY, Asia, and London. Key component in swing strategies are finding levels for price to respect and to chase and a very strong level is the previous session's high or low. Adjustable settings to view specific time windows and customizable color settings for your own preference.
🔫 10:00 AM Candle Range – Bhavishya Sniper ScriptMarks the 10:00 AM candle high and low for intraday breakout trading. Designed for Bhavishya’s sniper entry system during Trading Reset 3.0."
VWAP MultiCombined IntradayIncluded all VWAP in One for intraday purpose.
User will get S W M Q Y Decade Century Vwap at Single Combined.
This will helps to find levels who uses vwap on routine basis.
KVS-Önceki Kapanışlar-Fib-Free-Fix 2-v6New Features Added..
This indicator visualizes previous daily, weekly, monthly and yerly high, low, and 50% (mid) levels on the chart, enabling traders to analyze key price levels. It also offers the option to draw Fibonacci levels between these ranges, enhancing technical analysis. With customizable settings, it is suitable for various markets and timeframes.FeaturesPrevious Levels: Plots previous daily, weekly, monthly and yearly high, low, and 50% (mid) levels. Users can select how many days, weeks, or months back to analyze.
Fibonacci Levels: Supports Standard or Percentage-based Fibonacci levels.
Reverse Mode: Allows reversing the direction of Fibonacci levels to align with bullish or bearish trends.
Active Fib 50% Line: Dynamically displays the 50% level of the Fibonacci range where the price is currently located.
Customizable Visuals: Line styles, widths, colors, and label positions can be adjusted by the user.
Label Options: Fibonacci level labels (ratios/percentages) and price value labels can be independently shown or hidden.
UsageLevel Options: Enable daily, weekly, monthly or yearly levels and specify how many periods back to look.
Fibonacci Settings: Activate Fibonacci levels, choose between Standard or Percentage-based types, reverse the direction if needed, and customize labels.
Active Fib 50% Line: Use this feature to visualize the midpoint of the current Fibonacci range.
Color and Line Settings: Adjust the colors, styles, and widths of lines and labels to match your trading strategy.
Label Offsets: Customize the position of Fibonacci level and price labels on the chart.
NotesThe indicator is versatile and can be used across markets such as stocks, forex, and cryptocurrencies, as well as all timeframes.
Daily levels work on intraday and daily charts, weekly levels on weekly and lower charts, and monthly levels on all charts.
Tailor the settings to your strategy for optimal visualization.
ALNADAMomentum indicator try to discover market turning points early, using trend, divergence, and momentum.
Yanirax Model with start date (V1.2)The Yanirax Model with Start Date (V 1.2) is a modification of the original Yanirax Model (V 1.1), which allows you to choose the date from which the calculations of the models contained in the Yanirax Model (Macrostructure, YNRX, YNRY, RSG, and MBI) begin.
For most classic assets to be traded (S&P500, DAX40, Gold, Crude Oil, etc.), the original date from which the Trading View data starts allows the model to be plotted correctly. However, for other assets, choosing the start period for the calculations allows the model to be better adjusted and achieves better detection of market highs and lows.
Low Risk SwingerOne can cosider this indicator Low Risk Swinger on higher time frames for better accuracy. Combine this indicator with price action and smart money concept for profit making.
Breakout Range Signal with Quality Analysis [Dova Lazarus]📌 Breakout Range Signal with Quality Analysis
🎓 Training-focused indicator for breakout logic, SL & TP behavior and signal quality assessment
🔷 PURPOSE
This tool identifies breakout candles from a calculated channel range and visually simulates entries, stop losses, and take profits, providing live and historical performance metrics.
⚙️ MAIN SETTINGS
1️⃣ Channel Setup
channel_length = 10 → how many candles are averaged to form channel boundaries
channel_multiplier = 0.0 → adds expansion above/below the base channel
channel_smoothing_type = SMA → smoothing method for high/low averaging
📊 The channel consists of two moving averages: one from highs, the other from lows. When expanded (via multiplier), it creates a buffer range for breakout validation.
2️⃣ Signal Detection
Body > Channel % = 50 → a breakout candle's body must exceed 150% of the channel width
Signal Mode:
• Weak → every valid breakout candle is highlighted
• Strong → only the first signal in a sequence is shown (helps reduce noise)
🟦 Bullish signals (blue):
• Candle opens inside the channel
• Closes above the channel
• Body is large enough
• Optional: confirms with trend (if enabled)
🟨 Bearish signals (yellow):
• Candle opens inside the channel
• Closes below the channel
• Body is large enough
• Optional: confirms with trend
3️⃣ Trend Filter (optional)
Enabled via checkbox
Uses a higher timeframe MA to filter signals
Bullish signals are allowed only if price is below the trend MA
Bearish signals only if price is above it
⏱️ trend_timeframe = 1D (typically set higher than the chart's timeframe)
🟢 Trend line is plotted if enabled
🎯 ENTRY, STOP LOSS & TAKE PROFIT LOGIC
SL and TP are based on channel width, not fixed pip/tick size:
📍 Entry Price = close of the breakout candle
🛑 Stop Loss:
• Bullish → below the lower channel border (minus offset)
• Bearish → above the upper channel border (plus offset)
🎯 Take Profit:
• Bullish → entry + channel width × profit multiplier
• Bearish → entry − channel width × profit multiplier
You can control:
Profit Target Multiplier (e.g., 1.0 → TP = 1×channel width)
Stop Loss Target Multiplier (e.g., 0.5 → SL = 0.5×channel width)
Signals to Show = how many historical SL/TP setups to display
📈 Lines and labels ("TP", "SL") are drawn on the chart for clarity.
🧪 QUALITY ANALYSIS MODULE
If enabled, the indicator will:
Track each new signal (entry, SL, TP)
Analyze outcomes:
• Win = TP hit before SL
• Loss = SL hit before TP
• Expired = signal unresolved after N bars
Display statistics in a table (top-right corner):
📋 Table fields:
✅ Overall win rate
📈 Bullish win rate
📉 Bearish win rate
🔢 Total signals
🕓 Pending (still active trades)
Maximum bars to wait for outcome is customizable (max_bars_to_analyze).
📐 VISUALIZATION TOOLS
TP / SL lines per signal
Labels “TP” and “SL”
Optional channel lines and trendline for better context
Colored bars for valid signals (blue/yellow)
📌 BEST USE CASES
Understand how breakout signals are formed
Learn SL/TP logic based on dynamic range
Test how volatility affects trade outcomes
Use as a visual simulation of trade behavior over time
Sessions 13-Zones ValentijnJelteA simple indicator to display multiple sessions within sessions. For example, you can divide the New York session into different time slots of 3 hours, 1 hour, and 30 minutes, or whatever you need for your analysis.
EMA+ATR Band MTF Trend EntryThis is a Multi-Timeframe Trend Trading indicator strategy adapted from Sahil Rohmehtra’s Mentorship programme. The trading decision is made by first accessing the trend in higher timeframe (say Monthly) by using TWO EMAs. If the faster EMA (say 20 period) is above Slower EMA (say 50 period) and the price is above slower EMA then the trend is suitable for buyers. Similarly if faster EMA is below slow EMA and the price is below that then trend is suitable for sellers.
Once we access the trend in the higher timeframe we move to the lower timeframe (say Weekly) and access the 5-period RSI value. If RSI is below 30 then we can prepare for possible buy entry in lower (Daily) timeframe if entry conditions are met in daily timeframe. Similarly sell bias can be initiated when the higher timeframe EMA trend is down, daily RSI is above 70 and sell entry condition is met in daily timeframe. The RSI thresholds can be changed by the user.
Once we identified the RSI bias then wait for the confirmation candle in the lower timeframe (say 1 hour). In the entry timeframe we plot a band of 20 EMA of LOWs ± 1 ATR lines. Here,we wait for a candle to close above the 20 EMA of LOWs + 1 ATR for a buy signal with an increase in On Balance Volume (OBV) value. Similarly for sell signal we should get a candle close below the 20 EMA of LOWs - 1 ATR with corresponding change in OBV. This candle is the signal candle.
Once we get a Buy or Sell signal the corresponding stop loss is the nearest LOW - 1 ATR or HIGH + 1 ATR. The ATR scaling may be changed by the user. Now if another candle closes above the high of the buy signal candle then enter on buy. If the low of the buy signal candle is broken then it is a potential short-term sell entry. Similarly if another candle closes below the sell signal candle then enter short and if there is a close above high of the signal candle then it is a potential buy entry.
Pi Cycle | AlchimistOfCryptoPi Cycle Top Indicator - A Powerful Market Phase Detector
Developed by AlchimistOfCrypto
🧪 The Pi Cycle uses mathematical harmony to identify Bitcoin market cycle tops
with remarkable precision. Just as elements react at specific temperatures,
Bitcoin price behaves predictably when these two moving averages converge! 🧬
⚗️ The formula measures when the 111-day SMA crosses below the 350-day SMA × 2,
creating a perfect alchemical reaction that has successfully identified the
major cycle tops in 2013, 2017, and 2021.
🔬 Like the Golden Ratio in nature, this indicator reveals the hidden
mathematical structure within Bitcoin's chaotic price movements.
🧮 When the reaction occurs, prepare for molecular breakdown! 🔥