THF Crossover and Trend Signals Golden & Death Cross with VolumeScript Overview:
This Pine Script is designed to assist traders in identifying key buy/sell signals and major trend changes on the chart using Exponential Moving Averages (EMA) and Simple Moving Averages (SMA), as well as visualizing Golden Cross and Death Cross events. The script also includes a volume indicator to highlight the volume trading activity in relation to the price movements.
Key Features:
1. Moving Averages:
EMA 21: Exponential Moving Average over a 21-period, shown in green.
EMA 50: Exponential Moving Average over a 50-period, shown in yellow.
SMA 50: Simple Moving Average over a 50-period, shown in red.
SMA 200: Simple Moving Average over a 200-period, shown in blue.
2. Signals:
Buy Signal: Generated when EMA 21 crosses above SMA 50, indicating a potential upward trend. Displayed with a green label below the price bar.
Sell Signal: Generated when EMA 21 crosses below SMA 50, indicating a potential downward trend. Displayed with a red label above the price bar.
3. Golden Cross (Bullish Trend):
A Golden Cross occurs when EMA 50 crosses above SMA 200, which often signals the start of a long-term upward trend. The signal is displayed with a yellow label below the price bar.
4. Death Cross (Bearish Trend):
A Death Cross occurs when EMA 50 crosses below SMA 200, which often signals the start of a long-term downward trend. The signal is displayed with a blue label above the price bar.
5. Volume Indicator:
The volume is plotted as colored columns. Green indicates higher volume than the 20-period moving average, and red indicates lower volume.
A Volume Moving Average (SMA 20) is also plotted to compare volume changes over time.
How the Script Works:
1. The EMA and SMA lines are plotted on the chart, providing a visual representation of the short- and long-term trends.
2. Buy/Sell signals are triggered based on the crossover between EMA 21 and SMA 50, helping to identify potential entry and exit points.
3. The Golden Cross and Death Cross indicators highlight major trend reversals based on the crossover between EMA 50 and SMA 200, providing clear visual cues for long-term trend changes.
4. Volume is displayed alongside price movements, offering insight into the strength or weakness of a trend.
Key Customizations:
Moving Average Periods: Users can modify the lengths of the EMAs and SMAs for customized analysis.
Volume Moving Average Period: The script allows for adjustment of the volume moving average period to suit different market conditions.
Signal Visibility: The size and color of the buy, sell, Golden Cross, and Death Cross signals can be easily customized to make them more prominent on the chart.
Conclusion:
This script is ideal for traders looking to combine price action with volume analysis, using key technical indicators such as EMA, SMA, Golden Cross, and Death Cross to make informed decisions in trending markets.
---
This explanation covers all aspects of the script and provides a clear understanding of its functionality, which is helpful for sharing the script or using it as an educational resource.
X-volume
Big Trade % Heatmap### Big Trade % Heatmap
**Quick overview**
This indicator highlights where “whale” activity is clustered by showing what fraction of the recent candles contained *large‑value trades*. A candle is considered “big” when its notional volume (`volume × close`) exceeds your chosen USD threshold. You instantly see:
* **Percent of big candles** in the last *N* bars, refreshed at the cadence you pick.
* **On‑chart labels & markers** every refresh, so the chart stays clean.
* **Optional heat‑map background** that turns orange (>20 %) or green (>50 %) when big‑trade concentration spikes.
* **Ready‑made alert** when big‑trade dominance crosses 50 %.
---
#### How it works
1. **Trade size per candle** – Calculates `close × volume` to estimate dollars traded.
2. **Threshold filter** – Flags candles whose value is above *Big Trade Threshold (\$)*.
3. **Look‑back window** – Counts what percentage of the last *Lookback Window (X Candles)* were “big.”
4. **Refresh interval** – Repeats the measurement only every *Refresh Interval (Every X Candles)* to avoid label spam.
5. **Visuals** –
* A small blue ▼ above the bar + a text label such as `35.00 % > $25 000`.
* Background shading (green/orange) for quick, at‑a‑glance sentiment.
---
#### Inputs
| Input | Purpose | Default |
| -------------------------------------- | ----------------------------------------------------- | ------- |
| **Lookback Window (X Candles)** | How many recent bars to sample for the % calculation. | 20 |
| **Refresh Interval (Every X Candles)** | How often to display a new label/marker. | 5 |
| **Big Trade Threshold (\$)** | Minimum USD value for a candle to count as “big.” | 10 000 |
Tune these to the symbol and timeframe you trade (e.g., raise the threshold for BTC‑USDT 1‑h, lower it for micro‑caps).
---
#### Alerts
Enable **“High Big Trade %”** to get notified the moment more than half of the last *N* candles qualify as big trades—handy for spotting sudden accumulation or distribution.
---
#### Typical use cases
* **Breakout confirmation** – A surge in big‑trade % just before price escapes a range can validate the move.
* **Whale spotting** – Detect hidden accumulation on pullbacks or aggressive selling into rallies.
* **Filter noise** – Combine with your favorite trend indicator; only act when both align.
---
> *Built with Pine Script v6. Always back‑test before trading live; this tool is for educational purposes and not financial advice.*
Volume-Based Candle ShadingThe Volume Shading indicator dynamically adjusts the color brightness of each price bar based on relative volume levels. It helps traders quickly identify whether a candle formed on low, average, or high volume without needing to reference a separate volume pane.
Candles are shaded dynamically as they form, so you can watch volume flow into them in real time. This indicator is designed to be as minimally intrusive as possible, allowing you to visualize volume levels without extra clutter on your charts.
The additional volume indicator in the preview above is there just for a point of reference to allow you to see how the shading on the bars correlates to the volume.
⸻
SETTINGS:
Bullish and bearish base colors — These serve as the midpoint (average volume) for shading.
Brightness mapping direction — Optionally invert the shading so that either high volume appears darker or lighter.
Volume smoothing length — Defines how many bars are averaged to determine what constitutes “normal” volume.
Candles with volume above average will appear darker or lighter depending on user preference, while those with average volume will be painted the chosen colors, giving an intuitive gradient that enhances volume awareness directly on the chart.
⸻
USES:
Confirming price action: Highlight when breakout candles or reversal bars occur with high relative volume, strengthening signal conviction.
Spotting low-volume moves: Identify candles that lack volume support, potentially signaling weak continuation or false breakouts.
Enhancing visual analysis: Overlay volume dynamics directly onto price bars, reducing screen clutter and aiding faster decision-making.
Custom visual workflows: Adapt the visual behavior of candles to your trading style by choosing color direction and base tones.
Chaikin Oscillator Multi-Timeframe BiasOverview
Chaikin Oscillator Multi-Timeframe Bias is an indicator designed to help traders align with institutional buying and selling activity by analyzing Chaikin Oscillator signals across two timeframes—a higher timeframe (HTF) for trend bias and a lower timeframe (LTF) for timing. This dual-confirmation model helps traders avoid false breakouts and trade in sync with market momentum and accumulation or distribution dynamics.
Core Concepts
The Chaikin Oscillator measures the momentum of accumulation and distribution based on price and volume. Institutional traders typically accumulate slowly and steadily, and the Chaikin Oscillator helps reveal this pattern. Multi-timeframe analysis confirms whether short-term price action supports the longer-term trend. This indicator applies a smoothing EMA to each Chaikin Oscillator to help confirm direction and reduce noise.
How to Use the Indicator
Start by selecting your timeframes. The higher timeframe, set by default to Daily, establishes the broader directional bias. The lower timeframe, defaulted to 30 minutes, identifies short-term momentum confirmation. The indicator displays one of five labels: CALL Bias, CALL Wait, PUT Bias, PUT Wait, or NEUTRAL. CALL Bias means both HTF and LTF are bullish, signaling a potential opportunity for long or call trades. CALL Wait indicates that the HTF is bullish, but the LTF hasn’t confirmed yet. PUT Bias signals bearish alignment in both HTF and LTF, while PUT Wait indicates HTF is bearish and LTF has not yet confirmed. NEUTRAL means there is no alignment between timeframes and directional trades are not advised.
Interpretation
When the Chaikin Oscillator is above zero and also above its EMA, this indicates bullish momentum and accumulation. When the oscillator is below zero and below its EMA, it suggests bearish momentum and distribution. Bias labels identify when both timeframes are aligned for a higher-probability directional setup. When a “Wait” label appears, it means one timeframe has confirmed bias but the other has not, suggesting the trader should monitor closely but delay entry.
Notes
This indicator includes alerts for both CALL and PUT bias confirmation when both timeframes are aligned. It works on all asset classes, including stocks, ETFs, cryptocurrencies, and futures. Timeframes are fully customizable, and users may explore combinations such as 1D and 1H, or 4H and 15M depending on their strategy. For best results, consider pairing this tool with volume, volatility, or price action analysis.
Exchanges Combined Volume📊 Exchanges Combined Volume
(Aggregated Multi-Exchange Volume: Binance, OKX, Bybit, etc.) by BIGTAKER*
🔍 Purpose
The Exchanges Combined Volume indicator aggregates real-time trading volumes from multiple global exchanges for a specific asset (e.g., a cryptocurrency).
Instead of relying on a single market, it provides a broader view of market activity, helping users detect abnormal volume behavior and increased participation across the entire market.
⚙️ Supported Exchanges
* USDT Markets
`Binance`, `OKX`, `Bybit`, `Bitget`, `Gate.io`
* USD Markets
`Coinbase`, `Bitfinex`, `Bitstamp`
* Default
Includes the current chart symbol’s native volume by default.
🧮 Core Calculation Logic
1. 📛 Symbol Normalization (cleanSymbol)
Prefixes such as `1000`, `10000`, `100000`, or `1M` (common in leveraged tickers) are automatically removed to extract the base token.
> Example:
> `1000PEPEUSDT` → `PEPEUSDT`
2. 📈 Volume Requests from External Exchanges
Volume is retrieved using the `` format (e.g., `'BINANCE:PEPEUSDT'`, `'COINBASE:BTCUSD'`).
Invalid or delisted pairs are safely ignored using `ignore_invalid_symbol=true`.
3. 📊 Total Volume Calculation
totalVolume = usdtVolume + usdVolume + currentSymbolVolume
The indicator sums the volume from all target exchanges plus the volume from the current chart symbol.
4. 📏 Comparison to Average Volume
* Period: `length = 60` (Simple Moving Average over 60 candles)
* A candle is considered **high-intensity** if:
5. 🎨 Visual Styling
| Condition | Color | Meaning |
| -------------------------- | --------------------- | ----------------------- |
| High-volume Bullish Candle | Light Green (#30db78) | Strong Buying Activity |
| High-volume Bearish Candle | Bright Red (#ff0000) | Strong Selling Activity |
| Normal Bullish Candle | Dark Green (#3c7058) | Regular Buying Volume |
| Normal Bearish Candle | Dark Red (#682e2c) | Regular Selling Volume |
📌 Use Cases
* Detect synchronized volume surges across major global exchanges.
* Identify pre-pump accumulation phases on altcoins.
* Combine with premium gap indicators (e.g., Kimchi Premium) to identify leading market sentiment.
* Confirm breakout momentum with multi-exchange volume validation.
📘 Notes & Warnings
* Listing differences across exchanges may result in **zero volume** on some platforms.
* Prefixes like `1000`, `1M`, etc., are automatically removed to **improve symbol matching accuracy**.
* As volume units are not standardized, this indicator is best suited for **absolute value analysis**, not ratio-based comparisons.
52SIGNAL RECIPE Bid/Ask Intensity Monitor═══ 52SIGNAL RECIPE Bid/Ask Intensity Monitor ═══
◆ Overview
52SIGNAL RECIPE Bid/Ask Intensity Monitor is a technical indicator that visualizes the balance of buying and selling forces in the market in real-time. Based on candle structure, this indicator calculates the relative strength of buying and selling pressure, displaying it through an intuitive color gradient gauge that allows traders to instantly grasp short-term market psychology and trading activity.
─────────────────────────────────────
◆ Key Features
• Intuitive Visualization: Instantly recognize buy/sell ratios through color gradient gauges
• Real-time Force Balance: Accurately display the buy/sell force ratio as a percentage in the current candle
• Candle Structure Analysis: Interpret market participant behavior through relationships between high, low, and close prices
• Chart Overlay: Displayed on the chart to observe changes in force balance alongside price movements
• Color Psychology: Provides intuitive psychological understanding through blue series (buy) and red series (sell) colors
─────────────────────────────────────
◆ Technical Foundation
■ Buy/Sell Ratio Calculation
• Basic Principle: Measure the relative strength of buyers and sellers by analyzing candle structure
• Buy Ratio Calculation: (Close - Low) ÷ (High - Low)
• Sell Ratio Calculation: 1 - Buy Ratio
• Interpretation Logic: The closer the closing price is to the high, the stronger the buying force; the closer to the low, the stronger the selling force
■ Visualization Mechanism
• Gradient Color Map: Express buy/sell intensity through 12-level color gradients
• Buy Color Range: Gradual change from light sky blue (#8be2ff) to deep navy blue (#103c60)
• Sell Color Range: Gradual change from light pink (#f65575) to deep burgundy (#3d101a)
• Gauge Structure: Vertical table positioned in the middle right of the chart for enhanced visual focus
─────────────────────────────────────
◆ Practical Applications
■ Market Psychology Identification
• Strong Buying Pressure Signals:
▶ When buy ratio is displayed as 70% or higher
▶ When the gauge is filled with bright blue shades
• Strong Selling Pressure Signals:
▶ When sell ratio is displayed as 70% or higher
▶ When the gauge is filled with bright red shades
• Force Balance State:
▶ When buy/sell ratio is in the 40-60% range
▶ When the color distribution in the gauge is even
■ Trading Strategy Application
• Trend Confirmation Strategy:
▶ Consecutive high buy ratios (70% or more) signal uptrend confirmation
▶ Consecutive high sell ratios (70% or more) signal downtrend confirmation
• Reversal Detection Strategy:
▶ Decreasing sell ratio during a downtrend suggests potential rebound
▶ Decreasing buy ratio during an uptrend suggests potential correction
• Volatility Breakout Strategy:
▶ Rapid changes in buy/sell ratio from a balanced state (50%) provide breakout signals
▶ Dramatic shifts in the opposite direction after extreme ratios signal trend reversals
─────────────────────────────────────
◆ Advanced Setting Options
■ Gauge Settings
• Gauge Width: Default value 15 (can be adjusted narrower or wider)
• Position Adjustment: Can be positioned at various locations on the chart (default is middle right)
• Border Thickness: Adjust border thickness for gauge visibility (default is 4)
■ Color Customization
• Buy Gradient: Color range can be modified according to personal preference
• Sell Gradient: Color range can be modified according to personal preference
• Transparency Settings: Optimize chart readability by adjusting background color transparency
■ Display Frequency Settings
• Update Cycle: Can be set to update every bar or at specific intervals
• History Length: Set display range for historical data
─────────────────────────────────────
◆ Synergy with Other Indicators
• Volume Profile: Analyze the Bid/Ask Intensity Monitor together with volume distribution to confirm buying/selling pressure at key price levels
• RSI: Improve signal reliability by checking extreme values of the Bid/Ask Intensity Monitor alongside RSI's overbought/oversold levels
• Moving Averages: Observe changes in the Bid/Ask Intensity Monitor when price is near key moving averages to assess support/resistance strength
• Bollinger Bands: Observe the Bid/Ask Intensity Monitor's reaction at band boundaries to evaluate potential reversals or trend continuation
─────────────────────────────────────
◆ Conclusion
52SIGNAL RECIPE Bid/Ask Intensity Monitor is a powerful tool that visualizes market participants' psychology and behavior in real-time based on candle structure. Through intuitive color gradients and percentage displays, it allows for immediate understanding of the balance between buying and selling forces, greatly aiding in predicting short-term market direction and momentum. When used in conjunction with other technical indicators, it provides a comprehensive understanding of market conditions, contributing to more accurate entry and exit timing decisions. This indicator, particularly useful in scalping and short-term trading, will enhance the chart analysis capabilities of all traders.
─────────────────────────────────────
※ Disclaimer: Past performance does not guarantee future results. Always use appropriate risk management strategies.
═══ 52SIGNAL RECIPE Bid/Ask Intensity Monitor ═══
◆ 개요
52SIGNAL RECIPE Bid/Ask Intensity Monitor는 실시간으로 시장의 매수/매도 세력 균형을 시각화하는 기술적 지표입니다. 이 지표는 캔들 구조를 기반으로 매수와 매도 압력의 상대적 강도를 계산하고, 직관적인 그라데이션 색상 게이지를 통해 표시함으로써 시장 참여자들의 단기 심리와 거래 활동을 한눈에 파악할 수 있게 합니다.
─────────────────────────────────────
◆ 주요 특징
• 직관적인 시각화: 매수/매도 비율을 색상 그라데이션 게이지로 즉각적으로 인식
• 실시간 세력 균형: 현재 봉에서의 매수/매도 세력 비율을 백분율로 정확히 표시
• 캔들 구조 기반 분석: 고가, 저가, 종가의 관계를 통해 시장 참여자 행동 해석
• 차트 오버레이: 차트 위에 표시되어 가격 움직임과 함께 세력 균형 변화 관찰 가능
• 색상 심리학 활용: 파란색 계열(매수)과 붉은색 계열(매도)로 직관적인 심리적 이해 제공
─────────────────────────────────────
◆ 기술적 기반
■ 매수/매도 비율 계산
• 기본 원리: 캔들의 구조를 분석하여 매수자와 매도자의 상대적 강도 측정
• 매수 비율 계산: (종가 - 저가) ÷ (고가 - 저가)
• 매도 비율 계산: 1 - 매수 비율
• 해석 논리: 종가가 고가에 가까울수록 매수 세력이 강하고, 저가에 가까울수록 매도 세력이 강함
■ 시각화 메커니즘
• 그라데이션 컬러 맵: 12단계 색상 그라데이션으로 매수/매도 강도 표현
• 매수 색상 범위: 밝은 하늘색(#8be2ff)에서 짙은 남색(#103c60)까지 점진적 변화
• 매도 색상 범위: 밝은 분홍색(#f65575)에서 짙은 적갈색(#3d101a)까지 점진적 변화
• 게이지 구조: 세로형 테이블로 우측 중앙에 배치되어 시각적 주목도 향상
─────────────────────────────────────
◆ 실용적 응용
■ 시장 심리 파악
• 강한 매수 압력 신호:
▶ 매수 비율이 70% 이상으로 표시될 때
▶ 게이지가 밝은 청색 계열로 채워질 때
• 강한 매도 압력 신호:
▶ 매도 비율이 70% 이상으로 표시될 때
▶ 게이지가 밝은 적색 계열로 채워질 때
• 세력 균형 상태:
▶ 매수/매도 비율이 40-60% 범위에 있을 때
▶ 게이지의 색상 분포가 균등할 때
■ 트레이딩 전략 적용
• 추세 확인 전략:
▶ 연속적인 높은 매수 비율(70% 이상)은 상승 추세 확인 신호
▶ 연속적인 높은 매도 비율(70% 이상)은 하락 추세 확인 신호
• 반전 탐색 전략:
▶ 하락 추세 중 매도 비율 감소는 반등 가능성 시사
▶ 상승 추세 중 매수 비율 감소는 조정 가능성 시사
• 변동성 돌파 전략:
▶ 균형 상태(50%)에서 급격한 매수/매도 비율 변화는 돌파 신호 제공
▶ 극단적 비율 후 반대 방향으로의 급격한 변화는 추세 전환 신호
─────────────────────────────────────
◆ 고급 설정 옵션
■ 게이지 설정
• 게이지 너비: 기본값 15 (좁게 또는 넓게 조정 가능)
• 위치 조정: 차트의 다양한 위치에 배치 가능 (우측 중앙 기본값)
• 테두리 두께: 게이지 가시성을 위한 테두리 굵기 조절 (기본값 4)
■ 색상 커스터마이징
• 매수 그라데이션: 개인 선호에 따라 색상 범위 수정 가능
• 매도 그라데이션: 개인 선호에 따라 색상 범위 수정 가능
• 투명도 설정: 배경색 투명도 조절로 차트 가독성 최적화
■ 표시 빈도 설정
• 업데이트 주기: 모든 봉마다 또는 특정 간격으로 업데이트 설정 가능
• 히스토리 길이: 과거 데이터에 대한 표시 범위 설정
─────────────────────────────────────
◆ 다른 지표와의 시너지
• 볼륨 프로파일: Bid/Ask Intensity Monitor와 볼륨 분포를 함께 분석하여 주요 가격대의 매수/매도 압력 확인
• RSI: Bid/Ask Intensity Monitor의 극단치와 RSI의 과매수/과매도 수준을 함께 확인하여 신호 신뢰도 향상
• 이동평균선: 가격이 주요 이동평균선 근처에서 Bid/Ask Intensity Monitor 변화를 관찰하여 지지/저항 강도 판단
• 볼린저 밴드: 밴드 경계에서의 Bid/Ask Intensity Monitor 반응을 관찰하여 반전 또는 추세 지속 가능성 평가
─────────────────────────────────────
◆ 결론
52SIGNAL RECIPE Bid/Ask Intensity Monitor는 캔들 구조를 기반으로 시장 참여자들의 심리와 행동을 실시간으로 시각화하는 강력한 도구입니다. 직관적인 색상 그라데이션과 백분율 표시를 통해 매수/매도 세력의 균형을 즉각적으로 파악할 수 있어, 시장의 단기적 방향성과 모멘텀을 예측하는 데 큰 도움이 됩니다. 다른 기술적 지표와 함께 사용하면 시장 상황에 대한 종합적인 이해를 얻을 수 있으며, 이는 더 정확한 진입 및 퇴출 타이밍을 결정하는 데 기여합니다. 특히 스캘핑과 단기 트레이딩에서 유용하게 활용될 수 있는 이 지표는 모든 트레이더의 차트 분석 능력을 한 단계 향상시켜 줄 것입니다.
─────────────────────────────────────
※ 면책 조항: 과거 성과가 미래 결과를 보장하지 않습니다. 항상 적절한 리스크 관리 전략을 사용하세요.
Z-Score Multi-Model ClusteringA price/volume clustering framework combining three market behavior models into a single indicator. Designed to help identify emerging trend strength, turning points, and volatility-driven entries or exits.
🔍 How It Works
This indicator classifies market states by comparing normalized price/volume behavior (via Z-Score) to different types of statistical or geometric "cluster centers." You can choose from three clustering approaches:
🧠 Clustering Models
1. Percentile (Z+CVD) – Trend Momentum Bias
Uses volume Z-Score + Cumulative Volume Delta (CVD).
Detects institutional pressure by clustering volume surges with directional delta.
Best for: Breakouts, momentum trades, volume-led reversals.
Cluster Colors:
🔹 Green triangle = Strong bullish confluence
🔻 Red triangle = Bearish divergence (bull trap risk)
⚪ Gray = Neutral/low conviction
2. Euclidean (Z+Slope) – Swing Mean-Reversion
Measures the angle of recent Z-score slope and compares it to directional cluster centers.
Helps detect early directional shifts or exhaustion.
Best for: Swing entries, pullback setups, exit timing
3. Hilbert Phase – Turn Detection via Signal Phase
Applies Hilbert Transform to the Z-Score, measuring the phase difference between trend and oscillator components.
Ideal for anticipating turns or detecting cyclical inflection points.
Useful for: Scalping, top/bottom spotting, volatility fades
✅ Features
Auto-updating cluster logic based on current data
Tooltips and clean user interface
Optional cluster bar coloring (can be toggled off)
Signal-only plotting keeps candlesticks readable
Clear entry/exit logic with triangle markers
Supports trend, swing, and oscillation-based systems
🛠️ Suggested Use Cases
Combine with VWAP, Session High/Low, or Liquidity Zones to confirm entry conditions.
Use Cluster 2 (strong bullish) on pullbacks to trend structure for add-on entries.
Use Cluster 1 in strong trends to watch for potential traps or exits.
Toggle models based on your strategy: e.g., Hilbert for scalping, Percentile for macro trend breaks.
🧪 Best Timeframes
Works across all markets and timeframes
For Percentile (Z+CVD), use intraday TF with 1m–5m CVD source
Hilbert and Euclidean preferred on 5m–1h for accurate slope/phase signals
⚠️ Notes
Clusters do not generate trade signals alone; use them in context with structure, VWAP, or trend filters.
Marker signals are filtered with a magnitude threshold to reduce noise.
Z-Score Volume with CVD Clustering Script Title:
Z-Score Volume with CVD Clustering & NY VWAP
📘 Description:
This indicator combines statistical volume analysis with order flow confirmation to detect high-probability trade zones and volume-based divergences.
📌 Components:
Z-Score of Volume: Identifies statistically significant volume surges or drops relative to a moving average baseline.
Cumulative Volume Delta (CVD): Gauges net buying vs. selling pressure using high-frequency bid/ask delta.
K-Means Clustering: Applies clustering logic to classify each bar into:
Cluster 2 – Strong Bullish: Z-Score and CVD both strong
Cluster 1 – Divergence / Bull Trap: Z-Score high, but weak CVD
Cluster 0 – Neutral / Noise: No clear alignment
Anchored VWAP (NY Session Open): Confirms market structure and institutional trend bias from 9:30 AM ET forward.
🎯 Suggested Applications:
✅ 1. Trend Continuation Entries (Add-ons):
Look to add to positions when:
Cluster 2 signal occurs
Price is above the NY session VWAP
Price structure has broken out of prior day high/low or range
⚠️ 2. Divergence Detection (Fade Traps):
Cluster 1 signals a bearish divergence (e.g., high volume but weak CVD).
Especially useful when price is failing to stay above VWAP.
Useful for early exits or reversal setups.
📊 3. Volume Profile Confirmation:
Combine with fixed or session-based volume profile tools.
Use Z-Score clusters to confirm volume spikes into low-volume nodes (LVNs) or during imbalance transitions.
📍 4. VWAP Structure Confirmation:
Anchored VWAP acts as a dynamic reference point.
Helps confirm acceptance vs. rejection zones at key institutional levels.
📈 Visuals & Alerts:
Color-coded volume bars show intensity of Z-Score & CVD confluence
CVD Line plots real-time delta bias with green/red coloring
Cluster-based shape markers highlight key bars for actionable signals
Optional: Add alerts for Cluster 2 above VWAP or Cluster 1 below VWAP
⚙️ Customization Options:
Adjustable Z-Score length
Custom anchor timeframe for CVD (e.g., 1D or sessions)
Adjustable max lookback depth
Toggle VWAP inclusion
Extendable to include additional filters: RSI, structure break alerts, etc.
🔧 Ideal Use Cases:
NY session intraday traders (ES, NQ, CL, 6E, FX pairs)
Breakout traders wanting order flow confirmation
Mean reversion traders spotting fake moves
Volume-based scalpers looking for edge on short-term order imbalance
BuySell Volume Bar Chart• Separates estimated Buy and Sell volume per bar using price action logic
• Plots them in a dual-axis format: buy volume goes up, sell volume goes down
• Colors are dynamic — whichever side dominates gets the stronger color, the weaker side is shaded
• Includes a live difference metric (Δ Volume) as a third value in the indicator title
• Automatically filters out flat/no-move bars to avoid misleading spikes
The live difference metric ("Δ Volume") can be controlled.
This metric calculates the difference between the buying and selling volume live, where it takes the Buy Volume - Sell Volume.
This difference is then displayed in either green (BV > SV) or red (SV > BV). You can toggle it on/off by entering the indicator's settings or double tapping the indicator name on the TV chart.
Another pretty cool thing is the modular colors - you can customize your candle colors and shades to your liking within the code!
Sniper Mini VWAPThis script plots dynamic, session-based VWAPs for key intraday timeframes:
1H (green), 4H (orange), 8H (purple), and Daily (red).
Each VWAP resets at the start of its own session, giving traders a real-time view of price relative to average volume-weighted value. These lines often act as intraday support, resistance, or liquidity magnets — great for scalping, fade setups, and sniper-style entries.
You can toggle each VWAP on or off for a cleaner chart.
This version does not use anchored VWAPs — it’s designed for traders who need fast feedback as price develops within active sessions.
[Top] VWAP + RSI Divergence IndicatorThe “VWAP RSI Divergence Indicator” combines the Volume Weighted Average Price (VWAP), Relative Strength Index (RSI), divergence detection, and volume confirmation to identify high-probability trading opportunities.
How It Works:
The indicator integrates three powerful methodologies:
1. Volume Weighted Average Price (VWAP):
VWAP calculates an average price weighted by volume, providing critical insights into the fair value of an asset within the trading session.
Includes standard deviation bands (+1/-1 and +2/-2) around the VWAP, offering key levels of support, resistance, and price extremities.
2. Relative Strength Index (RSI):
A momentum oscillator that measures the speed and change of recent price movements.
RSI levels define overbought and oversold conditions, offering traders insight into potential reversal zones.
3. Divergence Detection:
Identifies divergences between price action and RSI, signaling potential reversals or continuations.
Detects both Regular Divergences (signifying potential reversals) and Hidden Divergences (indicating possible continuation of current trends).
Core Features:
Real-Time Divergence Detection: Automatically detects and clearly labels Regular and Hidden Divergences with included tooltips to help you identify trading opportunities.
VWAP and Standard Deviation Bands: Visualizes important dynamic support/resistance levels on the chart.
RSI-Based Heat Map: Offers intuitive heat map coloring between standard deviation bands, colored dynamically according to RSI levels and divergence activity.
Optional Volume-Based Candle Coloring: Enhances visual insight by coloring candles according to volume relative to a moving average.
Customizable Alerts: Provides alerts for divergences and standard deviation band breaches, enabling traders to act swiftly.
What Makes It Unique:
Integrated Divergence and VWAP Analysis: Unlike typical divergence indicators, this tool uniquely combines RSI divergence signals with VWAP analysis, enhancing signal reliability by considering both price momentum and volume-weighted price dynamics.
Dynamic RSI Heat Map and Volume Coloring: Incorporates advanced visual customization through dynamic coloring based on RSI levels and divergences, as well as volume-based bar coloring, designed to allow you to understand detailed information at a glance.
How to Use:
Identify Divergences: Watch for divergence labels indicating potential reversals (Regular Divergence) or continuations (Hidden Divergence).
Monitor VWAP Bands: Use VWAP bands as dynamic support/resistance levels, particularly observing price reactions at +1/-1 and +2/-2 standard deviation extremes.
Volume Confirmation: Combine divergence signals with volume-colored bars to confirm strength or weakness behind potential moves.
Leverage Alerts: Enable customizable alerts to stay promptly informed about key divergences and price extremes, ensuring timely decision-making.
ds-Volume with Flags & Alerts v1.2ds-Volume with Flags & Alerts: User & Training Guide
1. Summary of Features
This indicator is a powerful, all-in-one tool designed to give you a deep and customizable view of market volume. By analyzing volume in multiple ways, it helps you spot unusual activity, confirm trends, and identify potential reversals.
How It Helps a Trader:
Spotting Institutional Activity: The core purpose of the Volume Flags (using either the Multiplier or Standard Deviation method) is to highlight bars with exceptionally high volume. These spikes often signal the entry or exit of large institutional players. A high-volume up-bar can confirm bullish conviction, while a high-volume down-bar can signal significant selling pressure.
Identifying Climactic Events: The HVE (Highest Volume Ever) and HV1 (Highest Volume - 1 Year) labels automatically pinpoint the most significant volume events on the chart. A "blow-off top" at the end of a long uptrend or a "capitulation" event at a market bottom is almost always accompanied by an HVE or HV1 bar. These are critical moments to watch for potential trend reversals.
Gauging Buying vs. Selling Pressure: The Up/Down Volume Ratio gives you a more nuanced view than volume alone. A ratio consistently above 1.2 suggests that buyers are more aggressive, while a ratio below 0.8 suggests sellers are in control. Watching this ratio can help you confirm the strength of a trend or spot divergences where price is rising but the ratio is falling (a potential warning sign).
Visual Confirmation & Customization: With options to color both the volume bars and the main price bars, you can get instant visual confirmation of these events without having to look away from the price action. The ability to toggle features on and off keeps your chart clean and focused on what matters most to you.
Actionable Alerts: The comprehensive alert system ensures you don't miss a key event. You can be notified of everything from a new all-time high volume bar to a subtle shift in the Up/Down Volume Ratio, allowing you to react to market changes in real-time.
2. User-Changeable Options
This indicator is highly customizable. Here is a breakdown of every setting available in the "Inputs" tab.
General Settings
MA Length: The lookback period for the simple moving average (the gray area plot) of the volume.
Volume Flags
Color Price Bars with Flags: If checked, the main price bars on your chart will be colored when a high or low volume flag condition is met.
Color Volume Bars with Flags: If checked, the volume bars in the indicator pane will be colored for flag conditions.
Flag Calculation Method: This is a crucial setting.
Multiplier (Default): Identifies high volume based on a simple multiple of the average volume (e.g., volume is 1.4x its average). It's simple and intuitive.
Standard Deviation: Identifies high volume based on how statistically unusual it is compared to its recent behavior. This method is more adaptive to changing market volatility.
Daily/Weekly Lookback (Multiplier): Sets the lookback period for calculating the average volume when using the "Multiplier" method.
Daily/Weekly High-Vol Multiplier: Sets the multiplier for a high volume event (e.g., 1.4).
STDEV Length (Daily/Weekly): Sets the lookback period for calculating the average and standard deviation when using the "Standard Deviation" method.
STDEV Threshold (Daily/Weekly): Sets the number of standard deviations above the average required to trigger a high volume flag (e.g., 2.0).
Daily/Weekly Low-Vol Multiplier: Sets the threshold for a low volume event (e.g., 0.5 means volume is less than 50% of its average). This is always based on the multiplier method.
Ratios & Stats
Up/Down Ratio Daily/Weekly Lookback: Sets the lookback period for calculating the sum of up volume and down volume for the ratio.
Ratio Calculation Method:
Close vs. Open: Defines an "up volume" bar as one where the close is higher than the open.
Close vs. Previous Close (Default): Defines an "up volume" bar as one where the close is higher than the previous bar's close. This is a common standard.
Up Ratio Arrow Threshold: If the U/D Ratio exceeds this value, a green "up" arrow will appear.
Show Up Ratio Arrow: Toggles the visibility of the green "up" arrow.
Down Ratio Arrow Threshold: If the U/D Ratio falls below this value, a red "down" arrow will appear.
Show Down Ratio Arrow: Toggles the visibility of the red "down" arrow.
Volume VisualizerVolume by Hannsome
The Volume Visualizer is a simple yet effective tool designed to display trading volume in a dedicated panel below the main price chart. Its primary goal is to help you easily identify when trading activity is significantly higher than usual.
The indicator plots two key elements:
Volume Bars: These are standard volume bars showing the amount of trading activity for each period. To draw your attention to important moments, bars with unusually high volume are highlighted in a distinct color (yellow by default).
Average Volume Line: A moving average line (orange by default) is plotted over the volume bars. This line represents the recent average trading volume, giving you a clear baseline to compare the current volume against.
A "significant" volume spike is defined as any period where the volume exceeds the moving average by a certain multiplier. You can adjust both the moving average length and this multiplier in the indicator's settings to fine-tune its sensitivity to what you consider a significant spike in activity.
Weekly Volume USDT## Description
This Pine Script indicator displays the trading volume for each day of the current week (Monday through Sunday) in a clean table format on your TradingView chart. The volume is calculated in USDT equivalent and displayed in the top-right corner of the chart.
## Features
- **Weekly Volume Breakdown**: Shows individual daily volumes from Monday to Sunday
- **USDT Conversion**: Automatically converts volume to USDT using the average price (open + close / 2)
- **Smart Formatting**:
- Large numbers are formatted with K (thousands) and M (millions) suffixes
- Example: 1,234,567 → 1.23M USDT
- **Clean Table Display**: Fixed position table in the top-right corner
- **Current Week Focus**: Displays volumes for the current week only
- **Future Days Handling**: Days that haven't occurred yet in the current week show as "-"
## How It Works
1. The indicator calculates the average price for each day using (Open + Close) / 2
2. Multiplies the daily volume by the average price to get USDT-equivalent volume
3. Displays the results in an easy-to-read table format
## Use Cases
- **Volume Analysis**: Quickly identify which days of the week have the highest trading activity
- **Pattern Recognition**: Spot weekly volume patterns and trends
- **Trading Decisions**: Use volume information to inform your trading strategies
- **Market Activity Monitoring**: Keep track of market participation throughout the week
## Installation
Simply add this indicator to your TradingView chart and it will automatically display the weekly volume table in the top-right corner.
## Tags
#volume #weekly #USDT #table #analysis #trading #cryptocurrency
BK AK-SILENCER (P8N)🚨Introducing BK AK-SILENCER (P8N) — Institutional Order Flow Tracking for Silent Precision🚨
After months of meticulous tuning and refinement, I'm proud to unleash the next weapon in my trading arsenal—BK AK-SILENCER (P8N).
🔥 Why "AK-SILENCER"? The True Meaning
Institutions don’t announce their moves—they move silently, hidden beneath the noise. The SILENCER is built specifically to detect and track these stealth institutional maneuvers, giving you the power to hunt quietly, execute decisively, and strike precisely before the market catches on.
🔹 "AK" continues the legacy, honoring my mentor, A.K., whose teachings on discipline, precision, and clarity form the cornerstone of my trading.
🔹 "SILENCER" symbolizes the stealth aspect of institutional trading—quiet but deadly moves. This indicator equips you to silently track, expose, and capitalize on their hidden footprints.
🧠 What Exactly is BK AK-SILENCER (P8N)?
It's a next-generation Cumulative Volume Delta (CVD) tool crafted specifically for traders who hunt institutional order flow, combining adaptive volatility bands, enhanced momentum gradients, and precise divergence detection into a single deadly-accurate weapon.
Built for silent execution—tracking moves quietly and trading with lethal precision.
⚙️ Core Weapon Systems
✅ Institutional CVD Engine
→ Dynamically measures hidden volume shifts (buying/selling pressure) to reveal institutional footprints that price alone won't show.
✅ Adaptive AK-9 Bollinger Bands
→ Bollinger Bands placed around a custom CVD signal line, pinpointing exactly when institutional accumulation or distribution reaches critical extremes.
✅ Gradient Momentum Intelligence
→ Color-coded momentum gradients reveal the strength, speed, and silent intent behind institutional order flow:
🟢 Strong Bullish (aggressive buying)
🟡 Moderate Bullish (steady accumulation)
🔵 Neutral (balance)
🟠 Moderate Bearish (quiet distribution)
🔴 Strong Bearish (aggressive selling)
✅ Silent Divergence Detection
→ Instantly spots divergence between price and hidden volume—your earliest indication that institutions are stealthily reversing direction.
✅ Background Flash Alerts
→ Visually highlights institutional extremes through subtle background flashes, alerting you quietly yet powerfully when market-moving players make their silent moves.
✅ Structural & Institutional Clarity
→ Optional structural pivots, standard deviation bands, volume profile anchors, and session lines clearly identify the exact levels institutions defend or attack silently.
🛡️ Why BK AK-SILENCER (P8N) is Your Edge
🔹 Tracks Institutional Footprints—Silently identifies hidden volume signals of institutional intentions before they’re obvious.
🔹 Precision Execution—Cuts through noise, allowing you to execute silently, confidently, and precisely.
🔹 Perfect for Traders Using:
Elliott Wave
Gann Methods (Angles, Squares)
Fibonacci Time & Price
Harmonic Patterns
Market Profile & Order Flow Analysis
🎯 How to Use BK AK-SILENCER (P8N)
🔸 Institutional Reversal Hunting (Stealth Mode)
Bearish divergence + CVD breaking below lower BB → stealth short signal.
Bullish divergence + CVD breaking above upper BB → quiet, early long entry.
🔸 Momentum Confirmation (Silent Strength)
Strong bullish gradient + CVD above upper BB → follow institutional buying quietly.
Strong bearish gradient + CVD below lower BB → confidently short institutional selling.
🔸 Noise Filtering (Patience & Precision)
Neutral gradient (blue) → remain quiet, wait patiently to strike precisely when institutional activity resumes.
🔸 Structural Precision (Institutional Levels)
Optional StdDev, POC, Value Areas, Session Anchors clearly identify exact institutional defense/offense zones.
🙏 Final Thoughts
Institutions move in silence, leaving subtle footprints. BK AK-SILENCER (P8N) is your specialized weapon for tracking and hunting their quiet, decisive actions before the market reacts.
🔹 Dedicated in deep gratitude to my mentor, A.K.—whose silent wisdom shapes every line of code.
🔹 Engineered for the disciplined, quiet hunter who knows when to wait patiently and when to strike decisively.
Above all, honor and gratitude to Gd—the ultimate source of wisdom, clarity, and disciplined execution. Without Him, markets are chaos. With Him, we move silently, purposefully, and precisely.
⚡ Stay Quiet. Stay Precise. Hunt Silently.
🔥 BK AK-SILENCER (P8N) — Track the Silent Moves. Strike with Precision. 🔥
May Gd bless every silent step you take. 🙏
THE WICKLESS CANDLE By [VXN]The Wickless Candles Strategy - Comprehensive Analysis
Core Concept
The "Wickless Candles" strategy is a technical analysis approach that identifies specific candlestick formations where one side of the candle has no wick, indicating strong directional momentum and potential support/resistance levels.
What Are Wickless Candles?
Bullish Wickless Candles
Meaning: A green candle where the opening price equals the lowest price
Significance: Shows that buyers immediately took control and never let price fall below the opening level
Implication: The opening price becomes a strong support level
Bearish Wickless Candles
Meaning: A red candle where the opening price equals the highest price
Significance: Shows that sellers immediately dominated and never let price rise above the opening level
Implication: The opening price becomes a strong resistance level
Visual Strategy Elements
Support/Resistance Lines
Bullish Lines: Green horizontal lines drawn at the low (open) price of wickless bullish candles
Bearish Lines: Red horizontal lines drawn at the high (open) price of wickless bearish candles
Extension: Lines project forward for 5 bars (configurable) to highlight key levels
Purpose: These levels often act as future support/resistance zones
Advanced Volume Analysis (4:00 AM - 9:29 AM Session)
Volume Calculations
Market Dominance Indicators
🟢🟢🟢🔴: Buyer dominance (more buying pressure)
🔴🔴🔴🟢: Seller dominance (more selling pressure)
🟢🟢🔴🔴: Balanced market (equal pressure)
Comprehensive Statistics Monitor
Wickless Candle Metrics
Bullish Count: Total number of bullish wickless candles detected
Bearish Count: Total number of bearish wickless candles detected
Total Wickless: Combined count of all wickless formations
Max Scanned: Total number of candles analyzed
Percentages: Bullish vs bearish distribution ratios
Volume Intelligence
Current Volume: Real-time session volume in millions
Buyer/Seller Percentages: Relative strength of each side
Market Dominance: Visual representation of controlling force
Strategic Applications
Entry Signals
Long Entries: Near bullish wickless candle support lines
Short Entries: Near bearish wickless candle resistance lines
Confirmation: Use volume dominance to confirm directional bias
Market Context
Institutional Interest: Wickless candles often indicate large player activity
Price Rejection: Shows where market participants strongly defended levels
Momentum Confirmation: Volume analysis validates the strength behind moves
Key Advantages
Objective Identification: Clear mathematical criteria for wickless formations
Real-Time Monitoring: Live statistics and volume analysis
Multi-Timeframe Application: Works across different chart intervals
Alert System: Automatic notifications when new levels are established
Visual Clarity: Easy-to-spot support/resistance lines on chart
This strategy combines traditional candlestick analysis with modern volume profiling to identify high-probability trading zones where institutional and retail sentiment align at specific price levels.
Volume Weighted Average Price Dynamic Slope [sgbpulse]VWAP Dynamic Slope: A Comprehensive Indicator for Trend Identification and Smart Trading
Introducing VWAP Dynamic Slope, an innovative TradingView indicator that harnesses the power of Volume Weighted Average Price (VWAP) and enhances it with immediate visual feedback. The indicator colors the VWAP line based on its slope, allowing you to quickly and easily identify the direction and strength of the current trend for the asset, providing advanced tools for in-depth analysis.
What is VWAP and Why is it so Important?
VWAP (Volume Weighted Average Price) is an indicator that represents the average price at which an asset has traded, weighted by the volume traded at each price level. Unlike a simple moving average, VWAP gives greater weight to trades executed with high volume, making it a reliable measure of the asset's "true" or "fair" price within a given period. Many institutional traders use VWAP as a central reference point for evaluating the effectiveness of entries and exits. An asset trading above its VWAP is considered to have bullish momentum, and below it – bearish momentum.
How it Works: Dynamic VWAP Slope Analysis
VWAP Dynamic Slope analyzes the inclination of the VWAP line and displays it using an intuitive color scheme:
Positive Slope (Uptrend): When the VWAP points upwards, signaling positive momentum, the default color will be green.
Negative Slope (Downtrend): When the VWAP points downwards, signaling negative momentum, the default color will be orange.
Trend Change (CHG): When a change in the VWAP's trend direction occurs, a "CHG" label will be displayed. The label's color will be green if the change is to an uptrend, and orange if the change is to a downtrend.
Identifying Steep Slopes for Increased Momentum:
The indicator's uniqueness lies in its ability to identify "steep" slopes – rapid and particularly strong changes in the VWAP's direction. This indicates exceptionally strong momentum:
Steep Positive Slope: The VWAP color will change to dark green, indicating significant buying pressure.
Steep Negative Slope: The VWAP color will change to dark red, indicating significant selling pressure.
Dynamic Momentum Strength Label: In situations of steep slope (positive or negative), a dynamic label will be displayed with the change value of the VWAP at that point. This label allows you to monitor momentum strength, intensification, or weakening in real-time.
Advanced Analytical Tools for Complete Control
VWAP Dynamic Slope provides you with unprecedented flexibility through a variety of customizable tools:
Multiple VWAP Anchors and Visual Marking:
Common Time Anchors: Choose whether the VWAP resets at the beginning of each Session (daily), Week, Month, Quarter, Year, Decade, or Century.
Advanced Intraday Anchors: Within the Session, you can choose to calculate VWAP specifically for Pre-Market, Regular Hours, and Post-Market hours. This option is particularly crucial for intraday traders.
Important Event Anchors: The indicator allows for VWAP resets at significant milestones such as Earnings, Dividends, and Splits, for analyzing the market's immediate reaction.
Visual Anchor Marking: To enhance clarity and orientation, a Label ⚓ can be displayed at each selected anchor point, helping to immediately identify the start point of the VWAP calculation in the chosen context.
Customizable Bands (Up to Three on Each Side):
Add up to three Bands above and below the VWAP to identify areas of deviation and excursion from the average price. You have two calculation options:
Standard Deviation: Based on volatility and statistical distance from the VWAP.
Percentage: Defines fixed percentage-based bands from the VWAP.
Key Pre-Market Levels (Pre-Market High/Low):
Display the Pre-Market High and Low levels as separate lines on the chart. These lines often serve as important psychological support and resistance zones, allowing you to see how the VWAP behaves near them.
Full Customization and Precise Control:
VWAP Source Selection: Determine which price data type will be used for the VWAP calculation. The default is HLC3 (average of High, Low, and Close), but any other relevant data source available in TradingView can be selected.
Offset: Set an offset for the VWAP line, allowing you to shift it left or right on the time axis by a chosen number of bars.
Customizable Colors: Choose your preferred colors for each slope state, Pre-Market High/Low lines, and Bands.
Setting the "Steepness" Threshold (Per-mille Price Change Per Minute ‱/min with Auto-Adjustment): Determine the sensitivity for identifying a steep slope by setting the required change threshold in VWAP in terms of per-mille price change per minute (‱/min). The indicator performs smart adjustment for any timeframe you select on the chart (e.g., 30 seconds, 1 minute, 5 minutes, 10 minutes, etc.), ensuring that the "steepness" setting maintains consistency and relevance.
Examples for Setting the Steepness Threshold:
Suppose you set the steepness threshold to 0.3‱/min (per-mille price change per minute).
On a 30-second chart: The indicator will check if the VWAP changed by 0.15 ‱/min (half of the per-minute threshold) within a single bar. If so, the slope will be considered steep. Explanation: Since 30 seconds is half a minute, the indicator looks for a change that is half of the threshold set for a full minute.
On a 1-minute chart: The indicator will check if the VWAP changed by 0.3 ‱/min (the full per-minute threshold) within a single bar. If so, the slope will be considered steep. Explanation: Here, the bar represents a full minute, so we check the full threshold.
On a 5-minute chart: The indicator will check if the VWAP changed by 1.5 ‱/min (5 times the per-minute threshold) within a single bar. If so, the slope will be considered steep. Explanation: A 5-minute bar contains 5 minutes, so the cumulative change in VWAP needs to be 5 times greater to be considered "steep" on the same scale.
In summary, this setting allows you to precisely and uniformly control the sensitivity of steep slope detection across all timeframes, providing immense flexibility in analyzing the asset's momentum.
Advantages of Using Per-mille Price Change Per Minute (‱/min)
Using per-mille price change per minute (‱/min) offers several key advantages for your indicator:
Normalized and Objective Measurement: It provides a uniform scale for the VWAP's rate of change, regardless of the asset's price or nominal value. A 0.1 per-mille change per minute always carries the same relative significance.
Comparison Across Different Asset Prices: Using per-mille allows for direct comparison of VWAP movement strength between assets trading at very different prices (e.g., a $100 asset versus a $1 asset), enabling an understanding of true momentum without bias from the nominal price.
Smart Timeframe Agnostic Adjustment: This is a critical capability. The indicator automatically adjusts the per-mille per minute threshold you set to any chart timeframe (30 seconds, 1 minute, 5 minutes, etc.), maintaining consistency in "steepness" detection without manual recalibration.
Precise Momentum Identification: This measurement precisely identifies when the VWAP's rate of change becomes significant, and when momentum strengthens or weakens, contributing to more informed trading decisions.
In short, per-mille change per minute (‱/min) provides accuracy, consistency, and flexibility in identifying VWAP momentum changes, with smart adaptation across all timeframes.
Who is this Indicator For?
VWAP Dynamic Slope is a powerful tool for:
Intraday Traders: For quick identification of intraday trend directions and momentum across any timeframe, with specific consideration for Pre-Market, Regular Hours, or Post-Market VWAP, and incorporating key pre-market levels.
Swing Traders and Long-Term Investors: For analyzing longer-term trends based on periodic and event-driven VWAP anchors.
Beginner Traders: As an excellent visual aid for understanding the relationship between price, volume, and trend direction, and how different anchor points, pre-market levels, and data sources influence price behavior.
Experienced Traders: For integration with existing strategies, gaining additional confirmation for trend strength identification, and highly precise and flexible parameter calibration.
VWAP Dynamic Slope provides a rich, multi-dimensional layer of information about the VWAP, helping you make more informed trading decisions in real-time, within the context of your chosen asset.
Volume PercentileThis Pine Script indicator highlights bars where the current volume exceeds a configurable percentile threshold (e.g., 80th percentile) based on a rolling window of historical volume data.
🔍 Key Features:
Calculates a user-defined volume percentile (e.g., 75th, 80th, 90th) over a rolling window.
Marks candles where current volume is higher than the selected percentile.
Helps detect volume spikes, breakouts, or unusual activity.
Works directly on the main chart window for easier analysis.
🛠️ Inputs:
Window Length: Number of bars used to calculate the percentile (default = 20).
Percentile: The percentile threshold to trigger a high-volume signal (default = 80).
🖥️ Visualization:
Displays a red triangle marker below bars with volume above the selected percentile.
Hme Rolling VolumeThis indicator allows you to display volume in a continious rolling time frame.
Instead of starting at zero for each new bar, it displays, for example, the cumulative volume of the last 120 seconds on a 2-minute chart.
This helps you track volume trends even more quickly and interpret their behavior without the break between bars.
Chaikin Bull-Power OscillatorThis indicator is given with much love and care to the community to help you in your trading operations.
How to use the "Chaikin-Bull-PW" Indicator
The Chaikin-Bull-PW is an oscillator based on the Accumulation/Distribution (AD) line smoothed by different methods, called here the "Hull Chaikin Oscillator." It compares two smoothed averages of the AD line — a short period and a long period — to indicate the strength and direction of buying and selling pressure in the market.
Adjustable Parameters:
Short Period: Number of bars used to calculate the short smoothed average of the AD line. Shorter periods make the indicator more sensitive.
Long Period: Number of bars used to calculate the long smoothed average of the AD line. Longer periods smooth the indicator more.
Background Offset: Controls the offset of the chart’s background color.
Smoothing Type: Choose the smoothing method for the AD line among HMA, SMA, SMMA, EMA, WMA, and JMA. This affects how the averages are calculated and how the oscillator responds to price.
Indicator Interpretation:
The oscillator is the difference between the short and long smoothed averages of the AD line.
When the oscillator is above zero (green), it indicates increasing buying pressure, suggesting an uptrend.
When the oscillator is below zero (red), it indicates increasing selling pressure, suggesting a downtrend.
The zero line acts as a reference for trend changes.
Usage Suggestions:
Use the oscillator crossing the zero line to identify potential entry or exit points.
Combine with other indicators or chart analysis to confirm signals.
Adjust the periods and smoothing type to fit your asset and timeframe.
DeltaStrike — Aggressive Candle Detector by Chaitu50cDeltaStrike — Aggressive Candle Detector
by Chaitu50c
DeltaStrike is a simple and effective tool designed to help traders identify the most aggressive candles on the chart in real time. It works purely on price action and internal candle dynamics, with no reliance on lagging indicators.
The indicator combines delta (directional strength), candle range, and volume to compute an overall aggressiveness score for each candle. When this score exceeds a dynamic threshold based on recent market behavior, the candle is marked as an aggressive move.
Aggressive bullish candles are plotted as green diamonds below the candle, while aggressive bearish candles are plotted as red diamonds above the candle. The goal is to help traders visually spot moments of strong directional pressure, where potential trends or reversals may emerge.
The detection logic adapts automatically to changing market volatility and volume, making it suitable for all instruments and timeframes, including index futures, equities, and forex.
An integrated dashboard on the chart displays live readings of the key components contributing to each candle’s aggressiveness score: delta ratio, range ratio, and volume ratio. This helps traders understand the internal structure of each aggressive move.
Features:
Dynamic aggressiveness detection based on delta, range, and volume
Adaptive threshold for consistent behavior across timeframes and instruments
Clean chart output with clear diamond markers only on selected candles
Live dashboard with internal metrics for advanced analysis
Simple, lightweight, and optimized for intraday and swing trading
Works with any instrument: index, equity, forex, commodity
DeltaStrike is intended as an objective visual aid to help traders focus on genuine moments of strong market intent, filtering out ordinary or passive price movement. It can be used standalone or in combination with your existing trading strategy.
Whale Activity Classic[nakano]## Whale Activity Classic
### Uncover the Hidden Intent of Volume
The **Whale Activity Classic ** indicator provides an unparalleled view into the nuanced volume dynamics within each candlestick. By analyzing sub-timeframe volume, it visually separates significant **large investor** activity from typical "Noise" volume, helping you understand the true forces driving price action.
This tool is designed to reveal the otherwise invisible movements of **large investors** and gauge overall market participation, giving you a deeper understanding than standard volume bars alone.
---
### Key Features:
* **Multi-Layered Volume Bars:**
* **Large Investor Volume (Densely Colored Bars):** Represents the aggregated volume from sub-timeframe candles where individual volume exceeded your defined threshold. Green indicates buying pressure (positive), and red indicates selling pressure (negative).
* **Normal Volume (Lightly Colored Bars):** Shows the total volume from sub-timeframe trades that fell *below* the threshold. This provides context about general market participation.
* **Comprehensive Customization:**
* **Symbol Selection:** Analyze the current chart's symbol or specify any custom symbol (e.g., crypto, stocks, forex) for in-depth analysis.
* **Lower Timeframe Analysis:** Choose your desired granularity from 1-second, 5-second, 10-second, 30-second, 1-minute, 5-minute, or 15-minute sub-timeframes.
* **Volume Thresholding:** Opt for a `Manual` fixed threshold or an `Automatic` calculation that adapts to current market conditions.
* **Noise Volume Visibility:** Toggle the display of "Normal Volume" bars to focus on **large investor** activity or view the complete picture.
* **Extensive Color Settings:** Customize the colors and transparency for all four volume types (**large investor** Positive/Negative, Normal Positive/Negative) to match your visual preferences.
---
### How to Use & Interpretation Tips:
* **Understanding Auto-Calculated Thresholds:** When `Automatic` calculation is selected, hover your cursor over any bar. The exact "Current Threshold" applied to that bar will be displayed in the status line at the top-left of the indicator panel.
* **Spotting Large Investor Intent:**
* If **Large Investor Volume (green/red bars)** is prominent while **Normal Volume (lightly colored bars)** is small, it suggests a sudden, significant move by a **large investor**, potentially against the prevailing retail sentiment.
* Conversely, if both **Large Investor Volume** and Normal Volume are large, it indicates strong trend momentum, drawing in both large institutions and retail participants.
* **Measuring Trend Strength:** Combined large **Large Investor Volume** and Normal Volume bars signify a robust trend with broad market participation.
* **Default Settings:** The automatic threshold's default settings (Period: 100, Multiplier: 25) are balanced for broad market application. However, we recommend adjusting these values to optimize performance for your specific asset and trading style.
---
### Important Notes:
* Analyzing longer chart timeframes (e.g., 1-hour, daily) with very low sub-timeframes may process a large amount of data, potentially affecting performance or causing errors. Using this indicator on **minute timeframes** is recommended.
* Always ensure your `Analysis Timeframe (Lower)` is **shorter** than your main chart's timeframe.
* Access to second-based timeframes (1S, 5S, etc.) requires a paid TradingView plan.
---
---
### 出来高の隠れた意図を解き明かす
**Whale Activity Classic ** インジケーターは、各ローソク足内で展開される微細な出来高の力関係を、かつてないほど詳細に可視化します。より短い時間足の出来高を分析することで、重要な**大口投資家**の活動と、一般的な「通常出来高(ノイズ)」を視覚的に分離し、値動きを動かす真の力を理解する手助けをします。
このツールは、通常の出来高バーでは見えない**大口投資家**の動きと、市場全体の参加状況を同時に把握するために設計されており、標準的な出来高表示だけでは得られない深い洞察を提供します。
---
### 主な機能:
* **多層的な出来高バー:**
* **大口投資家出来高(濃い色のバー):** 指定した閾値を超えた、より短い時間足の個々の出来高を合計したものです。緑色は買い圧力(プラス方向)、赤色は売り圧力(マイナス方向)を示します。
* **通常出来高(薄い色のバー):** 閾値に満たなかった取引の合計出来高を示します。これにより、一般的な市場参加の状況を把握できます。
* **包括的なカスタマイズ性:**
* **銘柄選択:** 現在のチャートの銘柄を分析することも、暗号資産、株式、FXなど、任意のカスタム銘柄を指定して詳細な分析を行うこともできます。
* **分析する時間足 (下位):** 1秒、5秒、10秒、30秒、1分、5分、15分から、分析の粒度を選択できます。
* **出来高の閾値:** 固定値を設定する「手動」モードと、現在の市場状況に適応する「自動」計算モードを選択できます。
* **通常出来高の表示:** チェックボックスで「通常出来高」バーの表示/非表示を切り替え、**大口投資家**の活動に焦点を当てるか、全体像を見るかを選択できます。
* **詳細なカラー設定:** 4種類の出来高タイプ(**大口投資家**プラス/マイナス、通常プラス/マイナス)すべての色と透明度を自由にカスタマイズできます。
---
### 使い方と分析のヒント:
* **自動計算された閾値の確認方法:** 「自動」計算を選択した場合、任意のバーにカーソルを合わせると、インジケーターパネルの左上にあるステータスラインに、そのバーに適用された正確な「現在の計算閾値」が表示されます。
* **大口投資家の意図を読み解く:**
* **大口投資家出来高(緑/赤のバー)が際立っている一方で、通常出来高(薄い色のバー)が小さい場合**、それは一般的な小売りのセンチメントとは異なる、**大口投資家**による突然の重要な動きを示唆している可能性があります。
* 逆に、**大口投資家出来高**と通常出来高の両方が大きい場合、それは大規模な機関投資家と個人投資家の両方を巻き込んだ、強いトレンドが発生していることを示します。
* **トレンドの勢いを測る:** **大口投資家出来高**と通常出来高のバーの両方が大きい場合、それは活発な市場参加を伴う、堅調なトレンドを示します。
* **デフォルト設定について:** 自動閾値のデフォルト設定(期間:100、倍率:25)は、幅広い市場に適用できるようバランスが取れています。ただし、ご自身の分析対象となる資産や取引スタイルに合わせて、これらの値を調整することをお勧めします。
---
### 重要な注意事項:
* メインチャートの時間足を長く(例:1時間足、日足)しすぎると、非常に細かい下位の時間足で大量のデータを処理することになり、パフォーマンスが低下したり、エラーが発生する可能性があります。このインジケーターは**分足での使用を推奨**します。
* 「分析する時間足 (下位)」は、必ずメインチャートの時間足より**短いもの**を選択してください。
* 秒足(1S、5Sなど)での分析には、TradingViewの有料プランへの加入が必要です。
---
Volume-Time Imbalance (VTI)Volume-Time Imbalance (VTI) – Indicator Description
This indicator measures the imbalance between traded volume and the time elapsed between bars to identify unusual spikes in volume per second (volume per unit of time). Its purpose is to highlight volume movements that may indicate moments of strong interest, acceleration, or reversal in the market.
How it works:
It calculates the traded volume divided by the time (in seconds) elapsed since the previous bar — thus obtaining the volume per second.
An EMA (exponential moving average) of this volume per second is calculated to smooth the data.
The VTI value is the ratio between the current volume per second and this moving average, showing if the current volume is above what is expected for that pace.
The higher the VTI, the greater the imbalance between volume and time, indicating possible bursts of activity.
Settings:
VTI Moving Average Length: The period of the moving average used to smooth the volume per second (default is 20).
Alert Thresholds: Alert levels to identify moderate and high imbalances (defaults are 1.5 and 2.0).
Show VTI Histogram: Displays the VTI histogram in the indicator window.
Color Background: Colors the indicator background based on the strength of the imbalance (orange for moderate, red for high).
Show Alert Arrows: Shows arrows below the chart when a strong volume spike occurs (high alert).
Interpretation:
VTI values above the moderate level (1.5) indicate an unusual increase in volume relative to time.
Values above the high level (2.0) signal strong spikes that may anticipate significant moves or trend changes.
Use the colors and arrows as visual confirmations to quickly identify these moments.
Dollar VolumeThe Dollar Volume indicator enhances traditional volume analysis by showing not only the number of shares traded, but also the actual capital exchanged per bar. Using the formula
(High+Low)/2×Volume , it calculates dollar volume to give a clearer picture of real market participation. This approach helps traders identify where significant money is flowing—an important distinction when evaluating the strength of price moves or spotting potential institutional activity.
Volume bars are color-coded based on price direction, and a 50-period Volume Moving Average (VMA)—set to 50 by default—is plotted as a baseline to define “normal” volume levels. When a bar's volume exceeds this average by a user-defined multiple (default is 2×), it is highlighted: blue by default when volume is bullish and elevated, and maroon when bearish and elevated. This makes it easy to spot unusual or high-impact volume spikes at a glance, especially during potential breakout or reversal setups.
In the top-right corner of the chart, a compact display—highlighted in purple by default—shows the current dollar volume, with the option to toggle and view the average dollar volume instead. Meanwhile, the Y-axis continues to show raw share volume, giving you access to both perspectives side by side. With its combination of real capital flow, visual volume signals, and customizable thresholds, the Dollar Volume indicator is a practical and powerful tool for confirming price action, identifying accumulation, and monitoring momentum shifts.