ADR(20)% - Qullamagi (corner value) v6Description:
This indicator calculates the 20-day Average Daily Range (ADR) as a percentage (or in raw $) and displays it in a clean corner table on the chart.
Formula: average of (High ÷ Low – 1) over the last 20 bars.
Use % or $ mode via settings.
Position the box in any chart corner.
Inspired by Kristjan Qullamägi (Qullamaggie), who uses ADR to filter strong movers and size stop-losses (stops should generally be ≤ 1×ADR).
波動率
ADR(20) % ValueDisplays the 20-day Average Daily Range (ADR) as a % of price, following the method popularized by Kristjan Qullamägi (Qullamaggie). The ADR value updates dynamically and is printed directly on the chart for quick reference.
Gamma levels Free TrialDaily Gamma Levels
Sponsored by MONETA MARKETS CO.
Pinpoint key entry and exit points using levels derived directly from the options market.
The shared link provides a free trial for investors ready to upgrade their trading with premium, actionable data.
Custom Time Range HighlightThis indicator highlights specific time ranges on your TradingView chart with customizable background colors and labels, making it easier to identify key trading sessions and ICT (Inner Circle Trader) Killzones. It is designed for traders who want to mark important market hours, such as major sessions (Asia, New York, London) or high-volatility Killzones, with full control over activation, timing, colors, and transparency.
Features
Customizable Time Ranges: Define up to 9 different time ranges, including one custom range, three major market sessions (Asia, New York, London), and five ICT Killzones (Asia, NY Open, NY Close, London Open, London Close).
Individual Activation: Enable or disable each time range independently via checkboxes in the settings. By default, only the ICT Killzones are active.
Custom Colors and Transparency: Set unique background and label colors for each range, with adjustable transparency for both.
Labeled Time Ranges: Each active range is marked with a customizable label at the start of the period, displayed above the chart for easy identification.
Priority Handling: If multiple ranges overlap, the range with the higher number (e.g., Asia Killzone over Custom Range) determines the background color.
CET Time Zone: Time ranges are based on Central European Time (CET, Europe/Vienna). Adjust the hours and minutes to match your trading needs.
Settings
The indicator settings are organized into three groups for clarity:
Custom Range: A flexible range (default: 15:30–18:00 CET) for user-defined periods.
Session - Asia, NY, London: Major market sessions (Asia: 01:00–10:00, New York: 14:00–23:00, London: 09:00–18:00 CET).
ICT Killzones - Asia, NY, London: High-volatility periods (NY Open: 13:00–16:00, NY Close: 20:00–23:00, London Open: 08:00–11:00, London Close: 16:00–18:00, Asia: 02:00–05:00 CET).
For each range, you can:
Toggle activation (default: only ICT Killzones enabled).
Adjust start and end times (hours and minutes).
Customize the label text.
Choose background and label colors with transparency levels (0–100).
How to Use
Add the indicator to your chart.
Open the settings to enable/disable specific ranges, adjust their times, or customize colors and labels.
The chart will highlight active time ranges with the selected background colors and display labels at the start of each range.
Use it to focus on key trading periods, such as ICT Killzones for high-probability setups or major sessions for market analysis.
Notes
Ensure your time ranges align with your trading instrument’s session times.
Overlapping ranges prioritize higher-numbered ranges (e.g., Asia Killzone overrides London Session).
Ideal for day traders, scalpers, or ICT strategy followers who need clear visual cues for specific market hours.
Feedback
If you have suggestions for improvements or need help with customization, feel free to leave a comment or contact the author!
ATR %Overview
Shows the Average True Range (ATR) as a percentage of a chosen price basis. Useful for a quick, apples-to-apples view of current volatility across symbols and timeframes. The value is displayed in a clean table at the bottom-right of the chart.
What it shows
Basis can be: Close, EMA(len), SMA(len), or VWAP.
Data timeframe can be the Chart timeframe or a Daily aggregation.
Inputs
ATR length (len) – ATR lookback.
Percent basis – Close / EMA / SMA / VWAP.
Data timeframe – Chart (uses the current chart TF) or Daily (computes ATR and basis from daily data).
Decimals – number of decimal places to display.
Text / Background / Frame colors – customize the table appearance.
Notes
In Daily mode, ATR and basis are taken from daily data and update on daily close.
VWAP is available only in Chart mode (Daily + VWAP will show n/a by design).
The script overlays the chart but does not plot lines—only a compact info box.
Use cases
Compare volatility across coins/stocks quickly using ATR% instead of raw ATR.
Switch basis to match your style (e.g., EMA for trend-aware scaling, VWAP for intraday context).
Set Daily to track higher-timeframe volatility while trading lower TFs.
Disclaimer
For educational purposes only. Not financial advice. Trading involves risk.
Deadband Hysteresis Supertrend [BackQuant]Deadband Hysteresis Supertrend
A two-stage trend tool that first filters price with a deadband baseline, then runs a Supertrend around that baseline with optional flip hysteresis and ATR-based adverse exits.
What this is
A hybrid of two ideas:
Deadband Hysteresis Baseline that only advances when price pulls far enough from the baseline to matter. This suppresses micro noise and gives you a stable centerline.
Supertrend bands wrapped around that baseline instead of raw price. Flips are further gated by an extra margin so side changes are more deliberate.
The goal is fewer whipsaws in chop and clearer regime identification during trends.
How it works (high level)
Deadband step — compute a per-bar “deadband” size from one of four modes: ATR, Percent of price, Ticks, or Points. If price deviates from the baseline by more than this amount, move the baseline forward by a fraction of the excess. If not, hold the line.
Centered Supertrend — build upper and lower bands around the baseline using ATR and a user factor. Track the usual trailing logic that tightens a band while price moves in its favor.
Flip hysteresis — require price to exceed the active band by an extra flip offset × ATR before switching sides. This adds stickiness at the boundary.
Adverse exit — once a side is taken, trigger an exit if price moves against the entry by K × ATR .
If you would like to check out the filter by itself:
What it plots
DBHF baseline (optional) as a smooth centerline.
DBHF Supertrend as the active trailing band.
Candle coloring by trend side for quick read.
Signal markers 𝕃 and 𝕊 at flips plus ✖ on adverse exits.
Inputs that matter
Price Source — series being filtered. Close is typical. HL2 or HLC3 can be steadier.
Deadband mode — ATR, Percent, Ticks, or Points. This defines the “it’s big enough to matter” zone.
ATR Length / Mult (DBHF) — only used when mode = ATR. Larger values widen the do-nothing zone.
Percent / Ticks / Points — alternatives to ATR; pick what fits your market’s convention.
Enter Mult — scales the deadband you must clear before the baseline moves. Increase to filter more noise.
Response — fraction of the excess applied to baseline movement. Higher responds faster; lower is smoother.
Supertrend ATR Period & Factor — traditional band size controls; higher factor widens and flips less often.
Flip Offset ATR — extra ATR buffer required to flip. Useful in choppy regimes.
Adverse Stop K·ATR — per-trade danger brake that forces an exit if price moves K×ATR against entry.
UI — toggle baseline, supertrend, signals, and bar painting; choose long and short colors.
How to read it
Green regime — candles painted long and the Supertrend running below price. Pullbacks toward the baseline that fail to breach the opposite band often resume higher.
Red regime — candles painted short and the Supertrend running above price. Rallies that cannot reclaim the band may roll over.
Frequent side swaps — reduce sensitivity by increasing Enter Mult, using ATR mode, raising the Supertrend factor, or adding Flip Offset ATR.
Use cases
Bias filter — allow entries only in the direction of the current side. Use your preferred triggers inside that bias.
Trailing logic — treat the active band as a dynamic stop. If the side flips or an adverse K·ATR exit prints, reduce or close exposure.
Regime map — on higher timeframes, the combination baseline + band produces a clean up vs down template for allocation decisions.
Tuning guidance
Fast markets — ATR deadband, modest Enter Mult (0.8–1.2), response 0.2–0.35, Supertrend factor 1.7–2.2, small Flip Offset (0.2–0.5 ATR).
Choppy ranges — widen deadband or raise Enter Mult, lower response, and add more Flip Offset so flips require stronger evidence.
Slow trends — longer ATR periods and higher Supertrend factor to keep you on side longer; use a conservative adverse K.
Included alerts
DBHF ST Long — side flips to long.
DBHF ST Short — side flips to short.
Adverse Exit Long / Short — K·ATR stop triggers against the current side.
Strengths
Deadbanded baseline reduces micro whipsaws before Supertrend logic even begins.
Flip hysteresis adds a second layer of confirmation at the boundary.
Optional adverse ATR stop provides a uniform risk cut across assets and regimes.
Clear visuals and minimal parameters to adjust for symbol behavior.
Putting it together
Think of this tool as two decisions layered into one view. The deadband baseline answers “does this move even count,” then the Supertrend wrapped around that baseline answers “if it counts, which side should I be on and where do I flip.” When both parts agree you tend to stay on the correct side of a trend for longer, and when they disagree you get an early warning that conditions are changing.
When the baseline bends and price cannot reclaim the opposite band , momentum is usually continuing. Pullbacks into the baseline that stall before the far band often resolve in trend.
When the baseline flattens and the bands compress , expect indecision. Use the Flip Offset ATR to avoid reacting to the first feint. Wait for a clean band breach with follow through.
When an adverse K·ATR exit prints while the side has not flipped , treat it as a risk event rather than a full regime change. Many users cut size, re-enter only if the side reasserts, and let the next flip confirm a new trend.
Final thoughts
Deadband Hysteresis Supertrend is best read as a regime lens. The baseline defines your tolerance for noise, the bands define your trailing structure, and the flip offset plus adverse ATR stop define how forgiving or strict you want to be at the boundary. On strong trends it helps you hold through shallow shakeouts. In choppy conditions it encourages patience until price does something meaningful. Start with settings that reflect the cadence of your market, observe how often flips occur, then nudge the deadband and flip offset until the tool spends most of its time describing the move you care about rather than the noise in between.
ATR Position Size Calc+Stop guessing your position size. This indicator automatically calculates the optimal number of contracts or shares for each trade.
It is designed for one purpose: to help you maintain consistent risk management by adjusting your trade size based on current market volatility (ATR) and your fixed monetary risk.
// KEY FEATURES
Consistent Risk : Set your max risk in dollars (e.g., $300), and the script calculates the exact position size to match it.
Volatility-Based Stops : Uses the ATR to define a logical stop loss that adapts to market conditions.
Stable Calculation : The calculation is based on the previous closed candle, so the value is reliable and doesn't change intra-bar.
// HOW TO USE
In the settings, simply define your max risk per trade ($) and your ATR parameters. The indicator does the rest.
The essential tool for disciplined trading.
Dusk Nexus Alpha 4HDusk Nexus Alpha 4H (After Dark Main)
개요
기반 기술: 시장 에너지 폭발 감지 시스템
최적 시간대: 4시간봉 전용
신호 특성: 극희귀, 고품질
용도: 큰 움직임 초기 포착
테이블 설명
DUSK NEXUS ALPHA 4H | 4H LOCKED
├─ Timeframe: 4H 시간대 확인
├─ VOLATILITY: 변동성 폭발 상태 (Critical/High/Normal)
├─ FLOW: 거래량 급증 상태 (Surge/High/Normal)
├─ MOVEMENT: 가격 변화 크기 (Major/Minor)
├─ DIRECTION: 강한 방향성 확인 (Strong Up/Down/Weak)
├─ RANGE: 가격 범위 비율 (Wide/Narrow)
├─ UP POWER: 상승 연속성 강도 (숫자/최대값)
└─ STATUS: 최종 넥서스 신호 상태
핵심 개념
시장 내 잠재 에너지가 폭발적으로 방출되는 순간 포착
변동성, 거래량, 가격 움직임의 동시 급증 패턴 분석
연속성 확인을 통해 일시적 노이즈와 진짜 신호 구분
Dusk Nexus Alpha 4H (After Dark Main)
Overview
Core Technology: Market energy explosion detection system
Optimal Timeframe: 4-hour charts exclusively
Signal Characteristics: Extremely rare, high quality
Purpose: Early capture of major movements
Dashboard Explanation
DUSK NEXUS ALPHA 4H | 4H LOCKED
├─ Timeframe: 4H timeframe verification
├─ VOLATILITY: Volatility explosion status (Critical/High/Normal)
├─ FLOW: Volume surge status (Surge/High/Normal)
├─ MOVEMENT: Price change magnitude (Major/Minor)
├─ DIRECTION: Strong directional confirmation (Strong Up/Down/Weak)
├─ RANGE: Price range ratio (Wide/Narrow)
├─ UP POWER: Upward continuity strength (number/maximum value)
└─ STATUS: Final nexus signal status
Core Concept
Capturing moments when latent market energy explosively releases
Analysis of simultaneous surge patterns in volatility, volume, and price movement
Distinguishing between temporary noise and genuine signals through continuity verification
Dusk Core Alpha 1HDusk Core Alpha 1H
개요
기반 기술: 동적 가격 밴드 돌파 시스템
최적 시간대: 1시간봉 전용
신호 특성: 단기 반응, 적당한 빈도
용도: 단기 스캘핑, 데이트레이딩
테이블 설명
DUSK CORE ALPHA 1H | 1H LOCKED
├─ Timeframe: 1H 시간대 확인
├─ LOCATION: 동적 밴드 내부/외부 위치
├─ BOUNDARY: 밴드 경계선 돌파 상태
├─ ACTIVITY: 변동성 부스트 확인 (배수)
└─ STATUS: 최종 코어 신호 상태
핵심 개념
시장 변동성에 따라 자동 조절되는 가격 경계선
경계선 돌파 시 추세 전환 가능성 감지
단기 시간대 특화로 빠른 반응성 확보
Dusk Core Alpha 1H (After Dark Main)
Overview
Core Technology: Dynamic price band breakout system
Optimal Timeframe: 1-hour charts exclusively
Signal Characteristics: Short-term response, moderate frequency
Purpose: Short-term scalping, day trading
Dashboard Explanation
DUSK CORE ALPHA 1H | 1H LOCKED
├─ Timeframe: 1H timeframe verification
├─ LOCATION: Position inside/outside dynamic bands
├─ BOUNDARY: Band boundary breakout status
├─ ACTIVITY: Volatility boost confirmation (multiplier)
└─ STATUS: Final core signal status
Core Concept
Price boundaries that auto-adjust according to market volatility
Detection of potential trend reversal upon boundary breakouts
Fast responsiveness specialized for short-term timeframes
Dusk Flux Alpha 4HDusk Flux Alpha 4H (After Dark Main)
개요
기반 기술: 기관 투자자 매매선 추적 시스템
최적 시간대: 4시간봉 전용
신호 특성: 높은 정확도, 적은 빈도
용도: 중장기 스윙 트레이딩
테이블 설명
DUSK FLUX ALPHA 4H | 4H LOCKED
├─ Timeframe: 4H 시간대 확인 (다른 시간대 사용금지)
├─ LOCATION: 현재가의 기관 매매선 대비 위치
├─ RANGE: 기관선으로부터 이탈 정도 (%)
├─ ACTIVITY: 시장 변동성 활성화 상태 (배수)
├─ FLOW: 거래량 급증 확인 (평균 대비 배수)
├─ FORCE: 가격 방향성 모멘텀 (양/음/중립)
└─ STATUS: 최종 플럭스 신호 발생 여부
핵심 개념
대형 기관들의 집단 매매 패턴을 실시간 추적
기관선 이탈 시점에서 개인 투자자 진입 기회 포착
변동성과 거래량 동반 확인으로 신호 정확도 향상
Dusk Flux Alpha 4H (After Dark Main)
Overview
Core Technology: Institutional investor flow tracking system
Optimal Timeframe: 4-hour charts exclusively
Signal Characteristics: High accuracy, low frequency
Purpose: Medium to long-term swing trading
Dashboard Explanation
DUSK FLUX ALPHA 4H | 4H LOCKED
├─ Timeframe: 4H timeframe verification (other timeframes prohibited)
├─ LOCATION: Current price position relative to institutional flow lines
├─ RANGE: Deviation percentage from institutional levels (%)
├─ ACTIVITY: Market volatility activation status (multiplier)
├─ FLOW: Volume surge confirmation (average ratio multiplier)
├─ FORCE: Price directional momentum (positive/negative/neutral)
└─ STATUS: Final flux signal generation status
Core Concept
Real-time tracking of large institutional collective trading patterns
Capturing retail entry opportunities at institutional flow deviation points
Enhanced signal accuracy through combined volatility and volume confirmation
NN Crypto Scalping ULTIMATE v6 - MTF mapercivNeural Network Crypto Trading System v6.1
Complete Technical Documentation
Author
: Neural Network Ensemble Trading System
Version
: 6.1 - MTF Corrected & Bias Fixed
Date
: January 2025
Platform
: TradingView PineScript v6
Executive Summary
The
Neural Network Crypto Trading System v6.1
is an advanced algorithmic trading system that combines three specialized neural networks into an intelligent ensemble to generate cryptocurrency trading signals. The system integrates multi-timeframe analysis, crypto-specific optimizations, dynamic risk management, and continuous learning to maximize performance in highly volatile markets.
Key Features:
Ensemble of 3 specialized Neural Networks
(Primary, Momentum, Volatility)
Multi-Timeframe Analysis
with 5 timeframes (5m, 15m, 1h, 4h, 1D)
22 Advanced Features
for each model
Anti-repainting
guaranteed with confirmed data
8 Market Regime
automatic detections
6 Signal Levels
(Strong/Moderate/Weak Buy/Sell)
Professional dashboard
with 15+ real-time metrics
Intelligent alert system
with webhook integration
Aladin 2.1Aladin 2.1 is a refined indicator created to improve clarity in trading decisions by combining structural market analysis with advanced signal management. It is designed to minimize noise, avoid over-trading, and provide traders with disciplined setups across multiple asset classes.
One of the unique strengths of this tool is the Minimum Bars Between Signals. This ensures that once a trade setup occurs, the system won’t instantly fire multiple signals back-to-back. Instead, it introduces a controlled spacing mechanism that helps traders avoid unnecessary whipsaws and focus only on meaningful moves.
Another key element is the Valid Bars After Setup. When a potential opportunity is detected, the confirmation window lasts for a specified number of bars (e.g., 1, 2, or 3). This gives traders flexibility in how they respond to signals , whether they want stricter entries that trigger immediately, or a slightly wider confirmation window that allows for more breathing room.
Market Suitability
Works exceptionally well in ranging markets, whether it’s intraday scalping, short-term setups, or swing trading.
Designed for Forex and Crypto markets but equally adaptable to stocks and indices.
Best used when the market is sideways or balanced.
Note: During strong one-directional trends, counter-trend signals may appear less reliable ,the tool is primarily optimized for range and structured phases.
Key Benefits:
Clear Buy/Sell signals with controlled spacing
Adjustable confirmation window (valid bars)
Helps avoid over-trading and false triggers
Adaptable for scalpers, intraday traders, and swing traders alike
Pro Note: This indicator doesn’t rely on a single calculation method, it integrates multiple layers of logic into one framework, keeping it robust without being overly complicated for the user.
Volume Pulse Indicator by Quantx TeamVolume Pulse by Quantx Team – A smart volume-tracking indicator that highlights market participation, detects unusual spikes, and reveals momentum strength through volume dynamics. Perfect for spotting high-activity zones and dry-up conditions
Chhatrapati Indicator by TradeNitiX ⚔️ Chhatrapati Indicator by TradeNitiX
A precision-driven trading system built to capture strong trends and avoid market noise. It blends range filtering, momentum checks, and volatility-based risk control for clean, confident entries and exits.
🔍 Core Strategy Components
1. Range Filter – Trend Detection
2. RSI – Momentum Confirmation
3. ADX – Trend Strength Filter
4. ATR – Volatility-Based Risk Management
💎 Highlights – Chhatrapati Indicator
✔ Display Profit/Loss values above each candle
✅ Clear Buy/Sell Signals – No guesswork, just precision entries and exits
📊 High Accuracy – Filters out false signals using multi-layer confirmation
⚡ Beginner-Friendly – Simple logic, powerful results for all skill levels
🔥 Multi-Market Compatibility – Works seamlessly on Forex, crypto, indices, stocks
🎯 Volatility-Based Risk Control – ATR-driven SL/TP for realistic, dynamic targets
🧠 Smart Trend Detection – Combines range filtering with ADX for strong setups
💡 Live Trade Demos – Real-time examples to build trader confidence
📈 Momentum + Strength Filters – RSI + ADX combo avoids weak or choppy trades
🛡️ Risk-Reward Focused – Built-in 3:1 RR logic for disciplined growth
🚀 Tested & Trusted – Proven results across multiple market conditions
⚙️ Key Advantages of Chhatrapati Indicator
✅ Noise-Free Trend Detection – Filters weak moves, locks onto strong trends
📊 RSI + ADX Confirmation – Only trades with real momentum and strength
🎯 ATR-Based Risk Control – Smart SL/TP placement, adapts to volatility
⏱️ Multi-Timeframe Ready – Works for scalping, swing, and intraday setups
👁️ Visual Clarity – Clean signals, SL/TP zones, and trend markers
🎯 Ideal Users
✔ Trend Followers – Ride strong moves with confidence
✔ Swing Traders – Target medium-term setups with solid RR
✔ Scalpers – Quick, precise entries with minimal noise
✔ Algo Traders – Use alerts for automated execution
Chhatrapati (TradeNitiX)⚔️ Chhatrapati Indicator by TradeNitiX
A precision-driven trading system built to capture strong trends and avoid market noise. It blends range filtering, momentum checks, and volatility-based risk control for clean, confident entries and exits.
🔍 Core Strategy Components
1. Range Filter – Trend Detection
2. RSI – Momentum Confirmation
3. ADX – Trend Strength Filter
4. ATR – Volatility-Based Risk Management
💎 Highlights – Chhatrapati Indicator
✅ Clear Buy/Sell Signals – No guesswork, just precision entries and exits
📊 High Accuracy – Filters out false signals using multi-layer confirmation
⚡ Beginner-Friendly – Simple logic, powerful results for all skill levels
🔥 Multi-Market Compatibility – Works seamlessly on Forex, crypto, indices, stocks
🎯 Volatility-Based Risk Control – ATR-driven SL/TP for realistic, dynamic targets
🧠 Smart Trend Detection – Combines range filtering with ADX for strong setups
💡 Live Trade Demos – Real-time examples to build trader confidence
📈 Momentum + Strength Filters – RSI + ADX combo avoids weak or choppy trades
🛡️ Risk-Reward Focused – Built-in 3:1 RR logic for disciplined growth
🚀 Tested & Trusted – Proven results across multiple market conditions
⚙️ Key Advantages of Chhatrapati Strategy
✅ Noise-Free Trend Detection – Filters weak moves, locks onto strong trends
📊 RSI + ADX Confirmation – Only trades with real momentum and strength
🎯 ATR-Based Risk Control – Smart SL/TP placement, adapts to volatility
⏱️ Multi-Timeframe Ready – Works for scalping, swing, and intraday setups
👁️ Visual Clarity – Clean signals, SL/TP zones, and trend markers
🎯 Ideal Users
✔ Trend Followers – Ride strong moves with confidence
✔ Swing Traders – Target medium-term setups with solid RR
✔ Scalpers – Quick, precise entries with minimal noise
✔ Algo Traders – Use alerts for automated execution
FAMM EASY 2 FAMM EASY gives a heads up to which direction the market is going at the time. best during volatile times but choppy during low volatility times of day. can be used for swinging, intraday and scalping after top down analysis
ATR Take Profit (T-Maker)A dead-simple take-profit helper based on ATR.
This script calculates a 14-period Average True Range (ATR) and multiplies it by a user-defined factor, then shows that single number on your chart in a small table (bottom-left). Use it as a quick, volatility-aware distance for setting take-profit levels, scaling out, or gauging whether a move has “room” to breathe.
What it does
Computes ATR(14) × Multiplier every bar.
Displays the result (rounded to 2 decimals) in a clean on-chart label.
Updates only on the last bar to avoid visual noise and keep performance snappy.
Why it’s useful
Volatility-adjusted targets: ATR adapts to changing market conditions, so your TP distance scales with current volatility.
Instrument & timeframe agnostic: Works on any symbol and timeframe supported by TradingView.
Minimalist workflow: No lines or clutter—just the exact distance to add/subtract from your entry.
How to use it
Choose your ATR Multiplier (default = 4).
Example: If ATR(14) = 1.52 and Multiplier = 4 → displayed value = 6.08.
For a long, a simple TP idea is: TP = Entry + xATR.
For a short: TP = Entry − xATR.
Optionally draw a manual horizontal line at your calculated TP level, or use the value to feed your own rules in other scripts.
Tip: Test different multipliers per market/timeframe (e.g., 2–3 for intraday indices, 3–5 for swing on FX/crypto). Optimize in backtests before going live.
Inputs
ATR Multiplier (int): Scales ATR(14) to your preferred TP distance.
Text Color (color): Customize the display color to match your theme.
Notes & Limitations
Uses ATR(14) (fixed) for consistency in this original version.
Displays a single number only—it does not plot levels, draw lines, or place orders.
Value is rounded to 2 decimals and shown bottom-left of the chart.
Version
v1.0 — Original release (minimal, display-only utility)
Created by T-Maker. This tool is for educational purposes only and is not financial advice. Always manage risk and verify settings before trading.
Monthly VWAPDescription
This indicator identifies potential mean reversion opportunities by tracking price deviations from monthly VWAP with dynamic volatility-adjusted thresholds.
Core Logic:
The indicator monitors when price moves significantly away from monthly VWAP and looks for potential reversal opportunities. It uses ATR-based dynamic thresholds that adapt to current market volatility, combined with volume confirmation to filter out weak signals.
Key Features:
Adaptive Thresholds: ATR-based bands that adjust to market volatility
Volume Confirmation: Requires average volume spike to validate signals
Monthly Reset: VWAP anchors reset each month for fresh reference levels
Visual Clarity: Color-coded deviation line with background highlights for active signals
Info Panel: Shows days from anchor and current price context vs fair value
Signal Generation:
Buy Signal: Price below monthly VWAP by threshold amount with elevated volume
Sell Signal: Price above monthly VWAP by threshold amount with elevated volume
Neutral: Price within threshold range or insufficient volume
Best Used For:
Mean reversion strategies in ranging markets
Identifying potential oversold/overbought conditions
Understanding price position relative to monthly fair value
YBL – Reversal Supreme MINI++ (Ichimoku + EMA Cross, No-Repaint)📌 Features
Simplified Ichimoku Cloud: plots Kumo cloud, Tenkan, and Kijun to highlight trend, support/resistance, and momentum.
EMA Cross (Fast vs Slow): confirms entries and exits with higher precision.
Double Confirmation (Ichimoku + EMA Cross): signals are validated only when both indicators align → reduces noise.
No-Repaint: all signals are calculated on closed candles only, ensuring no false repainting.
Compact Mini HUD: shows BUY/SELL signal, current trend, and optional background coloring.
Built-in Alerts: automatic alerts for bullish and bearish EMA crosses confirmed by Ichimoku.
Parabolic Move Indicator for catching moves with Penny Stocks.
Catch the day’s first big moves! Track premarket gap-ups or gap-downs, then spot early momentum shifts using volume, RSI, VWAP, EMAs, and breakout levels—perfect for acting on strong intraday setups right at market open.
**Description:**
The Parabolic Move Scanner + VWAP Bands + EMAs indicator helps traders identify **high-probability intraday moves**, particularly immediately after market open. It is ideal for stocks that **gap up or down premarket, pull back slightly, and then show renewed strength or weakness** once regular trading begins.
The indicator combines multiple components for precise signals:
* **Relative Volume Filter: ** Highlights bars with unusually high activity to ensure signals are backed by real participation.
* **RSI Momentum Change: ** Detects sudden momentum shifts to identify early strength or weakness.
* **Recent Highs/Lows Breakout: ** Confirms price is breaking short-term resistance or support.
* **VWAP & Standard Deviation Bands: ** Provides intraday trend reference points, with optional daily reset.
* **Exponential Moving Averages (EMAs): ** Tracks trend across short, medium, and long-term intraday periods.
* **Visual Signals: ** Background highlights and horizontal breakout lines make it easy to spot key bars.
* **Alerts: ** Configurable alerts notify you of bullish or bearish parabolic moves.
**Optimal Use Case: **
Use in the first 15–30 minutes after market open at 1 minute Time Frame. Best for **stocks showing a premarket gap followed by a pullback**, then resuming strength (bullish) or weakness (bearish). The combination of **volume, RSI, breakouts, VWAP, and EMAs** ensures you identify the **day’s biggest marktet open moves especially with penny stocks moves** with higher confidence.
---
### **Recommended Settings**
**Component** | **Recommended Setting** | **Description / Purpose**
| **Volume Average Length** | 20 bars | Period for calculating average volume to detect relative spikes. |
| **Volume Multiplier** | 2.0 | Current bar volume must exceed 2× average to signal high activity. |
| **RSI Length** | 7 bars | Short-term RSI period to measure momentum changes. |
| **RSI Change Threshold** | 7 | Minimum RSI change required to trigger momentum signal. |
| **Recent Highs Lookback** | 5 bars | Number of bars to check for short-term breakout levels. |
| **Horizontal Line Length** | 10 bars | Length of horizontal breakout line drawn on the chart. |
| **Horizontal Line Color** | Green (bullish) / Red (bearish) | Visual identification of breakout levels. |
| **Horizontal Line Thickness** | 1 | Line width for breakout visualization. |
| **VWAP Source** | hlc3 | Price source for VWAP calculation. |
| **VWAP Bands Multipliers** | 1×, 2×, 3× | Standard deviation multiples for intraday bands.
| **VWAP Daily Reset** | Enabled | Resets VWAP at the start of each trading day.
| **EMA Lengths** | 9, 13, 20, 33, 50 | Short, medium, and long-term EMAs to track intraday trend. |
| **Enable Bearish Signals** | True | Allows detection of bearish parabolic moves. |
|
YBL – LITE HUD (Vol/Δ + RVOL + Squeeze) + ADV📌 Description – YBL – LITE HUD (Vol/Δ + Heatmap RVOL + Squeeze) + ADV
The YBL – LITE HUD is a compact yet powerful dashboard built for traders who value clarity and precision without sacrificing depth.
🔹 Vol/Δ (Volume Delta): highlights the imbalance between buyers and sellers in real time, exposing absorption and institutional pressure.
🔹 Heatmap RVOL: transforms relative volume into a dynamic heatmap, emphasizing unusual activity compared to historical averages.
🔹 Squeeze Momentum: detects volatility compression phases and signals potential breakout opportunities.
🔹 Normalization (z-score): all calculations are scaled for consistent comparison, with colors mapped to zVol intensity for intuitive reading.
🔹 ADV (Average Daily Volume): provides context with daily average volume benchmarks to validate the true strength of moves.
👉 The result is a lightweight, visual HUD designed for scalping and intraday trading, combining order flow, relative volume, and statistical context into a single glance.
YBL – MASTER PACK (REV + SQZ + SR + CLOUD + ABS)📊 Breakdown of the MASTER PACK
REV (Reversals Detector)
Spots potential turning points using volume imbalance, exhaustion, and delta shifts.
Shows reversal signals (arrows/labels) when the probability of trend change is high.
SQZ (Squeeze Momentum)
Combines Bollinger Bands and Keltner Channels to identify volatility squeezes.
Histogram + colored momentum bars show if energy is building up (ready for breakout) or fading.
SR (Support & Resistance Levels)
Auto-plots HTF levels (15m / 1h / 4h configurable).
Deduplicates and merges close levels to keep the chart clean.
Gives a map of where price is most likely to react.
CLOUD (Trend Cloud)
EMA/VWAP hybrid cloud that changes color with bias (green = bullish, red = bearish).
Shows momentum zones and filters fake moves.
Optional signals on EMA/VWAP crosses (A+ / V– markers).
ABS (Absorptions + Traps)
Detects aggressive ask/bid absorption with big volume spikes and no follow-through.
Marks institutional traps (fake breakouts) with confirmation windows.
Draws small boxes/labels so you know where institutions defended levels.
🎯 What this pack gives you
A full trading dashboard: structure (SR), volatility (SQZ), momentum/trend (CLOUD), absorption/traps (ABS), and reversal timing (REV).
Optimized for intraday scalping and swing trading.
Designed compactly: all modules in one script, no need to load 5 indicators separately.
With ON/OFF toggles so you can keep only what you need.
👉 Think of it as the “YBL Premium Toolkit”:
SR tells you where price matters.
SQZ tells you when volatility is about to expand.
CLOUD tells you what the current bias is.
ABS tells you where institutions defend.
REV tells you when it’s time to flip direction.