Stochastic Divergence AlertA great way to figure out what divergence are taking place with price action.
指標和策略
ATR > VXN Alert (5m)ATR > VXN Volatility Divergence Indicator
This custom TradingView indicator monitors real-time volatility divergence between realized volatility (via Average True Range, ATR) and implied volatility (via the CBOE NASDAQ Volatility Index, VXN). It is inspired by the GJR-GARCH (Glosten-Jagannathan-Runkle Generalized Autoregressive Conditional Heteroskedasticity) model, which captures asymmetric volatility dynamics—particularly how markets respond more sharply to negative shocks than to positive ones.
Core Logic:
Chart on NQ 5 minute timeframe
ATR (5-min) reflects realized intraday volatility of the Nasdaq 100 futures (NQ).
VXN (5-min, delayed) represents forward-looking implied volatility.
The indicator highlights regime shifts in volatility:
ATR < VXN: Volatility compression → potential energy building up (market coiling).
ATR > VXN: Volatility expansion → real movement exceeds expectations → potential breakout zone.
Visuals & Alerts:
Background turns green when ATR crosses above VXN, signaling a bullish expansion regime.
Background turns red when ATR drops below VXN, signaling compression or risk-off environment.
Custom alerts trigger on volatility regime shifts for breakout traders.
Application (Manual GJR-GARCH Strategy):
Similar to how the GJR-GARCH model captures volatility clustering and asymmetry, this indicator identifies when actual price volatility (ATR) begins to spike beyond implied forecasts (VXN), often after periods of contraction—mirroring a conditional variance shock in the GARCH framework.
Traders can align with directional bias using technical confluence (order flow, structure breaks, liquidity zones) once expansion is confirmed.
ATR > VXN Alert (5m)ATR > VXN Volatility Divergence Indicator
This custom TradingView indicator monitors real-time volatility divergence between realized volatility (via Average True Range, ATR) and implied volatility (via the CBOE NASDAQ Volatility Index, VXN). It is inspired by the GJR-GARCH (Glosten-Jagannathan-Runkle Generalized Autoregressive Conditional Heteroskedasticity) model, which captures asymmetric volatility dynamics—particularly how markets respond more sharply to negative shocks than to positive ones.
Core Logic:
Chart on NQ (5 minute timeframe)
ATR (5-min) reflects realized intraday volatility of the Nasdaq 100 futures (NQ).
VXN (5-min, delayed) represents forward-looking implied volatility.
The indicator highlights regime shifts in volatility:
ATR < VXN: Volatility compression → potential energy building up (market coiling).
ATR > VXN: Volatility expansion → real movement exceeds expectations → potential breakout zone.
Visuals & Alerts:
Background turns green when ATR crosses above VXN, signaling a bullish expansion regime.
Background turns red when ATR drops below VXN, signaling compression or risk-off environment.
Custom alerts trigger on volatility regime shifts for breakout traders.
Application (Manual GJR-GARCH Strategy):
Similar to how the GJR-GARCH model captures volatility clustering and asymmetry, this indicator identifies when actual price volatility (ATR) begins to spike beyond implied forecasts (VXN), often after periods of contraction—mirroring a conditional variance shock in the GARCH framework.
Traders can align with directional bias using technical confluence (order flow, structure breaks, liquidity zones) once expansion is confirmed.
Rifle UnifiedThis script is designed for use on 30-second charts of Dow Jones-related symbols (YM, MYM, US30). It provides automated buy and sell signals using a combination of price action, RSI (Relative Strength Index), and volume analysis. The script is intended for both live trading signals and backtesting, with configurable risk management and debugging features.
Core Functionality
1. Signal Generation Logic
Trigger: The algorithm looks for a sharp price move (drop or rise) of a user-defined threshold (default: 80 points) within a specified lookback window (default: 20 minutes).
Levels: It monitors for price drops below specific numerical levels ending in 23, 43, or 73 (e.g., 42223, 42273).
RSI Condition: When price falls below one of these levels and the RSI is below 30, the setup is considered active.
Buy Signal: A buy is triggered if, after setup:
Price rises back above the level,
The RSI rate of change (ROC) indicates exhaustion of the drop,
The current bar shows positive momentum.
2. Trade Management
Stop Loss & Take Profit: Configurable fixed or trailing stop loss and take profit levels are plotted and managed automatically.
Exit Signals: The script signals exit based on price action relative to these risk management levels.
3. Filters & Enhancements
Parabolic Move Filter: Prevents entries during extreme price moves.
Dead Cat Bounce Filter: Avoids false signals after sharp reversals.
Volume Filter: Optionally requires volume conditions for trade entries (especially for shorts).
Multiple Confirmation Layers : Includes checks for 5-minute RSI, momentum, and price retracement.
User Inputs & Customization
Trade Direction: Toggle between LONG and SHORT signal generation.
Trigger Settings: Adjust thresholds for price moves, lookback windows, RSI ROC, and volume requirements.
Trade Settings: Set take profit, stop loss, and trailing stop behavior.
Debug & Visualization: Enable or disable various plots, labels, and debug tables for in-depth analysis.
Backtesting: Integrated backtester with summary and detailed statistics tables.
Technical Features
Uses External Libraries: Relies on RifleShooterLib for core logic and BackTestLib for backtesting and statistics.
Multi-timeframe Analysis: Incorporates both 30-second and 5-minute RSI calculations.
Chart Annotations: Plots entry/exit points, risk levels, and debug information directly on the chart.
Alert Conditions: Built-in alert triggers for key events (initial move, stall, entry).
Intended Use
Markets: Dow Jones symbols (YM, MYM, US30, or US30 CFD).
Timeframe: 30-second chart.
Purpose: Automated signal generation for discretionary or algorithmic trading, with robust risk management and backtesting support.
Notable Customization & Extension Points
Momentum Calculation: Plans to replace the current momentum measure with "sqz momentum".
Displacement Logic: Future update to use "FVG concept" for displacement.
High-Contrast RSI: Optional visual enhancements for RSI extremes.
Time-based Stop: Consideration for adding a time-based stop mechanism.
This script is highly modular, with extensive user controls, and is suitable for both live trading and historical analysis of Dow Jones index movements
Volume Spike Analyzer(SMA10-Based)📊 **Volume Spike Analyzer (SMA10-Based)**
This indicator highlights abnormal volume activity by comparing current volume to the 10-period Simple Moving Average (SMA) of volume. It helps traders visually identify unusual activity that may precede breakouts, reversals, or news-driven moves.
---
🔧 **Features:**
• ✅ Colors volume bars:
• Green = Volume > SMA(10)
• Red = Volume ≤ SMA(10)
• ✅ Detects and labels spike levels:
• 🔶2x — Volume > 2x SMA(10)
• 🟢3x — Volume > 3x SMA(10)
• 🔴4x — Volume > 4x SMA(10)
• ✅ Built-in alerts for all 3 spike levels
---
📈 **Best Use Cases:**
• Confirm breakouts with strong volume
• Detect accumulation/distribution
• Filter low-volume setups
• Combine with VWAP/EMA for directional confirmation
---
⏱️ **Recommended Timeframes:**
• Intraday: 5m, 15m, 1h
• Also works on daily for swing trades
---
🧠 **Pro Tips:**
• Use with VWAP or EMA(20/50/200) for confluence
• Add SMA(Volume, 10) to your price chart for quick correlation
• Combine with candle pattern detection for signal validation
---
No Supply No Demand by Tanveer)No Supply No Demand Indicator will help you to find confluence to follow VSA strategy.
PUNPORTFX MARKET STRUCTURE CHECK LiteIt is used for viewing trends with MACD and trend, showing it in a simple graphic.
ND NS by Tanveer)This indicator will help you to find No Supply and No Demand based on VSA strategy.
Multi Indicator Version 2This Pine Script combines multiple technical indicators into one TradingView overlay: two EMAs (High/Low), Supertrend, VWAP with flexible anchoring (e.g., Session, Week, Earnings), previous day’s high/low for intraday analysis, and RSI-based visual cues. The Supertrend dynamically shades the background based on trend direction and generates alerts on trend changes. VWAP visibility can be toggled and is hidden on daily or higher timeframes if desired. RSI stars indicate overbought (above 70) and oversold (below 30) conditions. This comprehensive tool aids traders in identifying market trends, momentum, and key support/resistance levels for better decision-making.
Market Strenght PRO by javicdc
💥 Market Strength PRO by javicdc
Who's dominating the market right now?
This indicator gives you the answer in real time using a custom system to measure buying and selling pressure, filtered by EMA 200 and RSI 14 to highlight only the most reliable market moments.
✅ What does this indicator offer?
🔹 Dynamic calculation of market strength based on volume and candle body size
🔹 Visual zones in green or red based on buyer/seller dominance
🔹 Top diagnostic label with clear readings:
🟢 Extreme Buy – ✅ Buyer Dominance – 🔻 Seller Dominance – 🔴 Extreme Sell
🔹 Dynamic background that adjusts with the real market strength
🔹 Smart filter mode: only displays values when trend confirmation is valid (via RSI & EMA200)
🔹 Customizable: choose between SMA or EMA smoothing and toggle filter mode on/off
🧪 How to interpret it?
Strength > 50 → strong buying pressure
Strength < -50 → strong selling pressure
Between -20 and +20 → neutral or indecision zone
The filters ensure signals only appear with true trend confirmation, reducing false positives.
📈 Ideal for:
Scalping, intraday or swing trading across all assets: Forex, crypto, indices or stocks.
Works on all timeframes.
📌 Created by Javier Carrasco (@javicdc) — if you find it useful, don’t forget to like and follow for more technical analysis tools.
Range Filter + SuperTrend 合并指标 - 1小时优化结合两种经典指标,适合做山寨币1小时趋势单
Combining two classic indicators, it is suitable for doing 1-hour trend orders of altcoins
SuperTrend Touch SignalsAlwin's Magic
"Bro I’ve cooked up a trading magic using Supertrend 😎
It literally tells me when to buy and when to sell — like green means go, red means run! Been testing it and damn, it's 🔥🔥🔥
Need to make it automatic next!"
Highs and Lows By ScalprHighs & Lows (HL) – Multi-Time-Frame Levels
What It Does
Highs & Lows plots the most important reference levels for up to four different time-frames at once. It displays divider lines that mark the start of each new period, opening lines showing the first price of the period, highs lines tracking the highest price reached, and lows lines tracking the lowest price reached in each period. Use it to read market structure at a glance, trade opening-range returns, gap fills, sweeps and other level-based setups.
Key Features
Multi-Time-Frame Engine
Choose from 4 Hour, 1 Hour, 30 minutes, 15 minutes, 10 minutes, 5 minutes, Daily, Weekly or Monthly for each of the four slots. Turn individual slots on/off from one global panel for easy management.
Per-Time-Frame Display Controls
For every active slot you can independently toggle divider lines, opening lines, highs lines, lows lines, and hide current opening to keep only completed periods visible.
Smart "Show Last X" Filters
Keep charts clean by limiting history. Control how many recent periods to show for lines and how many recent text labels to display. For example, show only the last 2 hours on a 1-hour chart.
Hide Swept Highs/Lows
Automatically hide any highs or lows that price has traded through, keeping your chart clean and focused only on unswept levels that remain relevant.
Text Labels
Add optional custom text for highs and lows like "H1" and "L1". Labels automatically position above highs and below lows with horizontal alignment options of left, center, or right. Adjust color, size and font weight to match your preferences.
Styling Freedom
Independent color, line style including solid, dashed, or dotted options, and width settings for each level type. Transparency is applied automatically when hiding current period information.
How to Use
Start by enabling the time-frame slots you need in Global Settings. In Multi-Time-Frame Settings, pick the interval for each slot and toggle which lines you want displayed. Fine-tune visibility using "Show Last X" in Time-Frame Lines to limit historical lines, and "Show Last X" in Text to limit labels. Adjust colors and widths in the Time-Frame Lines sections to match your chart theme.
Notes
The script is lightweight and deletes old objects in real time to maintain TradingView's limits. It works on any symbol and chart resolution with levels updating live. Text labels are purely textual with no background boxes to maximize clarity and reduce chart clutter.
Happy trading and stay level-headed!
God Tier Log (daily)Modified Version of the best log chart around .
You can set this version on Daily timeframe and it has a extra Band , need to use BLX Bitcoin chart for it to work.
original version
3% Price RangeThe simplest way to track a 3% range is to calculate it directly:
Upper Limit: Current Spot Price * 1.03
Lower Limit: Current Spot Price * 0.97
5,8,13,20,200 SMAs5 simple moving averages with ability to change colour, line thickness and labelling
Средний ATR за 5 дней (без исключительных баров)The indicator excludes bars where the ATR is more than twice the regular ATR, and shows only the average ATR for the last 5 full days
Prev Day R1–R3 / S1–S3 LevelsPlots Levels BASED ON SOME specific formula and offset. Happy trading !
trademark - BGYRT
EdgeFlow Scalping Dashboard [GalihRidha]🚀 Unlock the Edge — Trade Smarter, Trade Safer!
Are you tired of missing high-quality entries, struggling with fakeouts, or second-guessing your trades?
EdgeFlow Scalping Dashboard puts professional-grade decision support right on your chart — so you always know when to strike, when to wait, and when to stay out.
No more trading in the dark. No more emotional guessing.
This is your real-time, on-chart trading edge — designed for the fast-paced world of scalping and adaptable for any trading style.
🧠 What Makes EdgeFlow Special?
Instant Signal Clarity:
Get crystal-clear LONG/SHORT signals and “Safety” ratings delivered exactly when you need them — one minute before every candle closes, on any timeframe!
Visual Risk Management:
Adaptive TP/SL levels and live reversal detection keep you out of chop and false moves, so your stops and targets are always optimized for current market conditions.
Professional, Multi-Factor Analysis:
Combines trend, momentum, volatility, volume, and advanced pattern recognition — including candlestick patterns, RSI divergence, and higher timeframe confirmation.
Actionable Dashboard:
The vertical, minimalist layout keeps your workflow clean and mobile-friendly. Track your last trade, prep your next move, and see at a glance if conditions are Safe, Neutral, or Not Safe.
🔑 Why Choose EdgeFlow Scalping Dashboard?
Trade with Confidence:
Stop hesitating — the dashboard highlights the safest opportunities, complete with risk grades and reversal probabilities.
React Faster:
See “Capturing...” as soon as the dashboard starts scanning for a new signal, so you never get left behind on entries.
Avoid Costly Mistakes:
Color-coded warnings and smart, dynamic TP/SL help you stay disciplined and skip high-risk setups.
For Every Trader:
Whether you’re a crypto scalper, forex daytrader, or swing trader — EdgeFlow adapts to any market, any timeframe, and any asset.
📈 How To Use
Watch the dashboard for the Next Section to light up — that’s your advanced notice to prepare an entry.
Double-check the Safety status and Reversal Probability.
Enter trades only when the conditions are green, or use your own system with these insights for even more edge.
Review the Last Section to learn from each trade and refine your timing.
💡 Ready To Level Up Your Trading?
Don’t settle for ordinary indicators. EdgeFlow Scalping Dashboard gives you everything you need — real-time signals, risk context, and pro-grade safety filtering — all in one place.
Try EdgeFlow on your favorite chart, and feel the difference with every decision.
📚 Dashboard Key
🔙 Last Section: Your previous signal and its full context.
🔜 Next Section: The upcoming opportunity — with targets and safety score.
🛰️ Capturing... = Dashboard is monitoring for your next edge.
🌟 Enjoy and trade safe!
Follow, fork, and tag if you publish an upgrade! Your feedback and ideas are always welcome . 🚦✨
Mein Skript//@version=5
indicator("CAN SLIM Filter", overlay=true)
// Beispielhafte Kriterien
eps_growth = input.float(25, "EPS-Wachstum (%)")
rel_volume = input.float(1.5, "Relatives Volumen")
// Simulierte Beispieldaten
mock_eps_growth = ta.rma(close / close - 1, 90) * 100
mock_rel_volume = volume / ta.sma(volume, 50)
plotshape(mock_eps_growth > eps_growth and mock_rel_volume > rel_volume, title="CAN SLIM Match", location=location.belowbar, color=color.green, style=shape.labelup)