Mean Reversion Trading With IV Metrics (By MC) - Mobile FriendlyThis is a comprehensive mobile-optimized, multi-function trading indicator designed to assess mean reversion probabilities, pair correlations , and implied volatility metrics for single and paired securities. It includes a dynamic table and alert system for active trade decision support.
🔍 Key Features
📈 Mean Reversion % Probability
Calculates reversion probability based on historical deviation from mean price.
Supports both current chart timeframe and daily timeframe.
Plots signals for:
Strong Reversion (e.g., >75% probability)
Moderate Reversion
User-configurable thresholds and plot styles (line/histogram).
🔗 Pair Correlation Engine
Compares any two user-selected tickers (e.g., SPY/TLT).
Computes z-score of their price ratio.
Displays correlation coefficient and color-coded strength.
📊 Volatility Metrics & IV Analysis
Calculates:
Current IV
IV Percentile Rank (IVR)
Fair IV using 3 methods:
Market-relative (IV vs. SPX HV)
SMA of HV
SMA of VIX
Implied Move over a forecast period (e.g., user-defined number of days)
Shows IV boundaries:
IV0, IV10, IV90, IV100
User-defined percentile bounds
⚠️ Alerts & Trade Signals
Reversion-based alerts (Strong/Moderate).
IV vs. Fair IV alerts.
"Trade Quality" label rating (Very Low → High).
📋 Detailed Table Dashboard
Customizable view: Compact or Full.
Mobile-optimized layout with adjustable text size and placement.
Includes:
Mean reversion % (chart + daily)
Pair correlation stats
IV, IVR, Fair IV
Net Implied Move range (upper/lower bounds)
Trade quality, IV boundaries
Correlation to SPY
Today's % move
Historical green/red day %s
Avg % up/down moves
🌐 Market Volatility Overview
Live readings of:
VIX, VIX1D, VVIX
MOVE (bond vol)
GVZ (gold vol)
OVX (oil vol)
Includes % changes and color-coded risk interpretation.
📉 VIX-Based Expected Move Zones
Optional display of 1σ / 2σ / 3σ bounds based on VIX-derived expected moves.
Plots and labels price bands around mean using √12 scaling for monthly estimation.
🛠️ Customization Options
Fully configurable via inputs:
Lookback periods
Z-score thresholds
Volatility calculation method
Text/table layout, compact/full mode
Alert toggles and thresholds
This indicator is ideal for:
Mean reversion traders
Options volatility analysis
Correlation-based pair trading
Volatility environment tracking
Corak carta
Babanov_SOLUSDT V2🧪 Deep Backtest Results (SOL 5-Min Strategy)
Backtest conducted on SOLUSDT.P (Bybit) using a 5-minute chart timeframe over several weeks of data.
! imgur.com
⚠️ Важно: Инструкции за правилна употреба на скрипта!
Ако искате да използвате този скрипт с webhook alerts за автоматична търговия, моля, обърнете внимание на следните стъпки:
✅ 1. Активирайте "Live Trading Mode"
Преди да създадете какъвто и да е alert, отидете в таба "Inputs" и задължително активирайте опцията "Live Trading Mode". Без нея скриптът няма да изпраща правилни сигнали.
✅ 2. Въведете търговската сума в USD
В таба "Properties", въведете сумата в USD, която ботът ще използва за търговия с SOL.
- Препоръчително е сумата да бъде такава, която може да бъде разделена на 50 (например 50, 100, 150, 200 и т.н.), за да се гарантира коректно управление на позициите и обемите при търговия.
✅ 3. Препоръчителна платформа: Bybit - BYBIT:SOLUSDT.P
Скриптът е оптимизиран и тестван за търговия на Bybit. Използването му на други платформи може да доведе до различни резултати, тъй като графиките и ценовите движения може да се различават.
-----------------------------------------------------------------------------------------------
⚠️ Important: Instructions for Proper Use of This Script
If you want to use this script with webhook alerts for automated trading, please follow the steps below carefully:
✅ 1. Enable "Live Trading Mode"
Before creating any alerts, go to the "Inputs" tab and make sure to enable the "Live Trading Mode" option.
Without it, the script will not generate correct trading signals.
✅ 2. Enter Your Trading Amount in USD
In the "Properties" tab, enter the amount in USD that the bot will use for SOL trading.
It is strongly recommended to enter an amount that can be divided by 50 (e.g., 50, 100, 150, 200, etc.) to ensure proper position sizing and trade management.
✅ 3. Recommended Exchange: Bybit - BYBIT:SOLUSDT.P
The script is optimized and tested specifically for Bybit.
Using it on other exchanges may result in different outcomes due to variations in chart data and price movements.
Byquan ADX RSI EMA9 Cross AlertThis indicator is used when the ADX exceeds the 40 threshold to look for potential reversals, confirmed by the crossover between the RSI and the RSI-based moving average, as well as the EMA 9.
Byquan ADX‑RSI Cross AlertThis indicator is used when the ADX exceeds the 40 threshold to look for potential reversals, confirmed by the crossover between the RSI and the RSI-based moving average, as well as the EMA 9.
Impulse & Terminal Detector [DEV]I am studying Elliott Waves,
and I am verifying the knowledge I have learned by applying it to indicators.
This may be right or wrong, but I think people studying Elliott Waves will find it fun to use this indicator together and see how it interacts with my learning, so I am sharing the indicator.
1. There is a blind spot in that it is pivot-based. This needs more research.
So the shape found varies depending on the length of the pivot.
2. A triangle indicates a normal impulse, and a diamond indicates a terminal.
We often confuse them, and the book tells us to distinguish between them.
TitansAlgo Sureshots v3This TradingView script, "TitansAlgo Sureshots", is a precision-based breakout scalping indicator designed for intraday trading. It captures the high and low of the first candle after the market opens at 9:30 AM and waits for a breakout in either direction to trigger a trade. Once triggered, it calculates Take Profit (TP) and Stop Loss (SL) based on a customizable Risk-Reward Ratio.
It visually plots buy/sell signals using colored dots and labels, and draws TP/SL levels directly on the chart for easy reference. The script also includes optional real-time alerts and can highlight the breakout candle with a custom background color.
Perfect for traders looking for simple, rule-based scalping setups with clearly defined entries and exits.
3.RSI LIJO 45*55//@version=6
indicator(title="3.RSI LIJO 45*55", shorttitle="RSI-LIJO-45-55", format=format.price, precision=2, timeframe="", timeframe_gaps=true)
rsiLengthInput = input.int(9, minval=1, title="RSI Length", group="RSI Settings")
rsiSourceInput = input.source(close, "Source", group="RSI Settings")
calculateDivergence = input.bool(false, title="Calculate Divergence", group="RSI Settings", display=display.data_window, tooltip="Calculating divergences is needed in order for divergence alerts to fire.")
change = ta.change(rsiSourceInput)
up = ta.rma(math.max(change, 0), rsiLengthInput)
down = ta.rma(-math.min(change, 0), rsiLengthInput)
rsi = down == 0 ? 100 : up == 0 ? 0 : 100 - (100 / (1 + up / down))
// Change RSI line color based on bands
rsiColor = rsi > 50 ? color.green : rsi < 50 ? color.red : color.white
rsiPlot = plot(rsi, "RSI", color=rsiColor)
rsiUpperBand = hline(55, "RSI Upper Band", color=color.rgb(5, 247, 22))
midline = hline(50, "RSI Middle Band", color=color.new(#787B86, 50))
rsiLowerBand = hline(45, "RSI Lower Band", color=color.rgb(225, 18, 14))
fill(rsiUpperBand, rsiLowerBand, color=color.rgb(126, 87, 194, 90), title="RSI Background Fill")
midLinePlot = plot(50, color=na, editable=false, display=display.none)
fill(rsiPlot, midLinePlot, 100, 55, top_color=color.new(color.green, 0), bottom_color=color.new(color.green, 100), title="Overbought Gradient Fill")
fill(rsiPlot, midLinePlot, 45, 0, top_color=color.new(color.red, 100), bottom_color=color.new(color.red, 0), title="Oversold Gradient Fill")
// Smoothing MA inputs
GRP = "Smoothing"
TT_BB = "Only applies when 'SMA + Bollinger Bands' is selected. Determines the distance between the SMA and the bands."
maTypeInput = input.string("SMA", "Type", options= , group=GRP, display=display.data_window)
maLengthInput = input.int(31, "Length", group=GRP, display=display.data_window)
bbMultInput = input.float(2.0, "BB StdDev", minval=0.001, maxval=50, step=0.5, tooltip=TT_BB, group=GRP, display=display.data_window)
var enableMA = maTypeInput != "None"
var isBB = maTypeInput == "SMA + Bollinger Bands"
// Smoothing MA Calculation
ma(source, length, MAtype) =>
switch MAtype
"SMA" => ta.sma(source, length)
"SMA + Bollinger Bands" => ta.sma(source, length)
"EMA" => ta.ema(source, length)
"SMMA (RMA)" => ta.rma(source, length)
"WMA" => ta.wma(source, length)
"VWMA" => ta.vwma(source, length)
// Smoothing MA plots
smoothingMA = enableMA ? ma(rsi, maLengthInput, maTypeInput) : na
smoothingStDev = isBB ? ta.stdev(rsi, maLengthInput) * bbMultInput : na
plot(smoothingMA, "RSI-based MA", color=color.yellow, display=enableMA ? display.all : display.none, editable=enableMA)
bbUpperBand = plot(smoothingMA + smoothingStDev, title="Upper Bollinger Band", color=color.green, display=isBB ? display.all : display.none, editable=isBB)
bbLowerBand = plot(smoothingMA - smoothingStDev, title="Lower Bollinger Band", color=color.green, display=isBB ? display.all : display.none, editable=isBB)
fill(bbUpperBand, bbLowerBand, color=isBB ? color.new(color.green, 90) : na, title="Bollinger Bands Background Fill", display=isBB ? display.all : display.none, editable=isBB)
// Divergence
lookbackRight = 5
lookbackLeft = 5
rangeUpper = 60
rangeLower = 5
bearColor = color.red
bullColor = color.green
textColor = color.white
noneColor = color.new(color.white, 100)
_inRange(bool cond) =>
bars = ta.barssince(cond)
rangeLower <= bars and bars <= rangeUpper
plFound = false
phFound = false
bullCond = false
bearCond = false
rsiLBR = rsi
if calculateDivergence
//------------------------------------------------------------------------------
// Regular Bullish
// rsi: Higher Low
plFound := not na(ta.pivotlow(rsi, lookbackLeft, lookbackRight))
rsiHL = rsiLBR > ta.valuewhen(plFound, rsiLBR, 1) and _inRange(plFound )
// Price: Lower Low
lowLBR = low
priceLL = lowLBR < ta.valuewhen(plFound, lowLBR, 1)
bullCond := priceLL and rsiHL and plFound
//------------------------------------------------------------------------------
// Regular Bearish
// rsi: Lower High
phFound := not na(ta.pivothigh(rsi, lookbackLeft, lookbackRight))
rsiLH = rsiLBR < ta.valuewhen(phFound, rsiLBR, 1) and _inRange(phFound )
// Price: Higher High
highLBR = high
priceHH = highLBR > ta.valuewhen(phFound, highLBR, 1)
bearCond := priceHH and rsiLH and phFound
plot(
plFound ? rsiLBR : na,
offset = -lookbackRight,
title = "Regular Bullish",
linewidth = 2,
color = (bullCond ? bullColor : noneColor),
display = display.pane,
editable = calculateDivergence)
plotshape(
bullCond ? rsiLBR : na,
offset = -lookbackRight,
title = "Regular Bullish Label",
text = " Bull ",
style = shape.labelup,
location = location.absolute,
color = bullColor,
textcolor = textColor,
display = display.pane,
editable = calculateDivergence)
plot(
phFound ? rsiLBR : na,
offset = -lookbackRight,
title = "Regular Bearish",
linewidth = 2,
color = (bearCond ? bearColor : noneColor),
display = display.pane,
editable = calculateDivergence)
plotshape(
bearCond ? rsiLBR : na,
offset = -lookbackRight,
title = "Regular Bearish Label",
text = " Bear ",
style = shape.labeldown,
location = location.absolute,
color = bearColor,
textcolor = textColor,
display = display.pane,
editable = calculateDivergence)
alertcondition(bullCond, title='Regular Bullish Divergence', message="Found a new Regular Bullish Divergence, Pivot Lookback Right number of bars to the left of the current bar.")
alertcondition(bearCond, title='Regular Bearish Divergence', message='Found a new Regular Bearish Divergence, Pivot Lookback Right number of bars to the left of the current bar.')
我的策略
The specific implementation of the dominant_cycle function needs to be done using ta.ht_dominant_cycle_period or by calculating the rate of change of the phase, which requires detailed technical processing in actual coding.
How to use the "Market Mathieu Oscillator":
• Green background (stable zone): The market is likely to be in a consolidation or mean reversion state. Trend strategies are riskier, while range trading or option seller strategies may be more dominant.
• Yellow background (warning zone): The market has entered a "flammable" state where resonance may occur. Counter-trend trading should be reduced, and preparations for potential breakthroughs should be started, tightening stops.
• Red background (unstable/resonance zone): **Highest alert! ** This shows that the market is not only "flammable", but also has a "spark" (strong driving force). This is the stage where the trend is most likely to accelerate and sustain itself. Counter-trend operations should be strictly avoided, and trend-following strategies should be actively adopted.
• Q Oscillator:
• The rising q value means that emotions are moving to extremes and the "fuel" of the trend is increasing.
• The q-value is falling, indicating that sentiment is returning to neutrality and the "fuel" of the trend is decreasing, which may indicate the exhaustion of the trend or the beginning of consolidation.
• When the q-value exceeds the red threshold line, it indicates that the driving force is extremely strong, which is one of the necessary conditions for entering the red background.
The "Market Mathieu Oscillator" is an innovative attempt to transform a profound physical and financial theory into an intuitive decision-making aid available on TradingView through a proxy and simplified approach. It cannot make precise quantitative predictions like theoretical models, but it provides a whole new dimension to observe the market: it no longer focuses solely on the price itself, but on the relationship between the "force" that drives the price and the "rhythm" of the market itself. Through this lens, traders can better understand when the market may turn from stability to turbulence, and make more strategic decisions.
UT Bot + LinReg Candles (Dual Sensitivity)
Script Description:
This indicator combines the popular UT Bot Alerts system with Linear Regression Candles (open source) for enhanced trend detection and trading signals in one singel script. The UT Bot features independent, then 2 x ATR sensitivity and periods controls for buy and sell signals, allowing you to fine-tune entries and exits to match your strategy. The script also overlays colored Linear Regression Candles with an optional signal line, helping you visually identify trend strength and direction. All calculations are performed on standard chart prices (no Heikin Ashi). Suitable for all asset classes and timeframes.
Eample setting for usdjpy 5 min chart for repeated buy and sell singnals based on trend:
BUY ATR period 300 multiplier 1
SELL ATR period 1 multiplier 2
Disclaimer:
This script is for informational and educational purposes only. It is not financial advice. Use at your own risk; the author assumes no responsibility for any trading results or losses.
Credits goes to to Ugurvu for linreg candles and quantnomad for UT Bot alerts that make this script possible.
Author: Patrick
Jumping watermark# Jumping watermark
## Function description
- Dynamic watermark: Mainly used to add dynamic watermarks to prevent theft and transfer when recording videos.
- Static watermark: Sharing opinions can easily include information such as trading pairs, cycles, current time, and individual signatures.
### Static watermark:
Display the watermark related to the current trading pair in the center of the chart.
- Configuration items:
- You can choose to configure the display content: current trading pair code and name, cycle, date, time, and individual signature content
### Dynamic watermark
Display the configured watermark content in a dynamic random position.
- Configuration items:
- Turn on or off the display of watermark jumping
- Modify the display text content and style by yourself
----- 中文简介-----
# 跳动水印
## 功能描述
- 动态水印: 主要可用于视频录制时添加动态水印防盗、防搬运。
- 静态水印:观点分享是可方便的带上交易对、周期、当前时间、个签等信息。
### 静态水印:
在图表中心位置显示当前交易对相关信息水印。
- 配置项:
- 可选择配置显示内容:当前交易对代码及名称、周期、日期、时间、个签内容
### 动态水印
动态随机位置显示配置水印内容。
- 配置项:
- 开启或关闭显示水印跳动
- 自行修改配置显示文字内容和样式
Daily Macro📈 Indicator Overview: Daily / 4H / 1H Macro Sessions
This TradingView indicator provides a structured and high-precision visualization of key intraday trading sessions based on macro time blocks. It is designed to support institutional-style traders who work with time-based liquidity windows and macro-level decision zones.
🕰️ 1. Daily Macro Session (13:00–21:00 UTC-4)
The Daily Macro session highlights the most relevant institutional trading window, typically associated with high-volume price movements. The indicator plots:
A session box showing the full high-low range of the session
A top line at the session high
A bottom line at the session low
A midline marking the 50% level of the session range
This session is stored historically with adjustable lookback depth, making it easy to reference previous daily ranges for potential areas of interest, liquidity, or reversal.
🕓 2. 4H Macro Windows (5 predefined zones)
The indicator includes five 4H macro sessions, each representing key pre-/post-market institutional trading periods:
Label Time (UTC-4)
Macro Window 1 00:20 – 01:40
Macro Window 2 04:20 – 05:40
Macro Window 3 08:20 – 09:40
Macro Window 4 12:20 – 13:40
Macro Window 5 20:20 – 21:40
Each window:
Is independently toggleable
Draws a live-updating session box during the active window
Captures high/low ranges in real-time
Optionally displays session labels or range metrics
These are particularly useful for identifying accumulation/distribution zones and aligning trades with macro-level time-based liquidity shifts.
🕐 3. 1H Micro Windows (optional extension)
In addition to the macro structure, the indicator can include short 1-hour session boxes (e.g., London Macro 1) for high-resolution tracking of intraday traps, liquidity sweeps, and engineered price moves.
These are:
Strategically aligned with session opens (e.g., Frankfurt, London, NY)
Meant to complement the larger macro structure
Ideal for tracking ICT-style entry models
⚙️ Fully Customizable Features
Session visibility toggles
Box background and border color
Line style and color (top, mid, bottom)
Range labels and text styling
Adjustable lookback history depth
🧠 Use Case
This tool is ideal for traders using concepts such as ICT, inner circle trading models, or macro time-based setups. By structuring the trading day into repeatable session blocks, the indicator helps you anchor bias, manage risk, and identify high-probability setups tied to time-based liquidity.
IPDA Data Ranges📌 IPDA Data Ranges – Institutional Price Delivery Arrays
The IPDA Data Ranges indicator is a precision tool for identifying institutional price delivery arrays over the most recent market sessions. Designed with ICT (Inner Circle Trader) principles in mind, it dynamically draws key price zones based on the high, low, and 50% equilibrium of the last 20, 40, and 60 valid trading days – excluding weekends and holidays.
✅ Key Features
3 Independent Ranges: Configurable boxes for the last 20, 40, and 60 trading days (excludes weekends & market holidays).
Accurate Market-Based Lookback: All calculations are based on actual trading days, ensuring reliability across timeframes.
Visual Precision: Each range is represented as a box with:
Top = Highest High,
Bottom = Lowest Low,
Midline = 50% of the Range
Custom Styling per Range:
Toggle visibility per session
Adjustable box fill color and border color
Custom text inside the box
Fully customizable midline (color & line style)
Individual text color controls for labels within each box
Multi-Timeframe Compatible: Designed to adapt cleanly across intraday and higher timeframes (e.g. 1H, 4H, 1D).
No Future Drawing or Repainting: All ranges are fixed and updated only at the start of each new trading day.
🎯 Use Cases
Identify potential liquidity zones based on institutional memory
Confluence zones for SMT, FVGs, or order blocks
Anchored bias levels for swing/trend confirmation
Integration with your own ICT trading model or algo logic
This indicator is a foundational visual aid for traders who align with smart money concepts and want to maintain a structured, rule-based approach to tracking historical institutional price behavior.
Mammona Intraday Direction Predictor (Live Zones)tril good thing , testing in prompt will begin more by chcking it
Mark Last Day of Month Close + DashboardWill be given complimentary with Renko 05 strategy, that will help you to get the exact price at the starting of the month you have to set for your desired token
CipherMatrix Dashboard (MarketCipher B)Pre-compute MarketCipher-B values for each fixed timeframe (5 m, 15 m, 30 m, 60 m, 4 H, Daily).
Pass those values into plotRow() instead of calling request.security() inside the helper—removes the style warning.
Added explicit range parameters to table.clear(dash, 0, 0, 2, 6) to satisfy v6’s argument requirement.
This version should compile without the previous warnings/errors. Swap in your real MarketCipher-B histogram when you’re ready, and the dashboard is good to go!
RSI 14 Long/Short StrategyThis is a Bitcoin-only long strategy that uses the RSI (Relative Strength Index) indicator to identify potential buying opportunities. The strategy enters a long position when RSI is below the specified threshold and the price conditions are met, and it closes the position when the profit target is reached. It also includes a position averaging mechanism for additional entries during price drops.
Breakout LabelsThis script labels the highest price of the lowest candle over a period of time. It then labels any bullish breakouts where the close price is higher than the high of the lowest candle.
Yutan Mumlar)E Bars Engulfing candles. The bullish signal is given when the green candle engulfs the previous red candle, and the bearish signal is given when the red candle engulfs the previous green candle.
Logistic Regression ICT FVG🚀 OVERVIEW
Welcome to the Logistic Regression Fair Value Gap (FVG) System — a next-gen trading tool that blends precision gap detection with machine learning intelligence.
Unlike traditional FVG indicators, this one evolves with each bar of price action, scoring and filtering gaps based on real market behavior.
🔧 CORE FEATURES
✨ Smart Gap Detection
Automatically identifies bullish and bearish Fair Value Gaps using volatility-aware candle logic.
📊 Probability-Based Filtering
Uses logistic regression to assign each gap a confidence score (0 to 1), showing only high-probability setups.
🔁 Real-Time Retest Tracking
Continuously watches how price interacts with each gap to determine if it deserves respect.
📈 Multi-Factor Assessment
Evaluates RSI, MACD, and body size at gap formation to build a full context snapshot.
🧠 Self-Learning Engine
The logistic regression model updates on each bar using gradient descent, refining its predictions over time.
📢 Built-In Alerts
Get instant alerts when a gap forms, gets retested, or breaks.
🎨 Custom Display Options
Control the color of bullish/bearish zones, and toggle on/off probability labels for cleaner charts.
🚩 WHAT MAKES IT DIFFERENT
This isn’t just another box-drawing indicator.
While others mark every imbalance, this system thinks before it draws — using statistical modeling to filter out noise and prioritize high-impact zones.
By learning from how price behaves around gaps (not just how they form), it helps you trade only what matters — not what clutters.
⚙️ HOW IT WORKS
1️⃣ Detection
FVGs are identified using ATR-based thresholds and sharp wick imbalances.
2️⃣ Behavior Monitoring
Every gap is tracked — and if respected enough times, it becomes part of the elite training set.
3️⃣ Context Capture
Each new FVG logs RSI, MACD, and body size to provide a feature-rich context for prediction.
4️⃣ Prediction (Logistic Regression)
The model predicts how likely the gap is to be respected and assigns it a probability score.
5️⃣ Classification & Alerts
Gaps above the threshold are plotted with score labels, and alerts trigger for entry/respect/break.
⚙️ CONFIGURATION PANEL
🔧 System Inputs
• Max Retests – How many times a gap must be respected to train the model
• Prediction Threshold – Minimum score to show a gap on the chart
• Learning Rate – Controls how fast the model adapts (default: 0.009)
• Max FVG Lifetime – Expiration duration for unused gaps
• Show Historic Gaps – Show/hide expired or invalidated gaps
🎨 Visual Options
• Bullish/Bearish Colors – Set gap colors to fit your chart style
• Confidence Labels – Show probability scores next to FVGs
• Alert Toggles – Enable alerts for:
– New FVG detected
– FVG respected (entry)
– FVG invalidated (break)
💡 WHY LOGISTIC REGRESSION?
Traditional FVG tools rely on candle shapes.
This system relies on probability — by training on RSI, MACD, and price behavior, it predicts whether a gap will act as a true liquidity zone.
Logistic regression lets the system continuously adapt using new data, making it more accurate the longer it runs.
That means smarter signals, fewer false positives, and a clearer view of where real opportunities lie.
IFVG Scanner Charts Algo
The IFVG Scanner (Inversion Fair Value Gap Scanner)is a powerful ICT concept -based multi-symbol scanner that identifies bullish and bearish inversion fair value gaps (IFVGs) across up to 40 assets simultaneously.
This scanner helps traders monitor market structure shifts and liquidity rejections by automatically highlighting when price breaks and returns to an FVG zone—a prime entry condition used by smart money traders.
🧠 What Is an IFVG?
An Inversion Fair Value Gap forms when a Fair Value Gap is broken, and then price returns to it. At that moment, the gap becomes a reversal or continuation zone—often acting as dynamic support/resistance.
The IFVG Scanner is designed to:
Spot real-time price entry into IFVG zones
Differentiate bullish vs bearish setups
Alert you when these zones become actionable
🛠️ How to Use It on TradingView
Add the indicator to any chart.
Input up to 40 symbols (tickers you want to scan).
The script will monitor and scan all tickers live.
Watch for real-time alerts and visual table updates:
Bullish IFVGs show up in the green column.
Bearish IFVGs show in the red column.
Click on the corresponding symbols in your watchlist to analyze the full setup.
✅ Want to scan more than 40 symbols?
Simply add the IFVG Scanner again as a second (or third) instance on your chart, and input a new batch of tickers. Each version operates independently and updates in real-time.
📋 Settings Overview
🔁 Show Last IFVG
Controls how many recent IFVG zones are shown on the chart.
Keeps your visuals clean and focused on the latest opportunities.
📏 ATR Multiplier
Filters out tiny gaps.
Only shows IFVGs where the gap is larger than ATR × Multiplier.
Default is 0.25 (adjust higher for stronger volatility filters).
💧 Liquidity Rejection Filters
Ensures the zone was formed with strong wick rejection (fakeouts/liquidity grabs).
Choose Points or Percentage to define the minimum wick size.
Helps confirm that the setup had real institutional interest.
🚫 Max Gap Threshold
Prevents detection of unreliable or massive gaps.
Filters out IFVGs formed with abnormal candles (like during news or illiquid sessions).
Define by Points or Percent between candles in the FVG.
🎨 Visual Settings
Bull Color: Color of bullish IFVG zones (typically green)
Bear Color: Color of bearish IFVG zones (typically red)
Midline Color: Dashed midline inside IFVG zones
Extend IFVG?: Extend boxes to the right and show auto-generated Buy/Sell signal labels
📊 Symbol Inputs (1 to 40)
Enter up to 40 tickers using the inputs (NASDAQ:AAPL, NYSE:TSLA, etc.)
🧾 Table Display
Show Exchange: Toggle full ticker format like "NASDAQ:MSFT"
Table Position: Choose where the IFVG table appears
Table Background Color: Customize visual style
Displays:
✅ IFVG Bullish (Green)
❌ IFVG Bearish (Red)
🧠 Example Use Case
Let’s say you're monitoring 40 stocks across the S&P 500. The IFVG Scanner alerts you that AAPL and NVDA have both returned to bullish IFVG zones after a clean liquidity sweep and ATR-validated imbalance.
You then:
Open the chart
Confirm the smart money reaction
Execute a long trade with high confluence
🔔 Alerts
Alerts automatically trigger when:
Price enters a bullish IFVG zone
Price enters a bearish IFVG zone
Each alert shows the ticker name and direction. You can customize alert messages within TradingView.
⚠️ Disclaimer
Charts Algo tools are developed for educational and informational purposes only. They are not trading advice or investment recommendations. Always conduct your own research and apply proper risk management before making trading decisions. Markets involve risk, and past performance is not indicative of future results.
Chart Pattern Scanner
The Chart Pattern Scanner is a comprehensive multi-symbol scanning tool designed to detect 25+ popular chart patterns across up to 40 tickers simultaneously. Whether you’re tracking wedges, flags, head & shoulders, or double tops/bottoms, this tool highlights pattern signals visually and in a customizable table — right on your chart.
🔎 What It Does
Scans up to 40 symbols at once using Pine Script’s multi-symbol request system
Detects bullish, bearish, and neutral chart patterns such as:
Double Bottom / Double Top
Triple Bottom / Triple Top
Broadening Formations (Asc, Desc, Symmetrical)
Bull/Bear Flags & Pennants
Head and Shoulders (Regular, Ascending, Descending)
Elliott Waves
Alt Flags
Ascending / Descending Wedges
Outputs the scan in a scrollable table that updates in real-time
Draws detected patterns visually on your current chart if applicable
⚙️ Settings Overview
📁 Pattern Filters
Toggle which chart patterns you want to scan for. You can enable/disable specific formations to streamline your results:
Example: Only enable “Double Bottom” and “Bull Flag” for bullish setups
🎨 Drawing Customization
Customize the look of patterns and drawings:
Bullish Color, Bearish Color, Neutral Color
Change Label Text Color, Dotted Line Style, etc.
📐 Pattern Logic Configuration
Set your tolerances for pattern recognition:
AB Minimum Ratio, BC/BE Max Ratios: Control flag/pennant symmetry
Lower & Upper Tolerance: Allow flexibility in structure recognition
🧾 Symbol Entry
Use the “Symbols” input field to list up to 40 tickers (comma-separated).
Example:
Copy
Edit
AAPL,MSFT,TSLA,NVDA,AMD
🧱 Table Settings
Choose table position: Top left, center, bottom right, etc.
Customize table text color and size
➕ Want to Scan More Than 40 Symbols?
Simply add the indicator again from your script list.
Each new instance allows another 40 symbols — for example:
1st script = 40 tickers
2nd script = another 40
3rd script = 40 more, and so on...
This gives you unlimited scanning potential with minimal setup effort.
🖼️ Visual Drawings on Active Chart
The script also overlays drawings directly on your chart if any pattern is detected on your current symbol and timeframe:
Trendlines, necklines, wedge boundaries, and wave counts
Automatically labeled with clean formatting
Styles adjust dynamically depending on selected color preferences
To enable or disable drawing visibility, use the "Display Drawings?" toggle in the settings.
🛎️ Alerts
Alerts can be set to notify when new patterns are detected across any of your selected symbols.
⚠️ Disclaimer
This indicator is provided by Charts Algo for educational and informational purposes only. It does not constitute financial advice or trading recommendations. Always conduct your own analysis before making any trading decisions. Use at your own risk.
CCI Trading SystemCCI Trading System with Signal Bar Coloring
Overview
This indicator combines the classic Commodity Channel Index (CCI) oscillator with visual signal detection and bar coloring to help traders identify potential momentum shifts and trading opportunities.
Features
CCI Oscillator Display: Shows CCI values in a separate pane with customizable period length
Adjustable Thresholds: User-defined buy and sell levels (default: -100 buy, +100 sell)
Visual Signal Detection: Triangle markers indicate crossover points
Bar Coloring: Highlights only the bars where actual buy/sell signals occur
Zone Highlighting: Background colors show overbought/oversold conditions
Real-time Information Table: Displays current CCI value, thresholds, and signal status
Built-in Alerts: Notification system for signal generation
How It Works
The indicator generates signals based on CCI threshold crossovers:
Buy Signal: Triggered when CCI crosses above the buy threshold (lime bar coloring)
Sell Signal: Triggered when CCI crosses below the sell threshold (red bar coloring)
Input Parameters
CCI Length: Period for CCI calculation (default: 20)
Buy Threshold: Level for buy signal generation (default: -100)
Sell Threshold: Level for sell signal generation (default: +100)
Enable Bar Coloring: Toggle for chart bar coloring
Show Signals: Toggle for signal markers
Usage Guidelines
Adjust thresholds based on your trading timeframe and volatility preferences
Use in conjunction with other technical analysis tools for confirmation
Consider market context and trend direction when interpreting signals
The -200/+200 levels serve as additional reference points for extreme conditions
Educational Purpose
This indicator is designed for educational and analysis purposes. It demonstrates how CCI can be used to identify potential momentum shifts in price action. The visual elements help traders understand the relationship between CCI values and price movements.
Risk Disclaimer
This indicator is a technical analysis tool and does not guarantee profitable trades. Past performance does not indicate future results. Always conduct your own analysis and consider risk management principles. Trading involves substantial risk of loss and is not suitable for all investors.
Technical Notes
Uses Pine Script v5
Plots CCI with standard deviation-based calculation
Includes crossover/crossunder functions for signal generation
Features conditional bar coloring for signal visualization
Incorporates alert conditions for automated notifications
This script is open source and available for modification and educational use.
SMC Simple Multi-TF High/Low (w/ Labels)How this works:
• Each line is plotted only on the current candle (not extended right).
• Each label sits at the very end of the line, right on the price/candle edge.
• Only the latest high/low for each type is shown and updated live.
• No future bars! Everything stays “anchored” to the real candle.