Swing Points & Liquidity — ENHANCED PRO (Dark/Light Mode)This indicator — “Swing Points & Liquidity — ENHANCED PRO (Dark/Light Mode)” — automatically detects and visualizes swing highs, swing lows, and liquidity levels on the chart with rich analytics and customizable visuals.
🔍 Core Features
Smart Swing Detection: Identifies pivot highs/lows based on adjustable left/right bar settings.
Liquidity Visualization: Draws dynamic boxes and lines for liquidity pools and swing zones.
Volume & OI Integration: Filters and colors levels using volume and Open Interest Δ (change).
Strength Meter: Highlights strong liquidity levels with color gradients based on OI + volume intensity.
Automatic Trendlines: Connects swing points with selectable style and width.
Fibonacci Mapping: Automatically projects fib retracements (23.6%, 38.2%, 50%, 61.8%, 78.6%) from swing-to-swing for confluence zones.
Statistics Panel: Displays live metrics — total levels, active/filled count, success rate, and average strength.
Alerts System: Alerts for new swing formations and when price touches or breaks a level.
Multi-Timeframe Option: Analyze swing structures from higher timeframes on any chart.
Dual Theme Mode: Fully optimized for both Dark and Light interface preferences.
⚙️ Advanced Options
Adjustable lookback range
Hide or extend filled levels
Configurable volume and OI thresholds
Supports multiple OI data sources (Binance, BitMEX, Kraken)
Fully dynamic text, color, and label alignment settings
💡 Use Case
Perfect for Smart Money Concept (SMC) and ICT-style analysis, liquidity sweeps, and swing-based trading.
Traders can quickly visualize where liquidity sits, track how it gets filled, and monitor structure shifts in real time.
אינדיקטורים ואסטרטגיות
TwistedHWAY Oracle - Intelligent Level Detection System═════════════════════════════════════════════════════════════════════════
🎯 TwistedHWAY Oracle™ - Intelligent Level Detection System
═════════════════════════════════════════════════════════════════════════
OVERVIEW
TwistedHWAY Oracle™ combines six independent calculation engines to identify high-probability support and resistance levels. The indicator uses adaptive market regime detection and confluence analysis to automatically rank levels by confidence score, helping traders identify key reaction zones where price is likely to find support or resistance.
KEY FEATURES
The indicator provides comprehensive level detection through:
Six Detection Engines — Each engine operates independently with its own alert system
Confluence Analysis — Automatically awards bonus confidence when multiple engines identify the same level
Adaptive Intelligence — Market volatility detection adjusts parameters in real-time
Confidence Scoring — Every level is ranked and displayed with a numerical confidence score
Individual Alerts — Separate alert controls for each detection method
DETECTION ENGINES
1 — Pivot Points Engine
Calculates daily pivot levels including PP, R1-R3, and S1-S3 using previous day's high, low, and close.
2 — Swing Detector
Identifies significant swing highs and lows using prominence filtering to eliminate noise.
3 — Psychological Matrix
Detects round number levels at three configurable increments (default: 10, 25, 50).
4 — Fibonacci Engine
Calculates retracement levels (23.6%, 38.2%, 50%, 61.8%, 78.6%) from major swings.
5 — VWAP System
Generates volume-weighted average price levels at three different periods.
6 — Confluence Analyzer
Awards bonus confidence points when multiple engines identify the same level.
HOW TO USE
Reading the Levels
Levels above current price = Resistance (red by default)
Levels below current price = Support (green by default)
Numbers in brackets show confidence score
Higher confidence = stronger level
Levels with score > 2.0 indicate extreme confluences
Trading Strategies
Bounce Trading — Enter positions when price approaches high-confidence levels expecting reversal
Breakout Trading — Trade breakouts through levels, using broken level as stop-loss
Confluence Zones — Focus on areas where multiple engines agree
SETTINGS GUIDE
Oracle Settings
Validation Mode — Conservative parameters for more reliable signals
Max Levels — Number of levels to display (10-50)
Level Extension — Line extension direction (None/Left/Right/Both)
Individual Engine Controls
Each engine can be toggled on/off with separate alert controls:
Pivot Engine (daily pivots)
Swing Detector (historical swings)
Psychological Matrix (round numbers)
Fibonacci Engine (retracements)
VWAP System (volume-weighted levels)
Visual Settings
Individual color selection for each level type
Label display toggle with size options
Line style preferences (Solid/Dashed/Dotted)
Alert Configuration
Alert Distance % — Proximity threshold (default: 0.5%)
Alert Cooldown — Minimum bars between alerts (default: 60)
Individual alert toggles for each engine
ADAPTIVE PARAMETERS
The indicator automatically adjusts to market conditions:
High Volatility Mode — Wider swing detection, stricter prominence filters
Normal Mode — Balanced parameters for typical market conditions
Validation Mode — Most conservative settings for reliable signals
Market regime is detected using 100-period volatility measurement with automatic threshold adjustment.
ALERTS
Five alert types plus special confluence alerts:
🎯 Pivot Alerts — Daily pivot level approaches
🌊 Swing Alerts — Historical swing level tests
🧠 Psychological Alerts — Round number approaches
🌀 Fibonacci Alerts — Retracement level tests
📉 VWAP Alerts — Volume-weighted level approaches
⚡ Critical Alerts — Ultra-high confidence levels (score ≥ 2.0)
Alerts include price level, confidence score, and source information.
BEST PRACTICES
Timeframe Selection
Works on all timeframes (optimized for 5min to Daily)
Higher timeframes = more reliable levels
Use multi-timeframe analysis for confirmation
Optimization by Instrument
Forex:
Psychological increments: 0.0010, 0.0050, 0.0100
Stocks (Low-priced):
Psychological increments: 1, 5, 10
Stocks (High-priced):
Psychological increments: 10, 25, 50
Crypto:
Adjust based on price range and volatility
LIMITATIONS
Calculation intensive on last bar (may cause slight delays)
Maximum 50 levels can be displayed simultaneously
Swing detection requires minimum 25 bars of history
VWAP calculations use price range as volume proxy when volume unavailable
NOTES
Levels are recalculated on each bar close
Confidence scores update dynamically with market conditions
Colors automatically adjust based on price position
All settings are saved with chart layout
═════════════════════════════════════════════════════════════════════════
Version: 3.0 | Build 2025.10
License: GNU GPL v3.0
© 2025 TwistedHWAY
═════════════════════════════════════════════════════════════════════════
AbdullahThis script is a **3-in-1 Combined Indicator** for Pine Script v6, merging three popular technical analysis tools into a single chart overlay. It's designed to provide a comprehensive view of trend direction, momentum, and volatility-based stops.
Here's a breakdown of the three components:
## 1. ZLSMA - Zero Lag LSMA (Zero Lag Least Squares Moving Average)
The ZLSMA is a fast-reacting moving average that aims to eliminate the lag typically associated with standard moving averages. It does this by calculating the difference between a standard **Least Squares Moving Average (LSMA)** and a smoothed version of that LSMA, then adding that difference back to the original LSMA.
* **Customizable Inputs:** Length, Offset, and Source Price.
* **Plot:** A thick yellow line indicating the zero-lag trend.
---
## 2. Chandelier Exit
The Chandelier Exit is a volatility-based tool that places a trailing stop either above the price (for a long trade exit) or below the price (for a short trade exit). It uses the **Average True Range (ATR)** to set the stop distance.
* **Key Function:** Identifies potential stop-loss levels and trend changes.
* **Customizable Inputs:** ATR Period, ATR Multiplier, and an option to use the Close price for extremum calculations.
* **Visuals:**
* Plots the **Long Stop (Green)** and **Short Stop (Red)** lines, which switch based on the current trend direction.
* Optional **Buy/Sell Labels** and **Highlighting** (shaded background) to clearly mark the current trend state (long or short).
---
## 3. Exponential Moving Average (EMA) with Optional Smoothing Bands
This section plots a standard **Exponential Moving Average (EMA)** and includes a unique feature to smooth the EMA's output using another moving average or Bollinger Bands.
* **EMA Plot:** A blue line representing the EMA, with customizable Length, Source, and Offset.
* **Optional Smoothing:** The EMA line itself can be smoothed by applying a secondary moving average (SMA, EMA, WMA, etc.) to the EMA's values.
* **Bollinger Bands Option:** If **SMA + Bollinger Bands** is selected for smoothing, it plots **Upper** and **Lower Bands** based on the standard deviation of the EMA, providing a visual envelope for volatility around the smoothed line.
REMS Synergy OverlayThis 3rd generation REMS indicator builds upon the foundations assessing the relationships between RSI, EMAs, MACDs, and Stochastic RSI across multiple timeframes. Designed to help traders identify less frequent, but high probability entries across 2 time frames. Uses 3 levels of confluence indicators for both long and short moves.
Confluence Level 1 (Highest Conviction):
Evaluates selected criteria across both timeframes. All selected criteria must be in confluence to trigger signal.
Confluence Level 2 (Moderate Conviction):
Selected criteria can be selected by each timeframe individually. All selected criteria must be in confluence to trigger signal.
Confluence Level 3 (Lower/supportive confluence):
Of the selected criteria, this level can evaluate a set number of conditions that must be met. Number of conditions is user-defined.
Includes VWAP and 4 EMAs as optional visual representations.
Includes 'Enhanced Candles' than can colour code candlesticks for better visual identification. (off by default)
Originally designed with 5 minute and 2 minute timeframes in mind, and pairs well with REMS First Strike and/or REMS Snap Shot indicators.
Values coded below:
RSI
-Primary: Length = 14, Smoothing = 20 (via SMA)
-Secondary: Length = 7, Smoothing = 20 (via SMA)
Stochastic RSI
Primary:
-RSI Length = 14
-Stochastic Length = 8
-%K = 3, %D = 3
Secondary:
-RSI Length = 7
-Stochastic Length = 7
-%K = 3, %D = 2
MACD - applied to both timeframes
-Fast = 12, Slow = 26, Signal = 9
Trend Patterns_Trend Model此腳本根據《超級績效:金融怪傑交易之道》中的【趨勢樣板】進行撰寫
當時股價高於一百五十天(三十週)與兩百天(四十週)移動平均。
一百五十天移動平均高於兩百天移動平均。
兩百天移動平均至少有一個月期間處於上升狀態(多數情況最好有四、五個月以上)。
五十天移動平均同時高於一百五十天與兩百天移動平均。
當時股價高於五十天移動平均。
當時股價較五十二週低點至少高出30%(很多最佳候選股在突破橫向整理而展開大規模漲勢之前,股價已經較五十二週低點高出100%、300%或更多。)
目前股價距離五十二週高點不超過25%(愈接近愈好)。
相對強度評等(relative strength ranking,根據《投資人經濟日報》 的資料)不低於70,最好是80多或90多,而且較佳候選股總是如此。
This script is based on the 【Trend Patterns】 in 《Trade Like a Stock Market Wizard》.
The current stock price is above both the 150-day (30-week) and the 200-day (40-week) moving average price lines.
The 150-day moving average is above the 200-day moving average.
The 200-day moving average line is trending up for at least 1 month (preferably 4-5 months minimum in most cases).
The 50-day (10-week) moving average is above both the 150-day and 200-day moving averages.
The current stock price is trading above the 50-day moving average.
The current stock price is at least 30 percent above its 52-week low. (Many of the best selections will be 100 percent, 300 percent, or greater above their 52-week low before they emerge from a solid consolidation period and mount a large scale advance.)
The current stock price is within at least 25 percent of its 52-week high (the closer to a new high the better).
The relative strength ranking (as reported in Investor's Business Daily) is no less than 70, and preferably in the 80s or 90s, which will generally be the case with the better selections.
Wyckoff Accumulation / Distribution Detector (v3)🌱 Spring (Bullish Wyckoff Signature)
🧠 Definition
A Spring happens when price dips below a well-defined support level, usually near the end of an accumulation phase, then quickly reverses back above support.
This is not ordinary volatility — it's usually intentional by large operators (“Composite Man”) to:
Trigger stop-losses of weak holders
Create the illusion of a breakdown to scare late sellers in
Absorb all remaining supply at low prices
Launch the next markup leg once weak hands are flushed out
🧭 Typical Spring Characteristics
Feature Behavior
Location Near the bottom of a trading range after a decline
Price Action Temporary breakdown below support, then sharp reversal above
Volume Usually low to average on the break, indicating lack of real selling pressure. Sometimes a volume surge on the reversal as strong hands step in
Candle Often shows a long lower wick, closes back inside the range
Intent Shakeout of weak holders, allow institutions to accumulate more quietly
📈 Why It's Bullish
Springs typically mark the final test of supply. If price can dip below support and immediately recover, it means:
Selling pressure is exhausted (no follow-through)
Strong hands are absorbing remaining shares
A bullish breakout is often imminent
🪤 Upthrust (Bearish Wyckoff Signature)
🧠 Definition
An Upthrust is the mirror image of a Spring. It happens when price pokes above a resistance level, usually near the end of a distribution phase, but then fails to hold above it and falls back inside the range.
This is typically smart money distributing to eager buyers:
Late breakout traders pile in
Institutions sell into that strength
Price collapses back into the range, trapping breakout buyers
🧭 Typical Upthrust Characteristics
Feature Behavior
Location Near the top of a trading range after a rally
Price Action Temporary breakout above resistance, then quick reversal down
Volume Frequently low on the breakout, suggesting a lack of real buying interest — or sometimes high but with no progress, showing hidden selling
Candle Often shows a long upper wick, closes back inside the range
Intent Trap breakout buyers, provide liquidity for institutional sellers to unload near highs
📉 Why It's Bearish
Upthrusts show demand failure and supply swamping:
Buyers cannot sustain the breakout.
The sharp reversal signals large players are exiting.
Typically precedes markdown phases or sharp declines.
📝 Trading Implications
Spring → Often followed by a sign of strength rally → good long entry if confirmed with volume expansion and follow-through.
Upthrust → Often followed by a sign of weakness → short setups, especially if the next rally fails at lower highs.
The script looks for:
🌱 Spring:
Price makes a low below recent pivot support,
Closes back above,
Does so on low volume → likely a shakeout.
🪤 Upthrust:
Price makes a high above recent pivot resistance,
Closes back below,
On low volume → likely a bull trap.
Smart Money Panel By: arisutiknoKEY FEATURES:
✅ Smart Money Detection - Automatic Order Blocks Detection
✅ Full Customization - All colors can be customized
✅ Clean Panel Design - Professional and informative look
✅ Real-time Signals - Actionable trading signals
✅ Multiple Signal Types - BUY/SELL AT OB, NEAR ZONE, WAITING
✅ Custom Signal Colors - Signal colors can be set separately
Makes it easier to make decisions. Good Luck Brooo
Volume Profile with 8 EMAs and Ichimoku Cloud — Multi-Timeframe This script merges three proven concepts — Volume Profile, 8 customizable EMAs, and Ichimoku Cloud — into a single overlay that helps traders quickly identify **high-probability zones for entries and exits.
1. Volume Profile (Market Profile logic, Steidlmayer 1980s)
- Builds a horizontal histogram over the selected look-back period
- Highlights the **Point of Control (PoC) and Value Area (VA) where 68 % of volume traded
- Choose between **bullish, bearish, or both volume types
- Toggle **visible-range or fixed-bar mode
2. Eight Exponential Moving Averages
- Default lengths: 10, 25, 61, 78, 125, 150, 300, 500
- Each EMA can **trigger its own crossover alert** (up/down arrows on chart)
- Colors and thickness automatically scale with length for instant visual parsing
3. Ichimoku Cloud (Goichi Hosoda, 1930)
- Full cloud calculation: Tenkan, Kijun, Senkou A/B, Chikou
- Dynamic trend labels: “Bullish Trend” / “Bearish Trend” when price is above/below the cloud and TK cross agrees
- Cloud color reflects sentiment (green = bullish, red = bearish)
How to use
- Look for **confluence**: price inside Value Area + EMA stack aligned + Ichimoku cloud color match
- Use PoC as intraday support/resistance for scalps
- Enable only the **EMA alerts you actually trade** to avoid noise
This is not a simple mash-up**: the three modules are visually integrated so that Volume Profile levels, EMA slopes, and Ichimoku cloud boundaries can be compared at a glance without switching indicators.
Multi-Timeframe SuperTrend Pro 5 Timeframe Dashboard with Trend═══════════════════════════════════════════════════════════════════════════
📊 MULTI-TIMEFRAME SUPERTREND PRO - COMPLETE TREND DASHBOARD
═══════════════════════════════════════════════════════════════════════════
Never miss a trend again! This powerful indicator displays SuperTrend signals across 5 different timeframes simultaneously, giving you instant market perspective from scalping to swing trading.
⭐ IF THIS HELPS YOUR TRADING, PLEASE BOOST & FOLLOW FOR MORE! ⭐
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🎯 WHY USE MULTI-TIMEFRAME ANALYSIS?
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Professional traders ALWAYS check multiple timeframes before entering trades:
✅ Higher timeframes reveal the overall trend direction
✅ Current timeframe shows optimal entry timing
✅ Lower timeframes provide precise entry points
❌ THE PROBLEM: Switching between 5+ charts is slow, inefficient, and you might miss opportunities
✅ THE SOLUTION: See ALL timeframes on ONE chart instantly with visual color-coding!
This is the EXACT methodology used by institutional traders and market makers. Now YOU can use it too!
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🚀 KEY FEATURES & BENEFITS
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
📊 PROFESSIONAL VISUAL DASHBOARD
├─ Clean, organized table display
├─ Customizable position (9 locations: corners, sides, center)
├─ 5 fully customizable timeframes (default: 5m, 15m, 1H, 4H, Daily)
├─ Color-coded trend status for instant interpretation
├─ Real-time updates on every candle close
├─ Non-cluttering, professional design
└─ Works on ANY chart, ANY market
🎯 INTELLIGENT TREND CONSENSUS METER
├─ Shows exactly how many timeframes agree (X/5 format)
├─ 5/5 = STRONG TREND (highest confidence trades)
├─ 4/5 = GOOD TREND (high probability setups)
├─ 3/5 = MIXED SIGNALS (caution - trend transitioning)
├─ 2/5 = WEAK TREND (reduce positions)
├─ 1/5 = OPPOSITE TREND (avoid trading)
├─ Separate consensus display box for quick reference
└─ Visual color coding: Green = Bullish, Red = Bearish, Orange = Mixed
🎨 FULLY CUSTOMIZABLE TO YOUR STRATEGY
├─ Choose ANY 5 timeframes you want (1m to Monthly)
├─ Adjust SuperTrend ATR period (default: 10, range: 1-100)
├─ Adjust SuperTrend multiplier (default: 3.0, range: 0.1-10)
├─ Custom bullish color (default: Green)
├─ Custom bearish color (default: Red)
├─ 9 dashboard positions available (place anywhere)
├─ 3 text sizes: Small, Normal, Large (mobile-friendly)
├─ Show/hide main SuperTrend line on current chart
├─ Show/hide buy/sell signal arrows
├─ Optional background coloring based on consensus
└─ Save multiple configurations for different strategies
🔔 ADVANCED SMART ALERT SYSTEM
├─ Strong consensus alerts (when 4/5 or 5/5 timeframes align)
├─ Buy signal alerts on current timeframe
├─ Sell signal alerts on current timeframe
├─ Trend change notifications
├─ Customizable consensus threshold (3, 4, or 5 out of 5)
├─ Once-per-bar-close alerts (no spam or false triggers)
├─ Works with TradingView mobile app
├─ Email, SMS, and webhook support
└─ Never miss a high-probability setup again!
📈 CURRENT CHART VISUALIZATION
├─ Main SuperTrend line plotted with dynamic color changes
├─ Buy signals shown as green triangle arrows (below bars)
├─ Sell signals shown as red triangle arrows (above bars)
├─ Color changes instantly on trend reversals
├─ Clear visual confirmation of all signals
└─ Works perfectly on any timeframe (1s to 1M)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
💡 HOW TO USE - PROVEN TRADING STRATEGIES
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🎯 STRATEGY #1: HIGH CONFIDENCE TREND TRADING (Best for Beginners)
ENTRY RULES:
1. Wait for 4/5 or 5/5 timeframe alignment (consensus meter)
2. Enter ONLY in the direction of the consensus (bullish = buy, bearish = sell)
3. Use current timeframe SuperTrend crossover for precise entry
4. Wait for candle close confirmation
EXIT RULES:
1. Stop loss: Below/above the SuperTrend line on current timeframe
2. Take profit: When consensus drops to 3/5 or below
3. Trail stop using SuperTrend line as it moves
4. Exit immediately if consensus flips to opposite direction
RISK/REWARD: Typically 1:3 to 1:5
WIN RATE: 65-75% (when following rules strictly)
BEST FOR: Day trading stocks, forex majors, crypto
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🎯 STRATEGY #2: TREND REVERSAL TRADING (Advanced)
ENTRY RULES:
1. Watch for higher timeframe trend flip (4H or Daily SuperTrend change)
2. Wait for at least 3/5 timeframes to align in new direction
3. Enter on first pullback to SuperTrend line (1H or 15m timeframe)
4. Confirm with volume spike on entry candle
EXIT RULES:
1. Stop loss: Recent swing high/low (opposite side of entry)
2. First target: 50% position at 2R
3. Second target: 50% position at previous swing extreme
4. Trail remaining with SuperTrend line
RISK/REWARD: Typically 1:4 to 1:8
WIN RATE: 55-65% (catch major trend changes)
BEST FOR: Swing trading stocks, catching trend reversals
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🎯 STRATEGY #3: SCALPING WITH HIGHER TIMEFRAME CONFIRMATION
ENTRY RULES:
1. Check that 4H and Daily timeframes are aligned (same direction)
2. Trade ONLY in the direction of higher timeframe trend
3. Use 1m or 5m timeframe for quick entry signals
4. Enter on SuperTrend crossover on lower timeframe
5. Must have at least 3/5 overall consensus
EXIT RULES:
1. Quick profit targets: 1R to 1.5R
2. Exit if lower timeframe SuperTrend breaks
3. No holding through counter-trend moves
4. Maximum trade duration: 15-30 minutes
RISK/REWARD: Typically 1:1.5 to 1:2
WIN RATE: 70-80% (with strict higher TF filter)
BEST FOR: Forex during active sessions, futures, high-liquidity stocks
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🎯 STRATEGY #4: SWING TRADING (Hold for Days/Weeks)
ENTRY RULES:
1. Daily and 4H timeframes MUST be aligned (both bullish or both bearish)
2. Wait for 1H timeframe pullback to SuperTrend line
3. Enter when 1H SuperTrend bounces (price stays above for bulls)
4. Minimum 4/5 consensus required
EXIT RULES:
1. Stop loss: Daily SuperTrend line
2. Hold until Daily SuperTrend breaks
3. Take partial profits at key resistance/support levels
4. Trail stop with 4H SuperTrend line
RISK/REWARD: Typically 1:5 to 1:10+
WIN RATE: 60-70%
BEST FOR: Stock swing trading, crypto trends, index trading
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🎯 STRATEGY #5: CONSERVATIVE POSITION TRADING
ENTRY RULES:
1. Require 5/5 timeframe alignment (100% consensus)
2. Enter ONLY on weekly or daily timeframe signals
3. Confirm with fundamental analysis
4. Large position size (since high confidence)
EXIT RULES:
1. Hold until weekly SuperTrend breaks
2. Stop loss: Weekly SuperTrend line
3. Target: Major swing levels or fundamental change
4. Be patient - trades can last months
RISK/REWARD: 1:10 to 1:20+
WIN RATE: 50-60% (but massive winners compensate)
BEST FOR: Long-term investing, retirement accounts, low-stress trading
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
⚙️ COMPLETE SETTINGS GUIDE
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🔧 SUPERTREND SETTINGS
ATR Period (Default: 10)
├─ What it does: Controls sensitivity to price changes
├─ Lower values (5-8): More signals, more sensitive, more false signals
├─ Higher values (12-16): Fewer signals, less sensitive, more reliable
├─ Recommended: 10 for most markets
└─ Tip: Use lower for scalping, higher for swing trading
Multiplier (Default: 3.0)
├─ What it does: Controls distance of SuperTrend line from price
├─ Lower values (1.5-2.5): Tight stops, more signals, more whipsaws
├─ Higher values (3.5-5.0): Wider stops, fewer signals, better reliability
├─ Recommended: 3.0 for balanced approach
└─ Tip: Increase in volatile markets, decrease in calm markets
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
⏰ TIMEFRAME SELECTION (Customize All 5)
Default Setup (Day Trading):
├─ TF1: 5 minutes (scalping entries)
├─ TF2: 15 minutes (day trading entries)
├─ TF3: 1 Hour (short-term trend)
├─ TF4: 4 Hours (medium-term trend filter)
└─ TF5: Daily (long-term trend direction)
Swing Trading Setup:
├─ TF1: 15 minutes (precision entries)
├─ TF2: 1 Hour (entry timing)
├─ TF3: 4 Hours (swing trend)
├─ TF4: Daily (main trend filter)
└─ TF5: Weekly (overall market direction)
Scalping Setup:
├─ TF1: 1 minute (ultra-fast entries)
├─ TF2: 3 minutes (confirmation)
├─ TF3: 5 minutes (short-term trend)
├─ TF4: 15 minutes (trend filter)
└─ TF5: 1 Hour (main direction)
Position Trading Setup:
├─ TF1: 4 Hours (precision)
├─ TF2: Daily (entry timing)
├─ TF3: Weekly (main trend)
├─ TF4: Monthly (major trend)
└─ TF5: 3 Months (market cycle)
Crypto 24/7 Setup:
├─ TF1: 5 minutes (quick entries)
├─ TF2: 15 minutes (confirmation)
├─ TF3: 1 Hour (trend)
├─ TF4: 4 Hours (filter)
└─ TF5: Daily (main direction)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🎨 DASHBOARD SETTINGS
Show Dashboard: ON/OFF
├─ Turn entire dashboard on or off
└─ Useful when you want clean chart screenshots
Dashboard Position (9 Options):
├─ Top Left, Top Center, Top Right
├─ Middle Left, Middle Center, Middle Right
├─ Bottom Left, Bottom Center, Bottom Right
├─ Default: Top Right (doesn't block price action)
└─ Tip: Choose based on your chart layout
Text Size:
├─ Small: Best for large monitors, multiple charts
├─ Normal: Standard, works everywhere (default)
├─ Large: Best for mobile devices, presentations
└─ Automatically scales dashboard size
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🎨 VISUAL SETTINGS
Bullish Color (Default: Green)
├─ Choose any color you prefer
├─ Applies to: Dashboard cells, trend line, signals
└─ Tip: Use high contrast colors for better visibility
Bearish Color (Default: Red)
├─ Choose any color you prefer
├─ Standard red works best for most traders
└─ Avoid colors too similar to bullish color
Show Main SuperTrend Line: ON/OFF
├─ Displays SuperTrend on current chart
├─ Color changes with trend direction
├─ Turn OFF if you only want the dashboard
└─ Useful when combining with other indicators
Show Buy/Sell Signals: ON/OFF
├─ Triangle arrows on chart
├─ Green triangle up = Buy signal
├─ Red triangle down = Sell signal
└─ Turn OFF to reduce chart clutter
Show Background Color: ON/OFF
├─ Colors entire chart background based on consensus
├─ Light green = Strong bullish consensus
├─ Light red = Strong bearish consensus
├─ Gray = Mixed/transitioning
└─ Very subtle, doesn't interfere with price action
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🔔 ALERT SETTINGS
Enable Alerts: ON/OFF
├─ Master switch for all alerts
└─ Turn OFF when backtesting or analyzing
Consensus Alert Threshold (3, 4, or 5)
├─ 5: Only alert when ALL timeframes align (very strict)
├─ 4: Alert when 4 out of 5 align (recommended)
├─ 3: Alert when 3 out of 5 align (more frequent)
└─ Default: 4 (good balance of quality and quantity)
Alert Types Generated:
1. Strong Bullish Consensus (when threshold reached)
2. Strong Bearish Consensus (when threshold reached)
3. Buy Signal on current timeframe
4. Sell Signal on current timeframe
How to Set Up:
1. Click "Create Alert" in TradingView
2. Condition: "Multi-Timeframe SuperTrend Pro"
3. Choose alert delivery (popup, email, SMS, webhook)
4. Set expiration and frequency
5. Save alert
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
📊 RECOMMENDED SETUPS BY ASSET CLASS
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
📈 US STOCKS (SPY, QQQ, AAPL, MSFT, TSLA, NVDA)
Your Chart Timeframe: 5-minute
Timeframes: 1m, 5m, 15m, 1H, 4H
ATR Period: 10
Multiplier: 3.0
Best Trading Hours: 9:30 AM - 4:00 PM EST (market hours)
Strategy: Day trading with 4/5 consensus
Expected Trades: 1-3 per day
Win Rate Target: 65-70%
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
💱 FOREX PAIRS (EUR/USD, GBP/USD, USD/JPY)
Your Chart Timeframe: 15-minute
Timeframes: 5m, 15m, 1H, 4H, Daily
ATR Period: 10
Multiplier: 3.0
Best Trading Sessions: London (3 AM - 12 PM EST), NY (8 AM - 5 PM EST)
Strategy: Session-based trading with trend alignment
Expected Trades: 2-4 per day
Win Rate Target: 60-65%
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
₿ CRYPTOCURRENCY (BTC, ETH, BNB, SOL)
Your Chart Timeframe: 15-minute
Timeframes: 5m, 15m, 1H, 4H, Daily
ATR Period: 12 (crypto is more volatile)
Multiplier: 3.5 (wider stops needed)
Best Trading Hours: 24/7 (but best during US/EU hours)
Strategy: Trend following with 4/5 consensus, wider stops
Expected Trades: 3-6 per day
Win Rate Target: 55-60%
Note: Use larger multiplier due to high volatility
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🔮 FUTURES (ES, NQ, YM, CL, GC)
Your Chart Timeframe: 5-minute
Timeframes: 1m, 5m, 15m, 1H, 4H
ATR Period: 10
Multiplier: 3.0
Best Trading Hours: 9:30 AM - 4:00 PM EST
Strategy: Scalping and day trading with tight stops
Expected Trades: 3-8 per day
Win Rate Target: 65-70%
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
📊 INDEX ETFs (SPY, QQQ, IWM, DIA)
Your Chart Timeframe: 5-minute (day trading) or 1H (swing)
Timeframes: 5m, 15m, 1H, 4H, Daily
ATR Period: 10
Multiplier: 3.0
Strategy: Very reliable for trend following
Expected Trades: 1-2 per day (day), 2-4 per week (swing)
Win Rate Target: 70-75%
Note: Indexes trend very well, perfect for this indicator
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🌾 COMMODITIES (Gold, Silver, Oil, Natural Gas)
Your Chart Timeframe: 15-minute
Timeframes: 15m, 1H, 4H, Daily, Weekly
ATR Period: 12
Multiplier: 3.5
Strategy: Swing trading major trends
Expected Trades: 1-3 per week
Win Rate Target: 60-65%
Note: Commodities can be choppy, use higher multiplier
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🎯 DASHBOARD INTERPRETATION GUIDE
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🟢🟢🟢🟢🟢 5/5 BULLISH CONSENSUS - MAXIMUM CONFIDENCE
What it means:
→ ALL timeframes show bullish SuperTrend
→ STRONG UPTREND in progress
→ Highest probability long entries
→ Lowest risk for bullish positions
Trading Actions:
✅ AGGRESSIVE long entries
✅ Increase position size (within risk limits)
✅ Hold existing long positions
✅ Avoid ALL short trades
✅ Use tight trailing stops to maximize profits
✅ Look for pullbacks to add to positions
Risk Level: LOW for longs
Confidence Level: MAXIMUM (95%+)
Expected Outcome: Strong continuation upward
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🟢🟢🟢🟢🔴 4/5 BULLISH - HIGH CONFIDENCE
What it means:
→ MOST timeframes bullish, one lagging
→ UPTREND in progress
→ High probability long setups
→ Monitor the bearish timeframe closely
Trading Actions:
✅ Good long entries (standard position size)
✅ Check which timeframe is bearish (important!)
✅ If lower TF bearish: Wait for alignment before entry
✅ If higher TF bearish: Use tighter stops, be cautious
✅ Hold long positions but watch for consensus drop
Risk Level: LOW-MEDIUM for longs
Confidence Level: HIGH (75-85%)
Expected Outcome: Continued uptrend likely
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🟢🟢🟢🔴🔴 3/5 MIXED SIGNALS - CAUTION ZONE
What it means:
→ TRANSITION phase between trends
→ Market indecision
→ Trend may be changing direction
→ Higher risk for both directions
Trading Actions:
⚠️ REDUCE position sizes significantly
⚠️ Tighten stops on existing positions
⚠️ Wait for 4/5 before new entries
⚠️ Take partial profits on existing trades
⚠️ Do NOT add to losing positions
⚠️ Be prepared for trend reversal
Risk Level: MEDIUM-HIGH
Confidence Level: MEDIUM (50-60%)
Expected Outcome: Consolidation or reversal coming
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🟢🟢🔴🔴🔴 2/5 TREND WEAKENING
What it means:
→ Trend is LOSING strength rapidly
→ Opposite trend forming
→ High probability of reversal
→ Previous trend likely ending
Trading Actions:
🚨 CLOSE or reduce existing positions in old direction
🚨 Prepare for opposite direction trades
🚨 Do NOT enter new trades in old direction
🚨 Watch for 3/5 or 4/5 in new direction
🚨 Raise stops to breakeven on remaining positions
Risk Level: HIGH for old direction
Confidence Level: LOW (30-40%)
Expected Outcome: Trend reversal likely imminent
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🔴🔴🔴🔴🔴 5/5 BEARISH CONSENSUS - MAXIMUM CONFIDENCE
What it means:
→ ALL timeframes show bearish SuperTrend
→ STRONG DOWNTREND in progress
→ Highest probability short entries
→ Lowest risk for bearish positions
Trading Actions:
✅ AGGRESSIVE short entries
✅ Increase short position size (within risk limits)
✅ Hold existing short positions
✅ Avoid ALL long trades
✅ Use tight trailing stops to maximize profits
✅ Look for rallies to add to short positions
Risk Level: LOW for shorts
Confidence Level: MAXIMUM (95%+)
Expected Outcome: Strong continuation downward
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
✅ ADVANTAGES OVER STANDARD SUPERTREND INDICATORS
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
✅ TIME SAVINGS
Standard approach: Switch between 5+ charts (5-10 minutes per analysis)
This indicator: See everything instantly (5 seconds)
RESULT: Save 100+ hours per year of chart switching!
✅ REDUCE FALSE SIGNALS BY 60-70%
Standard SuperTrend: Takes every signal (many are false)
This indicator: Only trade when multiple timeframes confirm
RESULT: Much higher win rate, fewer losing trades
✅ INSTITUTIONAL-GRADE METHODOLOGY
Standard approach: Retail traders guess the trend
This indicator: Same multi-timeframe analysis pros use
RESULT: Trade like institutions, not retail amateurs
✅ PERFECT FOR ALL SKILL LEVELS
Beginners: Easy visual interpretation (green = buy, red = sell)
Intermediate: Customize timeframes for your strategy
Advanced: Combine with other indicators and price action
RESULT: Grows with you as you improve
✅ WORKS ON ALL MARKETS & TIMEFRAMES
Stocks, Forex, Crypto, Futures, Commodities, Indices
1-second charts to Monthly charts
RESULT: One indicator for your entire trading career
✅ COMPLETELY CUSTOMIZABLE
Change timeframes, colors, position, settings
Save multiple configurations
Adapt to any strategy
RESULT: Make it truly YOURS
✅ BUILT-IN ALERT SYSTEM
Never miss high-probability setups
Mobile app integration
Email, SMS, webhook support
RESULT: Trade smarter, not harder
✅ CLEAN, PROFESSIONAL DESIGN
Doesn't clutter your chart
Easy to read at a glance
Professional appearance
RESULT: Better decisions, less eye strain
✅ FREE & OPEN SOURCE
No subscriptions or hidden fees
Modify the code if you want
Share with other traders
RESULT: Accessible to everyone
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🎓 BEST PRACTICES & PRO TIPS
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
💡 TIP #1: The Higher Timeframe is King
→ Daily trend > 4H trend > 1H trend > 15m trend > 5m trend
→ NEVER fight the higher timeframe trend
→ A bullish 5m signal means NOTHING if Daily is bearish
→ When in doubt, follow the highest timeframe
💡 TIP #2: Wait for Alignment (Patience = Profits)
→ Don't rush into trades with 2/5 or 3/5 consensus
→ The best trades have 4/5 or 5/5 alignment
→ Quality over quantity ALWAYS
→ One great trade > Five mediocre trades
💡 TIP #3: Use Logical Timeframe Combinations
Good Examples:
├─ 1m, 5m, 15m, 1H, 4H (scalping/day trading)
├─ 15m, 1H, 4H, D, W (swing trading)
└─ 4H, D, W, M, 3M (position trading)
Bad Examples:
├─ 1m, 1m, 5m, 5m, Monthly (no logic)
├─ 3m, 7m, 13m, 29m, 45m (random)
└─ All the same timeframe (defeats the purpose)
💡 TIP #4: Combine with Key Support/Resistance Levels
→ SuperTrend shows the TREND
→ S/R levels show WHERE to enter
→ Best setups = Trend + Level confluence
→ Example: 5/5 bullish + price at major support = STRONG BUY
💡 TIP #5: Respect Trend Changes
→ When 4H or Daily SuperTrend flips, PAY ATTENTION
→ Don't be stubborn and hold losing positions
→ The trend is your friend until it bends
→ Cut losses quickly, let winners run
💡 TIP #6: Risk Management is NON-NEGOTIABLE
→ SuperTrend is powerful but NOT perfect
→ Always use stop losses (no exceptions!)
→ Never risk more than 1-2% per trade
→ Position size based on stop distance
→ No indicator can save you from bad risk management
💡 TIP #7: Avoid Trading During Major News
→ Turn off indicator during: FOMC, NFP, Earnings, Fed Speeches
→ Technical analysis fails during high-impact news
→ Wait 30-60 minutes after news for market to settle
→ Close positions or tighten stops before scheduled news
💡 TIP #8: Backtest Before Live Trading
→ Use TradingView's Strategy Tester
→ Test on your specific instruments and timeframes
→ Look for 55%+ win rate minimum
→ Verify on at least 3-6 months of data
→ Paper trade for 2-4 weeks before going live
💡 TIP #9: Keep a Trading Journal
→ Record every trade (entry, exit, reason, result)
→ Note the consensus level at entry
→ Track which timeframe combinations work best
→ Review weekly to identify patterns
→ Learn from both winners AND losers
💡 TIP #10: Combine with Volume Analysis
→ Strong trends have strong volume
→ Breakouts need volume confirmation
→ Watch for volume spikes at key levels
→ Declining volume = Trend weakening
→ Use volume as an additional filter
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🔧 OPTIMIZATION & FINE-TUNING GUIDE
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🎯 FOR MORE SIGNALS (Aggressive Trading Style)
SuperTrend Settings:
├─ ATR Period: 7-8 (more sensitive)
├─ Multiplier: 2.0-2.5 (tighter stops)
└─ Result: More signals, faster reactions
Consensus Requirements:
├─ Accept 3/5 consensus for entries
├─ Consensus threshold: 3
└─ Result: More trade opportunities
Best For:
├─ Scalping
├─ Active day trading
├─ High-liquidity markets
└─ Experienced traders who can handle more signals
Drawbacks:
├─ More false signals
├─ More whipsaws in choppy markets
├─ Requires more screen time
└─ Higher stress level
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🎯 FOR FEWER, BETTER SIGNALS (Conservative Style)
SuperTrend Settings:
├─ ATR Period: 12-14 (less sensitive)
├─ Multiplier: 3.5-4.5 (wider stops)
└─ Result: Fewer but higher quality signals
Consensus Requirements:
├─ Only trade 5/5 consensus (all timeframes agree)
├─ Consensus threshold: 5
└─ Result: Maximum confidence trades only
Best For:
├─ Swing trading
├─ Position trading
├─ Part-time traders
├─ Beginners
└─ Lower-stress trading
Benefits:
├─ Much fewer false signals
├─ Higher win rate
├─ Less screen time needed
├─ Better sleep!
└─ Ideal for busy professionals
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🎯 FOR TRENDING MARKETS (Bull or Bear Markets)
Settings:
├─ ATR Period: 10 (standard)
├─ Multiplier: 3.0 (standard)
├─ Consensus: 4/5 minimum
└─ Result: Standard settings work great
Strategy Focus:
├─ Follow the higher timeframe trend religiously
├─ Hold positions longer
├─ Let winners run with trailing stops
├─ Add to winning positions on pullbacks
└─ Ride the trend for maximum profits
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🎯 FOR CHOPPY/RANGING MARKETS (Sideways Action)
Settings:
├─ ATR Period: 14+ (much less sensitive)
├─ Multiplier: 4.0-5.0 (very wide stops)
├─ Consensus: 5/5 ONLY
└─ Result: Very few signals, but they're real breakouts
Strategy Adjustment:
├─ Trade MUCH less frequently
├─ Wait for clear breakouts of the range
├─ Use shorter timeframe for scalps inside range
├─ Or simply stay out until trend resumes
└─ Patience is key!
Alternative:
├─ Switch to range-trading strategy
├─ Use different indicators for ranging markets
└─ SuperTrend is a TREND indicator, not range indicator
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🎯 FOR HIGH VOLATILITY MARKETS (Crypto, Penny Stocks)
Settings:
├─ ATR Period: 12-14
├─ Multiplier: 3.5-4.5 (wider to avoid stop hunts)
├─ Consensus: 4/5 or 5/5
└─ Result: Fewer signals but avoids fake-outs
Additional Filters:
├─ Volume MUST be 2x average minimum
├─ Wait for candle close confirmation
├─ Use larger position of account for stop distance
└─ Expect larger swings in both directions
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🎯 FOR LOW VOLATILITY MARKETS (Blue Chips, Utilities)
Settings:
├─ ATR Period: 8-10
├─ Multiplier: 2.5-3.0
├─ Consensus: 4/5
└─ Result: More signals since price moves slower
Strategy:
├─ Smaller profit targets
├─ Tighter stops work well
├─ More frequent trading
└─ Lower risk per trade
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
⚠️ IMPORTANT DISCLAIMERS & WARNINGS
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
⚠️ NOT FINANCIAL ADVICE
This indicator is for EDUCATIONAL PURPOSES ONLY. I am not a financial advisor. All trading decisions are your own responsibility. Consult with a licensed financial professional before making investment decisions.
⚠️ SUPERTREND LIMITATIONS
SuperTrend is a LAGGING indicator based on past price action. It works best in TRENDING markets and performs poorly in RANGING/CHOPPY markets. No indicator is perfect or works 100% of the time.
⚠️ RISK OF LOSS
All trading and investing carries substantial risk of loss. You can lose some or all of your invested capital. Never trade with money you cannot afford to lose. Never invest money needed for living expenses.
⚠️ PAST PERFORMANCE ≠ FUTURE RESULTS
Historical backtests and past performance do not guarantee future results. Market conditions change. What worked yesterday may not work tomorrow.
⚠️ NO GUARANTEE OF PROFITS
This indicator does NOT guarantee profits. Losing trades WILL happen. Losing streaks WILL happen. Drawdowns WILL happen. This is normal in trading.
⚠️ USE PROPER RISK MANAGEMENT
Always use stop losses. Never risk more than 1-2% of your account per trade. Never over-leverage. Never trade on emotion. Follow your trading plan.
⚠️ NEWS EVENTS OVERRIDE TECHNICALS
Major news events (FOMC, NFP, earnings, geopolitical events) can cause sudden price moves that invalidate all technical analysis. Avoid trading around scheduled high-impact news.
⚠️ REQUIRES SKILL AND EXPERIENCE
This indicator is a TOOL, not a magic money machine. It requires:
├─ Understanding of market dynamics
├─ Proper risk management
├─ Emotional discipline
├─ Trading plan and strategy
└─ Practice and experience
⚠️ TEST BEFORE LIVE TRADING
ALWAYS backtest thoroughly on your specific instruments and timeframes. ALWAYS paper trade for at least 2-4 weeks before risking real money. Never skip this step!
⚠️ SLIPPAGE AND COMMISSIONS
Real-world trading includes:
├─ Broker commissions and fees
├─ Spread costs (especially in forex)
├─ Slippage on entries and exits
├─ Overnight holding costs (swap/interest)
└─ These reduce your actual profits significantly
⚠️ MARKET CONDITIONS MATTER
This indicator works best when:
✅ Markets are trending (bull or bear)
✅ Sufficient liquidity exists
✅ No major news events happening
✅ Normal market hours (not pre/post market)
This indicator works POORLY when:
❌ Markets are ranging/choppy
❌ Low liquidity (holidays, off-hours)
❌ During major news events
❌ Extreme volatility (flash crashes)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
❓ FREQUENTLY ASKED QUESTIONS (FAQ)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Q: What timeframe should I use for my chart?
A: It depends on your trading style:
├─ Scalping: 1-minute or 5-minute
├─ Day Trading: 5-minute or 15-minute
├─ Swing Trading: 1-hour or 4-hour
└─ Position Trading: Daily or Weekly
Q: Can I change the 5 timeframes to whatever I want?
A: YES! Fully customizable. Choose any timeframes that fit your strategy.
Q: How many trades should I expect per day?
A: Depends on your settings and market conditions:
├─ Conservative (5/5 consensus): 0-2 trades per day
├─ Balanced (4/5 consensus): 1-3 trades per day
└─ Aggressive (3/5 consensus): 2-6 trades per day
Q: Does this work on all markets?
A: Yes! Stocks, Forex, Crypto, Futures, Commodities, Indices. Any market with price and volume data.
Q: What's the best consensus threshold?
A: 4 out of 5 is the sweet spot for most traders. It's strict enough to filter bad trades but not so strict that you miss good opportunities.
Q: Can I use this for automated trading?
A: This is an indicator, not a strategy. You can create a strategy based on it for automated trading, but you'll need to convert it to a strategy script.
Q: Does it repaint?
A: NO! This indicator does NOT repaint. All calculations are based on closed candles and historical data that doesn't change.
Q: What if only one higher timeframe is bearish but all others are bullish?
A: Check WHICH timeframe is bearish:
├─ If it's the Daily or Weekly: Be cautious, use tighter stops
├─ If it's a lower timeframe: Less concerning, can still trade
└─ Higher timeframe trends are MORE important
Q: Can I use this with other indicators?
A: Absolutely! Combines great with:
├─ RSI (momentum confirmation)
├─ Volume indicators (confirmation)
├─ Support/Resistance levels (entry points)
├─ MACD (trend strength)
└─ Moving Averages (additional trend filter)
Q: How do I backtest this?
A: You'll need to manually review historical price action or create a strategy version of this indicator for automated backtesting.
Q: What's the win rate with this indicator?
A: Varies by market, timeframe, and your trading skill:
├─ Conservative settings: 60-75%
├─ Balanced settings: 55-65%
└─ Aggressive settings: 50-60%
Remember: Win rate isn't everything! A 40% win rate with 1:3 R:R is profitable.
Q: Can I use this on mobile?
A: Yes! Works on TradingView mobile app. For best visibility, use "Large" text size in settings.
Q: Is this free?
A: Yes! Completely free and open source. No hidden fees or subscriptions.
Q: Can I modify the code?
A: Yes! It's open source. Feel free to customize it for your needs.
Q: Will you add more features?
A: Yes! Planned updates include:
├─ Support for 7 timeframes
├─ Individual SuperTrend settings per timeframe
├─ Trend strength meter
├─ Historical consensus tracking
└─ Mobile-optimized compact view
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
💬 SUPPORT, FEEDBACK & COMMUNITY
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🙏 SHOW YOUR SUPPORT:
👍 BOOST this indicator if you find it valuable!
├─ Helps other traders discover it
├─ Shows appreciation for the work
└─ Takes 2 seconds, means a lot!
👤 FOLLOW me for:
├─ Updates and bug fixes
├─ New indicators and strategies
├─ Trading tips and education
└─ Live market analysis
⭐ LEAVE A RATING & REVIEW
├─ Share your honest experience
├─ Help others decide if it's right for them
└─ Constructive feedback helps me improve
💬 COMMENT BELOW WITH:
Questions:
├─ I respond to every comment!
├─ Ask about settings, strategies, or anything else
└─ Help others by sharing your knowledge
Your Results:
├─ Share your winning trades (screenshots welcome!)
├─ Post your backtesting results
├─ Discuss what settings work for your market
└─ Build a community of successful traders
Feature Requests:
├─ What would make this indicator better?
├─ What features are you missing?
├─ What other indicators should I build?
└─ Your feedback shapes future updates
Bug Reports:
├─ Found a bug? Let me know immediately
├─ Describe the issue in detail
├─ Include screenshot if possible
└─ I'll fix it ASAP
📊 SHARE YOUR RESULTS:
├─ Post your charts using this indicator
├─ Tag me so I can see them
├─ Inspire other traders
└─ Build your trading reputation
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🔄 VERSION HISTORY & UPDATES
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🆕 VERSION 1.0 - INITIAL RELEASE (Current)
Features:
├─ Multi-timeframe dashboard (5 customizable timeframes)
├─ Trend consensus meter (shows X/5 alignment)
├─ Fully customizable SuperTrend settings
├─ 9 dashboard positions (place anywhere on chart)
├─ 3 text sizes (Small, Normal, Large)
├─ Custom bullish/bearish colors
├─ Buy/sell signal arrows on current chart
├─ Main SuperTrend line with color changes
├─ Smart alert system (4 alert types)
├─ Customizable consensus threshold
├─ Optional background coloring
├─ Clean, professional design
└─ Comprehensive documentation
📋 PLANNED FOR VERSION 2.0:
├─ Support for 7 timeframes (up from 5)
├─ Individual SuperTrend settings per timeframe
├─ Trend strength indicator (strong/weak/neutral)
├─ Historical consensus tracking (see past alignments)
├─ Mobile-optimized compact view
├─ Additional alert conditions
├─ Performance statistics table
├─ Win rate tracker
└─ Community-requested features
🗓️ UPDATE SCHEDULE:
├─ Bug fixes: Within 24-48 hours
├─ Minor updates: Monthly
├─ Major updates: Quarterly
└─ Follow me to get notified!
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🎓 ADDITIONAL RESOURCES & LEARNING
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
📚 RECOMMENDED READING:
├─ "Trading in the Zone" by Mark Douglas (psychology)
├─ "Market Wizards" by Jack Schwager (interviews with pros)
├─ "Technical Analysis of Financial Markets" by John Murphy
└─ "The New Trading for a Living" by Dr. Alexander Elder
🎥 LEARN MORE ABOUT:
├─ Multi-timeframe analysis fundamentals
├─ SuperTrend indicator mechanics
├─ Risk management and position sizing
├─ Trading psychology and discipline
└─ TradingView tutorials and features
🔗 USEFUL LINKS:
├─ TradingView Education Center
├─ Pine Script documentation
├─ Trading communities and forums
└─ Risk management calculators
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
📜 LICENSE & TERMS OF USE
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
© 2024 zakaria safri - All Rights Reserved
📄 LICENSE: MIT License (Open Source)
You are FREE to:
✅ Use this indicator for personal trading
✅ Modify and customize for your own needs
✅ Share with other traders (with credit)
✅ Learn from and study the code
✅ Incorporate into your own projects
You MUST:
⚠️ Keep the copyright notice intact
⚠️ Provide attribution if sharing publicly
⚠️ Not claim this as your own original work
⚠️ Not sell this indicator for profit
🚫 DISCLAIMER:
This indicator is provided "AS IS" for EDUCATIONAL PURPOSES ONLY.
The creator assumes NO responsibility or liability for:
├─ Any financial losses incurred from using this indicator
├─ Trading decisions made based on this indicator
├─ Bugs, errors, or inaccuracies in the code
├─ Any damages, direct or indirect, from using this tool
All trading carries significant risk of loss. Past performance does not guarantee future results. You are solely responsible for your own trading decisions.
This is NOT financial advice. Always consult with a qualified financial advisor before making investment decisions.
USE AT YOUR OWN RISK.
═══════════════════════════════════════════════════════════════════════════
🎯 READY TO START TRADING SMARTER?
1. Add this indicator to your chart
2. Customize the 5 timeframes for your style
3. Set up alerts for high-probability setups
4. Backtest on your favorite instruments
5. Paper trade until consistently profitable
6. Go live with proper risk management
Remember: This indicator is a TOOL. Your success depends on:
├─ Proper risk management (1-2% per trade max)
├─ Trading discipline (follow your plan)
├─ Emotional control (no revenge trading)
├─ Continuous learning and improvement
└─ Patience and persistence
═══════════════════════════════════════════════════════════════════════════
💚 THANK YOU FOR USING MULTI-TIMEFRAME SUPERTREND PRO!
If this indicator helps your trading, please:
👍 BOOST it
👤 FOLLOW me
💬 COMMENT with your results
⭐ RATE and REVIEW
Happy Trading! May your trends be strong and your profits consistent! 🚀📈
═══════════════════════════════════════════════════════════════════════════
🏷️ KEYWORDS: Multi-Timeframe Analysis, SuperTrend, MTF Indicator, Trend Following, Dashboard, Day Trading, Swing Trading, Scalping, Forex, Stocks, Crypto, Futures, Technical Analysis, Trading Indicator, TradingView, Pine Script, Trend Consensus, Buy Sell Signals, Trading Dashboard, Professional Trading, Beginner Friendly
Tick-Based Delta Volume BubblesTICK-BASED DELTA VOLUME BUBBLES
OVERVIEW
A real-time order flow indicator that displays volume delta at the tick level, helping traders identify buying and selling pressure as it develops during live market hours. Unlike traditional volume delta indicators that rely on bar close data, this indicator captures actual tick-by-tick volume changes and directional bias, providing granular insight into market dynamics.
HOW IT WORKS
The indicator monitors live tick data during real-time trading by tracking volume increases between consecutive price updates. Each time volume increments, the script calculates the volume delta, determines price direction, assigns directional bias to the volume, and accumulates net delta for each bar.
This methodology is identical to the tick detection mechanism used in professional cumulative volume delta tools, ensuring accuracy and reliability.
FEATURES
Real-Time Tick Detection
- Captures genuine tick-by-tick volume flow using varip persistence
- Not estimated from OHLC data
- Processes actual market ticks as they occur
Adaptive Bubble Sizing
- Bubbles scale based on delta strength relative to a customizable moving average (default 20 bars)
- Highlights significant order flow imbalances
- Five size levels from tiny to huge
Dual Display Modes
- Normal Mode: Sized bubbles with optional volume labels positioned at bar midpoint
- Minimal Mode: Clean dots above/below bars for unobtrusive delta visualization
Flow Classification
- Aggressive Buy (bright green): Strong positive delta with greater than 1.2x strength
- Aggressive Sell (bright red): Strong negative delta with greater than 1.2x strength
- Passive Buy (light green): Moderate positive delta
- Passive Sell (light red): Moderate negative delta
Intensity Mode (Optional)
- Gray: Low intensity (less than 0.5x average)
- Blue: Medium intensity (0.5-1.0x average)
- Orange: High intensity (1.0-2.0x average)
- Red: Extreme intensity (greater than 2.0x average)
Smart Filtering
- Percentile-based filters (customizable) ensure only significant delta events are displayed
- Reduces chart clutter while highlighting important order flow
- Separate thresholds for bubble display and numeric labels
Data Collection Status
- Optional progress box in top-right corner
- Shows real-time bar collection progress
- Displays percentage completion and bars remaining
- Automatically hides when sufficient data is collected
Hide Until Ready Option
- Suppresses bubble display until the averaging period is complete
- Prevents misleading signals from incomplete data
- Default requires 20 bars before displaying bubbles
SETTINGS
Delta Average Length (1-200, default 20)
- Lookback period for calculating delta strength baseline
- Higher values = longer-term delta comparison
- Lower values = more sensitive to recent changes
Hide Bubbles Until Enough Data
- Prevents display until averaging period completes
- Ensures reliable delta strength calculations
Show Data Collection Status Box
- Displays progress indicator during initialization
- Can be disabled if you understand the warmup period
Minimal Mode
- Switches to simple dot display above/below bars
- Green dots above bars = positive delta
- Red dots below bars = negative delta
- Maintains color intensity or flow type classification
Show Bubbles
- Master toggle for bubble display
Bubble Volume Percentile (0-100, default 60)
- Minimum percentile rank required to display bubble
- Higher values = fewer, more significant bubbles
- Lower values = more bubbles displayed
Show Numbers in Bubbles
- Toggle delta value labels
- Only appears in normal mode
- Disabled automatically in minimal mode
Label Volume Percentile (0-100, default 90)
- Higher threshold for displaying numeric labels
- Typically set higher than bubble percentile
- Reduces label clutter on chart
Intensity Mode
- Switch from flow-type coloring to magnitude-based coloring
- Useful for identifying volume spikes regardless of direction
IMPORTANT NOTES
Real-Time Only: This indicator processes live tick data and does not provide historical analysis. It begins collecting data when added to a live chart.
Volume Required: Symbol must have volume data available. Will not function on symbols without volume (most forex pairs from retail brokers).
Initialization Period: Requires the specified number of bars (default 20) to calculate accurate delta strength. Use the "Hide Until Ready" option to prevent premature signals.
Market Hours: Only collects data during live market hours. Does not backfill historical data.
CREDITS
Tick detection methodology inspired by the Kioseff Trading Tick CVD indicator. This implementation adapts the same core tick-level volume delta calculation for bubble-style visualization and per-bar delta analysis.
RSI VWAP v1 [JopAlgo]RSI VWAP v1.1 made stronger by volume-aware!
We know there's nothing new and the original RSI already does an excellent job. We're just working on small, practical improvements – here's our take: The same basic idea, clearer display, and a single, specially developed rolling line: a VWAP of the RSI that incorporates volume (participation) into the calculation.
Do you prefer the pure classic?
You can still use Wilder or Cutler engines –
but the star here is the VW-RSI + rolling line.
This RSI also offers the possibility of illustrating a possible
POC (Point of Control - or the HAL or VAL) level.
However, the indicator does NOT plot any of these levels itself.
We have included an illustration in the chart for this!
We hope this version makes your decision-making easier.
What you’ll see
The RSI line with a 50 midline and optional bands: either static 70/30 or adaptive μ±k·σ of the Rolling Line.
One smoothing concept only: the Rolling Line (light blue) = VWAP of RSI.
Shadow shading between RSI and the Rolling Line (green when RSI > line, red when RSI < line).
A lighter tint only on the parts of that shadow that sit above the upper band or below the lower band (quick overbought/oversold context).
Simple divergence lines drawn from RSI pivots (green for regular bullish, red for regular bearish). No labels, no buy/sell text—kept deliberately clean.
What’s new, and why it helps
VW-RSI engine (default):
RSI can be computed from volume-weighted up/down moves, so momentum reflects how much traded when price moved—not just the direction.
Rolling Line (VWAP of RSI) with pure VWAP adaptation:
Low volume: blends toward a faster VWAP so early, thin starts aren’t missed.
Volume spikes: blends toward a slower VWAP so a single heavy bar doesn’t whip the curve.
You can reveal the Base Rolling (pre-adaptation) line to see exactly how much adaptation is happening.
Adaptive bands (optional):
Instead of fixed 70/30, use mean ± k·stdev of the Rolling Line over a lookback. Levels breathe with the market—useful in strong trends where static bounds stay pinned.
Minimal, readable panel:
One smoothing, one story. The shadow tells you who’s in control; the lighter highlight shows stretch beyond your lines.
How to read it (fast)
Bias: RSI above 50 (and a rising Rolling Line) → bullish bias; below 50 → bearish bias.
Trigger: RSI crossing the Rolling Line with the bias (e.g., above 50 and crossing up).
Stretch: Near/above the upper band, avoid chasing; near/below the lower band, avoid panic—prefer a cross back through the line.
Divergence lines: Use as context, not as standalone signals. They often help you wait for the next cross or avoid late entries into exhaustion.
Settings that actually matter
RSI Engine: VW-RSI (default), Wilder, or Cutler.
Rolling Line Length: the VWAP length on RSI (higher = calmer, lower = earlier).
Adaptive behavior (pure VWAP):
Speed-up on Low Volume → blends toward fast VWAP (factor of your length).
Dampen Spikes (volume z-score) → blends toward slow VWAP.
Fast/Slow Factors → how far those fast/slow variants sit from the base length.
Bands: choose Static 70/30 or Adaptive μ±k·σ (set the lookback and k).
Visuals: show/hide Base Rolling (ref), main shadow, and highlight beyond bands.
Signal gating: optional “ignore first bars” per day/session if you dislike open noise.
Starter presets
Scalp (1–5m): RSI 9–12, Rolling 12–18, FastFactor ~0.5, SlowFactor ~2.0, Adaptive on.
Intraday (15m–1H): RSI 10–14, Rolling 18–26, Bands k = 1.0–1.4.
Swing (4H–1D): RSI 14–20, Rolling 26–40, Bands k = 1.2–1.8, Adaptive on.
Where it shines (and limits)
Best: liquid markets where volume structure matters (majors, indices, large caps).
Works elsewhere: even with imperfect volume, the shadow + bands remain useful.
Limits: very thin/illiquid assets reduce the benefit of volume-weighting—lengthen settings if needed.
Attribution & License
Based on the concept and baseline implementation of the “Relative Strength Index” by TradingView (Pine v6 built-in).
Released as Open-source (MPL-2.0). Please keep the license header and attribution intact.
Disclaimer
For educational purposes only; not financial advice. Markets carry risk. Test first, use clear levels, and manage risk. This project is independent and not affiliated with or endorsed by TradingView.
Chart Fusion Line SND Detection by TitikSona🧭 Overview
Fusion Line Momentum Analyzer is a momentum visualization tool that introduces a unified model of oscillator fusion.
It blends Fast and Slow Stochastics with RSI into one adaptive curve, designed to eliminate conflicting signals between different momentum sources.
Instead of reading three separate oscillators, the Fusion Line provides a consolidated view of strength and exhaustion zones in a single framework.
This approach helps analysts detect aligned momentum shifts with greater clarity and less noise, without repainting or lagging methods.
⚙️ Core Concept
Traditional oscillators often provide conflicting readings when volatility changes.
To solve this, the Fusion Line averages three normalized components:
Fast Stochastic (12,3,3) — reacts quickly to short-term momentum spikes.
Slow Stochastic (100,8,8) — filters long-term momentum context.
RSI (26) — measures internal strength between buying and selling pressure.
Each is rescaled to a 0–100 range, then averaged into a single curve called the Fusion Line.
A secondary Signal Line (SMA 9) is added to visualize directional confirmation.
This combination aims to preserve responsiveness from the fast components while maintaining structural stability from the slow and RSI layers.
🌈 Features
Unified momentum curve combining stochastic and RSI dynamics.
Automatic bias shading to highlight dominant trend direction.
Real-time percentage strength meter (visual intensity).
Configurable alert triggers on key momentum zones (20/80).
Clean chart display without unnecessary elements or overlays.
📘 Interpretation
Rising Fusion Line → indicates strengthening bullish momentum.
Falling Fusion Line → indicates strengthening bearish pressure.
Fusion values below 20 → potential oversold recovery.
Fusion values above 80 → possible exhaustion or reversal zone.
Mid-zone movement → reflects equilibrium or sideways momentum.
These readings should always be combined with higher timeframe structure or volume confirmation for context.
⚙️ Default Parameters
Fast Stochastic (12,3,3)
Slow Stochastic (100,8,8)
RSI Length (26)
Signal Line Smoothing (9)
All values can be adjusted to adapt to asset volatility or timeframe conditions.
⚠️ Disclaimer
This indicator is a research and visualization tool, not a signal generator.
It does not predict price movement or guarantee performance.
Use for analytical purposes only and combine with your own trading framework.
👨💻 Developer
Created by TitikSona — Research & Fusion Concept Designer
Built using Pine Script v6
Type: Open-source educational script
💬 Short Description
Fusion-based momentum visualization combining Double Stochastic and RSI into one adaptive line for clearer, noise-free momentum analysis.
Adaptive Vol Gauge [ParadoxAlgo]This is an overlay tool that measures and shows market ups and downs (volatility) based on daily high and low prices. It adjusts automatically to recent price changes and highlights calm or wild market periods. It colors the chart background and bars in shades of blue to cyan, with optional small labels for changes in market mood. Use it for info only—combine with your own analysis and risk controls. It's not a buy/sell signal or promise of results.Key FeaturesSmart Volatility Measure: Tracks price swings with a flexible time window that reacts to market speed.
Market Mood Detection: Spots high-energy (wild) or low-energy (calm) phases to help see shifts.
Visual Style: Uses smooth color fades on the background and bars—cyan for calm, deep blue for wild—to blend nicely on your chart.
Custom Options: Change settings like time periods, sensitivity, colors, and labels.
Chart Fit: Sits right on your main price chart without extra lines, keeping things clean.
How It WorksThe tool figures out volatility like this:Adjustment Factor:Looks at recent price ranges compared to longer ones.
Tweaks the time window (between 10-50 bars) based on how fast prices are moving.
Volatility Calc:Adds up logs of high/low ranges over the adjusted window.
Takes the square root for the final value.
Can scale it to yearly terms for easy comparison across chart timeframes.
Mood Check:Compares current volatility to its recent average and spread.
Flags "high" if above your set level, "low" if below.
Neutral in between.
This setup makes it quicker in busy markets and steadier in quiet ones.Settings You Can ChangeAdjust in the tool's menu:Base Time Window (default: 20): Starting point for calculations. Bigger numbers smooth things out but might miss quick changes.
Adjustment Strength (default: 0.5): How much it reacts to price speed. Low = steady; high = quick changes.
Yearly Scaling (default: on): Makes values comparable across short or long charts. Turn off for raw numbers.
Mood Sensitivity (default: 1.0): How strict for calling high/low moods. Low = more shifts; high = only big ones.
Show Labels (default: on): Adds tiny "High Vol" or "Low Vol" tags when moods change. They point up or down from bars.
Background Fade (default: 80): How see-through the color fill is (0 = invisible, 100 = solid).
Bar Fade (default: 50): How much color blends into your candles or bars (0 = none, 100 = full).
How to Read and Use ItColor Shifts:Background and bars fade based on mood strength:Cyan shades mean calm markets (good for steady, back-and-forth trades).
Deep blue shades mean wild markets (watch for big moves or turns).
Smooth changes show volatility building or easing.
Labels:"High Vol" (deep blue, from below bar): Start of wild phase.
"Low Vol" (cyan, from above bar): Start of calm phase.
Only shows at changes to avoid clutter. Use for timing strategy tweaks.
Trading Ideas:Mood-Based Plays: In wild phases (deep blue), try chase-momentum or breakout trades since swings are bigger. In calm phases (cyan), stick to bounce-back or range trades.
Risk Tips: Cut trade sizes in wild times to handle bigger losses. Use calm times for longer holds with close stops.
Chart Time Tips: Turn on yearly scaling for matching short and long views. Test settings on past data—loosen for quick trades (more alerts), tighten for longer ones (fewer, stronger).
Mix with Others: Add trend lines or averages—buy in calm up-moves, sell in wild down-moves. Check with volume or key levels too.
Special Cases: In big news events, it reacts faster. On slow assets, it might overstate swings—ease the adjustment strength.
Limits and TipsIt looks back at past data, so it trails real-time action and can't predict ahead.
Results differ by stock or timeframe—test on history first.
Colors and tags are just visuals; set your own alerts if needed.
Follows TradingView rules: No win promises, for learning only. Open for sharing; share thoughts in forums.
With this, you can spot market energy and tweak your trades smarter. Start on practice charts.
Dobrusky Volume PulseWhat it does & who it’s for
Volume Pulse is a lightweight, customizable volume profile overlay that shows traders how volume is distributed across price levels over a chosen lookback window. Unlike standard profiles, it also maps cumulative buy/sell pressure at each level, so you see not just where volume clustered, but which side dominated.
Core ideas
Cumulative volume by price: Builds a horizontal profile of traded volume at each level, based on user-defined depth and resolution.
Directional pressure mapping: At every price level, the script accumulates bullish vs. bearish volume based on candle closes vs. opens, providing a directional read on whether buyers or sellers had the upper hand.
POC: Automatically highlights the Point of Control (POC) — the level with the most activity.
Customizable presentation: Adjustable profile resolution, bar width, offset, colors, and whether to show cumulative, directional, or both.
How the components work together
The profile provides the “where,” while the buy/sell mapping adds the “who.” By combining these, traders can see whether a high-volume node was buyer-driven absorption or seller-driven distribution — a distinction classic profiles don’t reveal. This directional overlay reduces the guesswork of interpreting raw volume clusters.
How to use
Apply the overlay to your chart.
Watch the POC and areas of significant increase or decrease in volume (and pressure) as natural magnets or rejection areas.
When trading intraday, I've found that higher timeframe volume levels act as strong magnets. In the chart, you can see the volume levels I've drawn on the SPY daily chart. These levels are targets I use when trading the 5-minute chart.
Pay attention to color dominance at those zones — green-heavy nodes suggest buyer control; red-heavy nodes suggest seller control.
Combine with time-based volume tools and price-action for a more comprehensive trade plan.
Settings overview
Lookback depth: Number of bars used for profile calculation.
Profile resolution: Number of horizontal bars to split volume across price.
Bar style: Width, offset, and multiplier for scaling.
Toggle layers: Choose cumulative, directional, or both.
POC display: Optional highlight of the most traded level.
Limitations & best practices
This is a contextual overlay, not a trade-signal system.
Works best on liquid instruments (indices, futures, major stocks, liquid crypto) where volume distribution is meaningful.
Directional mapping uses candle body bias (close vs. open), not raw order flow. For full tape analysis, pair with actual order flow data.
Originality justification
Dual profile: combines cumulative volume-by-price and buyer/seller pressure per bin (close vs. open) — not a standard VP clone.
From-scratch binning + POC in a single pass for speed; no reused libraries.
Flexible display (cumulative / directional / both) with independent resolution, width, and offset for intraday or HTF use.
Clear visuals (optional POC, balanced node coloring) and open-source code so traders can audit and extend.
Squeeze Momentum IndicatorThis indicator identifies periods of low market volatility—commonly referred to as a "squeeze"—by comparing Bollinger Bands and Keltner Channels. When volatility compresses, price often prepares for a directional breakout. The histogram visualizes momentum strength and direction once the squeeze ends.
**How it works:**
- **Squeeze detection**: A squeeze is active when Bollinger Bands are fully contained within Keltner Channels. This appears as black crosses on the zero line.
- **Volatility expansion**: When Bollinger Bands move outside Keltner Channels, volatility is increasing. This state is marked with blue crosses.
- **Momentum histogram**: The core signal is a linear regression of price relative to a dynamic baseline (average of the highest high, lowest low, and SMA over the lookback period).
- **Aqua**: Positive momentum that is accelerating.
- **Bright blue**: Positive momentum that is decelerating.
- **Yellow**: Negative momentum that is accelerating downward.
- **Orange**: Negative momentum that is decelerating (potential reversal zone).
**Usage notes:**
Traders often monitor the transition from squeeze (black) to expansion (blue) combined with a strong histogram move away from zero as a potential entry signal. Color changes in the histogram help assess momentum shifts before price makes large moves.
This script is designed for educational and analytical purposes. It does not constitute investment advice. Always test strategies in a simulated environment before applying them to live trading.
Z-Score Momentum | MisinkoMasterThe Z-Score Momentum is a new trend analysis indicator designed to catch reversals, and shifts in trends by comparing the "positive" and "negative" momentum by using the Z-Score.
This approach helps traders and investors get unique insight into the market of not just Crypto, but any market.
A deeper dive into the indicator
First, I want to cover the "Why?", as I believe it will ease of the part of the calculation to make it easier to understand, as by then you will understand how it fits the puzzle.
I had an attempt to create a momentum oscillator that would catch reversals and provide high tier accuracy while maintaining the main part => the speed.
I thought back to many concepts, divergences between averages?
- Did not work
Maybe a MACD rework?
- Did not work with what I tried :(
So I thought about statistics, Standard Deviation, Z-Score, Sharpe/Sortino/Omega ratio...
Wait, was that the Z-Score? I only tried the For Loop version of it :O
So on my way back from school I formulated a concept (originaly not like this but to that later) that would attempt to use the Z-Score as an accurate momentum oscillator.
Many ideas were falling out of the blue, but not many worked.
After almost giving up on this, and going to go back to developing my strategies, I tried one last thing:
What if we use divergences in the average, formulated like a Z-score?
Surprise-surprise, it worked!
Now to explain what I have been so passionately yapping about, and to connect the pieces of the puzzle once and for all:
The indicator compares the "strength" of the bullish/bearish factors (could be said differently, but this is my "speach bubble", and I think this describes it the best)
What could we use for the "bullish/bearish" factors?
How about high & low?
I mean, these are by definitions the highest and lowest points in price, which I decided to interpret as: The highest the bull & bear "factors" achieved that bar.
The problem here is comparison, I mean high will ALWAYS > low, unless the asset decided to unplug itself and stop moving, but otherwise that would be unfair.
Now if I use my Z-score, it will get higher while low is going up, which is the opposite of what I want, the bearish "factor" is weaker while we go up!
So I sat on my ret*rded a*s for 25 minutes, completly ignoring the fact the number "-1" exists.
Surprise surprise, multiplying the Z-Score of the low by -1 did what I wanted!
Now it reversed itself (magically). Now while the low keeps going down, the bear factor increases, and while it goes up the bear factor lowers.
This was btw still too noisy, so instead of the classic formula:
a = current value
b = average value
c = standard deviation of a
Z = (a-b)/c
I used:
a = average value over n/2 period
b = average value over n period
c = standard deviation of a
Z = (a-b)/c
And then compared the Z-Score of High to the Z-Score of Low by basic subtraction, which gives us final result and shows us the strength of trend, the direction of the trend, and possibly more, which I may have not found.
As always, this script is open source, so make sure to play around with it, you may uncover the treasure that I did not :)
Enjoy Gs!
Smart Signal Pro™ | Multi-Timeframe Buy/Sell Alerts for Crypto━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
⚡ ZAKARIA SAFRI - SMART SIGNAL PRO™ v4.3
Advanced Multi-Timeframe Trading System 2025
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🎯 WHAT YOU GET:
✅ SMART BUY/SELL SIGNALS - AI-powered entry & exit alerts
✅ MULTI-TIMEFRAME DASHBOARD - 8 timeframes analyzed in real-time (3m to Daily)
✅ AUTO RISK MANAGEMENT - Stop Loss & 3 Take Profit levels calculated automatically
✅ TREND DETECTION - Color-coded ribbons, clouds & chaos trend lines
✅ REVERSAL ALERTS - Catch market reversals before they happen
✅ ORDER BLOCKS - Institutional supply/demand zones
✅ RSI OVERBOUGHT/OVERSOLD - Visual background alerts
✅ VOLATILITY METER - Know when markets are heating up
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
💎 PERFECT FOR:
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
📊 Day Traders - Scalp Bitcoin, Ethereum, altcoins
💰 Forex Traders - EUR/USD, GBP/USD, Gold, indices
📈 Stock Traders - SPY, AAPL, TSLA, any ticker
⏰ Swing Traders - Multi-day position trading
🔰 Beginners - Easy visual signals, no coding needed
⚡ Scalpers - Fast 3-minute signals
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🔥 KEY FEATURES:
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🎯 DUAL SIGNAL MODES:
• ALL SIGNALS - Maximum opportunities
• SMART SIGNALS - High-probability setups only
📊 LIVE MTF DASHBOARD:
• 3 Minute trend
• 5 Minute trend
• 15 Minute trend
• 1 Hour trend
• 2 Hour trend
• 4 Hour trend
• 12 Hour trend
• Daily trend
• Real-time RSI & Volatility readings
💰 AUTOMATED RISK TOOLS:
• Entry price marked
• Stop Loss calculated (ATR-based)
• Take Profit 1 (conservative)
• Take Profit 2 (moderate)
• Take Profit 3 (aggressive)
• TP alerts on chart
🎨 VISUAL TRADING AIDS:
• Candlestick coloring (3 modes)
• Trend ribbon (7 EMAs)
• EMA cloud (150/250)
• Chaos trend line
• Keltner channels
• Order blocks (optional)
• Channel breakouts
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
⚙️ CUSTOMIZABLE SETTINGS:
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🔧 Adjust signal sensitivity (1-10)
🎨 Toggle any indicator on/off
📍 Dashboard position & size
🎯 Custom TP strength multiplier
🔔 Enable/disable specific features
📊 200 EMA adjustable
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🚀 WHY THIS INDICATOR?
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
✔️ All-in-One Solution - No need for multiple indicators
✔️ Beginner Friendly - Clear buy/sell labels
✔️ Professional Grade - Institutional tools included
✔️ Works 24/7 - Crypto, Forex, Stocks, Futures
✔️ No Repainting - Signals stay fixed after close
✔️ Clean Interface - Not cluttered, easy to read
✔️ Regular Updates - Active development
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
📈 TESTED ON:
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
• Bitcoin (BTC/USD, BTC/USDT)
• Ethereum (ETH/USD, ETH/USDT)
• Altcoins (SOL, XRP, ADA, DOGE, SHIB)
• Forex Pairs (EUR/USD, GBP/USD, USD/JPY)
• Gold (XAU/USD)
• Indices (SPX, NASDAQ, DJI)
• Stocks (AAPL, TSLA, NVDA, AMZN)
• Futures & CFDs
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
⏱️ BEST TIMEFRAMES:
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
⚡ Scalping: 1min, 3min, 5min
📊 Day Trading: 15min, 30min, 1H
📈 Swing Trading: 4H, Daily
💼 Position Trading: Daily, Weekly
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🎓 HOW TO USE:
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
1️⃣ Add indicator to any chart
2️⃣ Wait for BUY or SELL signal
3️⃣ Check dashboard for multi-timeframe confirmation
4️⃣ Enter trade at signal candle close
5️⃣ Set Stop Loss at marked level
6️⃣ Take profits at TP1, TP2, TP3 markers
7️⃣ Watch for reversal alerts to exit early
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
⚠️ RISK DISCLAIMER:
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Trading involves risk. This indicator is a tool to assist your trading decisions, not financial advice. Always use proper risk management, never risk more than you can afford to lose, and backtest any strategy before live trading.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
📞 SUPPORT & UPDATES:
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
💬 Questions? Comment below
⭐ Like this indicator? Leave a review!
🔔 Follow for updates and new releases
📊 Check my profile for more premium tools
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🏷️ TAGS:
buy sell signals, crypto trading, bitcoin indicator, forex signals, smart money, order blocks, multi timeframe analysis, day trading, scalping, swing trading, trend following, reversal trading, risk management, stop loss, take profit, trading dashboard, RSI indicator, ADX trend, professional trading
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
© 2025 Zakaria Safri - Smart Signal Pro™
Version 4.3 | All Rights Reserved
⚡ Elite Momentum Pro🎯 Key Features
1. Smart Signal Engine
3 Signal Modes: Aggressive, Balanced, Conservative
7-Point Scoring System - Ensures high-quality signals
Anti-Flip Protection - Prevents rapid signal changes
Multiple confirmations: Supertrend, MACD, RSI, EMA alignment, momentum
2. Advanced Risk Management
3 Take Profit Levels (TP1, TP2, TP3) for scaling out
ATR-Based Dynamic Stops - Adapts to volatility
Customizable Risk:Reward (default 2.5:1)
Visual stop and target levels
3. Clean Visual Design
Color-coded price bars based on trend strength
EMA Ribbon (9, 21, 50, 200) for trend clarity
🚀 Ultimate Trading Tool + Strat Method🚀 Ultimate Trading Tool + Strat Method - Complete Breakdown
Let me give you a comprehensive overview of this powerful indicator!
🎯 What This Indicator Does:
This is a professional-grade, all-in-one trading system that combines two proven methodologies:
1️⃣ Technical Analysis System (Original)
Advanced trend detection using multiple EMAs
Momentum analysis with MACD
RSI multi-timeframe analysis
Volume surge detection
Automated trendline drawing
2️⃣ Strat Method (Pattern Recognition)
Inside bars, outside bars, directional bars
Classic patterns: 2-2, 1-2-2
Advanced patterns: 3-1-2, 2-1-2, F2→3
Timeframe continuity filters
📊 How It Generates Signals:
Technical Analysis Signals (Green/Red Triangles):
Buy Signal Triggers When:
✅ Price above EMA 21 & 50 (uptrend)
✅ MACD histogram rising (momentum)
✅ RSI between 30-70 (not overbought/oversold)
✅ Volume surge above 20-period average
✅ Price breaks above resistance trendline
Scoring System:
Trend alignment: +1 point
Momentum: +1 point
RSI favorable: +1 point
Trendline breakout: +2 points
Minimum score required based on sensitivity setting
Strat Method Signals (Blue/Orange Labels):
Pattern Recognition:
2-2 Setup: Down bar → Up bar (or reverse)
1-2-2 Setup: Inside bar → Down bar → Up bar
3-1-2 Setup: Outside bar → Inside bar → Up bar
2-1-2 Setup: Down bar → Inside bar → Up bar
F2→3 Setup: Failed directional bar becomes outside bar
Confirmation Required:
Must break previous bar's high (buy) or low (sell)
Optional timeframe continuity (daily & weekly aligned)
💰 Risk Management Features:
Dynamic Stop Loss & Take Profit:
ATR-Based: Adapts to market volatility
Stop Loss: Entry - (ATR × 1.5) by default
Take Profit: Entry + (ATR × 3.0) by default
Risk:Reward: Customizable 1:2 to 1:5 ratios
Visual Risk Zones:
Colored boxes show risk/reward area
Dark, bold lines for easy identification
Clear entry, stop, and target levels
🎨 What You See On Screen:
Main Signals:
🟢 Green Triangle "BUY" - Technical analysis long signal
🔴 Red Triangle "SELL" - Technical analysis short signal
🎯 Blue Label "STRAT" - Strat method long signal
🎯 Orange Label "STRAT" - Strat method short signal
Trendlines:
Green lines - Support trendlines (bullish)
Red lines - Resistance trendlines (bearish)
Automatically drawn from pivot points
Extended forward to predict future levels
Stop/Target Levels:
Bold crosses at stop loss levels (red color)
Bold crosses at take profit levels (green color)
Line width = 3 for maximum visibility
Trade Zones:
Light green boxes - Long trade risk/reward zone
Light red boxes - Short trade risk/reward zone
Shows potential profit vs risk visually
📊 Information Dashboard (Top Right):
Shows real-time market conditions:
Main Signal: Current technical signal status
Strat Method: Active Strat pattern
Trend: Bullish/Bearish/Neutral
Momentum: Strong/Weak based on MACD
Volume: High/Normal compared to average
TF Continuity: Daily/Weekly alignment
RSI: Current RSI value with color coding
Support/Resistance: Current trendline levels
🔔 Alert System:
Entry Alerts:
Technical Signals:
🚀 BUY SIGNAL TRIGGERED!
Type: Technical Analysis
Entry: 45.23
Stop: 43.87
Target: 48.95
```
**Strat Signals:**
```
🎯 STRAT BUY TRIGGER!
Pattern: 3-1-2
Entry: 45.23
Trigger Level: 44.56
Exit Alerts:
Target hit notifications
Stop loss hit warnings
Helps maintain discipline
⚙️ Customization Options:
Signal Settings:
Sensitivity: High/Medium/Low (controls how many signals)
Volume Filter: Require volume surge or not
Momentum Filter: Require momentum confirmation
Strat Settings:
TF Continuity: Require daily/weekly alignment
Pattern Selection: Enable/disable specific patterns
Confirmation Mode: Show only confirmed triggers
Risk Settings:
ATR Multiplier: Adjust stop/target distance
Risk:Reward: Set preferred ratio
Visual Elements: Show/hide any component
Visual Settings:
Colors: Customize all signal colors
Display Options: Toggle signals, levels, zones
Trendline Length: Adjust pivot detection period
🎯 Best Use Cases:
Day Trading:
Use low sensitivity setting
Enable all Strat patterns
Watch for high volume signals
Quick in/out trades
Swing Trading:
Use medium sensitivity
Require timeframe continuity
Focus on trendline breakouts
Hold for target levels
Position Trading:
Use high sensitivity (fewer signals)
Require strong momentum
Focus on weekly/daily alignment
Larger ATR multipliers
💡 Trading Strategy Tips:
High-Probability Setups:
Double Confirmation: Technical + Strat signal together
Trend Alignment: All timeframes agree
Volume Surge: Institutional participation
Trendline Break: Clear level breakout
Risk Management:
Always use stops - System provides them
Position sizing - Risk 1-2% per trade
Don't chase - Wait for signal confirmation
Take profits - System provides targets
What Makes Signals Strong:
✅ Both technical AND Strat signals fire together
✅ Timeframe continuity (daily & weekly aligned)
✅ Volume surge confirms institutional interest
✅ Multiple indicators align (trend + momentum + RSI)
✅ Clean trendline breakout with no resistance above (or support below)
⚠️ Common Mistakes to Avoid:
Don't ignore stops - System calculates them for a reason
Don't overtrade - Wait for quality setups
Don't disable volume filter - Unless you know what you're doing
Don't use max sensitivity - You'll get too many signals
Don't ignore timeframe continuity - It filters bad trades
🚀 Why This Indicator is Powerful:
Combines Multiple Edge Sources:
Technical analysis (trend, momentum, volume)
Pattern recognition (Strat method)
Risk management (dynamic stops/targets)
Market structure (trendlines, support/resistance)
Professional Features:
No repainting - signals are final when bar closes
Clear risk/reward before entry
Multiple confirmation layers
Adaptable to any market or timeframe
Beginner Friendly:
Clear visual signals
Automatic calculations
Built-in risk management
Comprehensive dashboard
This indicator essentially gives you everything a professional trader uses - trend analysis, momentum, patterns, volume, risk management - all in one clean package!
Any specific aspect you'd like me to explain in more detail? 🎯RetryClaude can make mistakes. Please double-check responses. Sonnet 4.5
HELAL TRICKS FOREX NY TimeThe indicator marks the New York session opening candle at 9:30 AM (New York time), drawing horizontal lines at its high and low. These levels remain visible until 7:00 PM, helping traders identify key breakout and reversal zones during the most volatile session of the day. Developed by Helal – Tricks Forex, this tool simplifies New York session analysis for smarter intraday trading decisions.
True Single Line Fusion [by TitikSona]🧠 Full Description
True Single Line Fusion by TitikSona is an open-source oscillator that unifies Fast Stochastic, Slow Stochastic, and RSI into a single smooth momentum line.
It simplifies multi-oscillator analysis into one clear visual — helping traders recognize potential momentum shifts, exhaustion, and reversal zones.
⚙️ Core Logic
The indicator calculates:
Fast Stochastic (12,3,3) → short-term swing sensitivity
Slow Stochastic (100,8,8) → broad trend context
RSI (26) → overall strength and directional bias
All three are normalized (0–100) and averaged to form the Fusion Line, creating a single unified momentum curve.
A Signal Line (SMA-9) and Histogram are added to highlight short-term acceleration or deceleration.
Formula: Fusion = (FastK + SlowK + RSI) / 3
🔍 Interpretation
Fusion Line rising → momentum strengthening upward
Fusion Line falling → momentum weakening
Histogram color (green/red) shows the direction and intensity of the move
Background highlights identify potential extremes:
🟩 Green = potential oversold region
🟥 Red = potential overbought region
💡 How to Use
Works on any symbol and timeframe.
Use the Fusion Line’s direction and slope as momentum context, not as direct buy/sell signals.
Combine with price structure, support/resistance, or volume analysis to confirm potential reversals.
Example:
Fusion Line turning upward from green zone → possible bullish momentum shift
Fusion Line turning downward from red zone → possible bearish exhaustion
📘 Notes
Ideal for identifying turning points in ranging or consolidating markets.
Does not generate automated signals or predictions.
Open-source for learning, modification, and educational use.
Designed for clarity, low lag, and clean visualization.
🧩 Developed and shared by TitikSona — made to unify oscillators into one adaptive momentum tool.
PivotBoss Oscillator (PBOsc)PivotBoss Oscillator (PBOsc) – Description
The PivotBoss Oscillator (PBOsc) is a momentum-based indicator derived from the PivotBoss PEMA Method, designed to identify market bias, trend strength, and potential reversals across all timeframes and instruments.
Unlike traditional oscillators, PBOsc measures the differential among three pivot-based EMAs (fast, medium, and slow) relative to the pivot point (PP) of each bar, allowing it to self-adjust dynamically with current market volatility.
Calculation Logic
Pivot Point (PP):
𝑃
𝑃
=
(
𝐻
𝑖
𝑔
ℎ
+
𝐿
𝑜
𝑤
+
𝐶
𝑙
𝑜
𝑠
𝑒
)
/
3
PP=(High+Low+Close)/3
Pivot-Based EMAs:
Fast PEMA = EMA(PP, fast length)
Medium PEMA = EMA(PP, medium length)
Slow PEMA = EMA(PP, slow length)
Differentials:
Diff1 = Fast PEMA − Slow PEMA
Diff2 = Medium PEMA − Slow PEMA
Diff3 = Fast PEMA − Medium PEMA
Oscillator Value:
𝑃
𝐵
𝑂
𝑠
𝑐
=
(
𝐷
𝑖
𝑓
𝑓
1
+
𝐷
𝑖
𝑓
𝑓
2
+
𝐷
𝑖
𝑓
𝑓
3
)
/
𝑃
𝑃
PBOsc=(Diff1+Diff2+Diff3)/PP
Interpretation
Above Zero Line (0): Bullish bias; momentum favors the upside.
Below Zero Line (0): Bearish bias; momentum favors the downside.
Advancing Bars (Green): PBOsc rising → Strengthening trend or positive momentum.
Declining Bars (Red): PBOsc falling → Weakening trend or negative momentum.
Analytical Uses
Change of Bias: Detects short-term shifts in market sentiment.
Trending Markets: Measures pullbacks or continuations within ongoing trends.
Divergence: Divergence between price and PBOsc can signal potential reversals.
Default Settings
Default: (8, 13, 21)
Alternate Presets: (5, 8, 13), (13, 21, 34), (21, 34, 55)