HeatVOLFirst and foremost, credit goes to xdecow and his great work in the Heatmap Volume indicator. I copied it to make some changes that I wanted (mainly being able to color the volume bars and candlesticks independently).
Overview:
HeatVOL uses statistical analysis to instantly identify significant volume anomalies. By calculating Z-scores (standard deviations from the moving average), it creates a visual heatmap that highlights unusual market activity in real-time. Both candlesticks and volume bars are color-coded based on customizable thresholds, making volume surges immediately visible.
🎨 Visual Heatmap System
- Color-coded candlesticks and volume bars based on volume intensity
- Five threshold levels: Extra High (4σ), High (2.5σ), Medium (1σ), Normal (-0.5σ), and Low
- Multiple display modes: backgrounds, lines, or both
- Customizable colors for all threshold levels
🔔 Smart Alerts
- Set alerts for any threshold level
- Separate alerts for up/down volume bars
- Monitor unusual volume activity across multiple instruments
Use Cases:
- Identify institutional activity and large player participation
- Spot potential breakouts or reversals with volume confirmation
- Monitor volume climax and exhaustion patterns
- Analyze volume trends across different timeframes
Göstergeler ve stratejiler
Keltner BandWidthThis script measures the bandwidth of Keltner Channels using the same formula as is typical for Bollinger Bandwidth - (Upper band - Lower Band)/Basis where basis is the 20 period moving average. In the case of Keltner Channels, the basis uses the exponential moving average and a 10-period Average True Range as the multiplier. My use case for the indicator is to compare Bollinger Bandwidth to three different KC parameters (multipliers of 1x, 1.5x and 2x) for the identification of squeeze conditions used in the Simpler Trading Squeeze Pro indicator.
NY Liquidity Reversal - Debug Mode70 percent 1 rate strategy, no red folder news, trades from only 730 to noon, 20 EMA plus voluntarily breakout, 1 and one entry per direction per session per asset
Split Volume Histogram (Real Volume)v2 better volume indicator showing you exactly how much is buy or sell volume at the same time
DAO - Directional ATR OscillatorDAO - Directional ATR Oscillator. it combines trenddirection and strength by simply splitting the Average True Range in both directions over an oscilators zeroline with two MAs to make it easier to spot the overall trenddirection together with momentum and strength but it also works great for spotting divergences and possible trendreversals early. have fun with this everything indicator !
Order-Flow Market StructureOrder-Flow Market Structure by The_Forex_Steward
A precision tool for visualizing internal shifts, swing structure, BOS events, Fibonacci levels, and multi-timeframe alerts.
What It Does
The Order-Flow Market Structure indicator intelligently tracks and visualizes price structure using higher timeframe candles. It automatically detects:
• Internal bullish and bearish structure shifts
• Swing highs and lows (HH, HL, LH, LL)
• Break of Structure (BoS) confirmations
• Fibonacci retracement levels from recent swing moves
• Real-time alerts across LTF, MTF, and HTF modes
It’s a complete tool for traders who follow Smart Money Concepts, ICT, or institutional price action strategies.
How It Works
• You select a Higher Timeframe (HTF) to set the structural context
• Internal shifts are identified using HTF candle closes
• The indicator scans for swing highs/lows after each internal shift
• Breaks of previous swing points confirm BoS and plot horizontal lines
• Zigzag lines visually connect structural points (swings and BoS)
• Fibonacci levels are drawn between the latest swings
• Alerts can be configured for structure shifts, BoS events, and fib level breaks
How to Use It
Set your preferred HTF (e.g., 1H while trading on 5-minute)
Enable Fibonacci levels to visualize retracement zones
Watch for:
• Bullish internal shifts → HL to HH
• Bearish internal shifts → LH to LL
• BOS → Breakout confirmation
Enable alerts to catch structural events in real-time
Adjust the "Safe History Offset" if working with long lookbacks or volatile assets
Who It's For
• Traders using Smart Money, ICT, or market structure-based systems
• Scalpers, day traders, and swing traders
• Anyone needing precise structural insight across multiple timeframes
Features
• BoS detection with custom line styles and width
• HH, HL, LH, LL label plotting
• Optional Fibonacci retracement zones
• Custom alerts for swing shifts and fib level breaks
• LTF, MTF, and HTF alert modes
Stay aligned with structure, trade with precision, and get alerted to key shifts in real time.
MA Crossover with +100 Target Label//@version=5
indicator("MA Crossover with +100 Target Label", overlay=true)
// === Input Parameters ===
shortPeriod = input.int(10, title="Short MA Period")
longPeriod = input.int(100, title="Long MA Period")
pointTarget = input.float(100.0, title="Target Points", step=0.1)
// === Moving Averages ===
shortMA = ta.sma(close, shortPeriod)
longMA = ta.sma(close, longPeriod)
// === Plotting MAs ===
plot(shortMA, title="Short MA", color=color.orange)
plot(longMA, title="Long MA", color=color.blue)
// === Crossover Detection ===
bullishCross = ta.crossover(shortMA, longMA)
bearishCross = ta.crossunder(shortMA, longMA)
// === Variables to Track Entry and Targets ===
var float buyPrice = na
var float sellPrice = na
var bool buyActive = false
var bool sellActive = false
// === On Buy Signal ===
if bullishCross
buyPrice := close
buyActive := true
sellActive := false // Reset opposite signal
sellPrice := na
label.new(bar_index, low, "Buy", style=label.style_label_up, color=color.green, textcolor=color.white)
// === On Sell Signal ===
if bearishCross
sellPrice := close
sellActive := true
buyActive :=
RSI, CCI, ADX Panel (Custom TF for Each)RSI, CCI, and ADX Combined – Multi-Timeframe, Fully Customizable Panel Indicator for TradingView
Overview
This Pine Script indicator integrates the Relative Strength Index (RSI), Commodity Channel Index (CCI), and Average Directional Index (ADX) into a single, clean panel for effortless technical analysis. Each indicator operates independently, with customizable length, smoothing, and time frame for maximum flexibility. Traders can now monitor momentum, trend strength, and overbought/oversold conditions across different time frames—all in one place.
Key Features
Independent Controls: Set length, smoothing (ADX), and time frame individually for each indicator via the settings panel.
Multi-Timeframe Support: Each oscillator (RSI, CCI, ADX) can be calculated on its own time frame, enabling nuanced inter-timeframe analysis.
Customizable Visualization: Adjust line color and thickness for each indicator to match your chart style.
Clean, Non-Overlay Display: All three indicators are plotted in a dedicated panel beneath the price chart, reducing clutter.
Reference Levels: Includes standard reference lines for oversold/overbought (RSI, CCI) and trend threshold (ADX) for quick visual cues.
Usage Ideas
Swing Trading: Compare short- and long-term momentum using different time frames for RSI, CCI, and ADX.
Trend Confirmation: Use ADX to filter RSI and CCI signals—only trade overbought/oversold conditions during strong trends.
Divergence Hunting: Spot divergences between time frames for early reversal signals.
Scalping: Set RSI and CCI to lower time frames for entry, while monitoring higher timeframe ADX for trend context.
How to Install
Paste the script into the Pine Editor on TradingView.
Add to chart. Adjust settings as desired.
Save as a template for quick reuse on any chart—all your custom settings will be preserved.
Customization
Edit lengths and time frames in the indicator’s settings dialog.
Toggle reference lines on/off as needed.
Fine-tune line appearance (color, thickness) for clarity.
Note:
This indicator does not provide automated buy/sell signals. It is a customizable analytical tool for manual or semi-automated trading. Use in combination with other technical or fundamental analysis for best results.
Combine Momentum, Trend, and Volatility—Seamlessly and Visually—With One Indicator.
Two MA Crossover with Labels//@version=5
indicator("Two MA Crossover with Labels", overlay=true)
// === Input Parameters ===
shortPeriod = input.int(10, title="Short MA Period")
longPeriod = input.int(100, title="Long MA Period")
// === Moving Averages ===
shortMA = ta.sma(close, shortPeriod)
longMA = ta.sma(close, longPeriod)
// === Plotting MAs ===
plot(shortMA, color=color.orange, title="Short MA")
plot(longMA, color=color.blue, title="Long MA")
// === Crossover Conditions ===
bullishCross = ta.crossover(shortMA, longMA)
bearishCross = ta.crossunder(shortMA, longMA)
// === Labels ===
if bullishCross
label.new(bar_index, low, "Buy", style=label.style_label_up, color=color.green, textcolor=color.white)
if bearishCross
label.new(bar_index, high, "Sell", style=label.style_label_down, color=color.red, textcolor=color.white)
Period Separator with DatesSimple period separator with dates. You can customize lines and colours. Feel free to customize and share your thoughts in the comment section. Remember time is the only thing you need to master the markets. Keep your charts clean and enjoy trading! ;)
D-LevelsThis indicator accepts a comma-separated list of price ranges as input and visualizes each range as a distinct zone on the chart, using randomized colors for distinction.
Enhanced Order Block Zones v6I created this indicator to identify orders blocks and label them on timeframes of 15 minutes and lower. This only identifies fairly recent orders blocks based off the performance of the markets. Always remember orders blocks are more accurate at higher timeframes. However, this can be utilized to see more real time orders blocks as they form.
RSI + TSV Kombi📊 RSI + TSV Combo Indicator (Intraday Reversal Tool)
This custom TradingView indicator is designed for intraday traders who want to combine price momentum (via RSI) with volume-based confirmation (via TSV). It’s particularly powerful for spotting short-term reversals around key market zones like VWAP, support/resistance, or options levels.
🧠 What does the Indicator show?
The indicator contains two elements in one pane:
🔹 Top Line – RSI (Relative Strength Index)
Type: RSI(7) – a short-term version of the classic RSI
Color-coded:
🟢 Green when RSI < 30 → potential oversold → bullish bias
🔴 Red when RSI > 70 → potential overbought → bearish bias
⚪ Gray in between → neutral
🔎 Purpose: Identifies overextended price moves — early warning for possible reversal zones.
🔸 Bottom Bars – TSV (Time Segmented Volume)
Formula: EMA(change(close) * volume, 9)
Color-coded histogram:
🟢 Green when TSV > 0 → bullish volume momentum
🔴 Red when TSV < 0 → bearish volume momentum
🔎 Purpose: Confirms whether price moves are supported by actual volume — helps filter false signals from RSI.
⚖️ How to Interpret the Indicator
✅ Long Setup
RSI is below 30 (green line)
TSV bars turn green or cross above 0
Ideally at a support level or near VWAP
➡️ Buy signal confirmed by volume
❌ Short Setup
RSI above 70 (red line)
TSV bars are red or turning red
Ideally at a resistance zone or VWAP deviation
➡️ Sell signal confirmed by selling pressure
⚠️ Avoid trades when...
RSI is oversold/overbought, but TSV disagrees
(e.g. RSI < 30 but TSV is red → weak confirmation)
🧭 Practical Usage in Intraday Trading (e.g. 5-minute chart)
Step What to look for
Setup Zone RSI hits extreme level (under 30 or above 70)
Volume Confirmation TSV bars flip color (red → green or vice versa)
Entry Price breaks candle high/low with volume support
Exit VWAP, volume node, or next support/resistance zone
🔧 Options for Expansion
This script is already running cleanly, but you could easily extend it with:
📍 Buy/Sell Arrows on chart when both RSI + TSV align
🔔 Alerts for instant trade triggers
💡 Overlay version that places symbols directly on the price chart
🔒 Filter to only show signals above/below VWAP
Let me know — I can build any of these for you.
✅ Summary
This RSI + TSV Combo is a simple yet powerful tool to:
Spot momentum reversals
Confirm trades with volume
Stay disciplined and rule-based in fast-moving intraday setups
It’s especially useful when combined with:
VWAP
Volume Profile Zones (HVNs/LVNs)
Key psychological or options levels
ATR HUDThis script displays the Average True Range value for your chart's timeframe and displays it in a small tidy table. ATR is a valuable indicator for position sizing, stop placement, profit expectancy and other trade planning considerations. With this script you can keep the current ATR value visible without taking up much precious window space. You can select your preferred smoothing method, lookback period, and window position in the settings. Enjoy!
Previous Day High/Low/Close - Static Daily Lines (Custom Colors)previous day high low closing
statick line can be change with tihe time frame 5 to 15
Goldbach Swing Points [z3nius]This script checks if the swing point's time (hour + minute) is a Goldbach number. Only works on CME futures charts.
Altcoin Breakout Detector//@version=5
indicator("Altcoin Breakout Detector", overlay=true)
resistanceLevel = input.float(50.0, "Resistance Level", minval=0.0, maxval=100.0)
breakoutZoneTop = input.float(25.0, "Breakout Zone Top", minval=0.0, maxval=100.0)
shortMA = ta.sma(close, 5) // 5-period moving average for trend confirmation
// Define buy signal conditions
lastPrice = close
secondLastPrice = close
lastVolume = volume
avgVolume = ta.sma(volume, 20) // 20-period simple moving average of volume
buySignal = lastPrice > resistanceLevel and secondLastPrice <= resistanceLevel and lastVolume > avgVolume * 1.5 and lastPrice > shortMA
// Plot buy signal
plotshape(buySignal, title="Buy Signal", location=location.belowbar, color=color.green, style=shape.triangleup, size=size.small)
// Highlight breakout zone
hline(breakoutZoneTop, "Breakout Zone", color=color.orange, linestyle=hline.style_dashed)
bgcolor(color.new(color.orange, 90)) // Constant shading for the breakout zone (0 to 25.00)
Trend StrengthTrend Strength Dashboard (11-Point System)
Description:
This indicator is a visually enhanced dashboard that evaluates 11 key technical signals to assess bullish momentum for stocks and ETFs. Each condition is displayed in a easy reading table for quick interpretation and visual appeal.
Signals include:
Higher highs and higher lows
Price above EMA21 and SMA200
SMA50 > SMA200
Positive slope on SMA50 and SMA200
RSI trending upward
Ideal for traders who want a clean, at-a-glance summary of market strength without scanning multiple charts or indicators.
Custom EMA 9/21/50/200Chart Screenshots: Include a chart screenshot showing the EMAs with different colors and line styles (e.g., EMA 9 dashed, EMA 21 dotted, EMA 50 solid, EMA 200 solid) to demonstrate the visual output.
Backtest Results: If you want to add credibility, you can mention that the indicator is designed for visual analysis but can be integrated into strategies (though no trading logic is included here).
TradingView Guidelines: Ensure compliance with TradingView’s publishing rules (e.g., original content, no misleading claims).
This description is concise yet comprehensive, highlighting the indicator’s features and usability to attract traders on TradingView. Let me know if you need help with additional publishing steps or want to tweak the description further!