Volume ClusteringThis Volume Clustering script is a powerful tool for analyzing intraday trading dynamics by combining two key metrics: volume Z-Score and Cumulative Volume Delta (CVD). By categorizing market activity into distinct clusters, it helps you identify high-conviction trading opportunities and understand underlying market pressure.
How It Works
The script operates on a simple, yet effective, premise: it classifies each trading bar based on its statistical significance (volume Z-Score) and buying/selling pressure (CVD).
Volume Z-Score
The volume Z-Score measures how far the current bar's volume is from its average, helping to identify periods of unusually high or low volume. This metric is a powerful way to spot when institutional or large players might be entering the market. A high Z-Score suggests a significant event is taking place, regardless of direction.
Cumulative Volume Delta (CVD)
CVD tracks the net buying and selling pressure across different timeframes. The script uses a lower timeframe (e.g., 1-minute) and anchors it to a higher timeframe (e.g., 1-day) to capture intraday pressure. A positive CVD indicates more buying pressure, while a negative CVD suggests more selling pressure.
Cluster Categories
The script analyzes the confluence of these two metrics to assign a cluster to each bar, providing actionable insights. The clusters are color-coded and labeled to make them easy to interpret:
🟢 High Conviction Bullish: Unusually high volume (high Z-Score) combined with significant buying pressure (high CVD). This cluster suggests strong bullish momentum.
🔴 High Conviction Bearish: Unusually high volume (high Z-Score) coupled with significant selling pressure (low CVD). This cluster suggests strong bearish momentum.
🟡 Low Conviction/Noise: Low to moderate volume and mixed buying/selling pressure. This represents periods of indecision or consolidation, where market noise is more prevalent.
🟣 Other Clusters: The script also identifies other combinations, such as high volume with moderate CVD, or low volume with high CVD, which can provide additional context for understanding market dynamics.
Key Features & Customization
The script offers several customizable settings to tailor the analysis to your specific trading style:
Z-Score Lookback Length: Adjust the lookback period for calculating the average volume. A shorter period focuses on recent volume trends, while a longer period provides a broader context.
CVD Anchor & Lower Timeframe: Define the timeframes used for CVD calculation. You can anchor the analysis to a daily or weekly timeframe while using a lower timeframe (e.g., 1-minute) to capture granular intraday pressure.
High/Low Volume Mode: Toggle between "High Volume" mode (which uses 90th and 10th percentiles for clustering) and "Low Volume" mode (which uses 75th and 25th percentiles). This allows you to choose whether to focus on extreme events or more subtle shifts in market sentiment.
指標和策略
Volume Candle Rings [CHE]Volume Candle Rings – Spot Volume Extremes Fast 🔍
Marks exceptionally high volume right on the candle as concentric rings. Instantly see how extreme the spike is (levels 1–10), where it happens (anchor on HL2/Close/BodyMid), and how big it is relative to volatility (ATR-scaled). No magic, no blind signals—just clean context for better decisions.
Why it helps 🎯
Catch true extremes: Positive-side Z-Score maps spikes into 10 levels. By default, only 8/9/10 show—the ones that matter.
Context over clutter: Rings sit on the candle, scale with ATR (market regime), and widen in bars (time). Read absorption, breakout thrusts, or capitulation in context.
Signal the new, not the noise: Optional OFF→ON only drawing cuts chart noise and highlights fresh events.
How it works ⚙️
Z-Score: `z = (Vol – SMA(Vol, lookback)) / StDev(Vol, lookback)` → clipped at `zScoreCap`, normalized, and binned to 1..10 (0 = none). Only z > 0 counts.
Geometry: Vertical diameter = `Level × ATR(atrLength) × atrPerLevel`; horizontal radius = `Level × xBarsPerLevel` bars; curvatureFactor controls roundness.
Anchor: Choose HL2, Close, or BodyMid for the vertical center.
Performance: Keeps up to maxStoredCircles; FIFO cleanup to stay smooth.
Typical use cases 📈
Breakout confirmation: Clusters of 8–10 at range edges → rising initiative.
Absorption / fade: Extreme ring (9–10) without follow-through → potential stall or reversal.
Blow-off / climax: Single huge ring after a long run → higher odds of mean reversion.
News filtering: Show the real outliers, not every minor bump.
Inputs (mapped 1:1) 🧩
Z-Score & Levels
Lookback (SMA/StDev) – default 200
Z-Score Clipping – default 5.0
Behavior
Draw every bar – default ON; OFF = only on OFF→ON switches
Max circles to retain – default 120
Anchoring & Geometry
Anchor on candle – HL2 / Close / BodyMid
ATR Length – default 50
ATR per Level (Y) – default 0.25
Bars per Level (X) – default 0.15
Circle curvature – default 0.70
Level Selection (1–10)
Default: 8/9/10 ON, 1–7 OFF. Colors grade from teal/green → orange → red; fill opacity separate.
Quick presets ⏱️
Intraday (1–5m): Lookback 150–250, Cap 4.0–5.0, ATR/Level 0.20–0.30, Bars/Level 0.10–0.20, Draw every bar OFF.
Swing (1H–1D): Lookback 200–300, Cap 5.0, ATR/Level 0.25–0.35, Bars/Level 0.15–0.25, keep 8–10.
Aggressive scouting: Also enable Level 7 for early accumulation.
Pro tips 💡
Control object load: Reduce maxStoredCircles or switch Draw every bar OFF on busy charts.
Seek confluence: Combine rings with S/R, range edges, VWAP, session H/L. A ring is information, not an entry by itself.
Color discipline: Reserve red (9/10) for true extremes; keep lower levels subtle.
Limits & notes 🧭
This is visualization, not alerts or auto signals.
Many polylines can slow charts—tune Behavior settings.
Works across markets/timeframes; adapt parameters to the asset’s character.
Who it’s for 🙌
Traders who read volume in price context—breakouts, fades, reversals. See when the market is truly stepping on the gas.
Volume Candle Rings \ turns raw volume into precise, scale-aware markers. Spot extremes faster, avoid confusing “loud” with “important,” and make cleaner, context-driven decisions. 🚀
Disclaimer
The content provided, including all code and materials, is strictly for educational and informational purposes only. It is not intended as, and should not be interpreted as, financial advice, a recommendation to buy or sell any financial instrument, or an offer of any financial product or service. All strategies, tools, and examples discussed are provided for illustrative purposes to demonstrate coding techniques and the functionality of Pine Script within a trading context.
Any results from strategies or tools provided are hypothetical, and past performance is not indicative of future results. Trading and investing involve high risk, including the potential loss of principal, and may not be suitable for all individuals. Before making any trading decisions, please consult with a qualified financial professional to understand the risks involved.
By using this script, you acknowledge and agree that any trading decisions are made solely at your discretion and risk.
Best regards and happy trading
Chervolino
RSI ScannerRSI Scanner
This script scans a custom list of symbols and displays their RSI values for a selected higher timeframe (default: 3M). It provides a quick way to monitor multiple markets in one place without switching charts.
Features:
Customizable timeframe for RSI calculation (default: 3M).
Adjustable RSI length and source input.
Flexible filter: display all symbols or only those with RSI above a chosen threshold.
Input your own list of symbols (stocks, forex, futures, crypto) via a text field.
Results displayed in a clean, table directly on the chart.
Automatic column split when the symbol list is long.
Table header shows selected timeframe and filter settings for clarity.
How to use:
Add the script to your chart.
Open the Inputs panel.
In Symbols List, enter the tickers you want to track, separated by commas (e.g. AAPL, TSLA, EURUSD, BTCUSD).
Set the desired Timeframe (e.g. 3M, 1M, W).
Adjust RSI Length and Source if needed.
Enable or disable filtering:
If filtering is enabled, only symbols with RSI ≥ the threshold will be shown.
If disabled, all entered symbols will be displayed.
The table in the top-right corner will update automatically on the last bar.
Use cases:
Monitor RSI across different asset classes on higher timeframes.
Quickly spot overbought symbols (e.g. RSI > 70) without switching charts.
Create a custom multi-market watchlist tailored to your strategy.
tradingwithadvHere are the best suitable settings for each indicator in the "tradingwithadv" script optimized for intraday and swing trading:
Liquidity Zone:
Intraday: Use 5-7 bars left/right for pivot detection to capture short-term liquidity zones.
Swing: Increase to 10-14 bars for more reliable swing pivots reflecting bigger market moves.
Trading at Retests level:
Intraday: ATR length 10-14, multiplier 1.3-1.5 for tighter volatility stops suitable to faster price moves.
Swing: ATR length 20-30, multiplier 1.7-2.0 for wider stops to avoid noise during multi-day trends.
Fractal Alerts:
Intraday: Use shorter Alligator lengths (Jaw 8, Teeth 5, Lips 3) to respond to quick trend changes.
Swing: Use standard or longer lengths (Jaw 13, Teeth 8, Lips 5) for smoother trend identification.
DonChi:
Intraday: Length 10-14 for detecting recent breakouts within a day.
Swing: Length 20-40 for identifying longer-term high/low breakout zones.
Anchored VWAP:
Intraday and Swing: Use default cumulative VWAP as is, adjusts naturally with volume over any timeframe.
Trend Finder:
Intraday: Length 10-14 to adapt quickly to short-term price trends.
Swing: Length 20-30 for smoother trend direction confirmation.
Day Trading Booster:
Intraday: Length 10-14 to capture immediate trend shifts.
Swing: Length 20-50 for overall directional bias.
Elder Impulse System with AutoEnvelope:
Intraday: Use fast EMA 8-13 and slow EMA 34-55 to catch momentum changes swiftly.
Swing: Use fast EMA 13 and slow EMA 65 (default) for clear trend momentum.
EMA Cross:
Intraday: Short EMA 5-9 and Long EMA 15-21 for fast crossover signals.
Swing: Use default 9 and 21 EMAs for balanced entry/exit timing.
These settings help tailor the "tradingwithadv" script to the typical price action, volatility, and trend characteristics of intraday and swing trading, balancing sensitivity and noise reduction for effective signal generation. Trial and adjustment are recommended per specific instrument and market conditions.
🐬TSI_ShadowAdded the following features to the original TSI Shadow indicator by Daveatt
- Candle color on/off
- Background color on/off
- Conservative signal processing based on the zero line on/off
- Conservative signal processing based on full signal alignment on/off
YouTube: 'Dolphin Gang'
기존 Daveatt 유저가 개발한 TSI Shadow 에서 아래 기능을 추가 하였습니다.
- 캔들 색상 on/off
- 배경 색상 on/off
- 0선 기준으로 신호 발생 보수적 처리 on/off
- 전체 배열 신호 발생 보수적 처리 on/off
유튜브 '돌고래매매단'
AKASH.SKYLINETHIS INDICATOR HAS FOUR LINE....lower is green, middle is red and higher is blue.
AND pink is segregator line.
simply when price is above segregator line(PINK LINE) generally we go for long trade....and vise versa.
when we set, we have to take the long trade .....
then find the opportunity of long trade condition.......
CONDITION FOR LONG:--
when the red line crossed above the blue line....this is the signal alert for u...
then when the green line crossed above the red line.....
ur uptrend is starting......
ALSO when the price crossed above the three lines(green,red,blue)in a single candle and clossed above.
go for long trade ....and ENJOY THE GOODNESS OF INDICATION.
CONDITION FOR short:--
vise versa of above long condition scripts.
BreakPoint - SMC PRO -V1For Smart Money Pro Indicator details brkpoint.in
Connect with us for enquiries wa.link
CE & PE with Daily/Weekly Signals & Short Straddle/StrangleThe "Interactive CE & PE with Daily/Weekly Signals & Short Straddle/Strangle" indicator is a custom tool for NIFTY options trading. It provides real-time tracking of Call (CE) and Put (PE) option prices on a 5-minute chart, with interactive strike selection. It features daily and weekly buy/sell signals based on price crossovers relative to 9:15 AM IST opens, highlighted with colored labels and boxes. A unique "Short Straddle/Strangle Day" status is displayed when both CE and PE close below their daily opens with a crossover, shown consistently in both CE and PE table columns for clarity.
Differences/Originality from Other TradingView IndicatorsInteractive Strike Selection:
1. Allows dynamic CE/PE input, unlike most static indicators.
Dual Timeframe Signals: Combines daily and weekly signals with IST-aligned opens, a rare feature.
2. Short Straddle/Strangle Detection: Unique condition-based status for options strategies, not found in standard indicators.
3. Unified Table Display: Displays status in both CE and PE columns for user clarity, distinguishing it from single-column designs.
4. Custom Visuals: Uses colored labels, boxes, and lines for intuitive signal visualization, enhancing usability over generic indicators.
BB 3-Step Signals (Setup→Trigger→Target) + RSI + MACDHow it uses Upper, Middle, Lower together
Lower/Upper define the Setup with stretch + momentum agreement.
Middle is the Trigger (confirmation) via a proper cross through the basis.
Opposite Outer Band is the Target validation. If not reached within maxBarsSeq, the sequence expires.
Time Cycle IntervalsTo set time ranges in a chart within a day
Timezone: To sync with current timezone selected on the chart, where Exchange represent the chart Exchange timezone, New York for New York Time
New Day Start: Example New Day for New York Start at 17:00 seen on chart, thus value as "17:00"
Strong BUY/SELL with BB + RSI + MACD (with alerts)🔴 Upper BB = resistance zone → SELL setup.
🟠 Middle BB = trend filter → BUY when cross above / SELL when cross below.
🟢 Lower BB = support zone → BUY setup.
✅ Green label below candle = Confirmed BUY.
Strong BUY/SELL with BB + RSI + MACD (with alerts)Outer Bands (same as before)
BUY when price < lower BB + RSI < 30 + MACD bullish.
SELL when price > upper BB + RSI > 70 + MACD bearish.
Middle Band (new addition)
BUY when price crosses above middle band (basis) AND RSI > 50 + MACD bullish.
SELL when price crosses below middle band (basis) AND RSI < 50 + MACD bearish.
RSI [Mema Financial Germany]🟦 RSI – Adaptive RSI with Smoothing Selection
RSI is a custom momentum oscillator that builds upon the traditional Relative Strength Index (RSI) by introducing adaptive range analysis and user-selectable smoothing techniques. This enhanced approach offers traders a more responsive and context-aware view of price strength and weakness.
✅ Key Features
📊 Adaptive RSI Calculation:
Uses dynamic high/low ranges instead of static RSI formulas, allowing more sensitivity to current market conditions.
🧮 User-Selectable Smoothing:
Choose between four smoothing methods:
EMA, RMA, SMA, or TMA, depending on your strategy preferences.
🎯 Custom Overbought/Oversold Levels:
Adjust the threshold levels to fit your asset or trading timeframe.
📈 Signal Line:
An EMA of the ARSI value acts as a smoother signal to help detect trend changes more easily.
🌈 Color Fill Zones:
The indicator highlights overbought and oversold areas visually, helping with faster decision-making.
⚙️ How It Works
Calculates the highest high and lowest low over a user-defined period.
Based on the change in that range, it derives a custom price difference (diff).
The price difference and its absolute value are smoothed based on your chosen method.
The ratio between smoothed values is scaled between 0 and 100 — similar to RSI, but more responsive to volatility and trend shifts.
An optional signal line (EMA) helps filter out noise and confirm reversals.
📌 Tips for Usage
Use this indicator in conjunction with price action or trend tools (like moving averages or support/resistance).
Look for divergences, especially when ARSI leaves overbought/oversold zones.
Adjust the length and smoothing type to match different market conditions (e.g., ranging vs. trending).
⚠️ Disclaimer
This tool is designed for educational and analytical purposes. It does not constitute financial advice. Always test and validate strategies on demo accounts before trading real capital.
Market Structure by Gemini [v1.3]HH, HL, LH, LL indicator + BoS indicator. I'm now fully immersed in extracting the essential elements. I've pinpointed three critical concepts: Break and Retest (B&R), Liquidity Sweep & Reaction, and Market Structure (MS). My current focus is on the interactions between these components and on translating them into executable Pine Script instructions, starting with the simplest implementations.
akash snake lineThis is the snake line indicator.
this indicator has two line one is upper SNAKEline and lower SNAKEline.
upper snakeline is green and BLACK and lower SNAKEline is also green and black.
lower snake line to upper snake line price movement is confirmed and vise versa.
*****condition for long trade:---
when snake is upword direction....and price is crossed above lower snakeline and clossed,then we can expect the target to upper snake line. and if price crossed the upper snake line then u can go for uptrend trade...
*****condition for short trade:---
vise versa of long trade.....
this indicator gives u faster signal...
always use SL for getting trade.
lets ENJOY .........
Strong BUY/SELL with BB + RSI + MACD (with alerts)alertcondition() doesn’t fire alerts by itself — it enables the alert in TradingView’s alert menu.
Once you add this script to a chart, you can go to Alerts → Create Alert → Condition → (your script name).
You’ll see BUY Signal and SELL Signal in the dropdown.
You can then choose notification type: popup, email, SMS, app push, or webhook (for bots)
Strong BUY/SELL with BB + RSI + MACD (with alerts)alertcondition() doesn’t fire alerts by itself — it enables the alert in TradingView’s alert menu.
Once you add this script to a chart, you can go to Alerts → Create Alert → Condition → (your script name).
You’ll see BUY Signal and SELL Signal in the dropdown.
You can then choose notification type: popup, email, SMS, app push, or webhook (for bots)
Strong BUY/SELL with BB + RSI + MACDUpdated code for BB, RSI and MACD with labels to identify the Buy and sell
OB**Precise Order Blocks (Unified Transparency)**
---
**Indicator Overview**
"Precise Order Blocks" is a powerful technical indicator designed to automatically identify and plot **Order Blocks** in the market. It detects both bullish and bearish order blocks and provides advanced features to help traders accurately analyze price action and potential trading opportunities.
The core design principle of this indicator is not just to mark areas but to include a dynamic management system. This ensures a clean and effective chart, displaying only the currently valid order blocks.
**Key Features**
* **Automatic Detection:** Automatically identifies and plots both bullish and bearish order blocks.
* **Dynamic Extension:** All valid order blocks will automatically extend to the right along with the price action, helping you track their influence.
* **Order Block Lifecycle Management:**
* **Precise Invalidation Logic:** Order blocks are automatically removed from the chart when their validity is compromised by a price breach. You can choose whether a **wick breakout** or a **body (close price) breakout** is required for invalidation.
* **Overlap Prevention:** The detection logic prevents new order blocks that overlap with or are contained within existing ones from being plotted, keeping your chart clean.
* **Candle Engulfing Reversal:** When an order block is completely engulfed by a reverse-direction candle, the indicator will automatically flip its direction, capturing rapid shifts in market sentiment.
* **Customizable Visuals:** You have full control over the color and transparency of the order blocks and their midlines to match your chart style.
**Parameter Settings**
* `Show Bullish OB`: Toggle the display of bullish order blocks.
* `Show Bearish OB`: Toggle the display of bearish order blocks.
* `Bullish OB Color`: Set the color for bullish order blocks.
* `Bearish OB Color`: Set the color for bearish order blocks.
* `Midline Color`: Set the color for the midline of the order blocks.
* `Max Lookback`: Limits the lookback range for the indicator's detection to avoid plotting overly old order blocks.
* `Wick Breakout Invalidation`: When enabled, a candle's wick passing through the order block area will be considered an invalidation. When disabled, only the close price passing through will invalidate it.
* `Revert on Engulfing`: When enabled, an order block will automatically reverse its direction if it's completely engulfed by an opposing candle.
**Suggested Use**
This indicator is highly effective when combined with other trading strategies, such as confirming breakouts, identifying support or resistance zones, or pairing with momentum indicators to gauge trend strength. The midline of the order block can serve as a potential price target for a bounce or a breakout.
To achieve the best visual and analytical results, we recommend adjusting the **Max Lookback** and **Invalidation** settings based on your specific trading style and time frame.
精準訂單塊(統一透明度)
---
指標簡介
「精準訂單塊」是一個型態技術指標,專為識別和繪製市場中的**訂單塊 (Order Blocks)** 而設計。它能自動偵測多頭和空頭的訂單塊,並提供進階功能,幫助交易者更精準地分析價格行為和潛在的交易機會。
本指標的設計理念不僅是簡單地標記區域,更加入了動態管理機制,以確保圖表乾淨且有效,只顯示當前有效的訂單塊。
指標功能特色
* **自動偵測訂單塊**:能自動識別並繪製看漲(多頭)和看跌(空頭)的訂單塊。
* **動態延伸**:所有有效的訂單塊都會隨價格走勢向右延伸,幫助你追蹤其影響力。
* **訂單塊生命週期管理**:
* **精準失效邏輯**:訂單塊會在其有效性被價格突破時自動消失。你可以選擇是**影線突破**還是**實體(收盤價)突破**才算失效。
* **避免重複**:偵測邏輯會排除與現有訂單塊重疊或包含在其中的新訂單塊,避免圖表混亂。
* **K 棒吞噬反轉**:當訂單塊被一根反向的 K 棒完全吞噬時,本指標會將其自動反轉為新的訂單塊,捕捉市場情緒的快速轉變。
* **可自訂視覺效果**:你可以自由調整訂單塊與中線的顏色、透明度,以適應你的圖表風格。
參數設定
* `顯示看漲訂單塊`:開啟或關閉看漲訂單塊的顯示。
* `顯示看跌訂單塊`:開啟或關閉看跌訂單塊的顯示。
* `看漲訂單塊顏色`:設定看漲訂單塊的顏色。
* `看跌訂單塊顏色`:設定看跌訂單塊的顏色。
* `中線顏色`:設定訂單塊中線的顏色。
* `最大回溯 K 棒數`:限制指標回溯偵測的範圍,避免顯示過於老舊的訂單塊。
* `影線突破就算失效`:當此選項開啟,K 棒的影線穿過訂單塊區域即視為失效;關閉則只有收盤價穿過才算失效。
* `K 棒吞噬時反向`:開啟此選項後,當訂單塊被反向 K 棒完全吞噬時,會自動反轉其方向。
使用建議
本指標非常適合與其他交易策略結合使用,例如確認突破、尋找支撐或阻力區域、或是與動量指標搭配來判斷趨勢強度。它提供的訂單塊中線可以用作潛在的價格反彈或突破目標。
在使用時,建議根據你的交易風格和時間週期,調整**最大回溯 K 棒數**和**失效條件**,以達到最佳的視覺與分析效果。
DYOR Portfolio (UPDATED)This is the updated chart of the performance accured by our dyor management portfolios.
akash snake linethe lower green and black snake line is buy line...And the upper green and black is sale snake line.
******condition FOR LONG TREAD....when the snake is upword ...and price closed above buy snake line ....u can get easly target to upper sale snake line.and if the price is crossed above upper sale snake line then u can get a long trend to upword direction.
******condition FOR SHORT TREAD....
VISE VERSA OF ABOVE WRITTEN SCRIPT.
THIS INDICATOR GIVES U THE FIRST SIGNALS.......
AND ALSO SAY ABOUT THE TRANDS.....
********ALWAYS REMEMBER SNAKE LINE TO SNAKE LINE IS CONFIRMED***********
All Divergences (MACD, RSIOI, CVD) Multi-Divergence Suite (MACD Area, RSIOI, CVD)
Description:
This indicator is a comprehensive suite designed to identify multiple types of market divergences on your chart. Instead of using several different indicators, you can use this single script to find potential turning points and trend continuations based on momentum and volume analysis.
Key Features:
1. MACD Area Divergence:
Unlike standard MACD divergence that only compares the peaks of the histogram, this module calculates the entire area (volume) of each MACD cycle. It then compares this momentum "volume" to price action to detect both Regular Divergences (signaling potential trend reversals) and Hidden Divergences (signaling potential trend continuations).
2. RSIOI (RSI Overbought/Oversold) Divergence:
This module identifies classic RSI divergences with a specific filter: it only looks for price pivots that occur while the RSI is in overbought (e.g., >70) or oversold (e.g., <30) territory. This helps to focus on signals that appear at potential market extremes.
3. CVD (Cumulative Volume Delta) Divergence:
This powerful module shows the divergence between price and Cumulative Volume Delta, giving you a clearer view of the underlying buying and selling pressure. It features a unique "Ultra Data" mode that can aggregate volume from dozens of different brokers for a more accurate picture of the market, which is especially useful for Forex and Crypto pairs.
Customization:
Each of the three divergence modules can be enabled or disabled independently.
Filter signals to show "Longs Only," "Shorts Only," or both to match your trading bias.