Enhanced Multi-Indicator StrategyEnhanced Multi-Indicator Strategy v7 is a trend-following confirmation tool that combines several classic indicators into one clear “voting system.”
Instead of relying on a single signal, this script counts how many indicators agree on a bullish or bearish bias and only fires when the majority lines up and the trend is strong.
It’s designed to help you:
Filter out low-quality signals
Avoid trading against the dominant trend
Get clean, one-time BUY/SELL markers instead of noisy spam signals
How it Works
The indicator evaluates up to 10 components on each bar:
Trend & Structure
Moving Average (MA 50)
EMA Fast (20) vs EMA Slow (50)
Momentum
RSI (14)
MACD (12/26/9)
KDJ
Volatility & Price Location
Bollinger Bands (20, 2)
VWAP
Volume
Volume vs Volume MA (20)
Trend Strength & Direction
ADX + DMI (trend strength and up/down direction)
Optional
Ichimoku Cloud (price vs Senkou A/B)
Each indicator votes bullish or bearish.
The script then:
Counts how many are bullish → bullish_count
Counts how many are bearish → bearish_count
Requires at least Min Indicators for Entry (user-defined) to agree in one direction
Requires ADX above a threshold (default 20) to confirm trend strength
(Optionally) forces entries to follow the DMI trend:
Longs only in uptrends
Shorts only in downtrends
Only when these conditions are met does the script consider a valid long zone or short zone.
Signals: 1x Fire + Cooldown
To keep the chart clean and prevent over-trading:
A BUY arrow is plotted only on the first bar when price enters a new bullish zone.
A SELL arrow is plotted only on the first bar when price enters a new bearish zone.
A cooldown (in bars) can be configured separately for BUY and SELL so the script will not fire again in the same direction too frequently.
Background colors (optional):
Green background = bullish zone (majority indicators bullish + strong trend)
Red background = bearish zone (majority indicators bearish + strong trend)
This makes it easy to see when the “environment” is favorable for longs or shorts, while the arrows highlight the first opportunity in each zone.
Inputs & Tuning
Key inputs:
Min Indicators for Entry – how many indicators must agree (e.g. 5–7 for stricter filtering)
Strict Trend Filter – if enabled, entries must follow DMI trend (recommended for trend-following)
Cooldown BUY / SELL – minimum number of bars before a new signal in the same direction
Toggles to enable/disable each component (MA, EMA, RSI, MACD, KDJ, BB, Volume, VWAP, ADX, Ichimoku)
General ideas:
Increase Min Indicators for Entry and/or cooldown to reduce the number of signals and focus on stronger trends.
Lower values will make the indicator more active, suitable for shorter-term trading or scalping.
Important Note
This is an indicator, not a full trading system:
It does not manage entries/exits, position sizing, or risk by itself.
Always combine it with your own risk management, stop-loss / take-profit rules, and higher-timeframe context.
Use it as a confirmation / regime tool:
Trade only in the direction of the active zone,
Take BUY signals during bullish regimes,
Take SELL signals during bearish regimes.
Indicators and strategies
Sunflower Quant - ETH 15min Strategy🟠 Sunflower Quant - ETH 15min Strategy
Strategy Overview
The " Sunflower Quant - ETH 15min Strategy" is a sophisticated automated trading system specifically designed for ETH/USDT on 15-minute timeframes. This advanced algorithm integrates over 20 technical indicators and price action patterns to deliver intelligent entry decisions and comprehensive risk management.
Core Value Proposition
Multi-Timeframe Integration: Combines 1-hour and 4-hour higher timeframe data for signal validation
Dynamic Market Regime Detection: Real-time identification of Low Volatility, Ranging, and High Volatility market environments
Comprehensive Scoring System: Three-dimensional evaluation model based on Breakout Signals, Pattern Recognition, and Position Analysis
Adaptive Position Sizing: Dynamic allocation based on signal strength and market volatility
🟠 Core Architecture
Three-Layer Analytical Framework
1. Market Regime Detection System
Real-time market environment assessment through four dimensions:
ATR Relative Volatility
Bollinger Band Width
Average Amplitude
Momentum Strength
Market State Classification:
Low Volatility (≤30 points): Narrow ranges, awaiting breakout
Ranging Market (31-65 points): Moderate volatility, suitable for range trading
High Volatility (>65 points): Strong trends, ideal for trend following
2. Signal Generation Engine
Breakout Signal Layer:
Donchian Channel Breakouts (Upper/Middle/Lower)
Keltner Channel Breakouts (Upper/Middle/Lower)
Double ATR Momentum Confirmation
Pattern Recognition Layer:
Price Action: Outside Bars, Engulfing Patterns, False Breakouts
Candlestick Patterns: Hammer, Inverted Hammer, Doji, Dragonfly, Gravestone
Three Soldiers Method: Single-bar and Three-bar consecutive patterns
Position Analysis Layer:
Ichimoku Cloud Position (Above/Within/Below)
ADX Trend Strength Confirmation
DC/KC Middle Band Position Analysis
3. Volume & POC Analysis
Volume Confirmation:
High Volume Breakout Validation
Medium Volume Support Confirmation
Point of Control (POC) Value Areas:
Volume-based dense trading zone identification
POC Cluster Scoring System (Size Score + Volume Score + Time Score)
🟠 Trading Logic Specification
Entry Signal Classification
A-Class Signals (Strong Breakout)
Trigger: VP breaking key POC levels + strong pattern confirmation
Characteristics: High confidence, larger position sizing
Stop Loss: Wider stops based on historical ATR volatility
B-Class Signals (Pattern Confirmed)
Trigger: Clear price patterns + volume confirmation
Characteristics: Medium confidence, standard position sizing
Stop Loss: Based on pattern lows/highs
C-Class Signals (Weak Reversal)
Trigger: Single indicator signals + positional support
Characteristics: Lower confidence, small exploratory positions
Stop Loss: Tight stops for quick exits
Scoring Weight Distribution
text
Base Score = Breakout(30%) + Patterns(40%) + Position(30%)
Final Score = Base Score × Market Regime Coefficient × Cloud Position Coefficient
🟠 Risk Management System
Dynamic Stop Loss Strategy
Initial Stop Loss: ATR-based volatility + market regime adjustment
Trailing Stop: Phased tracking, progressively locking profits
Position Management
text
Base Position = Initial Capital × Base Coefficient / Stop Distance
Final Position = Base Position × Signal Strength Coefficient × Market Volatility Coefficient
Take Profit System
Scaled Profit Taking: 8 profit levels with proportional position distribution
Dynamic Adjustment: Trailing stop activation upon reaching specific profit tiers
🟠 Configuration Parameters
Market Regime Thresholds
pinescript
Low Volatility: ≤30 points
Ranging Market: 31-65 points
High Volatility: >65 points
Signal Strength Thresholds
pinescript
// Current Entry Thresholds (No Position)
Low Volatility: Long 82 / Short 82
Ranging: Long 75 / Short 80
High Volatility: Long 80 / Short 85
// Reversal Entry Thresholds
Low Volatility: Long 75 / Short 90
Ranging: Long 85 / Short 90
High Volatility: Long 90 / Short 100
🟠 Usage Guide
1. Initial Setup
Apply to ETH/USDT 15-minute chart
Configure webhook Signal ID and UID
Adjust initial capital parameters according to account size
2. Key Monitoring Elements
Market Regime Indicator: Watch background color changes
Signal Score Display: Monitor real-time long/short scores
POC Value Areas: Identify key support/resistance levels
3. Trading Decision Process
Trend Confirmation Phase:
text
1. Observe market regime background
2. Confirm Ichimoku cloud position
3. Check ADX trend strength
Entry Signal Screening:
text
1. Comprehensive score > corresponding threshold
2. Multiple indicator signal confluence
3. Volume confirmation alignment
Risk Management Execution:
text
1. Automatic position size calculation
2. Set scaled take profit and stop loss
3. Monitor trailing stop updates
4. Advanced Features
Lookback Mode: Historical signal validation
Special Close: Early exit based on ATR ratio
Signal Filtering: Optimize signal quality through component weight adjustment
This systematic multi-factor scoring strategy delivers stable automated trading decisions in complex market environments, particularly well-suited for the short-term volatility characteristics of cryptocurrencies like Ethereum.
Strategy Name: Sunflower Quantitative Strategy
Symbol: ETH/USDT
Timeframe: 15-minute
Market: Cryptocurrency
Strategy Type: Multi-timeframe Quantitative Analysis
Risk Level: Medium-High
Recommended Capital: $10,000+ for optimal position sizing
"向日葵量化"是一款专为ETH 15分钟图表设计的全自动量化交易策略。该策略通过多维度技术分析框架,集成超过20种技术指标与价格行为模式,实现智能化的入场决策与风险控制。
核心价值
多时间框架协同:整合1小时、4小时高周期数据,确保信号质量
动态市场状态识别:实时识别低波动、震荡、高波动三种市场环境
综合评分系统:基于突破信号、形态识别、位置分析的三维评分模型
智能仓位管理:根据信号强度与市场波动率动态调整仓位规模
🟠【核心架构】
策略基于三层分析框架构建:
1. 市场状态识别系统
通过ATR相对波动率、布林带宽、平均振幅、动量强度四个维度,实时判断当前市场环境:
低波动市场(≤30分):窄幅震荡,等待突破
震荡市场(31-65分):中等波动,适合区间交易
高波动市场(>65分):趋势明确,适合趋势跟踪
2. 信号生成引擎
突破信号层:
DC通道突破(上轨/中轨/下轨)
KC通道突破(上轨/中轨/下轨)
双ATR动量确认
形态识别层:
价格行为模式:外包线、吞没形态、假突破
K线形态:锤子线、倒锤子线、十字星、蜻蜓线、墓碑线
三兵三法:单根强度与三根连续形态
位置分析层:
云图位置关系(之上/之中/之下)
ADX趋势强度确认
DC/KC中轨位置判断
3. 成交量与POC分析
成交量确认:
高成交量突破确认
中等成交量支撑确认
POC价值区域:
基于成交量分布的密集成交区识别
POC集群评分系统(规模分+成交量分+时间分)
🟠【交易逻辑详解】
入场信号分类
A类信号(强势突破)
触发条件:VP突破POC关键位 + 强势形态确认
特征:高置信度,大仓位配置
止损设置:相对宽松,基于ATR历史波动率
B类信号(形态确认)
触发条件:明确价格形态 + 成交量确认
特征:中等置信度,标准仓位
止损设置:基于形态低点/高点
C类信号(弱势反弹)
触发条件:单一指标信号 + 位置支撑
特征:低置信度,小仓位试探
止损设置:紧凑止损,快速离场
评分权重分配
text
基础分 = 突破分(30%) + 形态分(40%) + 位置分(30%)
最终分 = 基础分 × 市场状态系数 × 云图位置系数
🟠【风险管理系统】
动态止损策略
初始止损:基于ATR波动率 + 市场状态调整系数
移动止损:分阶段跟踪,逐级锁定利润
仓位管理
text
基础仓位 = 初始资金 × 基础系数 / 止损距离
最终仓位 = 基础仓位 × 信号强度系数 × 市场波动系数
止盈系统
分级止盈:8个止盈级别,按仓位比例分配
动态调整:达到特定止盈级别后启动移动止损
🟠【配置参数】
市场状态阈值
pinescript
低波动区间:≤30分
震荡区间:31-65分
高波动区间:>65分
信号强度阈值
pinescript
// 当前开仓阈值(无持仓)
低波动:做多82分 / 做空82分
震荡:做多75分 / 做空80分
高波动:做多80分 / 做空85分
// 反转开仓阈值
低波动:做多75分 / 做空90分
震荡:做多85分 / 做空90分
高波动:做多90分 / 做空100分
🟠【使用指南】
1. 初始设置
添加到ETH/USDT 15分钟图表
配置webhook信号ID和UID
根据资金量调整初始资本参数
2. 监控要点
市场状态指示器:关注背景颜色变化
信号评分显示:实时查看多头/空头得分
POC价值区域:识别关键支撑阻力
3. 交易决策流程
趋势确认阶段:
text
1. 观察市场状态背景色
2. 确认云图位置关系
3. 检查ADX趋势强度
入场信号筛选:
text
1. 综合评分 > 对应阈值
2. 多指标信号共振
3. 成交量确认配合
风险管理执行:
text
1. 自动计算仓位大小
2. 设置分级止盈止损
3. 监控移动止损更新
4. 高级功能
回看模式:启用历史信号验证
特殊平仓:基于ATR比率的提前离场
信号过滤:通过调整各组件权重优化信号质量
该策略通过系统化的多因子评分机制,在复杂的市场环境中实现稳定的自动化交易决策,特别适合ETH等加密货币的短期波动特性。
MTF MACD – 1m / 15m / 1D / 1W//@version=6
indicator("MTF MACD – 1m / 15m / 1D / 1W", overlay=false)
// MACD inputs
fastLen = input.int(12, "Fast length")
slowLen = input.int(26, "Slow length")
signalLen = input.int(9, "Signal length")
// Multi-timeframe MACD using built-in ta.macd()
= request.security(syminfo.tickerid, "1", ta.macd(close, fastLen, slowLen, signalLen))
= request.security(syminfo.tickerid, "15", ta.macd(close, fastLen, slowLen, signalLen))
= request.security(syminfo.tickerid, "D", ta.macd(close, fastLen, slowLen, signalLen))
= request.security(syminfo.tickerid, "W", ta.macd(close, fastLen, slowLen, signalLen))
// Plot MACD lines for each timeframe
plot(macd_1m, title="MACD 1m", color=color.red, linewidth=2)
plot(macd_15m, title="MACD 15m", color=color.blue, linewidth=2)
plot(macd_1d, title="MACD 1D", color=color.green, linewidth=2)
plot(macd_1w, title="MACD 1W", color=color.orange, linewidth=2)
// (Optional) you can uncomment these if you also want signals/histograms:
// plot(signal_1m, title="Signal 1m", color=color.new(color.red, 50), style=plot.style_dotted)
// plot(signal_15m, title="Signal 15m", color=color.new(color.blue, 50), style=plot.style_dotted)
// plot(signal_1d, title="Signal 1D", color=color.new(color.green, 50), style=plot.style_dotted)
// plot(signal_1w, title="Signal 1W", color=color.new(color.orange, 50), style=plot.style_dotted)
// plot(hist_1m, title="Hist 1m", color=color.red, style=plot.style_histogram)
// plot(hist_15m, title="Hist 15m", color=color.blue, style=plot.style_histogram)
// plot(hist_1d, title="Hist 1D", color=color.green, style=plot.style_histogram)
// plot(hist_1w, title="Hist 1W", color=color.orange, style=plot.style_histogram)
Adaptive Timeframe Confluence Updated the script to mkae the LSMA slope more sensitive this way no false status updates.
价格行为交易逻辑指标 (专业双模式版 v7.5)Trend-Following Mode: This mode uses a EMA as a dynamic filter to identify the primary trend. It then generates high-probability signals (2B, Engulfing) that align with that trend. It also identifies powerful RSI Divergence signals for potential counter-trend reversals, which can be enabled by the user.
Mean-Reversion Mode (Ranging Markets): Specifically designed for choppy or sideways markets. This mode ignores the EMA and utilizes Bollinger Bands® to identify overbought and oversold levels. It generates reversal signals when price action patterns form near the upper or lower bands, aiming to capture profits as the price returns to the mean (the middle band).
2. Core Signal Engine (100% Non-Repainting)
The indicator automatically identifies three classic, high-probability price action patterns. Signals are only confirmed and plotted after the candle closes, ensuring they never repaint.
2B Reversal / Fake Breakout: Identifies failed attempts to break previous swing highs or lows—a powerful reversal signal.
RSI Divergence: Detects discrepancies between price action and momentum (RSI), signaling that the current trend is weakening.
Engulfing Patterns: Pinpoints strong bullish or bearish engulfing candles at key swing points.
3. Fully Integrated Risk Management
For every signal, the indicator provides a complete trading plan:
Automatic TP/SL Levels: Displays clear Take Profit (TP) and Stop Loss (SL) lines on the chart. The SL can be set to the signal candle's high/low or use a dynamic ATR-based value to adapt to market volatility.
Dynamic Risk Management Table: An on-screen table instantly updates with every new signal, showing:
Trade Direction (LONG/SHORT)
Entry, Stop Loss, and TP Prices
Risk/Reward Ratio for the first target (TP1)
Return on Equity (ROE %) for both TP1 and TP2, calculated based on your custom leverage setting.
4. Live Performance Statistics Table
An on-screen panel tracks the indicator's performance in real-time based on TP1 being hit, helping you gauge its effectiveness on any asset or timeframe.
Daily & Weekly Win Rate: Tracks the win/loss record for the current day and week.
PnL (Profit and Loss) in USDT: Calculates the cumulative profit or loss in USDT based on your user-defined margin per trade and leverage, giving you a clear view of the strategy's financial performance.
5. Full Customization & Alerts
Easily toggle any signal type on or off.
Adjust all parameters (MA, Pivots, RSI, Bollinger Bands, ATR).
Set up TradingView alerts for any long or short signal so you never miss an opportunity.
Volume Dynamics Pro [ChartNation]Volume Dynamics Pro by ChartNation is an advanced volume profile indicator that visualizes volume distribution across price levels using a proprietary mirrored butterfly design. The indicator identifies high-volume nodes (areas of significant trading activity) and the Point of Control (POC) - the price level with the highest traded volume within the lookback period.
KEY FEATURES:
Dynamic Volume Profile: Displays volume distribution across 25 price bins with a mirrored butterfly visualization that extends into future bars for forward-looking analysis
Point of Control (POC): Automatically identifies and highlights the price level with maximum volume, featuring a pulsing animation and optional price label with customizable positioning
Multiple Anchoring Modes: Choose between Rolling, Daily, Weekly, Monthly, or Session-based profile calculations to match your trading timeframe
Smart Range Calculation: Three range modes (Fixed Lookback, Hybrid Smart, Percentage-Based) automatically adjust the volume profile range based on recent price action
Volume-Responsive Visualization: Line thickness and glow intensity scale with volume magnitude, making high-volume areas immediately visible
Premium Statistics Box: Real-time display of POC price, total volume, range metrics, and price position relative to POC
Advanced Alert System: Configurable alerts for POC crosses, range breakouts, high-volume zone entries, and volume spikes
Professional Styling: Volume-based line styles (solid/dashed/dotted), gradient bias coloring (support/resistance), dual-tone depth borders, and customizable glow effects
HOW IT WORKS:
The indicator divides the price range into 25 bins and calculates total volume traded at each level. The mirrored butterfly profile displays this distribution, with wider sections indicating higher volume. The POC line marks the price with maximum activity - a critical level often acting as support or resistance.
Volume traces are color-coded: green tint below current price (potential support), red tint above (potential resistance). The intensity of coloring increases as price approaches each level, helping traders identify nearby high-volume zones.
USE CASES:
Identify institutional order flow and accumulation/distribution zones
Locate high-probability support and resistance levels based on actual trading activity
Track POC shifts to understand changing market structure
Confirm breakout validity by analyzing volume at key price levels
Optimize entry/exit points around high-volume nodes
SETTINGS OVERVIEW:
The indicator offers extensive customization across multiple groups: POC styling and extensions, statistics box display, profile anchoring, range calculation modes, alert configuration, line styles, volume-proportional thickness, gradient bias, glow system, depth borders, POC pulse animation, and volume profile display parameters.
Adaptive Timeframe Confluence - v3.2Timeframe confluence has been updated with stronger VIX and VVIX.
Squeeze RM [Darwinian]Squeeze RM - Breakout Signal Detector
Multi-condition breakout indicator combining Squeeze detection, RSI tight range analysis, and MACD trend confirmation to identify high-probability accumulation breakouts.
1. Squeeze Detection (BB + KC)
Identifies volatility compression using the classic TTM Squeeze method (Bollinger Bands inside Keltner Channels). Blue candles indicate squeeze is active.
2. RSI Tight Range
Detects RSI consolidation between 45-55 after being overbought (>70 in lookback period). Blue background highlights this accumulation zone.
3. MACD Overlay
EMA 50 plotted as + signs, color-coded by MACD histogram direction:
• Green = Bullish momentum (MACD > 0)
• Red = Bearish momentum (MACD < 0)
• Bright = Histogram crossing zero
• Faded = Momentum weakening
SIGNAL:
Blue label appears below candle when Squeeze is active AND RSI crosses above 55, indicating a bullish breakout from consolidation.
Key Features:
• Clean visual design - minimal chart clutter
• Customizable colors and opacity
• Multiple alert conditions
• All settings hidden from status line
• Wyckoff-inspired momentum detection (optional)
Best For:
Swing trading and day trading on timeframes 15m and above. Works well on stocks, crypto, and forex pairs.
Settings:
All parameters are fully customizable including squeeze sensitivity, RSI bounds, MACD parameters, colors, and visual toggles.
CTI (Clear Trend Indicator) by Tony-Tech📌 CTI – Clear Trend Indicator (by Tony-Tech)
The Clear Trend Indicator (CTI) is a multi-timeframe trend and momentum confirmation tool designed to filter market noise and deliver high-quality Buy/Sell signals. It blends HTF EMA direction, RSI structure, ADX strength, CCI breakout detection, and optional volume confirmation into one compact system.
CTI automatically adapts to your trading style (Scalping, Intraday, or Position) and displays a real-time dashboard showing signal direction, trend status, volume conditions, ADX strength, and RSI zone. Alerts are included for Buy, Sell, RSI Overbought, and RSI Oversold.
Ideal for traders who rely on clean trend structure, momentum alignment, and higher-timeframe confirmation.
CTS Dashmatrix MTF by Tony-TechCTS Dashmatrix MTF by Tony-Tech
The CTS Dashmatrix MTF is a multi-timeframe trend and swing-structure dashboard designed to give traders a fast, accurate view of market conditions across key timeframes. It combines ADX trend direction and pivot-based swing analysis into a compact visual matrix that updates in real time.
This tool helps traders quickly identify:
Overall trend direction (Bullish or Bearish)
Swing structure shifts (Higher Lows, Lower Highs, reversals)
Multi-TF alignment from D1 → H4 → H1 → M15 → M5
Trend strength & directional confluence
The dashboard uses simple color logic:
Green = Bullish bias
Red = Bearish bias
Silver = Neutral swing
Whether you trade intraday or swing, the CTS Dashmatrix gives instant clarity on market bias at a glance. It is best used with price action, smart money concepts, or trend-following strategies.
CTSA - Clear Trend and Swing Alert by Tony-TechCTSA – Clear Trend & Swing Alert
CTSA (Clear Trend & Swing Alert) is a precision market-structure indicator designed for traders who want high-quality swing, trend, and continuation signals across Forex, Crypto, Indices, and Commodities.
The indicator automatically analyzes swing points, trend direction, momentum, volatility, volume, and EMA structure to generate optimized BUY and SELL alerts. It adapts to different asset classes and trading styles through an intelligent Preset Engine, providing ideal settings for Intraday, Swing, or Position trading.
CTSA identifies:
Trend Continuation Signals
Trend Pullback Entries
Reversal Opportunities
HH/HL/LH/LL Swing Structures
Smart Exits using Opposite Signals or Trend Flip
The dashboard provides an at-a-glance view of market conditions including trend status, swing type, RSI, ADX, volume strength, EMA bias, and ADR levels.
CTSA is built for traders who want clean, actionable alerts, strong confluence, and a simplified decision-making workflow—whether scalping M15 or swing-trading H1/H4.
YBL – Doble EMA 20/50 (Nube + Alertas)YBL – Doble EMA 20/50 (Cloud + Alerts)
This script plots a double EMA 20/50 setup with:
• A colored trend cloud between the EMAs
• Double-line styling (base + edge) for each EMA
• Crossover alerts when EMA 20 crosses EMA 50
It’s designed to be a clean trend filter and structure reference for swing and intraday traders.
⸻
🔧 Core logic
• EMA 20 (fast) → short-term direction.
• EMA 50 (slow) → higher timeframe / swing bias.
• Bullish trend when EMA 20 ≥ EMA 50.
• Bearish trend when EMA 20 < EMA 50.
The area between both EMAs is filled with a trend cloud:
• Bull cloud color when EMA 20 is above EMA 50.
• Bear cloud color when EMA 20 is below EMA 50.
Opacity of the cloud is fully configurable.
⸻
🎨 Visuals & customization
Inputs let you control:
• Lengths
• EMA rápida (20) – default 20
• EMA lenta (50) – default 50
• Line thickness (grpViz)
• Grosor base → thick, semi-transparent base line.
• Grosor borde → thinner edge line on top.
• Colors
• Color EMA 20 – fast EMA color
• Color EMA 50 – slow EMA color
• Color nube alcista – bullish cloud color
• Color nube bajista – bearish cloud color
• Opacidad nube – from opaque (0) to fully transparent (100)
Each EMA is drawn with two layers:
• A base line with higher transparency and greater width.
• A border line for sharp, precise visibility.
This makes the EMAs easy to read on any background and timeframe.
⸻
📈 How to use it
Typical use cases:
• Trend filter
• Only look for longs when EMA 20 is above EMA 50 and the cloud is bullish.
• Only look for shorts when EMA 20 is below EMA 50 and the cloud is bearish.
• Dynamic S/R
• EMA 20 can act as a short-term pullback level within the trend.
• EMA 50 can act as a deeper support/resistance zone.
• Context layer
• Works very well as a background bias combined with your main entry tool (order flow, volume, price action patterns, etc.).
⸻
🔔 Alerts
Two built-in, ready-to-use alert conditions:
• Bullish cross – EMA 20 > EMA 50
• Triggers when EMA 20 crosses above EMA 50.
• Marks the start of a potential bullish regime.
• Bearish cross – EMA 20 < EMA 50
• Triggers when EMA 20 crosses below EMA 50.
• Marks the start of a potential bearish regime.
Both alerts are confirmed at bar close and are ideal for:
• Getting notified of trend shifts on your watchlist.
• Automating scans across symbols/timeframes.
⸻
⚠️ Disclaimer
This script is for educational and analytical purposes only and does not constitute financial advice. Always do your own research and manage your risk.
YBL – EMA Pro (Rellena + Borde) + AlertasYBL – EMA Pro is a clean, high-visibility EMA tool designed to be your main bias line on any timeframe.
It uses a double-layer plot (filled core + sharp border) and includes non-repainting alerts when price crosses and flips the EMA color.
⸻
🔧 Core features
• Configurable EMA length
• Single input: EMA Length (default 50).
• Works on any symbol and timeframe.
• Double-layer EMA styling
• Base layer: thick, semi-transparent line to create a smooth “filled” band around the EMA.
• Border layer: thinner, solid line on top for precise reading.
• Both layers change color together:
• Green when price is above the EMA.
• Red when price is below the EMA.
This makes the EMA extremely easy to read even on busy charts or small devices.
⸻
🎯 Trend bias & context
• Above EMA (green) → bullish regime / support zone.
• Below EMA (red) → bearish regime / resistance zone.
You can use it as:
• A trend filter (only take longs when EMA is green, shorts when red).
• A dynamic trailing guide for swing or intraday trading.
• A clean visual anchor combined with other YBL tools (volume, order flow, S/R, etc.).
⸻
🔔 Alerts (color flip / cross)
The script includes two ready-to-use alert conditions:
• “EMA a VERDE (precio > EMA)”
• Triggers when price crosses from below to above the EMA, or when the logic detects a fresh flip to green.
• “EMA a ROJO (precio < EMA)”
• Triggers when price crosses from above to below the EMA, or when the logic detects a fresh flip to red.
The conditions are built with crossover / crossunder plus confirmation logic to avoid repainting issues and only fire on confirmed color change.
You can attach TradingView alerts to:
• Catch trend shifts early.
• Automate notifications when a symbol enters or exits your preferred regime.
⸻
⚠️ Disclaimer
This script is for educational and analytical purposes only and does not constitute financial advice. Always do your own research and manage your risk.
YBL – LITE HUD (Vol/Δ + Heatmap RVOL + Squeeze) YBL – LITE HUD (Volume Δ + RVOL Heatmap + Squeeze) + ADV
YBL – LITE HUD is a multi-module volume & momentum dashboard that packs into a single panel:
• A fast Vol/Δ (up vs down volume) HUD
• A Volume Heatmap / RVOL engine with session max tracking
• A full Squeeze Momentum implementation
• Optional ADV metrics: Power vs reference symbol, Trend/Momentum, and Correlation
• Candle painting logic with priority Squeeze > Heatmap
• A compact HUD table summarizing everything in one place
It’s designed as a lightweight all-in-one volume/momentum panel for intraday and swing trading.
⸻
1️⃣ LITE: Vol/Δ (up vs down volume)
• Uses a rolling window of lookback bars.
• Sums up volume (bull candles) vs down volume (bear candles).
• Computes:
• totVol – total volume in the window
• dAcc – net volume delta (upVol – dnVol)
• HUD row shows:
• Net Δ with direction symbol: ▲ / ▼ / ▬
• Total volume in the lookback window
• Color of the row reflects the dominant side (green for buyers, red for sellers).
⸻
2️⃣ Heatmap / RVOL engine
Two modes:
• Heatmap (Percentiles)
• Uses percentiles over len bars (p1, p2, p3) to classify volume as:
• Low, Medium, High, Ultra
• RVOL (x Average)
• Relative volume = vol / SMA(vol, len)
• Thresholds:
• t1, t2, t3 → multi-level RVOL bands.
Extra features:
• Session max tracking
• Option to reset max volume per day/session (resetDay).
• Tracks the current session maximum volume.
• Can plot a line at the session max (showLineM).
• Heatmap colors
• Neutral, medium, high, ultra and special color for new session max.
• Optional candle painting by Heatmap/RVOL (paintC).
⸻
3️⃣ Squeeze Momentum module
Classic BB vs KC Squeeze plus momentum:
• Bollinger Bands:
• lenBB, multBB
• Keltner Channels:
• lenKC, multKC
• Squeeze states:
• Squeeze ON → BB inside KC
• Squeeze OFF → BB outside KC
(both can show dots at panel bottom)
Momentum:
• Base: momBase = src – SMA(src, lenBB)
• Smoothed with linreg over 20 bars.
• Column color:
• Green/Lime for positive momentum
• Orange/Red for negative momentum, depending on slope rising/falling
You can choose which panel to show via panelMode:
• Volume
• Squeeze
• Both
⸻
4️⃣ Normalization (Both panels + z-coloring)
When panelMode = "Ambos" and normalizeAmbos = true:
• Volume is plotted as zVol (z-score of volume).
• Momentum is also normalized to z-score.
• A single z-window (lenNorm) is used for both.
The Heatmap coloring can switch to zVol-based color bands:
• z1, z2, z3 define low/medium/high/ultra bands.
• Special color for current session max.
Title mode logic (titleMode) lets you force:
• “Normalized” titles
• “Original” titles
• Or automatic behavior based on the normalize setting.
⸻
5️⃣ ADV (optional “heavy” metrics)
When useADV = true, the script adds:
• POWER vs reference symbol (cmpSymbol, e.g. DXY):
• Uses ROC and z-score to compute a relative performance score: pScore = zA – zB.
• Color and arrow (↑ / ↓ / ▬) in the table.
• Trend & Momentum
• EMA fast/slow (emaLenFast, emaLenSlow) to define a trend regime (bullish vs bearish).
• RSI-based momentum (momLen), shifted around 50 to give a momentum bias.
• HUD row: TEND/MOM with text like “Bullish/Bearish | Mom value”.
• Correlation vs reference symbol
• ta.correlation(close, cmpClose, corrLen).
• Color-coded row:
• Green for positive correlation (directional).
• Red for strong inverse correlation.
• Gray for neutral.
These ADV rows turn the panel into a macro/relative-strength HUD on top of volume/squeeze.
⸻
6️⃣ Candle painting (priority logic)
Two color sources:
• Squeeze paint (paintBarsSqz)
• Colors candles based on momentum direction.
• Heatmap paint (paintC)
• Colors candles based on Heatmap/RVOL intensity.
paintMode controls priority:
• Auto: Squeeze > Heatmap → if Squeeze has a color, it wins; otherwise use Heatmap.
• Solo Squeeze → only Squeeze logic.
• Solo Heatmap → only Heatmap logic.
⸻
7️⃣ HUD table (top-right)
When showTable = true, a compact table shows:
1. VOL/Δ (LB N) – window size, net Δ and total volume.
2. RVOL (mode) – current RVOL and color-matched heatmap.
3. MAX sesión/global – shows if there is a new session max or the current max value.
4–6. (Optional) ADV rows when useADV is ON:
• POWER vs symbol
• TEND/MOM
• CORREL vs symbol
Everything updates on the last bar only for performance and clarity.
⸻
8️⃣ Alerts
Built-in alert:
• “YBL – Nuevo máximo de volumen (sesión)”
• Triggers whenever a new session volume max is printed.
• Perfect to catch volume climaxes intraday.
⸻
⚠️ Disclaimer
This script is for educational and analytical purposes only and does not constitute financial advice. Always do your own research and manage your risk.
YBL – PAC Hybrid LITE [FINAL SR]🔹 Full description (pégalo en “Describe your script…”)
YBL – PAC Hybrid LITE
YBL – PAC Hybrid LITE is a minimal, high-performance trend tool that combines:
• A dual EMA trend cloud
• Automatic support/resistance pivots
• Optional candle coloring by trend
The idea is to give a very clean bias + SR map that works on any timeframe without overloading the chart.
⸻
🔧 Core components
1. EMA trend engine
• Two configurable EMAs:
• Fast EMA (lenFast)
• Slow EMA (lenSlow)
• Trend definition:
• Bullish when Fast EMA > Slow EMA
• Bearish when Fast EMA < Slow EMA
You can choose to show/hide the EMAs individually.
2. Trend cloud
• The area between the fast and slow EMA is filled as a trend cloud:
• Teal (greenish) when bullish
• Maroon (reddish) when bearish
• This creates a quick visual filter for:
• Trading in the direction of the main leg
• Avoiding entries against the dominant push
3. Candle coloring
• Optional colorCand switch to color all candles by trend:
• Lime candles in bullish trend
• Red candles in bearish trend
• Great for scalping or fast chart reading (especially on lower timeframes).
⸻
🧱 Support & Resistance (SR) module
• Uses pivot highs/lows over barsSR bars to detect local structure:
• Pivot highs → resistance levels (red lines)
• Pivot lows → support levels (lime lines)
• The script keeps up to maxSR most recent levels, updating them as new pivots are formed.
• Lines are extended to the right and automatically cleaned/hidden when not used, keeping the layout light.
This gives you a living map of the most relevant SR zones without having to draw them manually.
⸻
⚙️ Key inputs
• EMA rápida / lenta → adjust to your style (e.g. 20/50, 9/21, etc.).
• Mostrar EMAs / Nube / Velas coloreadas → independent toggles so you can use just:
• The EMAs
• Only the cloud
• Only colored candles
• Máx. SR a mostrar → how many SR lines you want visible.
• Sensibilidad pivote SR → higher value = fewer, stronger levels; lower value = more reactive levels.
⸻
📈 How I personally use it
• To define a clean directional bias:
• Only take longs above the cloud when it’s green.
• Only take shorts below the cloud when it’s red.
• As a structure map:
• Use the automatic SR lines as targets, pullback areas or invalidation zones.
• As a lightweight backbone:
• Combine the PAC Hybrid LITE with heavier tools (Smart Money Volume, CVD, order-flow bubbles) without overloading the chart.
⸻
⚠️ Disclaimer
This script is for educational and analytical purposes only and does not constitute financial advice. Always do your own research and manage your risk.
ZeeshanAsgharDetects Doji candles and marks them with a “D” above the bar. Adjustable body-to-range precision threshold to fit different symbols and timeframes.
Adaptive Timeframe Confluencemade updates so the timeframes fields are all populated. also updated the VIX updates
YBL – Order Flow Bubbles + Alerts (Imbalance, Anchored)YBL – Order Flow Bubbles + Alerts (Imbalance, Anchored)
This tool plots order-flow aggression bubbles directly on the price chart, using a z-score of candle delta (body × volume) plus a volume filter. The idea is to highlight bars where buying or selling aggression is significantly stronger than normal and to anchor that information at meaningful price levels.
⸻
🔧 Core logic
• Delta per bar
• delta = (close – open) × volume
• Positive delta → buy aggression (buyers lifting offers).
• Negative delta → sell aggression (sellers hitting bids).
• Z-score imbalance
• Uses lenDelta as the lookback window for:
• Average delta
• Standard deviation of delta
• Average volume
• A bar is considered strongly imbalanced when:
• |deltaZ| ≥ zTrigger, and
• Volume is at least minVolMul × average volume.
• Volume scaling → bubble size
• Bubble size is derived from the ratio volume / average volume:
• Small → Huge, based on how large the spike is compared to normal volume.
⸻
🎯 Bubble placement & visuals
• Color
• Lime bubble = strong buy bar.
• Red bubble = strong sell bar.
• Label text (optional)
• You can display the delta value in “K” inside the bubble (e.g. +350.0K).
• Anchoring
• Two anchor modes:
• “Extremos (Hi/Lo)” → bubble anchored near high or low of the candle, offset by ATR.
• “Centro (Mid)” → bubble anchored at the midpoint between high and low.
• ATR offset
• Uses ATR × atrMul to push the bubble slightly away from the extreme, so it doesn’t overlap the wick or other drawings.
• Soft background shading
• When a strong buy bar is detected → light green background.
• When a strong sell bar is detected → light red background.
This makes high-pressure zones easy to see when scrolling quickly.
⸻
🔔 Alerts
Two built-in alert conditions:
• BUY Aggression Bubble
Triggered when a strong bullish imbalance appears (green bubble).
• SELL Aggression Bubble
Triggered when a strong bearish imbalance appears (red bubble).
The alert messages include ticker, timeframe and close price so they can be used for automated notifications or as part of a trading workflow.
⸻
📈 Typical use
• Spot aggressive entry points where institutional players are likely hitting bids/offers.
• Mark key reaction levels (high/low or mid of the bubble candle) to watch for future retests.
• Combine with CVD / Smart Money Volume / institutional levels as extra confluence for entries, scalps or reversals.
⸻
⚠️ Disclaimer
This script is for educational and analytical purposes only. It is not financial advice. Always do your own research and manage your risk.
YBL – Smart Money Volume++ (Neón)🔹 Full description (pégalo en “Describe your script…”)
YBL – Smart Money Volume++ (Neon)
YBL – Smart Money Volume++ is an advanced volume spike detector that separates Smart Money vs Retail activity, plots neon bubbles and levels on price, and keeps a live profit/loss table for both classes.
The goal is to see who is winning right now – aggressive Smart Money or late Retail traders – and to use that information as a real-time bias filter and execution map.
⸻
🔧 Core logic
• Lower timeframe volume engine
• Uses request.security_lower_tf() to read lower TF volume (1–15m or Auto based on the chart).
• Builds a rolling buffer of volume and computes:
• Classic Z-score, and
• Robust MAD-Z (Median + MAD) for outlier detection.
• Adaptive Z/MAD thresholds
• Main window length: zLen (default 50 bars).
• Adaptive threshold: |Z| > thEff, where thEff scales automatically with volatility using thAutoK.
• Option to use robust MAD-Z (useMAD = true) or classic Z-score.
• Retail vs Smart Money classification
• Volume events are classified per tick as:
• Retail if they fire near the bar close, or
• Smart Money if they occur inside the candle body (aggressive participation).
• Optional ATR filter to ignore events too far from the current close.
• Volume levels & decay
• For each valid event the script draws a horizontal neon level at the event price:
• Color encodes direction (bull/bear) and class (Smart/Retail).
• Thickness and glow are proportional to spike intensity.
• Levels can:
• Extend over time,
• Be deleted when price body crosses them (cleanOnBody), and/or
• Expire after N bars (decayBars).
• Neon volume bubbles
• On each bar, the largest spike generates a bubble:
• Size = function of |Z| (Tiny → Huge).
• Color = Smart vs Retail + Bull vs Bear.
• Anti-overlap offset so bubbles don’t stack on top of price.
⸻
📊 Live P/L table (Retail vs Smart)
The script keeps track of whether each level is in profit or loss:
• For each stored level it checks if the current close is:
• In profit or loss for that direction.
• The P/L table shows:
• Retail: total profit volume, total loss volume, and Hit%.
• Smart Money: total profit volume, total loss volume, and Hit%.
• Background of the cells is shaded with a neon heatmap, emphasizing the dominant side.
• A Mini Mode is available:
• Automatically sets the table to Tiny, reduces stored levels and turns off glow for iPad / low-clutter layouts.
⸻
🎛 Main options
• Mini Mode – Light version for iPad or when you want less visual noise.
• Lower TF selection – Auto (based on chart TF) or fixed (1/3/5/15).
• Filters
• In-body vs at-close classification.
• ATR distance filter.
• Global “who to show”: Smart Money / Retail / Both.
• Visual
• Levels on/off, decay, clean on candle body, glow width.
• Bubbles on/off, anti-overlap.
• Colors
• Full YBL Neon theme:
• Smart bull / Smart bear.
• Retail bull / Retail bear.
⸻
🔔 Alerts
The script comes with four alert conditions per bar:
• Retail Bull – bullish Retail event.
• Retail Bear – bearish Retail event.
• Smart Money Bull – bullish Smart Money event.
• Smart Money Bear – bearish Smart Money event.
You can plug these directly into TradingView alerts to track activity for each class.
⸻
📈 How I use it
• As a heatmap of participation:
• I want to see whether Smart Money levels are being respected or broken.
• As a bias filter:
• If Smart Money bubbles and levels are in profit and stacking in one direction, I avoid fighting that side.
• As a confluence tool:
• I combine these levels with my other YBL tools (CVD, order-flow bubbles, institutional levels) to define execution zones.
⸻
⚠️ Disclaimer
This script is for educational/analytical purposes only and does not constitute financial advice. Always do your own research and manage your risk.
HoneG_SARBB_3min v12BBとSARとADXなどをベースにした3分取引用サインツールです。
1分チャートに適用してお使いください。
2割くらいの確率で思わぬ反発を食らう事が有るので、
ボリバン中央バンドで反発食らった時は、
2分以内であれば損切した方が得策かもです。
This is a 3-minute trading signal tool based on BB, SAR, and ADX.
Please apply it to a 1-minute chart for use.
Since there's about a 20% chance of encountering unexpected rebounds,
if you get hit by a rebound at the middle Bollinger Band,
it might be wise to cut your losses within 2 minutes.
YBL – Tick CVD PRO (CVD + Precio Normalizado + Divergencias)YBL – Tick CVD PRO (CVD + Normalized Price + Divergences)
YBL – Tick CVD PRO is a tick-based Cumulative Volume Delta engine that plots CVD and a normalized price curve in the same panel, making it easy to see when price and aggression are aligned or diverging.
The script is designed for intraday order-flow traders who want to see where real buying/selling pressure is coming in, where it is fading, and where price is moving without confirmation from CVD.
⸻
🔧 Core features
• Tick CVD calculation
• Cumulative Volume Delta per bar, with two modes:
• volume × price change (more sensitive to small rotations), or
• absolute volume by candle color (+vol/-vol depending on bullish/bearish candle).
• Option to accumulate CVD only inside a custom session (e.g. 09:30–16:00).
• Normalized price overlay
• Price is normalized into the same vertical range as CVD over a lookback window, so you can:
• Confirm trends when price and CVD make new highs/lows together.
• Spot traps/exhaustion when price prints extremes without CVD confirmation.
• Two visual styles
• Choose between line mode or candle mode for both CVD and normalized price.
• Aesthetic vs Efficient visual presets to control opacity and clarity depending on style/performance.
• Adaptive moving averages
• Independent MAs for CVD and normalized price:
• WMA, HMA, SMA, EMA or None.
• Optional:
• Color by MA type.
• Thicker MA when the slope is positive, to quickly see acceleration vs flattening.
• Key levels & dots
• Automatic pivot highs/lows on CVD and normalized price, extended to the right as dotted levels.
• Optional dots on both curves, with the ability to show the numerical values as labels.
• HH/LL divergences
• Bearish divergence: price makes a higher high while CVD fails to confirm → “🔻Bear Div”.
• Bullish divergence: price makes a lower low while CVD fails to confirm → “🔺Bull Div”.
• Pivot lengths are fully configurable, and you can hide/show the divergence labels.
• Session-aware logic
• Custom session input (09:30–16:00 by default).
• Option to accumulate CVD only inside that session, which helps to reset and focus on the active trading day.
• Alerts
• CVD crossing above/below its own MA (momentum shift in delta).
• Automatic bullish and bearish divergences.
You can use these alerts for notifications or to feed more complex strategy logic.
• Quick header
• On the last bar the script prints a compact header with:
• Current CVD value + direction arrow.
• Current last price (normalized) + direction arrow.
⸻
📈 How to use it
• Confirm breakouts and trend legs when both price and CVD push in the same direction and both make new extremes.
• Detect traps, absorption and fading moves when price pushes to new highs/lows but CVD is flat or diverging.
• Use the MA slope of CVD + price as a bias filter: I prefer to trade in the direction of both MAs when they agree.
⸻
⚠️ Disclaimer
This script is for educational and analytical purposes only and does not constitute financial advice. Always do your own research and manage your risk.
TPO (Almost)Plots the TPO levels based off of 5 mins candles of the previous day (historical as well) with great precision






















