Minimalist RSI - Nasdaq (14) with Volume Filter and AlertsDescription:
This indicator shows the standard RSI (period 14) adapted for Nasdaq, with a clean and minimalist design. It adds visual levels for overbought (75) and oversold (25), plus an optional centerline 50 to better interpret momentum.
It incorporates a high volume visual filter to confirm signals and avoid false entries in low-interest conditions. Buy and sell signals are based on RSI crosses in extreme zones, optionally filtered by volume to improve reliability.
You can enable automatic alerts to receive notifications when important signals occur.
How to use:
Watch the RSI and its position relative to overbought/oversold zones and the 50 line.
Wait for high volume confirmation for greater reliability (you can disable this filter if preferred).
Use buy and sell signals alongside your price action and overall context analysis to make decisions.
Set alerts to not miss opportunities.
Important Notice:
This indicator is a support tool, not a complete strategy. Trading involves risks and no guarantees. Always use risk management and test the indicator on a demo before using it live.
Personal note:
This is my first script and I would love to receive constructive feedback to improve and offer better tools to the community. Thanks for trying it!
Motivational phrase:
“No risk, no reward.”
Göstergeler ve stratejiler
VRD-5: Volume Reversal Detector (5 Bars)Overview
This Pine Script indicator detects potential trend reversals based on volume patterns over a 5-bar period. It identifies accumulation (bullish) and distribution (bearish) patterns using volume analysis combined with price action.
Key Features
Volume Analysis:
Compares current volume to a 34-period SMA
Identifies strong/weak volume using configurable thresholds
Calculates volume "energy" as a 5-bar average ratio
Pattern Detection:
Bearish Signal: Looks for decreasing volume after a strong volume bar
Bullish Signal: Looks for increasing volume after weak volume bars
Visualization:
Colored volume histogram (bullish/bearish/neutral)
SMA volume line
Labels for detected signals
Customization Options:
Adjustable lookback period (3-10 bars)
Configurable thresholds for volume strength
Strict mode requiring confirming price action
Suggested Improvements
Performance Optimization:
Reduce the max_labels_count (currently 500) to improve performance
Consider using barstate.isconfirmed for more efficient calculations
Enhanced Visualization:
Add arrows on price chart for better visibility
Include a background color highlight for signal periods
Add option to display the energy level as a separate line
Additional Features:
Incorporate RSI or MACD for confirmation
Add multi-timeframe analysis capability
Include a strategy version for backtesting
Code Structure:
Separate the logic into distinct functions for better readability
Add more detailed comments for complex calculations
Consider using varip for real-time updates if needed
User Experience:
Add input options for label text size/position
Include sound options for alerts
Add a toggle for the information table
This indicator provides a solid foundation for volume-based reversal detection that could be further enhanced with these improvements while maintaining its core functionality.
RSI DJ GUTO 2025RSI do Samuca, tem de trocar as cores, esse e o usado nas lives, tem de trocar as cores pra ficar igual ao do Samuca pois aqui nao consegui trocar as cores.
Samuca's RSI, you have to change the colors, this is the one used in the lives, you have to change the colors to be the same as Samuca's because I couldn't change the colors here.
SCTI V30Description
The SCTI V30 is an advanced multi-functional technical analysis indicator for TradingView that combines multiple analytical approaches into a single comprehensive tool. This indicator provides:
Multiple Moving Average Types (EMA, SMA, PMA with various calculation methods)
Customizable VWAP with standard deviation bands
Sophisticated Divergence Detection across 12 different indicators
Volume Profile Analysis with peak/trough detection
Highly Configurable Display Options
The indicator is designed to help traders identify trends, potential reversals, and key support/resistance levels across different timeframes.
Features
1. Moving Average Systems
EMA Section: 13 configurable EMA periods (8, 13, 21, 34, 55, 89, 144, 233, 377, 610, 987, 1597, 2584)
SMA Section: 13 configurable SMA periods (same as EMA)
PMA Section: 11 customizable moving averages with multiple calculation methods:
ALMA, EMA, RMA, SMA, SWMA, VWAP, VWMA, WMA
Adjustable lengths from 12 to 1056
Customizable colors, widths, and fill options between MAs
2. VWAP Implementation
Multiple anchor periods (Session, Week, Month, Quarter, Year, etc.)
Standard deviation or percentage-based bands
Option to hide on daily/weekly/monthly timeframes
Customizable band multipliers (1.0, 2.0, 3.0)
3. Divergence Detection
Detects regular and hidden divergences across 12 indicators:
MACD, MACD Histogram, RSI, Stochastic, CCI, Momentum
OBV, VW-MACD, Chaikin Money Flow, Money Flow Index
Williams %R, and custom external indicators
Customizable detection parameters:
Pivot point period (1-50)
Source (Close or High/Low)
Divergence type (Regular, Hidden, or Both)
Minimum number of divergences required (1-11)
Maximum pivot points to check (1-20)
Maximum bars to look back (30-200)
4. Volume Profile Analysis
Configurable profile length (10-5000 bars)
Value Area threshold (0-100%)
Profile placement (Left or Right)
Number of rows (30-130)
Profile width adjustment
Volume node detection:
Peaks (with cluster option)
Troughs (with cluster option)
Highest/Lowest volume nodes
Customizable colors for all elements
Input Parameters
The indicator is organized into 7 parameter groups:
Basic Indicator Settings - Toggle visibility of main components
EMA Settings - Configure 13 EMA periods and visibility
SMA Settings - Configure 13 SMA periods and visibility
PMA Settings - Advanced moving average configuration
VWAP Settings - Volume-weighted average price configuration
Divergence Settings - Comprehensive divergence detection options
Volume Profile & Node Detection - Volume analysis configuration
How to Use
Trend Identification: Use the multiple moving averages to identify trend direction and strength. The Fibonacci-based periods (21, 34, 55, 89, 144, etc.) are particularly useful for this.
Support/Resistance: The VWAP and volume profile components help identify key support/resistance levels.
Divergence Trading: Look for divergences between price and the various indicators to spot potential reversal points.
Volume Analysis: The volume profile shows where the most trading activity occurred, highlighting important price levels.
Customization: Adjust the settings to match your trading style and timeframe. The indicator is highly configurable to suit different trading approaches.
Alerts
The indicator includes alert conditions for:
Positive regular divergence detected
Negative regular divergence detected
Positive hidden divergence detected
Negative hidden divergence detected
Any positive divergence (regular or hidden)
Any negative divergence (regular or hidden)
Notes
The indicator may be resource-intensive due to its comprehensive calculations, especially on lower timeframes with long lookback periods.
Some features (like VWAP) can be hidden on higher timeframes to improve performance.
The default settings are optimized for daily charts but can be adjusted for any timeframe.
This powerful all-in-one indicator provides traders with a complete toolkit for technical analysis, combining trend-following, momentum, volume, and divergence techniques into a single, customizable solution.
Volume Analysis with Averages- LEMAZZEThis is a Pine Script indicator that analyzes trading volume with two moving averages. Here's what it does:
Features:
Plots raw volume as a histogram colored by price movement (green=up, red=down, gray=neutral)
Adds two Simple Moving Averages (SMA) of volume:
Blue line: 21-period SMA (default)
Orange line: 34-period SMA (default)
Creates alert conditions for:
High volume (when volume exceeds both MAs)
Low volume (when volume is below both MAs)
Displays the last values in a label on the right side of the chart
Customization Options:
Adjustable lengths for both moving averages (with reasonable min/max limits)
Transparency settings for the colors (currently at 70% opacity)
Usage:
The indicator helps identify periods of unusually high or low volume compared to recent averages, which can signal potential trend changes or confirm existing trends.
ADR/ATR Session No Probability Table by LKHere you go—clear, English docs you can drop into your script’s description or share with teammates.
ADR/ATR Session by LK — Overview
This indicator summarizes Average Daily Range (ADR) and Average True Range (ATR) for two horizons:
• Session H4 (e.g., 06:00–13:00 on a 4‑hour chart)
• Daily (D)
It shows:
• Current ADR/ATR values (using your chosen smoothing method)
• How much of ADR/ATR today/this bar has already been consumed (% of ADR/ATR)
• ADR/ATR as a percent of price
• Optional probability blocks: likelihood that %ADR will exceed user‑defined thresholds over a lookback window
• Optional on‑chart lines for the current H4 and Daily candles: Open, ADR High, ADR Low
⸻
What the metrics mean
• ADR (H4 / D): Moving average of the bar range (high - low).
• ATR (H4 / D): Moving average of True Range (max(hi-lo, |hi-close |, |lo-close |)).
• % of ADR (curr H4): (H4 range of the current H4 bar) / ADR(H4) × 100. Updates live even if the current time is outside the session.
• % of ADR (Daily): (today’s intra‑day range) / ADR(D) × 100.
• % of ATR (curr H4 / Daily): TR / ATR × 100 for that horizon.
• ADR % of Price / ATR % of Price: ADR or ATR divided by current price × 100 (a quick “volatility vs. price” gauge).
Session logic (H4): ADR/ATR(H4) only update on bars that fall inside the configured session window; outside the window the values hold steady (no recalculation “bleed”).
Daily range tracking: The indicator tracks today’s high/low in real‑time and resets at the day change.
⸻
Inputs (quick reference)
Core
• Length (ADR/ATR): smoothing length for ADR/ATR (default 21).
• Wait for Higher TF Bar Close: if true, updates ADR/ATR only after the higher‑TF bar closes when using request.security.
Timeframes
• Session Timeframe (H4): default 240.
• Daily Timeframe: default D.
Session time
• Session Timezone: “Chart” (default) or a fixed timezone.
• Session Start Hour, End Hour (minutes are fixed to 0 in this version).
Smoothing methods
• H4 ADR Method / H4 ATR Method: SMA/EMA/RMA/WMA.
• Daily ADR Method / Daily ATR Method: SMA/EMA/RMA/WMA.
Table appearance
• Table BG, Table Text, Table Font Size.
Lines (optional)
• Show current H4 segments, Show current Daily segments
• Line colors for Open / ADR High / ADR Low
• Line width
Probability
• H4 Probability Lookback (bars): number of H4 bars to examine (e.g., 300).
• Daily Probability Lookback (days): number of D bars (e.g., 180).
• ADR thresholds (%): CSV list of thresholds (e.g., 25,50,55,60,65,70,75,80,85,90,95,100,125,150).
The table will show the % of lookback bars where %ADR ≥ threshold.
Tip: If you want probabilities only for session H4 bars (not every H4 bar), ask and I can add a toggle to filter by inSess.
⸻
How to read the table
H4 block
• ADR (method) / ATR (method): the session‑aware averages.
• % of ADR (curr H4): live progress of this H4 bar toward the session ADR.
• ADR % of Price: ADR(H4) relative to price.
• % of ATR (curr H4) and ATR % of Price: same idea for ATR.
H4 Probability (lookback N bars)
• Rows like “≥ 80% ADR” show the fraction (in %) of the last N H4 bars that reached at least 80% of ADR(H4).
Daily block
• Mirrors the H4 block, but for Daily.
Daily Probability (lookback M days)
• Rows like “≥ 100% ADR” show the fraction of the last M daily bars whose daily range reached at least 100% of ADR(D).
⸻
Practical usage
• Use % of ADR (curr H4 / Daily) to judge exhaustion or room left in the day/session.
E.g., if Daily %ADR is already 95%, be cautious with momentum continuation trades.
• The probability tables give a quick historical context:
If “≥ 125% ADR” is ~18%, the market rarely stretches that far; your trade sizing/targets can reflect that.
• ADR/ATR % of Price helps normalize volatility between instruments.
⸻
Troubleshooting
• If probability rows are blank: ensure lookback windows are large enough (and that the chart has enough history).
• If ADR/ATR show … (NA): usually you don’t have enough bars for the chosen length/TF yet.
• If line segments are missing: verify you’re on a chart with visible current H4/D bars and the toggles are enabled.
⸻
Notes & customization ideas
• Add a toggle to count only session bars in H4 probability.
• Add separate thresholds for H4 vs Daily.
• Let users pick minutes for session start/end if needed.
• Add alerts when %ADR crosses specified thresholds.
If you want me to bundle any of the “ideas” above into the code, say the word and I’ll ship a clean patch.
Structure From Start – MTF + LTF Combo (body-close BOS)Displays both higher-timeframe (HTF) and lower-timeframe (LTF) market structure from a chosen start date, using body-close Break of Structure (BOS) logic.
Shows guard levels, BOS markers, and background bias shading for HTF, with optional LTF overlay. Users can selectively hide BOS text labels for either HTF or LTF, while keeping markers visible. Ideal for multi-timeframe structure analysis and backtesting.
Pivot Points HL DetailedThis indicator marks important turning points in the market, showing you the most recent swing high and swing low as horizontal lines across the chart. Each pivot line has a price label where it formed and a small counter that updates whenever the market touches that level again. The line’s color reflects the prevailing trend, determined by an EMA filter, so you can quickly see if the level is likely acting as support or resistance in the current market environment.
It works by scanning recent bars for points where price made a local high higher than several bars to its left and right, or a local low lower than several bars to its left and right. These pivots are calculated directly from price action using the ta.pivothigh and ta.pivotlow functions. Once identified, the level is tracked in real time, counting every time price crosses it. The EMA provides context: if price is above the EMA, the market is considered in an uptrend and the pivots are colored to match; if price is below, they’re marked as part of a downtrend.
For traders, this offers a clean way to see where the market has turned before and whether those levels are still relevant. Strong levels often show multiple touches, which can be used for entries, exits, or risk management. The built-in alert system can notify you when price approaches either the most recent swing high or swing low, so you can react quickly.
This tool can be applied in almost any market — forex, stocks, indices, commodities, or crypto — because price tends to respect recent swing points regardless of the asset class. It tends to be most effective in liquid markets, where many traders see and react to the same key levels, and it’s valuable in both trending and ranging conditions, though the EMA trend filter adds extra clarity when the market is moving directionally.
MNQ Contract Size CalculatorSimple drag and drop contract size calculator for MNQ. Uses variables for half risk ($100) and full risk ($200) to adjust your contract size. Perfect for 50k funded accounts.
SKI FVG IndicatorIt uses ICT concepts and takes entries and exits. Identifies good FVG and shows an entry to buy or short and also exits at swing high or low , discount areas, primary areas, DOL (draw on liquidity)
Swing Breakouts & Liquidity Sweeps - LEMAZZEIt looks like you've shared a Pine Script code for a TradingView indicator called "Swing Breakouts & Liquidity Sweeps - LEMAZZE." This indicator combines two trading concepts:
Swing Breakouts - Identifies potential breakout areas from swing highs/lows with test/retest labels.
Liquidity Sweeps - Detects when price sweeps liquidity (wick breaks) beyond swing points.
Key Features:
Swing Breakouts:
Customizable display options (bullish/bearish/both)
Adjustable width using ATR multiplier
Maximum bars without signal setting
Test/retest label display options
Color customization for bullish/bearish areas
Liquidity Sweeps:
Detects wick breaks and proper breaks of swing points
Three display modes (only wicks, only breakouts, or both)
Color customization for bull/bear sweeps
Extended area display option
How It Works:
It identifies swing highs/lows using pivot points
Creates zones around these swings where breakouts might occur
Tracks liquidity sweeps (wick breaks beyond swing points)
Marks test/retest scenarios with different label styles
Usage Tips:
The indicator works best on higher timeframes (1H+)
Combine with other confirmation signals for better accuracy
The liquidity sweeps can help identify potential stop runs
The breakout areas show zones where price might react
Triple Pivot Fib Levels Multi-Timeframe# 📈 Triple Pivot Fibonacci Levels Multi-Timeframe
## 🎯 Description
Advanced indicator that displays **three independent Fibonacci level sets** across different timeframes, enabling identification of **confluence zones** and key levels for multi-temporal trading strategies.
## ✨ Key Features
- **🔵 Fibonacci 1**: Primary analysis (default: Daily)
- **🟠 Fibonacci 2**: Intermediate analysis (default: 1H)
- **🟢 Fibonacci 3**: Complementary analysis (default: 4H)
## 📊 Included Levels
**Retracements**: 0%, 38.2%, 50%, 61.8%, 79%, 89%, 100%
**Extensions**: 112%, 127%, 162%
## ⚙️ Features
✅ **Multi-timeframe**: Each Fibonacci uses pivots from different timeframes
✅ **Full customization**: Colors, line thickness, label positioning
✅ **Alert system**: Notifications when price touches levels
✅ **Invert Fibonacci**: For bullish or bearish trends
✅ **Countdown**: Timer for current candle close
✅ **Memory optimization**: Automatic deletion of previous elements
## 🎨 Customization Options
- Colors and styles for each Fibonacci set
- Label positioning (right/left/both)
- Adjustable alert sensitivity
- Configurable pivot timeframes
## 💡 Strategic Usage
Perfect for identifying:
- **Confluence zones** between different timeframes
- **Multi-temporal support/resistance** levels
- **Precise entry/exit points**
- **Price targets** for take profits
## 🚀 Ideal For
- Swing Trading
- Multi-timeframe Day Trading
- Advanced Technical Analysis
- Fibonacci Confluence Strategies
---
*Complete indicator for traders who want to harness the power of Fibonacci levels across multiple time dimensions.*
Buy/Sell Alert Strong Signals [TCMaster]This indicator combines Smoothed Moving Averages (SMMA), Stochastic Oscillator, and popular candlestick patterns (Engulfing, 3 Line Strike) to highlight potential trend reversal zones.
Main features:
4 SMMA lines (21, 50, 100, 200) for short-, medium-, and long-term trend analysis.
Trend Fill: Background shading when EMA(2) and SMMA(200) are aligned, visually confirming trend direction.
Stochastic Filter: Filters signals based on overbought/oversold conditions to help reduce noise.
Candlestick pattern recognition:
Bullish/Bearish Engulfing
Bullish/Bearish 3 Line Strike
Alerts for each pattern when Stochastic conditions are met.
⚠️ Note: This is a technical analysis tool. It does not guarantee accuracy and is not financial advice. Always combine with other analysis methods and practice proper risk management.
🛠 How to Use:
1. SMMA Settings
21 SMMA & 50 SMMA: Short- and medium-term trend tracking.
100 SMMA: Optional mid/long-term filter (toggle on/off).
200 SMMA: Major trend direction reference.
2. Trend Fill
EMA(2) > SMMA(200): Background shaded green (uptrend bias).
EMA(2) < SMMA(200): Background shaded red (downtrend bias).
Can be enabled/disabled in settings.
3. Stochastic Filter
K Length, D Smoothing, Smooth K: Adjust sensitivity.
Overbought & Oversold: Default 80 / 20 thresholds.
Buy signals only valid if Stochastic is oversold.
Sell signals only valid if Stochastic is overbought.
4. Candlestick Patterns
3 Line Strike:
Bullish: Three consecutive bullish candles followed by one bearish candle closing below the previous, with potential reversal.
Bearish: Three consecutive bearish candles followed by one bullish candle closing above the previous, with potential reversal.
Engulfing:
Bullish: Green candle fully engulfs the prior red candle body.
Bearish: Red candle fully engulfs the prior green candle body.
5. Alerts
Alerts available for each pattern when Stochastic conditions are met.
Example: "Bullish Engulfing + Stochastic confirm".
📌 Important Notes
Do not use this indicator as the sole basis for trading decisions.
Test on a demo account before applying to live trades.
Combine with multi-timeframe analysis, volume, and proper position sizing.
4 Moving Averages 4 Moving Averages
An indicator with four moving averages with ready-to-use settings. Use them as support and resistance.
Nil's Side Live HTF Candles + CountdownThis indicator displays two higher timeframe candles side-by-side on the right side of your chart, regardless of your current chart timeframe.
By default, it shows the current 30-minute and 1-hour candles, updating tick-by-tick as they form.
ZapTeam Pro Strategy v6 — EMA The Pro Strategy v6 script is a versatile trading strategy for TradingView that combines trend indicators, filters, and levels.
Main features:
EMA 21, EMA 50, EMA 200 — trend detection and entry signals via EMA crossovers.
Ichimoku Cloud (optional) — trend filtering and price position relative to the cloud.
ETH Dominance filter (optional) — filters trades based on Ethereum dominance (ETH.D).
ATR Stop-Loss — dynamic stop-loss based on volatility.
Two take-profits (TP1 and TP2) with optional 50/50 split.
Dynamic Fibonacci Levels — automatic or manual swings, with 1.272 and 1.618 extensions.
Custom S/R Levels — user-defined support/resistance levels.
Level lines extend across the chart and automatically adjust when zooming or panning.
Designed for trading in trending market conditions on any timeframe.
The strategy calculates position size based on percentage risk per equity.
Time & Sales (Tape) - TableWhat it is
A compact Time & Sales (tape) visualizer rendered as a table on your chart. It reconstructs prints from a lower timeframe (e.g., 1-second) or, optionally, streams them in Live Tick mode. Each row shows Date, Time, Side (▲ up / ▼ down), Last, and Volume (or Price Volume), with a dynamic scale bar summarizing buy vs sell activity across the visible rows.
Note for newcomers
This is not a “go-to” oscillator or a signal generator. It’s an old-school tape reader that shows the market’s pulse in real time—prints, pace, and the balance between buying and selling. It’s descriptive, not predictive. Use it to observe flow and context on top of your existing method (price/volume/structure), not as a stand-alone “magic wand.”
What it shows
Date: user-selectable format (YYYY-MM-DD, DD-MM-YYYY, MM-DD, DD-MM).
Time: formatted in the selected timezone (New York - UTC-5/-4 by default).
Side: ▲ when last price increased vs the previous print, ▼ when it decreased.
Last: last traded price (formatted to symbol tick size).
Volume: either raw Volume or Price Volume (= HLC3 × Volume).
Dynamic Scale Bar: stacked “blocks” showing the proportion of buy vs sell volume over the current table window.
How it works
When Implement By Timeframe
Aggregates prints from a user-selected lower timeframe (using request.security_lower_tf). If the chosen timeframe is invalid (i.e., higher than the chart), it automatically falls back to 1S. The table is rebuilt on the last bar update.
When Implement By Live Tick
Streams prints only while the chart is in real time (using barstate.isrealtime). This mode does not backfill historical ticks; it appends as new ticks arrive.
Inputs
Timezone: maps timestamps to your chosen session/region.
Date Format: YYYY-MM-DD, DD-MM-YYYY, MM-DD, or DD-MM.
Table Location / Size: choose where the table sits and its font size.
Show Dynamic Volume Scale Bar: toggle the header scale bar.
Implement By: Timeframe (lower-TF reconstruction) or Live Tick.
Timeframe: lower-TF source (e.g., 1S). Falls back automatically if invalid.
Length (№ of Rows): number of rows displayed.
Size Type
Volume = raw exchange volume.
Price Volume = HLC3 × Volume (emphasizes prints at higher prices).
Repainting
Does not repaint historical rows.
Timeframe mode reconstructs from completed lower-TF bars and draws a fixed history window.
Live Tick mode only adds rows in real time; no historical backfill.
The table itself is redrawn on the last bar update for layout, but previously printed rows aren’t revised with future data.
Notes & limitations
Lower-TF aggregation depends on data availability for your symbol/plan. If you request very granular timeframes far back in history, data may be limited by platform constraints.
For performance on long histories, reduce Length (№ of Rows) or use Timeframe mode with 1S/5S as appropriate.
“Price Volume” is a derived metric, not exchange-reported volume. Use it if you want to weight volume by price (HLC3).
Use case
This module provides a fast, at-a-glance tape read directly on the chart: spot bursts of buys vs sells, see the pace and size of flow, and reference exact date/time and last price without leaving your layout. It’s designed as a supporting tool for discretionary execution and for documenting trade ideas that reference tape behavior.
Credits
Timezone helper: n00btraders/Timezone (imported library).
Built for Pine v6.
Disclosure
This script is an educational visualization. It does not place trades and is not financial or investment advice.
4 period Rolling VWAP Suite## 4-Period-Rolling-VWAP-Suite
A custom TradingView Pine Script indicator that calculates and plots multiple rolling VWAP (Volume Weighted Average Price) levels over different daily lookback periods. Designed to help traders identify key support/resistance zones and market bias— **especially effective during high or extreme volatility**.
---
## ✨ Features
- **Multiple Configurable VWAP Periods**:
- 5-day VWAP
- 10-day VWAP
- 15-day VWAP
- 20-day VWAP
- Optional 50-day VWAP
- **Dynamic Rolling Calculation**:
- VWAP levels roll forward with each new day
- No need to reset at the start of a session
- **Custom Colors** for quick on-chart identification
- Works on **any time frame** and with any instrument on TradingView
- Can be easily added directly from the public TradingView link (see below)
---
## 📎 Direct TradingView Access
You can add this indicator to your TradingView chart directly from the public library:
** ()**
My TradingView profile: ** (www.tradingview.com)**
---
## 🛠 How It Works
VWAP is calculated as:
VWAP = (Σ (Typical Price × Volume)) / (Σ Volume)
Where:
- **Typical Price** = (High + Low + Close) ÷ 3
- Calculations are **rolled** over the specified number of days rather than resetting daily
This script keeps track of:
- Price × Volume sums
- Volume sums
Over the last `n` days (5, 10, 15, 20, 50), and dynamically computes VWAP for each period.
---
## ⚡ Use Cases
- **Support & Resistance Mapping**:
Rolling VWAP levels often act as magnets for price, providing natural support/resistance.
- **Volatility Periods**:
During high volatility, rolling VWAP levels can help anchor trading decisions.
- **Bias Detection**:
Price above multiple VWAP levels can suggest bullish bias; below them can suggest bearish bias.
---
## 📋 Inputs
| Setting | Description | Default |
|------------------|--------------------------------------------|---------|
| Show 5D VWAP | Toggle 5-day rolling VWAP | ✅ |
| Show 10D VWAP | Toggle 10-day rolling VWAP | ✅ |
| Show 15D VWAP | Toggle 15-day rolling VWAP | ✅ |
| Show 20D VWAP | Toggle 20-day rolling VWAP | ✅ |
| Show 50D VWAP | Toggle 50-day rolling VWAP | ❌ |
---
## 🎨 Color Scheme
- **5D** – Orange
- **10D** – Soft Red
- **15D** – White
- **20D** – Electric Blue
- **50D** – Golden Yellow
---
## 📦 Installation from Code
1. Copy the code from (4%20period%20Rolling%20VWAP%20Suite.pine.txt)
2. Open **TradingView**
3. Go to **Pine Editor**
4. Paste the code and click **Add to Chart**
5. Save the script to your account
---
## 📜 License
MIT License — You’re free to use, modify, and share this script.
---
## 👤 Author
**EmotionalTrader**
- Futures trader, Python learner, aspiring asset trader, horse whisperer, space cowboy
- (www.tradingview.com)
- (github.com)
SMZ Scanner 1H (Fib 0.618–0.786) — stableQuickly spot when your watchlist tickers enter high-probability Smart Money Zones. This scanner checks up to 40 symbols on 1-hour candles, using the 0.618–0.786 Fibonacci retracement of the latest impulse leg (based on swing highs/lows).
What it does:
• Scans your custom list of tickers (up to 40 at once).
• Identifies fresh bullish or bearish impulses.
• Marks when price enters the key Fib retracement zone.
• Sends one clean alert per bar with all tickers that just hit.
Perfect for:
Swing traders and intraday traders tracking Smart Money Zone re-entries without flipping through dozens of charts.
Market Structures BOS/CHoCH Major- LEMAZZEHere's a breakdown of what the indicator does:
Input Parameters:
Allows customization of pivot period for order block detection
Provides style and color options for Bullish/Bearish BoS and ChoCh lines
Core Functionality:
Uses zigzag pattern detection to identify pivot highs and lows
Classifies pivots into different types (HH, LH, HL, LL) and tracks major/minor pivots
Detects Break of Structure (BoS) when price breaks a major level in the direction of the current trend
Detects Change of Character (ChoCh) when price breaks a major level against the current trend
Visualization:
Draws lines and labels for major BoS and ChoCh events
Differentiates between bullish (blue/green) and bearish (orange/red) structures
Allows customization of line styles (solid, dashed, dotted)
Trend Tracking:
Maintains an internal state of the market trend (Up, Down, or No Trend)
Updates trend based on BoS and ChoCh events
The indicator is designed to help traders identify significant market structure changes that often precede trend continuations (BoS) or reversals (ChoCh). The "Major" designation means it focuses only on the most significant structural levels.
The code is quite complex with extensive array manipulation to track pivot points and their classifications. It uses multiple arrays to store different types of pivots (major/minor) and their properties.
Advanced Swing Labels Prohe "Advanced Swing Labels Pro" indicator is a comprehensive tool for identifying and visualizing swing highs and lows on your TradingView chart. Here's a breakdown of its features:
Key Features:
Swing Detection:
Detects swing highs and lows based on user-defined pivot bars (default 5 candles on each side)
Can highlight intermediate swings between major swings
Customization Options:
Color customization for both swing highs and lows
Choice of label styles (triangle, circle, or square)
Adjustable label sizes for intermediate swings
Line style options (solid, dashed, dotted)
Visualization Tools:
Option to connect swings with trend lines
Ability to extend lines to the right
Price display on swing points
Toggle for showing/hiding short-term swings
Advanced Logic:
Identifies higher highs and lower lows
Marks intermediate swings when price makes a lower high or higher low
Manages memory by limiting the number of stored swings
Usage Tips:
Increase the pivot bars setting for longer-term swings
Use different colors for intermediate swings to better visualize price structure
Enable lines to see the overall trend direction
The indicator works best on higher timeframes (1H+)
Technical Notes:
Maximum of 500 labels/lines allowed (adjustable in indicator settings)
Cleans up short-term swings automatically when disabled
Optimized for performance with array management
This indicator is particularly useful for traders who want to quickly identify market structure, potential reversal points, and trend directions. The intermediate swing highlighting helps visualize the development of trends and potential weakening of momentum.
VWAP Combo: Weekly + Fibo & Daily + Stand dev# VWAP Combo: Weekly + Fibonacci Bands & Daily + Standard Deviation Bands
A **TradingView Pine Script** that combines **two VWAP-based analysis methods** into one flexible indicator:
1. **V1** — Weekly VWAP with Fibonacci-based standard deviation bands.
2. **V2** — Daily VWAP with standard deviation bands.
This suite is built for traders who want to track both macro (weekly) and micro (daily) price positioning against dynamic VWAP anchors.
---
## 📸 Screenshot
*(Add your screenshot here, e.g., `! (Screenshot.JPG)`)*
---
## ✨ Features
- **Two independent VWAP modes**:
- **V1**: Weekly VWAP + ±Fibonacci SD bands
- **V2**: Daily VWAP + ±Standard deviation bands
- **Customizable Parameters**:
- Fibonacci multipliers for V1
- Standard deviation multipliers for V2
- Color schemes and fill transparency
- **Bar Coloring**:
- Highlight bullish/bearish conditions for each VWAP mode
- **Previous VWAP Option**:
- Show prior daily VWAP for intraday reference
---
## 📎 Direct TradingView Access
You can add this indicator to your TradingView chart directly from the public library:
** ()**
My TradingView profile: ** (www.tradingview.com)**
---
## 🛠 How It Works
### **V1 – Weekly VWAP + Fibonacci Bands**
- VWAP resets at the start of each week.
- Standard deviation of price around VWAP is calculated.
- Fibonacci multipliers (`fib1`, `fib2`) define the upper/lower band distances.
- Useful for **macro trend anchoring** and spotting stretched price conditions.
### **V2 – Daily VWAP + Standard Deviation Bands**
- VWAP resets at the start of each day.
- Two sets of ±standard deviation bands define near-term price extremes.
- Optional previous-day VWAP plotting for intraday bias reference.
---
## ⚡ Use Cases
- **Support & Resistance**:
VWAP bands act as dynamic S/R levels.
- **Trend Context**:
Price location relative to weekly/daily VWAP helps define bias.
- **Volatility Analysis**:
Standard deviation bands adapt to volatility conditions.
- **Trade Timing**:
Use confluence between daily and weekly VWAP bands to find high-probability setups.
---
## 📋 Inputs
### **General**
| Input | Description |
|------------------|---------------------------------------|
| Show V1 | Toggle weekly VWAP + Fibo bands |
| Show V2 | Toggle daily VWAP + SD bands |
### **V1 – Weekly VWAP + Fibo**
| Input | Description | Default |
|------------------|---------------------------------------|---------|
| Fibo extension 1 | 1st band multiplier | 1.618 |
| Fibo extension 2 | 2nd band multiplier | 2.618 |
| Deviation filter | Only trigger if SD > threshold | 150 |
| Colors | VWAP line, up bands, down bands | Custom |
### **V2 – Daily VWAP + Stdev**
| Input | Description | Default |
|------------------|---------------------------------------|---------|
| SD multipliers | ±1st and ±2nd band multipliers | 1.28 / 2.01 |
| Colors | VWAP line, up fill, down fill | Custom |
| Show prev VWAP | Toggle previous daily VWAP | false |
---
## 🎨 Color Scheme (Defaults)
- **V1 VWAP** — Orange
- **V1 Bands Up** — Red
- **V1 Bands Down** — Lime
- **V2 VWAP** — Yellow
- **V2 Bands** — Gray (inner), Red/Green (outer)
---
## 📦 Installation
### Option 1 — Add Directly on TradingView (Easiest)
Add the indicator directly from the public library:
** ()**
---
### Option 2 — Install from Code
1. Copy the code from `VWAP-Combo-Weekly-Fibo-Daily-Stdev.pine`
2. Open **TradingView**
3. Go to **Pine Editor**
4. Paste the code and click **Add to Chart**
5. Save the script to your account
---
## 📜 License
MIT License — You’re free to use, modify, and share this script.
---
## 👤 Author
**EmotionalTrader**
- Futures trader, Python learner, aspiring asset trader, horse whisperer, space cowboy
- (www.tradingview.com)
- (github.com)