比爾威廉指標
Scalping strategy [Dubic]The Dubic Scalping Strategy is a lightweight and effective EMA-based tool designed for fast-paced trading on crypto, forex, and indices.
✅ Initial Buy/Sell signals are triggered by fast EMA crossovers.
✅ Re-entry signals use volume confirmation to catch pullbacks within the trend.
🔔 Includes alert support for webhook automation and manual execution.
Arrows mark trend entries, and colored dots indicate valid re-entries.
Simple. Responsive. Built for scalpers.
Crypto Scalping Dashboard [Dubic]The Crypto Scalping Dashboard is a high-precision scalping indicator designed for crypto traders using lower timeframes (e.g., 5-min, 15-min). It combines two powerful technical tools—EMA Trend and SuperTrend—to generate clean buy/sell signals at the beginning of strong trends. A built-in visual dashboard helps you quickly assess market conditions and signal alignment in real time.
⚙️ How It Works:
EMA Trend Filter:
Uses two EMAs (Fast & Slow).
A bullish (long) trend is detected when the Fast EMA is above the Slow EMA.
A bearish (short) trend is detected when the Fast EMA is below the Slow EMA.
SuperTrend Filter:
Confirms the direction using ATR-based SuperTrend logic.
A buy signal is valid only when both EMA trend and SuperTrend are bullish.
A sell signal is valid only when both are bearish.
Signal Generation:
Buy Arrow (Green): Appears at the start of a new uptrend when both filters align.
Sell Arrow (Red): Appears at the start of a downtrend when both filters agree.
Re-Entry Signals: If price pulls back above/below the Fast EMA during a trend, a small triangle shows a possible re-entry opportunity.
Trade Management Logic:
Prevents duplicate signals by tracking trade state.
Exits or resets trade logic when the opposite signal appears.
Dashboard Display:
Shows real-time status of EMA trend, SuperTrend, and the overall trade signal.
Uses color-coded labels (Green = Long, Red = Short, Gray = Neutral) for fast visual recognition.
Mr.Quyet hành trình triệu $$$//@version=5
indicator("RSI + MACD Combo", shorttitle="RSI_MACD", overlay=false)
// —— INPUTS ——
// RSI
rsiSrc = input.source(close, "RSI Source")
rsiLen = input.int(14, "RSI Length")
rsiOB = input.int(70, "RSI Overbought")
rsiOS = input.int(30, "RSI Oversold")
// MACD
macdSrc = input.source(close, "MACD Source")
fastLen = input.int(12, "MACD Fast Length")
slowLen = input.int(26, "MACD Slow Length")
signalLen = input.int(9, "MACD Signal Length")
// —— CALCULATIONS ——
// RSI
rsiValue = ta.rsi(rsiSrc, rsiLen)
// MACD
= ta.macd(macdSrc, fastLen, slowLen, signalLen)
// —— PLOTTING ——
// RSI
p_rsi = plot(rsiValue, title="RSI", linewidth=2,
color = rsiValue > rsiOB ? color.red :
rsiValue < rsiOS ? color.green :
color.blue)
hline(rsiOB, "Overbought", color=color.red, linestyle=hline.style_dashed)
hline(rsiOS, "Oversold", color=color.green, linestyle=hline.style_dashed)
hline(50, "Middle", color=color.gray)
// MACD
plot(macdLine, title="MACD Line", color=color.blue, linewidth=1)
plot(signalLine,title="Signal Line", color=color.orange, linewidth=1)
plot(histLine, title="Histogram", style=plot.style_columns,
color = histLine >= 0 ? color.green : color.red)
// —— ALERT CONDITIONS ——
// Cảnh báo khi RSI chạm vùng quá mua/quá bán
alertcondition(cross(rsiValue, rsiOB), title="RSI Overbought", message="RSI đã vượt lên trên {{rsiOB}}")
alertcondition(cross(rsiValue, rsiOS), title="RSI Oversold", message="RSI đã xuống dưới {{rsiOS}}")
// Cảnh báo khi MACD line cắt Signal line
alertcondition(cross(macdLine, signalLine), title="MACD Cross", message="MACD Line vừa cắt Signal Line")
// —— SHOW VALUES ——
// Cho phép xem giá trị khi hover
plotshape(series=na, title="RSI value", text=str.tostring(rsiValue, format.percent), textcolor=color.white, location=location.top, style=shape.labelup, size=size.tiny)
Crypto Scalping Strategy [Dubic] - LONG OnlyCrypto Scalping Strategy
A fast-paced scalping strategy built for crypto traders. It uses EMA crossovers for initial entries and confirms re-entries with volume spikes. Includes built-in take profit, trailing take profit, and trailing stop loss settings. Fully optimized for automated trading via webhook alerts. Best suited for high-volatility pairs like PEPE/USDT on Binance.
Crypto Scalping Strategy [Dubic] - LONG OnlyThe Dubic Scalping Strategy is a lightweight and effective EMA-based tool designed for fast-paced trading on crypto, forex, and indices.
✅ Initial Buy/Sell signals are triggered by fast EMA crossovers.
✅ Re-entry signals use volume confirmation to catch pullbacks within the trend.
🔔 Includes alert support for webhook automation and manual execution.
Arrows mark trend entries, and colored dots indicate valid re-entries.
Simple. Responsive. Built for scalpers.
Multi-Pair MTF Crypto Strategy (Backtest Version)Multi-Pair MTF Crypto Scanner (Smart Long/Short Indicator)
This advanced TradingView indicator is designed for crypto traders seeking precise, risk-filtered signals across multiple pairs and timeframes. It combines institutional-grade signal logic with customizable risk management and clean visual labeling.
🔍 Core Features:
✅ Multi-Pair & Multi-Timeframe Scanning
Scans assets like BTC, ETH, SOL across timeframes (15m, 1H, 4H)
✅ Buy/Sell Signal Engine
Based on EMA 50/200 crossover, RSI, and volume spikes
✅ Dynamic Risk Management
Calculates Stop Loss (SL), Take Profit (TP), and Risk-Reward Ratio (RRR) using ATR
✅ RRR Filter
Signals only shown if RRR meets your defined minimum (default 1.5)
✅ Confirmation Mode
Optional setting to avoid premature signals by requiring bar-close confirmation
✅ Visual Trade Zones
Entry, SL, and TP levels plotted directly on chart
✅ Debug Mode
Shows labels when trades are rejected due to RRR filters
🧠 Ideal For:
Crypto scalpers, swing traders, and algorithmic signal testers
Traders focused on high probability entries with defined risk
📣 Alerts:
Real-time alerts for qualified BUY and SHORT signals
Configurable for automated webhook systems or mobile push
Crypto Scalping Strategy [Dubic] - LONG OnlyCrypto Scalping Strategy is a high-frequency trading tool designed for scalping volatile crypto pairs like PEPE/USDT on Binance. It features EMA crossover-based entries, volume-confirmed re-entries, fixed take profit (0.10%), trailing take profit (0.01%), and trailing stop loss (0.01%). Alerts are webhook-ready for seamless integration with trading bots. Optimized for fast, responsive trades in trending markets.
Chattes-Grid-Pivot You Can Customize:
Use anchor = pivotHigh if you're in a downtrend
Use math.avg(pivotHigh, pivotLow) to anchor from the midpoint of the range
Let me know if you want to:
Anchor from a fixed price like 1.3700
Automatically switch between pivotHigh/pivotLow based on trend direction
Label each grid line with its price
Chattes-SwingCount Chattes-SwingCount
// This indicator detects swings using a custom ZigZag algorithm and calculates:
// - Average pip movement per swing
// - Standard deviation of pip movement
// - Average number of candles per swing
// - Standard deviation of candle count
//
// The stats are displayed in a compact box at the top-right corner of the chart.
//
// An alert is triggered when a swing's pip size exceeds 1.5× the standard deviation,
// helping identify unusual volatility or significant market moves.
//
// Inputs allow customization of ZigZag detection parameters and swing sample size.
Crypto Scalping Strategy [Dubic] - LONG OnlyThis Pine Script strategy snippet adds a temporary, visual label on the chart showing the profit percentage realized at each closed trade exit. When a long position closes, it calculates the profit or loss percentage based on the entry and exit prices, then displays it clearly above the exit candle as a green (profit) or red (loss) label. This helps traders quickly visualize trade outcomes during backtesting or live trading without cluttering the chart with persistent labels.
ROC Spike Detector by Jaani//@version=5
indicator("ROC Spike Detector by Jaani", overlay=true)
// === User Inputs ===
rocLength = input.int(9, minval=1, title="ROC Length")
spikeThreshold = input.float(2.0, minval=0.1, title="Spike Threshold (%)")
// === ROC Calculation ===
roc = 100 * (close - close ) / close
// === Spike Conditions ===
bullishSpike = roc > spikeThreshold
bearishSpike = roc < -spikeThreshold
// === Plotting Signals ===
plotshape(bullishSpike, title="Bullish ROC Spike", location=location.belowbar,
color=color.green, style=shape.triangleup, size=size.small, text="Buy")
plotshape(bearishSpike, title="Bearish ROC Spike", location=location.abovebar,
color=color.red, style=shape.triangledown, size=size.small, text="Sell")
// === Alerts ===
alertcondition(bullishSpike, title="Bullish ROC Alert", message="🚀 ROC Spike UP Detected!")
alertcondition(bearishSpike, title="Bearish ROC Alert", message="🔻 ROC Spike DOWN Detected!")
Crypto Scalping Strategy [Dubic]The Dubic Scalping Strategy is a lightweight and effective EMA-based tool designed for fast-paced trading on crypto, forex, and indices.
✅ Initial Buy/Sell signals are triggered by fast EMA crossovers.
✅ Re-entry signals use volume confirmation to catch pullbacks within the trend.
🔔 Includes alert support for webhook automation and manual execution.
Arrows mark trend entries, and colored dots indicate valid re-entries.
Simple. Responsive. Built for scalpers.
Deep TA Overlay – Fair Value Zones**Long Entry**
* Green background appears (STC < 25 & FDO < 1)
* Price breaks back above the Anchored VWAP
* HTL (blue line) holds as support
* Price remains above the VPVR POC for added confidence
**Take-Profit / Short Entry**
* Red background appears (STC > 75 & FDO > 1)
* Price falls below the Anchored VWAP
* HTL (blue line) breaks down
**Risk Management**
* **Stop-loss:** Just below the VPVR POC or the point where HTL is violated
* **Exit:** STC recovers above 50, or price closes beyond VWAP in the opposite direction
RSI 背离信号(带警惕/警告信号分组过滤)My indicator uses RSI and trading volume to help determine the market’s tops and bottoms. It should not be directly used as a buy or sell signal; investment carries risks, and the indicator is for reference only.
WPT | Whale Pulse Trading🚀 WPT | Whale Pulse Trading System
The Whale Pulse Trading System (WPT) is a comprehensive and precise trading indicator designed for various financial markets including cryptocurrencies, stocks, forex, and more. This powerful tool combines key technical indicators and market sentiment analysis to help you identify major trends and phases of fear 😨 and greed 🤑, providing low-risk, high-reward entry and exit signals.
At its core are three Simple Moving Averages (SMA) — periods 9, 25, and 99 — which provide a clear picture of short-, mid-, and long-term trends. This multi-timeframe analysis allows you to spot trend changes and price behavior quickly and effectively.
The indicator also uses a 14-period RSI to detect emotional market extremes like overbought and oversold conditions. Additionally, volume and volatility analysis through Volume SMA and ATR (Average True Range) highlight important volume spikes 📈 and sudden volatility surges ⚡️, which often lead to strong price movements.
One of WPT’s unique strengths is its multi-bar confirmation system ✅ — signals are triggered only when conditions hold true over consecutive bars, reducing false signals and boosting your confidence in trades.
The indicator comes with an automated risk management system ⚖️ that calculates stop loss and take profit levels based on ATR and your chosen risk-to-reward ratio. This means you get precise exit points 🎯 to protect your capital and maximize profits, all without manual calculations.
Designed for simplicity and clarity, WPT uses color-coded visual signals 🌈 and a textual legend to give you quick insights into market sentiment, helping you make smart, timely decisions.
Whether you’re a scalper, swing trader, or long-term investor, WPT is fully customizable to fit your trading style and acts as a powerful companion to your existing strategies.
✨ Key Features of WPT:
📊 Three SMAs (9, 25, 99) for multi-timeframe trend detection
📉 RSI to spot market emotions: Fear 😨 and Greed 🤑
🔥 Volume and volatility spikes detection for critical market moves
✅ Multi-bar confirmation to improve signal accuracy
🎯 Automatic stop loss and take profit calculation based on ATR and risk-reward ratio
🌈 Clear color coding and textual legend for easy reading on chart
🌍 Suitable for crypto, stocks, forex, and more
🔗 Easily integrates with other trading tools and strategies
⚙️ Customizable inputs for personalized trading preferences
🔗 Official Channels & Resources:
🎥 YouTube:
www.youtube.com
💬 Telegram:
t.me
🎧 Discord:
discord.gg
📈 TradingView:
www.tradingview.com
🌐 CoinMarketCap:
coinmarketcap.com
📸Instagram :
instagram.com
⚠️ Important Note:
For the best results, use WPT alongside other technical and fundamental tools and always practice proper risk management. While no indicator can guarantee 100% success, WPT’s advanced design can significantly enhance your trading edge.
If you have any questions or want tutorials, reach out to us on our official channels! We’re here to help you succeed in the markets 🚀💰.
WPT | Whale Pulse Trading 🚀 WPT | Whale Pulse Trading System
The Whale Pulse Trading System (WPT) is a comprehensive and precise trading indicator designed for various financial markets including cryptocurrencies, stocks, forex, and more. This powerful tool combines key technical indicators and market sentiment analysis to help you identify major trends and phases of fear 😨 and greed 🤑, providing low-risk, high-reward entry and exit signals.
At its core are three Simple Moving Averages (SMA) — periods 9, 25, and 99 — which provide a clear picture of short-, mid-, and long-term trends. This multi-timeframe analysis allows you to spot trend changes and price behavior quickly and effectively.
The indicator also uses a 14-period RSI to detect emotional market extremes like overbought and oversold conditions. Additionally, volume and volatility analysis through Volume SMA and ATR (Average True Range) highlight important volume spikes 📈 and sudden volatility surges ⚡, which often lead to strong price movements.
One of WPT’s unique strengths is its multi-bar confirmation system ✅ — signals are triggered only when conditions hold true over consecutive bars, reducing false signals and boosting your confidence in trades.
The indicator comes with an automated risk management system ⚖️ that calculates stop loss and take profit levels based on ATR and your chosen risk-to-reward ratio. This means you get precise exit points 🎯 to protect your capital and maximize profits, all without manual calculations.
Designed for simplicity and clarity, WPT uses color-coded visual signals 🌈 and a textual legend to give you quick insights into market sentiment, helping you make smart, timely decisions.
Whether you’re a scalper, swing trader, or long-term investor, WPT is fully customizable to fit your trading style and acts as a powerful companion to your existing strategies.
✨ Key Features of WPT:
📊 Three SMAs (9, 25, 99) for multi-timeframe trend detection
📉 RSI to spot market emotions: Fear 😨 and Greed 🤑
🔥 Volume and volatility spikes detection for critical market moves
✅ Multi-bar confirmation to improve signal accuracy
🎯 Automatic stop loss and take profit calculation based on ATR and risk-reward ratio
🌈 Clear color coding and textual legend for easy reading on chart
🌍 Suitable for crypto, stocks, forex, and more
🔗 Easily integrates with other trading tools and strategies
⚙️ Customizable inputs for personalized trading preferences
🔗 Official Channels & Resources:
🎥 YouTube: (www.youtube.com)
💬 Telegram: (t.me)
🎧 Discord: (discord.gg)
📈 TradingView: (www.tradingview.com)
🌐 CoinMarketCap: (coinmarketcap.com)
⚠️ Important Note:
For the best results, use WPT alongside other technical and fundamental tools and always practice proper risk management. While no indicator can guarantee 100% success, WPT’s advanced design can significantly enhance your trading edge.
If you have any questions or want tutorials, reach out to us on our official channels! We’re here to help you succeed in the markets 🚀💰.
Key Trading Session Times (UK) with DST Adjust//@version=5
indicator("Key Trading Session Times (UK) with DST Adjust", overlay=true)
// === Inputs ===
showAsia = input.bool(true, "Show Asia Session (12 AM – 6 AM UK)")
showLondon = input.bool(true, "Show London Open (6:30 AM – 9 AM UK)")
showNY = input.bool(true, "Show NY Open (1 PM – 3 PM UK)")
// === DST Adjustment Logic ===
// Define the start and end of daylight saving time (DST)
isDST = (month >= 3 and month <= 10) // DST from March to October
// === Time Ranges (Europe/London) with DST Adjustment ===
inSession(sessionStartHour, sessionStartMinute, sessionEndHour, sessionEndMinute) =>
t = time("1", "Europe/London")
sessionStart = timestamp("Europe/London", year(t), month(t), dayofmonth(t), sessionStartHour, sessionStartMinute)
sessionEnd = timestamp("Europe/London", year(t), month(t), dayofmonth(t), sessionEndHour, sessionEndMinute)
if isDST
sessionStart := sessionStart + 3600 // Add 1 hour during DST
sessionEnd := sessionEnd + 3600 // Add 1 hour during DST
time >= sessionStart and time <= sessionEnd
// === Define Sessions ===
asiaSession = inSession(0, 0, 6, 0)
londonSession = inSession(6, 30, 9, 0)
nySession = inSession(13, 0, 15, 0)
// === Background Highlights ===
bgcolor(showAsia and asiaSession ? color.new(color.blue, 85) : na, title="Asia Session")
bgcolor(showLondon and londonSession ? color.new(color.green, 85) : na, title="London Session")
bgcolor(showNY and nySession ? color.new(color.orange, 85) : na, title="New York Session")
Sniper Pro v4.1.5 – True Live Engine
//@version=5
indicator("Sniper Pro v4.1.5 – True Live Engine", overlay=true)
// === INPUTS ===
minScore = input.int(3, "Min Conditions for Entry", minval=1, maxval=5)
filterSideways = input.bool(true, "Block in Sideways?")
showDelta = input.bool(true, "Show Delta Counter?")
showSMA10 = input.bool(true, "Show SMA10")
showSMA20 = input.bool(true, "Show SMA20")
showSMA50 = input.bool(true, "Show SMA50")
showSMA100 = input.bool(true, "Show SMA100")
showSMA200 = input.bool(true, "Show SMA200")
showVWAP = input.bool(true, "Show VWAP")
showGoldenZone = input.bool(true, "Show Golden Zone?")
callColor = input.color(color.green, "CALL Color")
putColor = input.color(color.red, "PUT Color")
watchBuyCol = input.color(color.new(color.green, 70), "Watch Buy Color")
watchSellCol = input.color(color.new(color.red, 70), "Watch Sell Color")
// === INDICATORS ===
sma10 = ta.sma(close, 10)
sma20 = ta.sma(close, 20)
sma50 = ta.sma(close, 50)
sma100 = ta.sma(close, 100)
sma200 = ta.sma(close, 200)
vwapVal = ta.vwap
// === GOLDEN ZONE FROM RECENT RANGE ===
waveHigh = ta.highest(high, 20)
waveLow = ta.lowest(low, 20)
waveRange = waveHigh - waveLow
goldenTop = waveHigh - waveRange * 0.618
goldenBot = waveHigh - waveRange * 0.786
inGoldenZone = close >= goldenBot and close <= goldenTop
// === DELTA ===
delta = (close - open) * volume
normalizedDelta = volume != 0 ? delta / volume : 0
// === SIDEWAYS FILTER ===
range20 = ta.highest(high, 20) - ta.lowest(low, 20)
atr = ta.atr(14)
isSideways = range20 < atr * 1.5
block = filterSideways and isSideways
// === PRICE ACTION ===
hammer = close > open and (math.min(open, close) - low) > math.abs(close - open) * 1.5
bullishEngulf = close > open and close < open and close > open and open < close
shootingStar = close < open and (high - math.max(open, close)) > math.abs(close - open) * 1.5
bearishEngulf = close < open and close > open and close < open and open > close
// === SCORE SYSTEM (Live per bar) ===
buyScore = (inGoldenZone ? 1 : 0) + (normalizedDelta > 0.2 ? 1 : 0) + ((hammer or bullishEngulf) ? 1 : 0) + (close > sma20 ? 1 : 0)
sellScore = (inGoldenZone ? 1 : 0) + (normalizedDelta < -0.2 ? 1 : 0) + ((shootingStar or bearishEngulf) ? 1 : 0) + (close < sma20 ? 1 : 0)
watchBuy = buyScore == (minScore - 1) and not block
watchSell = sellScore == (minScore - 1) and not block
call = buyScore >= minScore and not block
put = sellScore >= minScore and not block
// === COLORS ===
barcolor(call ? callColor : put ? putColor : watchBuy ? watchBuyCol : watchSell ? watchSellCol : na)
// === LABELS ===
if call
label.new(bar_index, low, "CALL", style=label.style_label_up, size=size.normal, color=callColor, textcolor=color.white)
if put
label.new(bar_index, high, "PUT", style=label.style_label_down, size=size.normal, color=putColor, textcolor=color.white)
if watchBuy
label.new(bar_index, low, "B3", style=label.style_label_up, size=size.small, color=watchBuyCol, textcolor=color.white)
if watchSell
label.new(bar_index, high, "S4", style=label.style_label_down, size=size.small, color=watchSellCol, textcolor=color.white)
// === DELTA LABEL ===
deltaLabel = math.abs(delta) > 1000000 ? str.format("{0,number,#.##}M", delta / 1e6) :
math.abs(delta) > 1000 ? str.format("{0,number,#.##}K", delta / 1e3) :
str.tostring(delta, "#.##")
if showDelta
label.new(bar_index, close, deltaLabel, style=label.style_label_left, size=size.tiny, textcolor=color.white, color=delta > 0 ? color.new(color.green, 70) : color.new(color.red, 70))
// === PLOTS ===
plot(showVWAP ? vwapVal : na, title="VWAP", color=color.aqua)
plot(showGoldenZone ? goldenTop : na, title="Golden Top", color=color.yellow, style=plot.style_linebr)
plot(showGoldenZone ? goldenBot : na, title="Golden Bottom", color=color.orange, style=plot.style_linebr)
plot(showSMA10 ? sma10 : na, title="SMA10", color=color.green)
plot(showSMA20 ? sma20 : na, title="SMA20", color=color.yellow)
plot(showSMA50 ? sma50 : na, title="SMA50", color=color.orange)
plot(showSMA100 ? sma100 : na, title="SMA100", color=color.red)
plot(showSMA200 ? sma200 : na, title="SMA200", color=color.white)
MACDPro💥 MACDPro — Clean & Incredibly Clear Trend Indicator 💥
MACDPro is your ultimate trading ally. Forget overloaded charts and messy signals — this tool is built for clarity, simplicity, and powerful signals.
Designed for both beginners and experienced traders who value clean visuals and no-BS signals, MACDPro helps you see the market clearly and act with confidence.
🧠 What Makes MACDPro Special:
Clean visuals – only what matters: histogram and signal line, no clutter.
Crystal-clear signals – easy-to-read crossovers and momentum shifts.
Multi-timeframe optimized – works flawlessly from scalping to swing trading.
Universal use – whether it’s crypto, gold, forex, or indices — MACDPro delivers.
Efficient code – smooth, fast, and accurate without unnecessary calculations.
⚙️ How to Use:
🔄 Signal line crossover – spot entries and exits with confidence.
📉 Histogram shift – catch trend reversals and momentum changes.
🔍 (Optional) Divergence detection – advanced edge for spotting early market shifts.
MACDPro is what MACD was meant to be — clean, powerful, and effective.
No noise. Just performance. Just results.
Metrics TJ
📘 Metrics TJ
Author: Trade Journey
Type: Market Metrics / Intraday
Timeframes:
Context: 1H
Entry Points: 15m
---
🎯 Core Idea
Metrics TJ is a powerful market metrics tool designed for intraday traders. It provides essential market data — including volume, ATR (Average True Range), and correlation with other assets — to help you make informed decisions. By combining multiple indicators into a unified view, this tool allows you to spot key trends, volatility, and relative strength within a single chart.
---
🔍 Strategy Logic
1. Context (1H)
Before making intraday decisions on smaller timeframes (such as the 15m chart), use the 1H timeframe to understand the broader market context:
Look at candle structure, levels, volume, and other signals to identify if the market is trending or consolidating.
Example: If the 1H chart shows rising volume and a series of higher highs and lows, it indicates an uptrend.
2. Core Metrics
Day Volume (DV): Total volume traded over the past 24 hours. A sharp increase may indicate increased market interest and potential for higher volatility.
Average Volume (AV): A smoothed average volume over a set period. Spikes in average volume can highlight unusual activity, signaling potential moves.
ATR (NATR): Measures the market's volatility. A high ATR means the market is moving more dynamically, often correlating with larger price moves.
Correlation (CR): Measures how strongly the asset is correlated with a reference pair, such as BTC. A strong positive or negative correlation could indicate an impending move or reversal.
3. Trade Filter
To improve the accuracy of the strategy:
Use Volume and ATR thresholds to filter out low-volatility or range-bound conditions.
Correlation with a reference asset helps identify when the market's behavior diverges from its usual pattern.
---
📈 Example of Entry Logic
1. On 1H: The market is in a confirmed uptrend, with rising volume and a series of higher highs.
2. On 15m: You observe an increase in Day Volume and Average Volume signaling potential for a breakout.
3. ATR is high, showing the market is volatile — indicating a good environment for intraday trading.
4. Correlation with BTC shows strong positive correlation, suggesting a price move in sync with the larger crypto market.
5. Trade Decision:
Enter long if the conditions are met: Volume spikes, ATR confirms volatility, and correlation supports the price direction.
Exit if volume decreases, ATR drops, or if the correlation weakens.
---
⚙️ Settings
(tradingview\.com/x/Y6PjccKy/)
---
📊 Why It Works
Day Volume and Average Volume help identify unusual activity, potentially signaling a price move.
ATR highlights periods of high volatility, which are crucial for intraday trading.
Correlation with major assets (like BTC) gives additional context on the market's broader movement, improving the probability of profitable trades.
Using a combination of volume and ATR reduces the likelihood of false signals, especially in choppy or low-volume environments.
---
🔔 Recommendations
Best used in strong trending markets where volume and volatility are in sync.
Avoid trading in range-bound conditions where price action lacks momentum.
Use this strategy as a supplement to other technical indicators or as part of a larger trading system.
---
✅ Conclusion
Metrics TJ provides a holistic view of the market, combining key metrics to help traders make smarter intraday decisions. By focusing on volume, volatility, and correlation, it can help you spot high-probability trades and avoid noise.
Try it on demo, adjust the settings to fit your trading style, and start identifying profitable opportunities!
---
📌 Important Note:
This indicator is best used in combination with higher timeframe analysis. Always consider the broader market context before making any trades.
Enhanced Volume w/ Pocket Pivots, Milestones & LiquiditySure! Here’s a professional and clear **description** you can use when saving or publishing the script on TradingView:
---
## 📄 Script Description: *Enhanced Volume w/ Pocket Pivots, Milestones & Liquidity*
This custom volume indicator enhances the default volume view by combining key institutional-level insights into a single tool. It highlights meaningful volume activity, liquidity conditions, and milestone events to help traders better understand accumulation/distribution and smart money participation.
### 🔍 Features:
* **Color-coded volume bars**:
* 🔵 **Pocket Pivot Volume (PPV)**: Up-day with volume > highest down-day volume of last 10 bars.
* 🟢 **Up Volume**: Up-day with volume > 50-day average.
* 🔴 **Down Volume**: Down-day with volume > 50-day average.
* 🟠 **Dry Volume**: Low-volume bars < 20% of 50-day average.
* ⚫ **Neutral/Other bars**: No significant signal.
* **Volume Milestones**:
* **HVE**: Highest volume ever (20 years lookback).
* **HVY**: Highest volume in the past 1 year (252 bars).
* **HVQ**: Highest volume in the past quarter (63 bars).
* **Projected Volume**:
* Real-time estimate of end-of-day volume based on elapsed session time.
* **Liquidity Metrics**:
* Displays current and 50-day average dollar volume.
* Estimates 1-minute liquidity for large-position feasibility.
* **Relative Volume Label**:
* Displays how today’s volume compares to the 50-day average.
* **Alerts Included**:
* Set alerts for HVE, HVY, and HVQ to catch key breakout or climactic volume events.
---
### 🧠 Ideal For:
* Growth stock traders
* Volume/price analysts
* Intraday & swing traders
* Institutions or prop traders needing liquidity benchmarks
---
Let me know if you'd like a short or promotional version (for sharing with others).