Pattern Scanner — RealTime By joshPattern Scanner — Real-Time (Lines Only)
This study draws line outlines of popular price patterns in real time using swing pivots (no marketing claims, no signals).
It focuses on visual structure only—use it as an educational aid to spot potential areas of interest.
What it shows
Double Top / Double Bottom (neckline only, optional pullback check)
Head & Shoulders / Inverse H&S (neckline projection)
Wedges & Symmetrical Triangles (upper/lower guides from recent swings)
Flags / Parallel Channels (top & bottom rails if slopes are near-parallel)
Consolidation Range (simple recent high/low band)
Optional RSI Divergence filter (basic confirmation; off by default)
How it works (high level)
Builds swing points using left/right pivot lengths.
Draws straight guide lines between recent swing pairs.
Optional “equality tolerance” (in %) for double tops/bottoms.
Optional “pullback after break” rule to reduce first-touch breaks.
No labels, arrows, targets, or profits: only lines for study/visualization.
Inputs you can tune
Pivot lengths, equality tolerance, minimum touches & lookback window
Pullback rule and tolerance (% of range)
Line thickness for major/minor structures
Optional RSI divergence check (length & source)
Good to know
Real-time detection can update while bars are forming; confirmed pivots require the right-side length to complete.
This tool does not generate trade advice. Combine with your own risk management and additional analysis.
Results may vary across symbols/timeframes due to data and volatility.
License: Pine Script® v5. Educational use only.
Penunjuk dan strategi
UP MM BY JOSHUP MM BY JOSH — Educational Market Study Tool
This script is a technical study and visualization tool designed to help traders explore concepts of baseline, flow, ATR risk, and continuation conditions.
It combines multiple moving average frameworks (SMA, EMA, HMA, JMA, McGinley, etc.) with volatility analysis (ATR) and visual guidance (labels, colors, tables) to make chart reading easier.
Features
Baseline & Flow Visualization
Displays multi-type moving averages and channel structures to study trend direction and potential continuation areas.
ATR-based Risk Insights
Uses ATR percentile and custom thresholds to highlight relative volatility and potential risk zones.
Visual Labels & Alerts
Shows optional Buy/Sell labels, exit markers, and alert conditions to help identify crossover or continuation events.
Risk Table Overlay
Provides a quick snapshot of volatility percentile, ATR value, and entry distance to baseline.
How to Use
Apply the script on your chart and adjust parameters (baseline length, flow type, ATR multiplier, etc.) to suit your study.
Use visual labels and colors to observe market behavior, not as trading instructions.
Combine with other forms of technical analysis such as support/resistance, higher timeframe bias, or volume analysis.
Important Disclaimer
This script is intended for educational and research purposes only.
It does not provide financial advice or guarantee profitable outcomes.
All signals, labels, or alerts are visual markers for study — not buy/sell instructions.
Users are responsible for their own trading decisions and risk management.
SMC style josh )SMC style josh — FVG, OB, BOS/CHoCH, EQH/EQL, PD, HTF, Trendlines
What it does
A clean-room Smart-Money–style study that visualizes market structure and liquidity concepts:
Structure: BOS & CHoCH for swing and internal legs (width/style controls, preview of last pivots)
Order Blocks: internal & swing OBs with midline (50%), mitigated/invalid handling, optional auto Breaker creation
Fair Value Gaps (FVG): auto boxes with optional 50% line, ATR filter, extend length, and “after-CHoCH only” window
Equal High/Low (EQH/EQL): ATR-based proximity threshold
Liquidity Grabs: wick-through/close-back tags
Premium/Discount (PD) zones: live boxes + equilibrium line from latest swing range
HTF levels: previous Daily/Weekly/Monthly highs/lows with labels (PDH/PDL, PWH/PWL, PMH/PML)
Trendlines: auto swing-to-swing lines (liquidity)
Confluence Score: column plot summarizing recent events (+/− weighting)
Key options
Safety switch to pause all drawings
Per-module visibility, label sizes/colors, line styles/widths
ATR-based filters for impulses and gaps
Limits for lines/labels/boxes to avoid runtime errors
How to read
BOS = continuation break of the current leg; CHoCH = potential regime shift
OB mitigated when price returns into the block; invalid when price closes beyond; mitigated-then-invalid can form a Breaker
FVG is considered “filled” when price closes through the gap boundary (optional hide/gray-out)
Strong/Weak High/Low tags reflect the active swing bias (potential liquidity/targets)
Good practice
Combine with risk management, multiple timeframes, and your own rules. All drawings are for study/visualization; signals are not trade instructions.
Compliance / Disclaimer
This script is for educational and research purposes only. It is not financial advice or a solicitation to buy/sell any asset. Past performance does not guarantee future results. Always test and manage risk responsibly.
License / Credits
Built with Pine Script® v5. “SMC style josh” is an original, clean-room implementation and does not reuse third-party code.
Smart Money Concepts with Multi-Layer Price Action Analysis**Trader DrFXGOD** is an institutional-grade trading system that combines Smart Money Concepts (SMC) with advanced price action analysis, trend filtering, and automated risk management. This indicator integrates market structure identification, order flow analysis, and multi-timeframe liquidity detection into a unified framework designed for professional-level market analysis.
**Core Innovation & Originality**
This system uniquely synthesizes nine distinct analytical methodologies:
1. **Adaptive Supertrend Signal Engine** - Modified Supertrend algorithm with fixed sensitivity optimized for scalping and swing trading
2. **Smart Money Concepts Framework** - Complete SMC implementation including BOS/CHoCH detection, order blocks, and fair value gaps
3. **Cirrus Cloud Filtering** - Dual-layer range filter system (22/6 and custom configurations) for trend identification
4. **ADX Sideways Detection** - Market regime classification using ADX threshold analysis (default 15)
5. **Multi-Timeframe Liquidity Analysis** - Previous period high/low tracking across daily, weekly, and monthly timeframes
6. **Premium/Discount Zone Mapping** - Institutional price level classification for optimal entry positioning
7. **Order Block Detection** - Both internal (5-bar) and swing (50-bar) order block identification with ATR filtering
8. **Fair Value Gap Recognition** - Automatic FVG detection with delta percentage threshold filtering
9. **Equal High/Low Identification** - Algorithmic detection of liquidity pools at equal price levels
**System Architecture & Functionality**
**Primary Signal Generation:**
The core uses a custom Supertrend calculation with direction-based logic:
```
direction = close > upperBand ? -1 : close < lowerBand ? 1 : previous_direction
superTrend = direction == -1 ? lowerBand : upperBand
```
Buy signals trigger on bullish crossovers, sell signals on bearish crossunders, with additional SMA confirmation (8/9 period comparison).
**Smart Money Concepts Implementation:**
**Market Structure Detection:**
- **Break of Structure (BOS)**: Continuation pattern when price breaks previous high/low in trend direction
- **Change of Character (CHoCH)**: Reversal pattern when price breaks structure against trend
- **Internal Structure**: 5-bar swing detection for short-term market shifts
- **Swing Structure**: 50-bar swing detection for higher timeframe analysis
**Order Block Logic:**
The system identifies institutional supply/demand zones using a sophisticated multi-step process:
1. Detects market structure breaks (BOS/CHoCH)
2. Scans backward from break point for low-range candles (filtered by ATR or cumulative mean range)
3. Identifies highest/lowest price within filtered candles
4. Creates zones with automatic invalidation when price penetrates boundaries
**Fair Value Gap Detection:**
Calculates FVG conditions using multi-timeframe analysis:
- **Bullish FVG**: Current low > 2-bar previous high with delta percentage confirmation
- **Bearish FVG**: Current high < 2-bar previous low with delta percentage confirmation
- **Auto Threshold**: Dynamic sensitivity using cumulative delta percentage divided by bar count
**Cirrus Cloud System:**
Implements dual-layer range filtering:
- **Primary Filter** (22/6): Smoothed range using EMA of absolute price differences
- **Secondary Filter** (15/5): Tighter range for precision entries
- **Color Fill**: Red cloud for bearish, green cloud for bullish trend indication
**Unique Visual Components**
**Market Structure Visualization:**
- **Dashed Lines**: Internal structure (5-bar swings)
- **Solid Lines**: Swing structure (50-bar swings)
- **Labels**: BOS/CHoCH text with HH/HL/LH/LL designations
- **Strong/Weak High/Low**: Trailing extremes based on current trend
**Order Block Boxes:**
- **Transparent Fills**: Visual zones showing institutional interest areas
- **Auto-Extension**: Boxes extend right until price invalidates
- **Color Coding**: Bullish blocks (white/custom), bearish blocks (white/custom)
- **Dual Display**: Both internal and swing order blocks simultaneously
**Fair Value Gap Zones:**
- **Gradient Fills**: Semi-transparent boxes showing price inefficiencies
- **Auto-Removal**: Boxes delete when price fills the gap
- **Timeframe Selection**: Customizable FVG timeframe analysis
**ADX-Based Bar Coloring:**
Purple bars indicate ranging markets (ADX < threshold), allowing traders to avoid choppy conditions.
**Risk Management Integration**
**Automated TP/SL System:**
- **Entry Level**: Tracks last signal price with visual label
- **Stop Loss**: ATR-based calculation (default 3x ATR over 14 periods)
- **Take Profit Levels**: Three targets at 1:1, 2:1, and 3:1 risk/reward ratios
- **Visual Lines**: Solid/dashed/dotted line styles for clear level identification
- **Dynamic Labels**: Real-time price display with customizable decimal precision (1-8)
**Distance-Based Label Positioning:**
Labels extend specified bars into the future (default 40) for clean chart presentation without overlap.
**Premium/Discount Zone Theory**
The system automatically calculates institutional price zones:
- **Premium Zone**: Upper 50% of swing range (resistance area)
- **Equilibrium**: Middle zone (fair value)
- **Discount Zone**: Lower 50% of swing range (support area)
This allows traders to identify optimal entry locations based on institutional positioning theory.
**Usage Instructions**
**Signal Interpretation:**
- **🚀 Green Rockets**: Buy signals when Supertrend turns bullish
- **🐻 Red Bears**: Sell signals when Supertrend turns bearish
- **Signal Strength**: Compare with 8/9 SMA for confirmation
**Smart Money Analysis:**
1. **Identify Trend**: Observe BOS patterns for trend continuation
2. **Detect Reversals**: Watch for CHoCH signals indicating trend changes
3. **Entry Zones**: Use order blocks for precise entry timing
4. **Target Areas**: Look for FVG fills and premium/discount zones for targets
**Market Structure Application:**
- **Strong High/Low**: Current swing extremes indicating trend strength
- **HH/HL (Bullish)**: Higher highs and higher lows confirm uptrend
- **LH/LL (Bearish)**: Lower highs and lower lows confirm downtrend
- **EQH/EQL**: Equal levels mark liquidity pools for potential reversals
**Risk Management Strategy:**
1. Enter on Supertrend signal confirmation
2. Place stop loss at calculated ATR-based level
3. Scale out at TP1 (1:1), TP2 (2:1), TP3 (3:1)
4. Adjust position sizing based on ATR volatility
**Filter Application:**
- **ADX Filter**: Avoid trades when bars are purple (ranging market)
- **Cirrus Cloud**: Trade in direction of cloud color
- **Order Block Confirmation**: Enter when price tests institutional zones
- **FVG Targeting**: Use gaps as profit targets or entry on retest
**Advanced Features**
**Multi-Timeframe Context:**
- **Daily High/Low**: Previous day's range for intraday trading
- **Weekly High/Low**: Previous week's levels for swing positioning
- **Monthly High/Low**: Previous month's extremes for position trading
**Confluence Detection:**
Internal structure filtering ensures only high-probability internal breaks are displayed (candle body/wick ratio analysis).
**Customization Options:**
**Structure Settings:**
- Historical vs Present mode (show all vs recent structures only)
- Colored vs Monochrome theme
- Internal/Swing structure toggle
- Label size adjustment (Tiny/Small/Normal)
**Order Block Settings:**
- Display last 1-10 internal/swing blocks
- ATR or Cumulative Mean Range filtering
- Custom color schemes
**Fair Value Gap Settings:**
- Auto threshold or manual sensitivity
- Multi-timeframe selection
- Extension bar control (0-unlimited)
**Alert System**
Comprehensive alert conditions for:
- Buy/Sell signal generation
- Internal/Swing BOS and CHoCH
- Order block breakouts (bullish/bearish)
- Equal high/low detection
- Fair value gap formation
**Important Considerations**
This system works optimally when multiple components align. Best performance occurs when:
- Supertrend signal aligns with market structure (BOS)
- Entry occurs at order block or discount/premium zone
- ADX indicates trending conditions (not purple bars)
- Cirrus Cloud confirms directional bias
The indicator combines established SMC principles with proprietary signal generation and filtering logic. Each component serves a specific purpose in the analytical framework, from trend identification to precise entry timing and risk management.
**Disclaimer**: This indicator is designed for educational and analytical purposes. Smart Money Concepts represent one theoretical framework for market analysis and should not be considered guaranteed profitable strategies. Past performance does not guarantee future results. Always implement proper risk management, position sizing, and consider multiple confirmation methods before making trading decisions. The complexity of this system requires thorough understanding of each component for optimal utilization.
RSI — Josh (Refined)RSI Buy/Sell Pro — Josh (Refined)
Overview
This study enhances the classic RSI (Relative Strength Index) by adding multiple visualization layers and research tools. It helps users see overbought/oversold conditions, divergence patterns, and momentum shifts more clearly — in a way that is visually intuitive.
⚠️ Disclaimer: This script is for educational and research purposes only. It does not provide financial advice or trading recommendations. Past signals are not indicative of future results. Users remain fully responsible for their own decisions and risk management.
Key Features
Custom RSI Signals
Flexible signal modes (Strict 30/70, Loose, Aggressive 50-cross)
Optional “BUY/SELL” visual text or compact labels
Adjustable cooldown between signals
RSI Divergence Detection
Classic bullish/bearish divergence with pivot confirmation
Real-time “Shadow Divergence” preview (may repaint, by design)
Visual waterline and shaded shadow effects
MA Cross on RSI
Overlay fast/slow moving averages directly on the RSI scale
Crossovers highlighted with markers and alerts
Bollinger Aura (Glow Effect)
Bollinger Bands applied to RSI with customizable color modes
Single color, Upper/Lower, or Zone-driven bull/bear tint
Optional soft fill between bands for clarity
Guidance Panel
On-chart panel summarizing RSI state (OB/OS/Neutral), real-time shadow status, and credits
Alerts Included
RSI BUY / SELL cross conditions
RSI MA cross up / down
Divergence signals (classic & real-time)
Usage Notes
Designed to visualize RSI dynamics and assist in technical research
The “BUY/SELL” markers are visual study tags only — not trade calls
For best practice, combine with higher timeframe context, support/resistance, or volume analysis
Always validate ideas in a demo environment before applying to live trading
Compliance & Credits
Built in Pine Script® v5 on TradingView
Indicator name and labels are for visualization only — not investment advice
Credits: Inspired by classic RSI concepts, refined with additional visualization methods
✅ This description keeps your script compliant:
No performance guarantees
No marketing language like “make profit fast”
Clear disclaimer & educational framing
RARA @JSV_TraderRARA @JSV_Trader
This indicator helps you calculate the range of the PRE-PRE-Open and Pre-Open candles.
Please use this indicator in M30.
Follow on IG: @JSV_Trader
Smart Pivot PointsSmart Pivot Points
Purpose: Draw dynamic support/resistance levels using a monotonic stack of highs/lows
Author: vaxet92
MACD Josh MACD Study — Visual Crossover Tags
Overview:
This script displays MACD signals in a clear, visual way by showing:
Histogram = EMA(Fast) − EMA(Slow)
Signal = EMA(Histogram, Signal Length)
It adds labels and arrows to help you see crossover events between the Histogram and the Signal line more easily.
⚠️ Disclaimer: This tool is for educational and research purposes only. It is not financial advice or an investment recommendation. Past performance does not guarantee future results. Users should make their own decisions and manage risk responsibly.
Features
Central Zero Line with Signal and Histogram plots
Optional labels/arrows to highlight Histogram–Signal crossovers
Alerts for crossover and crossunder events, integrated with TradingView’s alert system
Standard adjustable inputs: Fast EMA, Slow EMA, Signal EMA
How to Interpret (for study only)
When the Histogram crosses above the Signal, a visual label/arrow marks a positive MACD event
When the Histogram crosses below the Signal, a visual label/arrow marks a negative MACD event
The “BUY/SELL” labels are visual study tags only — they do not represent trade instructions or recommendations
Responsible Usage Tips
Test across multiple timeframes and different assets
Combine with higher-timeframe trend, support/resistance, or volume for confirmation
Use alerts with caution, and always test in a demo environment first
Technical Notes
The script does not use future data and does not repaint signals once bars are closed
Results depend on market conditions and may vary across assets and timeframes
License & Credits
Written in Pine Script® v5 for TradingView
The indicator name shown on chart is for labeling purposes only and carries no implication of advice or solicitation
⚪ Liquidity Spike Marker
Description:
The Liquidity Spike Marker indicator helps to identify abnormal bursts of liquidity in the market. The logic is based on comparing the product of the volume by the minimum candle price (Volume × Low) with the threshold value set by the user.
When the value exceeds the threshold, a white triangle appears under the candle, indicating a possible influx of liquidity. This can help traders pay attention to the key points where large participants may enter the market.
Features:
Displays a placemark (⚪ white triangle) when the threshold is exceeded.
Configurable parameter Volume × Low Threshold.
The ability to set an alert for automatic notification.
A lightweight and minimalistic tool without unnecessary elements.
Note: The indicator is not a trading recommendation. Use it in combination with your own trading system and other analysis methods.
Swing S/R Bounce ScreenerStep 1: Identify Swing Highs & Lows on 1 minute timeframe
- price bars that stand out from the 5 bars on each side (left and right). A swing high is a bar whose high is higher than the 5 bars before and after it. A swing low is a bar whose low is lower than the 5 bars before and after it.
Step 2: Draw Horizontal Lines
When a swing high/low is identified, the scanner draws a horizontal line from that point extending to the right of the chart.
Step 3: Monitor Price Returns
The scanner continuously watches for price to return to these horizontal lines. When price approaches and touches the line:
* Resistance: Price touches from below and closes below the line
* Support: Price touches from above and closes above the line
Kyle凯尔多周期供需趋势系统Pro2.0该指标是通过价格行为(Price Action) 和市场微观结构影响来制作的。目的是为了解决交易者常见的几个核心痛点:
1. 【痛点】趋势方向模糊不清
【解决思路】使*Heikin Ashi (HA) + SuperTrend 进行极致平滑。普通K线噪音太多,HA能过滤掉无序波动,让趋势“一眼可见”。认清大趋势是交易的第一要义。
2. 【痛点】不知道在哪里入场
【解决思路】引入供需区理论。传统的支撑阻力是“线”,而供需区是“区域”。在“区域”内操作,容错率更高,更符合机构订单块(Order Block)的实际运作方式。
3. 【痛点】信号频繁且不可靠
【解决思路】采用**多条件过滤**。不是趋势带一变就交易,还必须结合:
EMA过滤:确保价格在关键均线之上(下),代表动能的确认。
多周期共振:要求大周期(如1H/4H)和小周期(如15M)方向一致,提高胜率。
RSI/成交量确认:避免在动能衰竭时入场。
4. 【痛点】风险管理不系统
【解决思路】内置基于ATR的止损止盈系统。指标摒弃了固定的点数止损,采用与当前市场波动率(ATR)挂钩的动态风控,更为科学。 翻译个英文版
This indicator is designed based on Price Action and market microstructure influences. Its goal is to address several core pain points that traders commonly face:
Pain Point: Unclear Trend Direction
Solution: Combine Heikin Ashi (HA) and SuperTrend for ultra-smooth signals. Regular candlesticks have too much noise; HA filters out random fluctuations, making the trend “visible at a glance.” Recognizing the larger trend is the first priority in trading.
Pain Point: Uncertainty About Entry Points
Solution: Introduce the supply-demand zone concept. Traditional support and resistance are “lines,” while supply-demand zones are “areas.” Operating within zones allows for greater tolerance and better matches how institutional order blocks actually work.
Pain Point: Frequent and Unreliable Signals
Solution: Use multi-condition filtering. Don’t trade just because the trend indicator flips—also require:
EMA filter: Ensure price is above/below key moving averages, confirming momentum.
Multi-timeframe confluence: Align higher timeframes (e.g. 1H/4H) with lower ones (e.g. 15M) to improve win rates.
RSI/Volume confirmation: Avoid entering when momentum is fading.
Pain Point: Inconsistent Risk Management
Solution: Built-in ATR-based stop-loss and take-profit system. Instead of fixed pip stops, this indicator uses dynamic risk controls linked to current market volatility (ATR), resulting in more scientific risk management.
Enhanced Chande Momentum OscillatorEnhanced Chande Momentum Oscillator (Enh CMO)
📊 Description
The Enhanced Chande Momentum Oscillator is an advanced version of the classic Chande Momentum Oscillator with dynamic envelope boundaries that automatically adapt to market volatility. This indicator provides clear visual signals for potential price reversals and momentum shifts.
Key Features:
Original Chande Momentum Oscillator calculation
Dynamic upper and lower boundaries based on statistical analysis
Adaptive envelope that adjusts to market volatility
Visual fill area between boundaries for easy interpretation
Real-time values table with current readings
Built-in alert conditions for boundary touches
Customizable moving average types (SMA, EMA, WMA)
⚙️ Settings
CMO Settings:
CMO Length (9): Period for calculating the base Chande Momentum Oscillator
Source (close): Price source for calculations
Envelope Settings:
Envelope Length (20): Lookback period for calculating the moving average and standard deviation
Envelope Multiplier (1.5): Multiplier for standard deviation to create upper/lower bounds
Moving Average Type (EMA): Type of moving average for envelope calculation
📈 How to Use
Visual Elements
Lines:
White Line: Main Chande Momentum Oscillator
Red Line: Upper boundary (resistance level)
Green Line: Lower boundary (support level)
Yellow Line: Moving average of CMO (trend direction)
Purple Fill: Visual envelope between boundaries
Reference Lines:
Zero Line: Neutral momentum level
+50/-50 Lines: Traditional overbought/oversold levels
Trading Signals
🔴 Sell/Short Signals
CMO touches or crosses above upper boundary → Potential bearish reversal
CMO is above +50 and declining → Weakening bullish momentum
CMO crosses below yellow MA line while above zero → Momentum shift
🟢 Buy/Long Signals
CMO touches or crosses below lower boundary → Potential bullish reversal
CMO is below -50 and rising → Weakening bearish momentum
CMO crosses above yellow MA line while below zero → Momentum shift
⚡ Advanced Signals
Boundary contraction → Decreasing volatility, potential breakout coming
Boundary expansion → High volatility period, use wider stops
CMO hugging upper boundary → Strong uptrend continuation
CMO hugging lower boundary → Strong downtrend continuation
🎯 Trading Strategies
Strategy 1: Reversal Trading
Wait for CMO to touch extreme boundaries (red or green lines)
Look for divergence with price action
Enter counter-trend position when CMO starts moving back toward center
Set stop beyond the boundary breach point
Take profit near zero line or opposite boundary
Strategy 2: Momentum Confirmation
Use CMO direction to confirm trend
Enter positions when CMO crosses above/below yellow MA line
Hold positions while CMO remains on the correct side of MA
Exit when CMO crosses back through MA line
Strategy 3: Volatility Breakout
Monitor boundary width (envelope expansion/contraction)
When boundaries contract significantly, prepare for breakout
Enter in direction of CMO breakout from narrow range
Use boundary expansion as confirmation signal
⚠️ Important Notes
Best Timeframes
Scalping: 1m, 5m charts
Day Trading: 15m, 30m, 1H charts
Swing Trading: 4H, Daily charts
Market Conditions
Trending Markets: Focus on momentum confirmation signals
Ranging Markets: Focus on boundary reversal signals
High Volatility: Increase envelope multiplier (1.8-2.5)
Low Volatility: Decrease envelope multiplier (1.0-1.3)
Risk Management
Always use stop losses beyond boundary levels
Reduce position size during boundary expansion periods
Combine with price action and support/resistance levels
Monitor the real-time table for precise entry/exit levels
🔔 Alerts
The indicator includes built-in alert conditions:
"CMO Above Upper Bound": Potential reversal down signal
"CMO Below Lower Bound": Potential reversal up signal
Set these alerts to catch opportunities without constantly monitoring charts.
💡 Tips for Success
Combine with other indicators: Use with RSI, MACD, or volume indicators for confirmation
Watch for divergences: CMO making new highs/lows while price doesn't follow
Use multiple timeframes: Check higher timeframe CMO for overall trend context
Adjust settings for different assets: Crypto may need different settings than forex
Paper trade first: Test the indicator with your trading style before using real money
🎨 Customization Tips
Change colors in the Pine Script to match your chart theme
Adjust envelope length for faster (shorter) or slower (longer) signals
Modify envelope multiplier based on asset volatility
Hide the table if it obstructs your view by commenting out the table section
Complete trading solution: Pair with the Optimus Indicator (paid indicator) for multi-timeframe trend analysis and trend signals.
Together they create a powerful confluence system for professional trading setups.
📈 Aidous-Comprehensive Trend Signal Matrix📈 Aidous-Comprehensive Trend Signal Matrix
A powerful, multi-dimensional trend analysis tool that aggregates signals from 24+ technical indicators across 6 key categories:
Pure Trend Indicators (SuperTrend, Ichimoku, EMA Crossover, Parabolic SAR, etc.)
Momentum Oscillators (RSI, MACD, CCI, Stochastic RSI, Awesome Oscillator)
Volatility-Based Tools (Bollinger Bands, Choppiness Index)
Volume & Flow Indicators (Chaikin Money Flow, OBV)
Price Action Filters (Higher Highs/Lower Lows, Fractals)
Custom & Proprietary Logic (Wolfpack ID, Waddah Attar Explosion, Trend Magic)
This indicator doesn’t just show one signal—it synthesizes 24 independent trend signals into a unified matrix, giving you a holistic view of market direction. The Overall Trend is dynamically classified as:
Strong Uptrend (≥ +5 net bullish signals)
Uptrend (+1 to +4)
Neutral (balanced or conflicting signals)
Downtrend (–1 to –4)
Strong Downtrend (≤ –5 net bearish signals)
📊 Interactive Table Display
Choose between Full Table (detailed per-indicator breakdown) or Compact Summary mode. Customize position and size to fit your chart layout.
🎨 Visual Feedback
Background color changes based on overall trend strength
Color-coded signal cells (green = bullish, red = bearish, orange = neutral)
Real-time signal counts for quick sentiment assessment
💡 How to Use:
Use the Overall Trend for high-level market bias
Drill into the table to identify which indicators are driving the signal
Combine with your own strategy for confluence-based entries/exits
⚠️ Disclaimer:
This script is provided "as is" without warranty of any kind. Past performance is not indicative of future results. Always conduct your own analysis and risk management.
Higher High Lower Low Multi-TF📊 Higher High Lower Low Multi-Timeframe Indicator
Detects market structure shifts (HH, HL, LH, LL)
Identifies trend direction (bullish / bearish / neutral)
Works across multiple timeframes (M5 to Weekly)
Displays a compact trend summary table on the chart
Customizable pivot sensitivity (Left/Right Bars)
Visual labels on chart for structure points
Ideal for structure-based trading and SMC traders
Sessions - Full HeightEN : Full-height background sessions using bgcolor(). Asia, London, and New York sessions with configurable time windows, colors, and timezone. Open-source for learning and reuse.
RU : Индикатор заливает фон сессий на всю высоту графика (Азия, Лондон, Нью-Йорк). Настраиваемые окна времени и цвета.
MACD COM PONTOS//@version=5
indicator(title="MACD COM PONTOS", shorttitle="MACD COM PONTOS")
//Plot Inputs
res = input.timeframe("", "Indicator TimeFrame")
fast_length = input.int(title="Fast Length", defval=12)
slow_length = input.int(title="Slow Length", defval=26)
src = input.source(title="Source", defval=close)
signal_length = input.int(title="Signal Smoothing", minval = 1, maxval = 999, defval = 9)
sma_source = input.string(title="Oscillator MA Type", defval="EMA", options= )
sma_signal = input.string(title="Signal Line MA Type", defval="EMA", options= )
// Show Plots T/F
show_macd = input.bool(true, title="Show MACD Lines", group="Show Plots?", inline="SP10")
show_macd_LW = input.int(3, minval=0, maxval=5, title = "MACD Width", group="Show Plots?", inline="SP11")
show_signal_LW= input.int(2, minval=0, maxval=5, title = "Signal Width", group="Show Plots?", inline="SP11")
show_Hist = input.bool(true, title="Show Histogram", group="Show Plots?", inline="SP20")
show_hist_LW = input.int(5, minval=0, maxval=5, title = "-- Width", group="Show Plots?", inline="SP20")
show_trend = input.bool(true, title = "Show MACD Lines w/ Trend Color", group="Show Plots?", inline="SP30")
show_HB = input.bool(false, title="Show Highlight Price Bars", group="Show Plots?", inline="SP40")
show_cross = input.bool(false, title = "Show BackGround on Cross", group="Show Plots?", inline="SP50")
show_dots = input.bool(true, title = "Show Circle on Cross", group="Show Plots?", inline="SP60")
show_dots_LW = input.int(5, minval=0, maxval=5, title = "-- Width", group="Show Plots?", inline="SP60")
//show_trend = input(true, title = "Colors MACD Lines w/ Trend Color", group="Show Plots?", inline="SP5")
// MACD Lines colors
col_macd = input.color(#FF6D00, "MACD Line ", group="Color Settings", inline="CS1")
col_signal = input.color(#2962FF, "Signal Line ", group="Color Settings", inline="CS1")
col_trnd_Up = input.color(#4BAF4F, "Trend Up ", group="Color Settings", inline="CS2")
col_trnd_Dn = input.color(#B71D1C, "Trend Down ", group="Color Settings", inline="CS2")
// Histogram Colors
col_grow_above = input.color(#26A69A, "Above Grow", group="Histogram Colors", inline="Hist10")
col_fall_above = input.color(#B2DFDB, "Fall", group="Histogram Colors", inline="Hist10")
col_grow_below = input.color(#FF5252, "Below Grow", group="Histogram Colors",inline="Hist20")
col_fall_below = input.color(#FFCDD2, "Fall", group="Histogram Colors", inline="Hist20")
// Alerts T/F Inputs
alert_Long = input.bool(true, title = "MACD Cross Up", group = "Alerts", inline="Alert10")
alert_Short = input.bool(true, title = "MACD Cross Dn", group = "Alerts", inline="Alert10")
alert_Long_A = input.bool(false, title = "MACD Cross Up & > 0", group = "Alerts", inline="Alert20")
alert_Short_B = input.bool(false, title = "MACD Cross Dn & < 0", group = "Alerts", inline="Alert20")
// Calculating
fast_ma = request.security(syminfo.tickerid, res, sma_source == "SMA" ? ta.sma(src, fast_length) : ta.ema(src, fast_length))
slow_ma = request.security(syminfo.tickerid, res, sma_source == "SMA" ? ta.sma(src, slow_length) : ta.ema(src, slow_length))
macd = fast_ma - slow_ma
signal = request.security(syminfo.tickerid, res, sma_signal == "SMA" ? ta.sma(macd, signal_length) : ta.ema(macd, signal_length))
hist = macd - signal
// MACD Trend and Cross Up/Down conditions
trend_up = macd > signal
trend_dn = macd < signal
cross_UP = signal >= macd and signal < macd
cross_DN = signal <= macd and signal > macd
cross_UP_A = (signal >= macd and signal < macd) and macd > 0
cross_DN_B = (signal <= macd and signal > macd) and macd < 0
// Condition that changes Color of MACD Line if Show Trend is turned on..
trend_col = show_trend and trend_up ? col_trnd_Up : trend_up ? col_macd : show_trend and trend_dn ? col_trnd_Dn: trend_dn ? col_macd : na
//Var Statements for Histogram Color Change
var bool histA_IsUp = false
var bool histA_IsDown = false
var bool histB_IsDown = false
var bool histB_IsUp = false
histA_IsUp := hist == hist ? histA_IsUp : hist > hist and hist > 0
histA_IsDown := hist == hist ? histA_IsDown : hist < hist and hist > 0
histB_IsDown := hist == hist ? histB_IsDown : hist < hist and hist <= 0
histB_IsUp := hist == hist ? histB_IsUp : hist > hist and hist <= 0
hist_col = histA_IsUp ? col_grow_above : histA_IsDown ? col_fall_above : histB_IsDown ? col_grow_below : histB_IsUp ? col_fall_below :color.silver
// Plot Statements
//Background Color
bgcolor(show_cross and cross_UP ? col_trnd_Up : na, editable=false)
bgcolor(show_cross and cross_DN ? col_trnd_Dn : na, editable=false)
//Highlight Price Bars
barcolor(show_HB and trend_up ? col_trnd_Up : na, title="Trend Up", offset = 0, editable=false)
barcolor(show_HB and trend_dn ? col_trnd_Dn : na, title="Trend Dn", offset = 0, editable=false)
//Regular Plots
plot(show_Hist and hist ? hist : na, title="Histogram", style=plot.style_columns, color=color.new(hist_col ,0),linewidth=show_hist_LW)
plot(show_macd and signal ? signal : na, title="Signal", color=color.new(col_signal, 0), style=plot.style_line ,linewidth=show_signal_LW)
plot(show_macd and macd ? macd : na, title="MACD", color=color.new(trend_col, 0), style=plot.style_line ,linewidth=show_macd_LW)
hline(0, title="0 Line", color=color.new(color.gray, 0), linestyle=hline.style_dashed, linewidth=1, editable=false)
plot(show_dots and cross_UP ? macd : na, title="Dots", color=color.new(trend_col ,0), style=plot.style_circles, linewidth=show_dots_LW, editable=false)
plot(show_dots and cross_DN ? macd : na, title="Dots", color=color.new(trend_col ,0), style=plot.style_circles, linewidth=show_dots_LW, editable=false)
//Alerts
if alert_Long and cross_UP
alert("Symbol = (" + syminfo.tickerid + ") TimeFrame = (" + timeframe.period + ") Current Price (" + str.tostring(close) + ") MACD Crosses Up.", alert.freq_once_per_bar_close)
if alert_Short and cross_DN
alert("Symbol = (" + syminfo.tickerid + ") TimeFrame = (" + timeframe.period + ") Current Price (" + str.tostring(close) + ") MACD Crosses Down.", alert.freq_once_per_bar_close)
//Alerts - Stricter Condition - Only Alerts When MACD Crosses UP & MACD > 0 -- Crosses Down & MACD < 0
if alert_Long_A and cross_UP_A
alert("Symbol = (" + syminfo.tickerid + ") TimeFrame = (" + timeframe.period + ") Current Price (" + str.tostring(close) + ") MACD > 0 And Crosses Up.", alert.freq_once_per_bar_close)
if alert_Short_B and cross_DN_B
alert("Symbol = (" + syminfo.tickerid + ") TimeFrame = (" + timeframe.period + ") Current Price (" + str.tostring(close) + ") MACD < 0 And Crosses Down.", alert.freq_once_per_bar_close)
//End Code
Market Pressure Oscillator█ OVERVIEW
The Market Pressure Oscillator is an advanced technical indicator for TradingView, enabling traders to identify potential trend reversals and momentum shifts through candle-based pressure analysis and divergence detection. It combines a smoothed oscillator with moving average signals, overbought/oversold levels, and divergence visualization, enhanced by customizable gradients, dynamic band colors, and alerts for quick decision-making.
█ CONCEPT
The indicator measures buying or selling pressure based on candle body size (open-to-close difference) and direction, with optional smoothing for clarity and divergence detection between price action and the oscillator. It relies solely on candle data, offering insights into trend strength, overbought/oversold conditions, and potential reversals with a customizable visual presentation.
█ WHY USE IT?
- Divergence Detection: Identifies bullish and bearish divergences to reinforce signals, especially near overbought/oversold zones.
- Candle Pressure Analysis: Measures pressure based on candle body size, normalized to a ±100 scale.
- Signal Generation: Provides buy/sell signals via overbought/oversold crossovers, zero-line crossovers, moving average zero-line crossovers, and dynamic band color changes.
- Visual Clarity: Uses dynamic colors, gradients, and fill layers for intuitive chart analysis.
Flexibility: Extensive settings allow customization to individual trading preferences.
█ HOW IT WORKS?
- Candle Pressure Calculation: Computes candle body size as math.abs(close - open), normalized against the average body size over a lookback period (avgBody = ta.sma(body, len)). - Candle direction (bullish: +1, bearish: -1, neutral: 0) is multiplied by body weight to derive pressure.
- Cumulative Pressure: Sums pressure values over the lookback period (Lookback Length) and normalizes to ±100 relative to the maximum possible value.
- Smoothing: Optionally applies EMA (Smoothing Length) to normalized pressure.
- Moving Average: Calculates SMA (Moving Average Length) for trend confirmation (Moving Average (SMA)).
- Divergence Detection: Identifies bullish/bearish divergences by comparing price and oscillator pivot highs/lows within a specified range (Pivot Length). Divergence signals appear with a delay equal to the Pivot Length.
- Signals: Generates signals for:
Crossing oversold upward (buy) or overbought downward (sell).
Crossing the zero line by the oscillator or moving average (buy/sell).
Bullish/bearish divergences, marked with labels, enhancing signals, especially near overbought/oversold zones.
Dynamic band color changes when the moving average crosses MA overbought/oversold thresholds (green for oversold, red for overbought).
- Visualization: Plots the oscillator and moving average with dynamic colors, gradient fills, transparent bands, and labels, with customizable overbought/oversold levels.
Alerts: Built-in alerts for divergences, overbought/oversold crossovers, and zero-line crossovers (oscillator and moving average).
█ SETTINGS AND CUSTOMIZATION
- Lookback Length: Period for aggregating candle pressure (default: 14).
- Smoothing Length (EMA): EMA length for smoothing the oscillator (default: 1). Higher values smooth the signal but may reduce signal frequency; adjust overbought/oversold levels accordingly.
- Moving Average Length (SMA): SMA length for the moving average (default: 14, minval=1). Higher values make SMA a trend indicator, requiring adjusted MA overbought/oversold levels.
- Pivot Length (Left/Right): Candles for detecting pivot highs/lows in divergence calculations (default: 2, minval=1). Higher values reduce noise but add delay equal to the set value.
- Enable Divergence Detection: Enables divergence detection (default: true).
- Overbought/Oversold Levels: Thresholds for the oscillator (default: 30/-30) and moving average (default: 10/-10). For the moving average, no arrows appear; bands change color from gray to green (oversold) or red (overbought), reinforcing entry signals.
- Signal Type: Select signals to display: "None", "Overbought/Oversold", "Zero Line", "MA Zero Line", "All" (default: "Overbought/Oversold").
- Colors and Gradients: Customize colors for bullish/bearish oscillator, moving average, zero line, overbought/oversold levels, and divergence labels.
- Transparency: Adjust gradient fill transparency (default: 70, minval=0, maxval=100) and band/label transparency (default: 40, minval=0, maxval=100) for consistent visuals.
- Visualizations: Enable/disable moving average, gradients for zero/overbought/oversold levels, and gradient fills.
█ USAGE EXAMPLES
- Momentum Analysis: Observe the MPO Oscillator above 0 for bullish momentum or below 0 for bearish momentum. The SMA, being smoother, reacts slower and can confirm trend direction as a noise filter.
- Reversal Signals: Look for buy triangles when the oscillator crosses oversold upward, especially when the SMA is below the MA oversold threshold and the band turns green. Similarly, seek sell triangles when crossing overbought downward, with the SMA above the MA overbought threshold and the band turning red.
- Using Divergences: Treat bullish (green labels) and bearish (red labels) divergences as reinforcement for other signals, especially near overbought/oversold zones, indicating stronger potential trend reversals.
- Customization: Adjust lookback length, smoothing, and moving average length to specific instruments and timeframes to minimize false signals.
█ USER NOTES
Combine the indicator with tools like Fibonacci levels or pivot points to enhance accuracy.
Test different settings for lookback length, smoothing, and moving average length on your chosen instrument and timeframe to find optimal values.
Daily RVOL (Cumulative with Multi Alerts)Daily RVOL (Cumulative with Multi Alerts)
This indicator plots Relative Volume (RVOL) on intraday charts by comparing today’s cumulative traded volume with either:
The average daily volume of the past N days (default 5), or
Yesterday’s total daily volume (selectable from settings).
Unlike per-candle RVOL indicators, this version tracks cumulative intraday RVOL that only increases throughout the trading day. This matches how professional scanners (like Chartink/Gocharting) calculate RVOL, e.g. RVOL = 6 at open → 12 → 20 → 45 by end of day.
LIOR 41 SETTEMBRE 025⚡️ LIOR September 2025 – The New Generation of Algorithmic Trading ⚡️
LIOR is not just another indicator that paints your chart: it’s a trading operating system that turns market chaos into clear and powerful decisions.
✅ LIOR POWER – one single cell that instantly tells you if the market is BUY or SELL, with no noise or useless interpretation.
✅ Momentum Arrows – two independent arrows, built on 6 momentum indicators, revealing whether the trend’s strength is real or already shaking.
✅ LIOR ENGAGE – the ultimate confirmation: 🚀 when the push is strong, 💥 when it’s explosive.
With LIOR you get:
• A clean quantitative vision, without wasting hours watching moving averages or counting signals.
• A light but lethal structure, designed to anticipate key market turning points.
• Perfect integration with subjective analysis like GAN Fan and Pivot Points.
📊 Why choose LIOR?
Because it cuts the noise and leaves you only what matters: dominant trend + momentum confirmation + engage signal.
Nothing more. Nothing less.
🔑 If you’re looking for a tool to take your trading from doubt to clarity, LIOR is the answer.
Initial Balance SMC-V3
Initial Balance SMC-V3 – An Advanced Mean Reversion Indicator for Index Markets
The Initial Balance SMC-V3 indicator is the result of continuous refinement in mean reversion trading, with a specific focus on index markets (such as DAX, NASDAQ, S&P 500, etc.). Designed for high-liquidity environments with controlled volatility, it excels at precisely identifying value zones and statistical reversal points within market structure.
🔁 Mean Reversion at Its Core
At the heart of this indicator lies a robust mean reversion logic: rather than chasing extreme breakouts, it seeks returns toward equilibrium levels after impulsive moves. This makes it especially effective in ranging markets or corrective phases within broader trends—situations where many traders get caught in false breakouts.
🎯 Signals Require Breakout + Confirmation
Signals are never generated impulsively. Instead, they require a clear sequence of confirmations:
Break of a key level (e.g., Initial Balance high/low or an SMC zone);
Price re-entry into the range accompanied by a crossover of customizable moving averages (SMA, EMA, HULL, TEMA, etc.);
RSI filter to avoid entries in overbought/oversold extremes;
Volatility filter (ATR) to skip low-volatility, choppy conditions.
This multi-layered approach drastically reduces false signals and significantly improves trade quality.
📊 Built-in Multi-Timeframe Analysis
The indicator features native multi-timeframe logic:
H1 / 15-minute charts: for structural analysis and identification of Supply & Demand zones (SMC);
M1 / M5 charts: for precise trade execution, with targeted entries and dynamic risk management.
SMC zones are calculated on higher timeframes (e.g., 4H) to ensure structural reliability, while actual trade signals trigger on lower timeframes for maximum precision.
⚙️ Advanced Customization
Full choice of moving average type (SMA, EMA, WMA, RMA, VWMA, HULL, TEMA, ZLEMA, etc.);
Revenge Trading logic: after a stop loss is hit without reaching the 1:1 breakeven level, the indicator automatically prepares for a counter-trade;
Dynamic ATR-based stop loss with customizable multiplier;
Session filters to trade only during optimal liquidity windows (e.g., European session).
🧠 Who Is It For?
This indicator is ideal for traders who:
Primarily trade indices;
Prefer mean reversion strategies over pure trend-following;
Seek a disciplined, rule-based system with multiple confluence filters;
Use a multi-timeframe approach to separate analysis from execution.
In short: Initial Balance SMC-V3 is more than just an indicator—it’s a complete trading framework for mean reversion on index markets, where every signal emerges from a confluence of statistical, structural, and temporal factors.
Happy trading! 📈
FMFM6The Traders Trend Dashboard (fmfm6) is a comprehensive trend analysis tool designed to assist traders in making informed trading decisions across various markets and timeframes. Unlike conventional trend-following scripts,fmfm6 goes beyond simple trend detection by incorporating
StoxAI Magic Trend Indicator V2StoxAI Magic Trend Indicator V2 is here. Get live Trade Stats and Strength Scores with AI weights for each candlestick chart.
Traders Tool by DeepanIndiaThis powerful Pine Script is designed to support both beginner and advanced traders by providing a comprehensive trading setup alongside core fundamental tools to enhance decision-making