EMA 10/20//@version=6
indicator(title="EMA 10/20", overlay=true)
fast = ta.ema(close, 10)
slow = ta.ema(close, 20)
plot(fast, color=color.blue)
plot(slow, color=color.red)
Penunjuk dan strategi
Fractals + FVG [Combined]Звісно, ось варіант опису англійською, який можна використати для публікації індикатора в TradingView.
Description
This script combines two powerful and widely-used trading concepts into a single, comprehensive indicator: Bill Williams Fractals with dynamic support/resistance lines and Fair Value Gaps (FVG) based on the popular logic from LuxAlgo.
The goal is to provide a cleaner chart by merging two essential tools, allowing traders to analyze market structure and imbalances simultaneously.
Features
1. Williams Fractals with Invalidation Lines
This part of the indicator identifies classic Bill Williams fractals and enhances them with a unique visualization feature.
Fractal Detection: Automatically identifies both bullish (bottom) and bearish (top) fractals. You can choose between a 3-bar or 5-bar pattern in the settings.
Dynamic S/R Lines: A horizontal line is automatically drawn from every confirmed fractal, acting as a potential support or resistance level.
Automatic Invalidation: A line is considered "invalidated" or breached when the body of a candle closes past it. When this happens, the line stops extending, changes its color to the "invalidated" color, and remains on the chart as a historical reference. This provides a clear, objective signal that a level has been broken.
Customization: You can fully customize the colors for the support, resistance, and invalidated lines to match your chart theme.
2. Fair Value Gaps (FVG) / Imbalance
This module incorporates the robust FVG detection logic from LuxAlgo to automatically identify and display market imbalances.
FVG Detection: Highlights bullish and bearish Fair Value Gaps on the chart with colored boxes, representing inefficiencies in price delivery.
Automatic Mitigation: The FVG boxes are automatically removed from the chart once the price has "mitigated" or filled the gap, keeping your workspace clean and focused on active imbalances.
Multi-Timeframe (MTF): You can set the indicator to find and display FVGs from a higher timeframe directly on your current chart.
Dashboard: An optional on-screen dashboard provides a quick summary of the total count of bullish/bearish FVGs and the percentage that have been mitigated.
Full Customization: Control the colors of FVG boxes, extend their length, and configure other visual style settings.
How to Use
Fractal Lines: Use the active support and resistance lines as key levels for potential bounces or breaks. A line's invalidation can serve as confirmation of a shift in market structure.
FVG Zones: Fair Value Gaps often act as "magnets" for price. Use these zones as potential targets for your trades or as areas of interest for entries when price retraces to fill the imbalance.
Combined Strategy: The true power of this indicator comes from combining both concepts. For example, a bullish FVG forming near a key fractal support level can create a high-probability confluence zone for a long entry. Similarly, a break and invalidation of a fractal resistance line might signal that price is heading towards the next bearish FVG above.
This indicator is a tool for analysis and should be used in conjunction with your own trading strategy and risk management rules.
Pocket Pivots refinedPocket Pivots Refined
What it does
Detects pocket pivots and color-codes bars using both stock DMAs and market (NIFTY) trend filters. Adds a VCP arrow (volatility contraction + volume dry-up). Designed to be IPO-safe and configurable.
Signals & Colors
Blue — Pocket Pivot + %Up filter met + Stock DMAs (selected) OK + Market (NIFTY) MAs OK.
Green — Pocket Pivot + %Up filter met + Stock DMAs OK, but Market MAs not OK.
Yellow — Pocket Pivot, but Stock DMAs not OK.
Violet — Blue + MA stack (10>50>150>200) + price within X% above 50-DMA (configurable).
Pocket Pivot (PP) definition used
White candle and volume > SMA(volume, volAvgLen) × volMult and volume > highest down-day volume over last ppLookback bars.
VCP arrow (no label)
Plotted when (Blue OR Green OR Yellow) and
Range contraction:
range(1..20) < range(11..30) × 1.1 and range(11..30) < range(21..40) × 1.1
Volume dry-up: SMA(vol ,5) < SMA(vol ,10)
Inputs (key)
Min % Up for Blue/Green (default 3%).
Stock DMA toggles: require >10 / >50 / >200 (each switchable; IPO-safe: skipped if MA is na).
Market (NIFTY) MAs: three configurable lengths (defaults 21/50/200) + per-MA toggles.
Pocket Pivot params: lookback (default 10), volume SMA length (14), multiplier (1.2).
Violet: max % above 50-DMA cap (default 10%).
Market Status Strip: shows bull/bear color based on your selected market filters; baseline is IPO-safe.
Alerts included
Blue (Money incoming)
Green (Signal)
Arrow (VCP + qualifying candle)
Tip: set alerts to “Once per bar close” to avoid intrabar flips.
Repainting & limitations (disclosure)
Script does not use lookahead; it does not repaint historical closed bars.
Uses request.security() for Daily NIFTY. On intraday charts, the current day’s market filter updates until the daily candle closes; signals may change intrabar.
VCP/PP/DMAs are evaluated on the current bar; for consistency, act on bar close.
How to use (quick)
Start with defaults (21/50/200 for NIFTY).
Require 3%+ for Blue/Green to reduce noise (adjust per liquidity).
Look for Violet as the stricter Blue near the pivot with stacked MAs.
Prefer Arrow + Blue/Violet near 52-week highs or after quiet pullbacks.
Attribution
Inspired by Pocket Pivots (O’Neil/Minervini) and VCP concepts; this is an implementation/proxy, not an official definition.
Disclaimer
This tool is for educational purposes only. Not financial advice. Trading involves risk; do your own research and manage risk.
If you want, I can trim this further for the “Short Description” field (e.g., “Pocket Pivots + Market filter + VCP arrow. IPO-safe. Configurable 21/50/200. Adds stricter Violet near 50-DMA.”).
You said:
in.tradingview.com
make sure this is not violated
ChatGPT said:
Thought for 31s
Here’s a publish-ready description that meets TradingView’s Script Publishing Rules (English title, self-contained explanation, no hype/links, repainting/disclosure, originality/usefulness)
TradingView
.
Title
Pocket Pivots (IPO-safe, Configurable Market MAs + VCP + Violet)
What it does
Identifies Pocket Pivot accumulation bars and color-codes them using stock DMAs and market (index) trend filters. Adds an optional VCP arrow (volatility contraction + volume dry-up). Built to be IPO-safe, with configurable NIFTY MA lengths (defaults 21/50/200) and per-filter toggles.
How it works (concise)
Pocket Pivot (PP): White candle and volume > SMA(volume, volAvgLen) × volMult and volume > highest down-day volume in the last ppLookback bars.
Stock trend filters (toggleable): price > 10/50/200 DMAs (each can be turned on/off; IPO-safe via na checks).
Market filters (toggleable/length-configurable): index close > MA#1 / MA#2 / MA#3 (user sets lengths; default 21/50/200).
% up gate (user-set): Blue/Green require today’s change ≥ Min % Up (default 3%).
VCP arrow (no label): Plots when a qualifying candle (Blue/Green/Yellow) also shows range contraction (3 staggered windows) and volume dry-up (recent 5-SMA < older 10-SMA).
Colors
Blue – PP + %Up met + Stock filters OK + Market filters OK.
Green – PP + %Up met + Stock OK, Market NOT OK.
Yellow – PP but Stock NOT OK.
Violet – Blue + MA stack (10>50>150>200) + price ≤ X% above 50-DMA (user-set cap).
Inputs (key)
Min % Up for Blue/Green (default 3%).
Stock DMA toggles: >10 / >50 / >200.
Market MAs: three user-defined lengths + toggles (default 21/50/200).
Pocket Pivot params: lookback (default 10), volume SMA len (14), multiplier (1.2).
Violet cap: max % above 50-DMA (default 10%).
Status strip: always shows; color reflects Market filters; baseline is IPO-safe.
Alerts
Blue, Green, and Arrow (VCP + qualifying candle).
Tip: use Once per bar close to avoid intrabar flips.
Disclosures & limits
No lookahead; does not repaint closed bars.
Uses Daily index data for Market filters; on intraday charts, signals can update until the daily bar closes.
This is an educational tool, not financial advice. Manage risk.
Originality & usefulness
Combines PP detection with configurable market regime filters, an IPO-safe status strip, a stricter Violet qualifier near 50-DMA, and a lightweight VCP arrow for contraction + dry-up confirmation.
Inspired by Pocket Pivots of Gil morales and Chris Kacher and VCP concepts.
Multi+Custom VWAPMulti-VWAP (Session, Weekly, Monthly, Custom)
Description:
This script plots multiple VWAP (Volume Weighted Average Price) levels on the chart, giving traders a broader perspective of price action across different time horizons.
Features:
Session VWAP → Resets at the start of each trading session.
Weekly VWAP → Resets every Monday.
Monthly VWAP → Resets at the start of each new month.
Custom VWAP → User can specify a custom start date and time, and the script will calculate VWAP from that moment until the current bar.
Use Cases:
Compare intraday (session) VWAP with higher-timeframe VWAPs (weekly & monthly) to spot confluence levels.
Track how price interacts with institutional benchmarks.
Use custom VWAP to anchor from specific events (earnings, news releases, breakouts, etc.).
Notes:
Works on any timeframe and instrument that has volume data.
Designed to be clean and minimal with adjustable colors and line styles.
Useful for day traders, swing traders, and long-term investors who monitor VWAP across multiple time horizons.
RSI Dynamic Bands█ OVERVIEW
The "RSI Dynamic Bands" indicator is a variant of the Relative Strength Index (RSI) oscillator that brings its signals directly onto the price chart. It displays dynamic bands around the price, adjusted based on RSI levels, enabling easy identification of potential overbought or oversold conditions. The indicator also integrates a multi-timeframe RSI table, facilitating the analysis of trend strength across different timeframes.
█ CONCEPTS
The "RSI Dynamic Bands" indicator is designed to simplify the interpretation of price levels in the context of support and resistance zones, which can be correlated with other technical indicators and RSI values. Since the price itself does not display RSI values, a table showing RSI for four selected timeframes has been added, allowing traders to quickly assess trend strength across different time intervals. The most effective approach is to combine the indicator with other technical analysis tools, such as Fibonacci levels or pivot points, to confirm signals when the price approaches the bands and RSI values indicate a potential reversal.
Band Calculation
The bands are calculated based on the current closing price and RSI values, incorporating dynamic scaling to better adapt to market conditions. The formulas for the bands are as follows:
• Upper Band: close + (rsiUpper - rsi) * scaleFactor, where rsiUpper is the upper RSI level (default: 70), and scaleFactor accounts for market volatility.
• Lower Band: close + (rsiLower - rsi) * scaleFactor, where rsiLower is the lower RSI level (default: 30).
• Midline: The arithmetic average of the upper and lower bands: (upperBand + lowerBand) / 2.
Why Scaling? Without scaling, the bands would be chaotic and jagged, making them difficult to interpret. Scaling smooths the bands, making them wider during periods of high volatility and narrower during consolidation, better reflecting potential support and resistance levels.
Indicator Features
• Dynamic Price Bands: The bands adapt to market conditions, facilitating the identification of key price levels.
• Multi-Timeframe RSI Table: Displays RSI values for four selected timeframes (default: 15m, 1h, 4h, Daily), enabling comparison of trend strength across different perspectives.
• Style Customization: Users can adjust band colors, line thickness, and toggle the visibility of bands, fills, and the table.
How to Set Up the Indicator
1 — Add the "RSI Dynamic Bands" indicator to your TradingView chart.
2 — Configure parameters in the settings, such as RSI length, upper/lower levels, and scaling multiplier, to match your trading style.
3 — Enable or disable the display of bands, fills, or the RSI table based on your needs.
4 — Adjust band and table colors in the input section and line thickness in the "Style" section to better align the indicator with your chart.
█ OTHER SECTIONS
FEATURES
• RSI Length: The period for calculating RSI (default: 14).
• RSI Levels: Thresholds for overbought (default: 70) and oversold (default: 30).
• Scaling Multiplier: Adjusts bands based on market volatility (default: 0.15).
• Table Timeframes: Select four timeframes for the RSI table (default: 15m, 1h, 4h, Daily).
• Style Options: Customize band colors, fills, table, and line thickness.
HOW TO USE
Add the indicator to your chart, configure the parameters, and observe price interactions with the bands to identify potential entry and exit points. The RSI table allows you to compare RSI values across different timeframes, aiding in trading decisions. The most effective approach is to combine the indicator with other technical analysis tools, such as Fibonacci levels or pivot points, to confirm signals when the price approaches the bands and RSI values indicate a potential reversal.
Trading Strategies:
• Scalping: Use lower timeframes (e.g., 5m, 15m) in the RSI table to quickly identify short-term lows and highs. Wait for the price to approach the lower band in the RSI oversold zone, with RSI on lower timeframes starting to rise, and other tools, such as Fibonacci levels (e.g., 38.2%) or pivot points, confirming support.
• Medium-Term Trading: Focus on 1h and 4h timeframes. Look for confirmation of a low on a lower timeframe (e.g., 1h), where RSI indicates oversold conditions or starts rising, then check if RSI on a higher timeframe (e.g., 4h) confirms the trend. Confirmation from other tools, such as a Fibonacci level (e.g., 50%) or pivot point near the bands, strengthens the signal.
• Long-Term Trading: Use Daily and higher timeframes (e.g., Weekly). Wait for all relevant timeframes to confirm a low (e.g., RSI near oversold and price at the lower band), with lower timeframes (e.g., 4h) showing rising RSI. Other tools, such as Fibonacci levels (e.g., 61.8%) or pivot points near the bands, can further confirm a trend reversal signal.
Market Structure CHoCH/BOS (Fractal) & Fair Value Gap [LuxAlgo]This script is two of LuxAlgo's Scripts put together with the goal to combine these into 1 to allow for ease of use. No credit to myself whatsoever. All Credit to LuxAlgo.
Script 1. Market Structure CHoCH/BOS (Fractal)
Script 2. Fair Value Gap
All credit to LuxAlgo, just combined them into 1.
IFVG by Toño# IFVG by Toño - Pine Script Indicator
## Overview
This Pine Script indicator identifies and visualizes **Fair Value Gaps (FVG)** and **Inverted Fair Value Gaps (IFVG)** on trading charts. It provides advanced analysis of price inefficiencies and their subsequent inversions when mitigated.
## Key Features
### 1. Fair Value Gap (FVG) Detection
- **Bullish FVG**: Detected when `low > high ` (gap between current low and high of 2 bars ago)
- **Bearish FVG**: Detected when `high < low ` (gap between current high and low of 2 bars ago)
- Visual representation using colored rectangles (green for bullish, red for bearish)
### 2. Inverted Fair Value Gap (IFVG) Creation
- **IFVG Formation**: When a FVG gets mitigated (price fills the gap with candle body), an IFVG is created
- **Color Inversion**: The IFVG takes the opposite color of the original FVG
- Mitigated bullish FVG → Creates red (bearish) IFVG
- Mitigated bearish FVG → Creates green (bullish) IFVG
- **Mitigation Logic**: Uses only candle body (not wicks) to determine when a FVG is filled
### 3. Customizable Display Options
- **Show Normal FVG**: Toggle visibility of regular Fair Value Gaps
- **Show IFVG**: Toggle visibility of Inverted Fair Value Gaps
- **Smart FVG Display**: Even when "Show Normal FVG" is disabled, FVGs that are part of IFVGs remain visible
- **Extension Control**: Option to extend FVGs until they are mitigated
### 4. IFVG Extension Methods
- **Full Cross Method**: IFVG remains active until price completely crosses through it (including wicks)
- **Number of Bars Method**: IFVG remains active for a specified number of bars (1-100)
### 5. Visual Mitigation Signals
- **Cross Markers**: Shows X-shaped markers when IFVGs are mitigated
- Green cross above bar: Bearish IFVG mitigated
- Red cross below bar: Bullish IFVG mitigated
### 6. Comprehensive Alert System
- **IFVG Formation Alerts**: Notifications when new IFVGs are created
- **IFVG Mitigation Alerts**: Notifications when IFVGs are filled/mitigated
- **Separate Controls**: Individual toggles for bullish and bearish IFVG alerts
## How It Works
### Step-by-Step Process:
1. **FVG Detection**: Script continuously scans for 3-bar patterns that create price gaps
2. **FVG Tracking**: Each FVG is stored with its coordinates, type, and status
3. **Mitigation Monitoring**: Script watches for candle bodies that fill the FVG
4. **IFVG Creation**: Upon mitigation, creates an IFVG with opposite polarity at the same location
5. **IFVG Management**: Tracks and extends IFVGs according to chosen method
6. **Visual Updates**: Dynamically updates colors and visibility based on user settings
## Use Cases
- **Support/Resistance Analysis**: IFVGs often act as strong support/resistance levels
- **Market Structure Understanding**: Helps identify how market inefficiencies get filled and reversed
- **Entry/Exit Timing**: Can be used to time entries around IFVG formations or mitigations
- **Confluence Analysis**: Combine with other technical analysis tools for stronger signals
## Configuration Parameters
- **Colors**: Customizable colors for bullish/bearish FVGs and IFVGs
- **Extension**: Choose how long to display gaps on the chart
- **Alerts**: Full control over notification preferences
- **Visual Clarity**: Options to show/hide different gap types for cleaner charts
## Technical Specifications
- **Pine Script Version**: 5
- **Overlay**: True (displays directly on price chart)
- **Max Boxes**: 500 (supports up to 500 simultaneous gaps)
- **Performance**: Optimized array management for smooth operation
This indicator is particularly valuable for traders who use **Smart Money Concepts (SMC)** and **Inner Circle Trader (ICT)** methodologies, as it provides clear visualization of how institutional order flow creates and fills market inefficiencies.
DMI MTF Color Table v5DMI Multi-Timeframe Color Table v5
A comprehensive DMI (Directional Movement Index) table that displays trend direction and strength across multiple timeframes simultaneously. This indicator helps traders quickly assess market conditions and identify confluence across different time horizons.
Features:
Multi-timeframe analysis (7 configurable timeframes)
Color-coded cells based on trend strength and direction
Real-time current market condition display
Customizable strength thresholds and color schemes
Multiple display modes (All, DI+ Only, DI- Only, ADX Only)
Text-based strength classifications (STRONG/MEDIUM/WEAK)
Directional bias indicators (BULL/BEAR)
How It Works:
The table shows DI+, DI-, and ADX values across your chosen timeframes with intelligent color coding:
Green shades indicate bullish momentum (DI+ > DI-)
Red shades indicate bearish momentum (DI- > DI+)
Color intensity reflects trend strength based on ADX values
Current market condition appears in top-right corner
Display Options:
Toggle numerical values, strength text, and timeframe labels
Adjustable table size and transparency
Customizable color schemes for all conditions
Optional current timeframe DMI plot overlay
Educational Use:
This tool is designed for educational purposes to help understand multi-timeframe analysis and DMI interpretation. All trading decisions should be based on your own analysis and risk management.
Credits:
Original concept and development by Profitgang. If you use or modify this script, please provide appropriate credit to the original author.
Note: This indicator is for analysis purposes only. Past performance does not guarantee future results. Always conduct your own research and consider your risk tolerance before making trading decisions.
Advanced RSI — Mark 4 RSI was introduced by J. Welles Wilder Jr. in 1978 in New Concepts in Technical Trading Systems. It measures the velocity of gains vs. losses on a bounded 0–100 scale and popularized the 14-period lookback with 70/30 guide rails for overbought/oversold. Over time, traders added variations (different lengths, thresholds, smoothing, adaptive levels), but the core idea stayed the same: momentum turns often precede price turns.
and i initially started to make minor adjustments for personal use like changing the default to 17 , and using Tradingviews official RSI which comes with a MA embedded. but it was not enough. especially the visuals.
so, for this public release Mark 4 i enhanced RSI by incorporating :
1. Dual-Length Fusion
Two RSI periods (default 17 + 21) blended then lightly smoothed (TEMA by default) → steadier
line without dulling turns.
2. Adaptive OB/OS (ATR-aware) for fewer whipsaws.
3. OB/OS alt solution:
Brief yellow segments appear only at local extremes (default: >72 tops, <32 bottoms) to
emphasize exhaustion without repainting the whole line.
4. Signals you can actually see
Triangle markers for:
Bullish: RSI crossing up through adaptive OS (and still <40 at the cross).
Bearish: RSI crossing down through adaptive OB (and still >60 at the cross).
“Strong Bull/Bear” background nudges appear when momentum is pushing beyond the
bands.
Optional Divergence Tags
and
Tiny diamonds to flag potential bullish/bearish divergences (look-back based).
Info Table (can be hidden)
my Fav feature i included 5 colorways with modern themes.(pls check under INPUTS)
and i made all that to make the indicator visualization look awesome on high end displays.
Credits & acknowledgment
Inspired by the original RSI by J. Welles Wilder Jr. (1978).
Built to be modern, focused, and comfortable for long sessions—especially on dark/OLED displays.
THIS INDICATOR IS MORE THAN ENOUGH BUT I DO HAVE PRIVATE INDICATORS WITH DIFFERENT LOGIC FUNCTIONS.
I'm open for feedback/collaboration.
drsamc.
MTF Advanced Disparity Index (Oscillator)multi time frame disparity index indicator is good for intraday ,we can find buy sell signals by using it's overbought & oversold zone
ADX + Bollinger Bands Fusion EnhancedThis advanced indicator combines the power of the Average Directional Index (ADX) with Bollinger Bands to give traders a unique view of market momentum and volatility. By applying Bollinger Bands directly to the ADX line, the script identifies critical market conditions often missed by standard indicators.
The script focuses on two key functions:
ADX Proximity to Lower Band: This feature highlights when the ADX line is near its lower Bollinger Band. This can signal that trend strength is low and the market may be ready for a change in direction, making it a potential entry or reversal signal. The background color changes to lime.
Bollinger Band Squeeze: The indicator detects a "squeeze" in the Bollinger Bands on the ADX line, which indicates a period of extremely low volatility. This is often a precursor to a significant breakout or a large directional move. You can customize the detection method using a fixed threshold or a percentile-based approach. The background color turns orange during a squeeze.
For high-probability setups, the script highlights the background in red when both a squeeze and a proximity event occur simultaneously. This powerful signal identifies moments when volatility is low and trend strength is at a minimum, suggesting a strong possibility of an imminent explosive move.
An easy-to-read info table is included directly on the chart, providing a real-time summary of all key metrics, including ADX value, proximity status, and squeeze status.
Key Features:
Combines ADX and Bollinger Bands on a single plot.
Highlights potential reversals (Proximity).
Identifies low-volatility conditions (Squeeze).
Pinpoints high-probability breakout setups (Squeeze + Proximity).
Fully customizable settings for ADX and Bollinger Bands.
Includes a real-time info table for at-a-glance analysis.
ICT Breaker Block & CSD (Final Version)Here is a final version of a breaker/CISD overlap indicator. a strong price pattern in the markets which usually happens before a big move. you can look for entry as it starts to print and pair it with other confluences like price action. Ive added standard deviation targets which are adjustable or can be toggled off.
3-Candle Reversal Zones — Doji + Hammer (vahid2star)Three-candle pattern + Doji (C2) ✅
Check for a hammer / inverted hammer within N candles after C3 ✅
Require a gap between C2 and the first candle after C3 ✅
confirmDelay: after the hammer, at least X candles must form, and during this period no candle (not even with a wick) may enter the C2 box ✅
After confirmation, the first touch of the box = trade entry (Long on Demand, Short on Supply) ✅
Stop loss on the opposite side of the box with a buffer (configurable), and TP = RR × risk (default RR = 3) ✅
Each box generates only one trade; once touched, the box is invalidated ✅
Multi-Period VWAP with SMAs and Fibonacci LevelsUseing VWAP in conjunction with SMA's and key fibs for entries.
WinterBulletWinterBullet Strategy
WinterBullet is a systematic trading strategy designed for the 10-minute timeframe, combining a 1000-period Double Exponential Moving Average (DEMA) as a macro trend filter with RSI-based entry signals to capture overbought and oversold reversals.
🔹 How it works
Trend filter (DEMA 1000):
If price is above the DEMA → market bias is considered uptrend.
If price is below the DEMA → market bias is considered downtrend.
RSI entry rules:
A sell signal occurs when RSI crosses downward below level 74 (overbought).
A buy signal occurs when RSI crosses upward above level 26 (oversold).
Stop Loss placement:
For buy trades, SL is set at the last low of the previous candle.
For sell trades, SL is set at the last high of the previous candle.
Profit Targets (user-configurable):
With-trend trades target 100 pips (default).
Counter-trend trades target 24 pips (default).
Both TP levels can be adjusted in the strategy’s input settings.
🔹 Key features
Designed for scalping and short-term trading.
Adjustable TP/SL settings with automatic placement.
Combines macro trend filtering with momentum-based execution.
Optimized for high-liquidity markets but applicable to multiple symbols.
Disclaimer: This strategy is provided for educational and backtesting purposes only. It does not guarantee profits and should not be considered financial advice. Past performance does not guarantee future results. Always validate and test thoroughly before using in live trading.
Quarterly Theory —Q1,Q2,Q3,Q4The Quarterly Theory Indicator is a trading tool designed to visualize the natural time-based cycles of the market, based on the principles of Quarterly Theory, popularized by the Inner Circle Trader (ICT). The indicator divides market sessions into four equal “quarters” to help traders identify potential accumulation, manipulation, and distribution phases (AMD model) and improve the timing of entries and exits.
Key Features:
Quarter Divisions (Q1–Q4):
Each market session (e.g., NY AM, London, Asia) is divided into four quarters.
Vertical lines mark the beginning of each quarter, making it easy to track session structure.
Optional labels show Q1, Q2, Q3, and Q4 directly on the chart.
True Open (Q2 Open):
The True Open is the opening price of Q2, considered a key reference point in Quarterly Theory.
A horizontal red line is drawn at the True Open price with a label showing the exact value.
This line helps traders filter bullish and bearish setups:
Buy below the True Open if the market is bullish.
Sell above the True Open if the market is bearish.
Session Awareness:
The indicator can automatically detect market sessions and reset lines and labels for each new session.
Ensures that only the current session’s True Open and quarter lines are displayed, reducing chart clutter.
Timeframe Flexibility:
Works on any chart timeframe (1-minute to daily).
Maintains accurate alignment of quarters and True Open regardless of the timeframe used.
Purpose of Quarterly Theory:
Quarterly Theory is based on the idea that market behavior is fractal and time-driven. By dividing sessions into four quarters, traders can anticipate potential market phases:
Q1: Initial price discovery and setup for the session.
Q2: Accumulation or manipulation phase, where the True Open is established.
Q3: Manipulation or Judas Swing phase designed to trap traders.
Q4: Distribution or trend continuation/reversal.
By visualizing these quarters and the True Open, traders can reduce ambiguity, identify high-probability setups, and improve their timing in line with the ICT AMD (Accumulation, Manipulation, Distribution) framework.
Volume-Weighted Money Flow [sgbpulse]Overview
The VWMF indicator is an advanced technical analysis tool that combines and summarizes five leading momentum and volume indicators (OBV, PVT, A/D, CMF, MFI) into one clear oscillator. The indicator helps to provide a clear picture of market sentiment by measuring the pressure from buyers and sellers. Unlike single indicators, VWMF provides a comprehensive view of market money flow by weighting existing indicators and presenting them in a uniform and understandable format.
Indicator Components
VWMF combines the following indicators, each normalized to a range of 0 to 100 before being weighted:
On-Balance Volume (OBV): A cumulative indicator that measures positive and negative volume flow.
Price-Volume Trend (PVT): Similar to OBV, but incorporates relative price change for a more precise measure.
Accumulation/Distribution Line (A/D): Used to identify whether an asset is being bought (accumulated) or sold (distributed).
Chaikin Money Flow (CMF): Measures the money flow over a period based on the close price's position relative to the candle's range.
Money Flow Index (MFI): A momentum oscillator that combines price and volume to measure buying and selling pressure.
Understanding the Normalized Oscillators
The indicator combines the five different momentum indicators by normalizing each one to a uniform range of 0 to 100 .
Why is Normalization Important?
Indicators like OBV, PVT, and the A/D Line are cumulative indicators whose values can become very large. To assess their trend, we use a Moving Average as a dynamic reference line . The Moving Average allows us to understand whether the indicator is currently trending up or down relative to its average behavior over time.
How Does Normalization Work?
Our normalization fully preserves the original trend of each indicator.
For Cumulative Indicators (OBV, PVT, A/D): We calculate the difference between the current indicator value and its Moving Average. This difference is then passed to the normalization process.
- If the indicator is above its Moving Average, the difference will be positive, and the normalized value will be above 50.
- If the indicator is below its Moving Average, the difference will be negative, and the normalized value will be below 50.
Handling Extreme Values: To overcome the issue of extreme values in indicators like OBV, PVT, and the A/D Line , the function calculates the highest absolute value over the selected period. This value is used to prevent sharp spikes or drops in a single indicator from compromising the accuracy of the normalization over time. It's a sophisticated method that ensures the oscillators remain relevant and accurate.
For Bounded Indicators (CMF, MFI): These indicators already operate within a known range (for example, CMF is between -1 and 1, and MFI is between 0 and 100), so they are normalized directly without an additional reference line.
Reference Line Settings:
Moving Average Type: Allows the user to choose between a Simple Moving Average (SMA) and an Exponential Moving Average (EMA).
Volume Flow MA Length: Allows the user to set the lookback period for the Moving Average, which affects the indicator's sensitivity.
The 50 line serves as the new "center line." This ensures that, even after normalization, the determination of whether a specific indicator supports a bullish or bearish trend remains clear.
Settings and Visual Tools
The indicator offers several customization options to provide a rich analysis experience:
VWMF Oscillator (Blue Line): Represents the weighted average of all five indicators. Values above 50 indicate bullish momentum, and values below 50 indicate bearish momentum.
Strength Metrics (Bullish/Bearish Strength %): Two metrics that appear on the status line, showing the percentage of indicators supporting the current trend. They range from 0% to 100%, providing a quick view of the strength of the consensus.
Dynamic Background Colors: The background color of the chart automatically changes to bullish (a blue shade by default) or bearish (a default brown-gray shade) based on the trend. The transparency of the color shows the consensus strength—the more opaque the background, the more indicators support the trend.
Advanced Settings:
- Background Color Logic: Allows the user to choose the trigger for the background color: Weighted Value (based on the combined oscillator) or Strength (based on the majority of individual indicators).
- Weights: Provides full control over the weight of each of the five indicators in the final oscillator.
Using the Data Window
TradingView provides a useful Data Window that allows you to see the exact numerical values of each normalized oscillator separately, in addition to the trend strength data.
You can use this window to:
Get more detailed information on each indicator: Viewing the precise numerical data of each of the five indicators can help in making trading decisions.
Calibrate weights: If you want to manually adjust the indicator weights (in the settings menu), you can do so while tracking the impact of each indicator on the weighted oscillator in the Data Window.
The indicator's default setting is an equal weight of 20% for each of the five indicators.
Alert Conditions
The indicator comes with a variety of built-in alerts that can be configured through the TradingView alerts menu:
VWMF Cross Above 50: An alert when the VWMF oscillator crosses above the 50 line, indicating a potential bullish momentum shift.
VWMF Cross Below 50: An alert when the VWMF oscillator crosses below the 50 line, indicating a potential bearish momentum shift.
Bullish Strength: High But Not Absolute Consensus: An alert when the bullish trend strength reaches 60% or more but is less than 100%, indicating a high but not absolute consensus.
Bullish Strength at 100%: An alert when all five indicators (MFI, OBV, PVT, A/D, CMF) show bullish strength, indicating a full and absolute consensus.
Bearish Strength: High But Not Absolute Consensus: An alert when the bearish trend strength reaches 60% or more but is less than 100%, indicating a high but not absolute consensus.
Bearish Strength at 100%: An alert when all five indicators (MFI, OBV, PVT, A/D, CMF) show bearish strength, indicating a full and absolute consensus.
Summary
The VWMF indicator is a powerful, all-in-one tool for analyzing market momentum, money flow, and sentiment. By combining and normalizing five different indicators into a single oscillator, it offers a holistic and accurate view of the market's underlying trend. Its dynamic visual features and customizable settings, including the ability to adjust indicator weights, provide a flexible experience for both novice and experienced traders. The built-in alerts for momentum shifts and trend consensus make it an effective tool for spotting trading opportunities with confidence. In essence, VWMF distills complex market data into clear, actionable signals.
Important Note: Trading Risk
This indicator is intended for educational and informational purposes only and does not constitute investment advice or a recommendation for trading in any form whatsoever.
Trading in financial markets involves significant risk of capital loss. It is important to remember that past performance is not indicative of future results. All trading decisions are your sole responsibility. Never trade with money you cannot afford to lose.
Lowest Low Breakout Signal w/ Target
### **Script Description**
This TradingView Pine Script indicator identifies breakout entry opportunities after a new **lowest low** is formed within a user-defined lookback period. It is designed for traders who want to catch reversals or breakouts from extreme lows with clearly defined targets.
**Key Features:**
* **Lowest Low Detection**: The script monitors price action for a candle that forms a new lowest low within the specified lookback period.
* **Breakout Entry Signal**: Once a breakout occurs (price closes above the high of the lowest-low candle), an **up arrow** is plotted below the entry bar.
* **Target Calculation**: Calculates **Target 1** as 50% retracement of the distance between the latest swing high and the lowest low.
* **Dynamic Table Display**: Shows real-time **Entry Price** and **Target 1** values in a table fixed on the chart (top-right corner), updating with each signal.
* **Alerts**: Sends alerts when a breakout entry signal occurs, making it easy to automate notifications.
* **Clean Visualization**: Removes clutter by eliminating extra labels and lines, using only a simple arrow and table for clarity.
**Use Case:**
Ideal for breakout traders, swing traders, and those who follow retracement-based profit targets. The indicator helps identify early entries after significant lows and provides a clear first target level.
BOS FVG IndicatorBOS FVG Indicator (Smart Market Structure Tool)
🔎 Overview
The BOS FVG Indicator is a smart price-action–based tool that combines Break of Structure (BOS), Change of Character (CHoCH), Fair Value Gaps (FVG), Supertrend, and ADX strength into one powerful indicator.
It helps traders identify market structure shifts, imbalances, and high-probability trade setups while also highlighting no-trade zones (NTZ) where the market is choppy or lacks trend strength.
This indicator is designed for intraday and swing traders who follow ICT-style concepts or price-action based trading.
⚡ Key Features
Break of Structure (BOS) & CHoCH Detection
Labels bullish BOS (📈 BOS↑) and bearish BOS (📉 BOS↓).
Highlights structure shifts for trend confirmation.
Fair Value Gaps (FVG)
Auto-detects bullish and bearish FVGs.
Draws transparent boxes with labels where imbalances appear.
Supertrend Confirmation
Adaptive supertrend line with dynamic coloring (green = bullish, red = bearish).
No Trade Zone (NTZ)
Automatically shades background gray when ADX is weak or no BOS detected.
Helps avoid false signals in sideways/choppy markets.
Multi-Timeframe Context
Previous 4H candle range plotted as a dotted yellow box.
Useful for intraday traders tracking HTF liquidity zones.
Signal Strength
Regular and Strong Buy/Sell signals based on ADX confirmation.
Labels include entry info, RR (2:1), and trend strength.
Market Info Dashboard
Table on chart showing ADX strength, current trend, and trade zone status.
🛠 How to Use
Add to Chart → Apply the indicator to any timeframe (works best on 5m–1H for intraday, 4H–Daily for swing).
Choose Mode
Indicator Mode → Shows visual signals, BOS, FVG, NTZ zones, and dashboard.
Strategy Mode → Displays trade entry labels with RR info for backtesting setups.
Filters
Only trade signals when ADX > threshold and NTZ is inactive.
Confirm with Supertrend direction + BOS + FVG alignment.
Entries & Exits
Long Entry → Bullish BOS + Bullish FVG + Trend bullish.
Short Entry → Bearish BOS + Bearish FVG + Trend bearish.
Stop Loss: Recent swing high/low.
Take Profit: Auto-suggested 2:1 RR.
🔔 Alerts
Set alerts to never miss key signals:
✅ Bullish / Bearish BOS
✅ Bullish / Bearish FVG
✅ Strong Buy / Sell
✅ Regular Buy / Sell
✅ Long / Short Entries
✅ No Trade Zone active
Alerts are pre-configured with clear messages (📈, 📉, 🚀, 🟢, 🔴, ⚪).
📌 Best Use Cases
ICT-style liquidity and FVG traders.
Intraday traders filtering strong vs weak signals.
Swing traders using multi-timeframe confirmation.
Traders who want an all-in-one market structure toolkit.
👉 This script is not financial advice. Always backtest before using in live markets.
FUMO MA Cross Matrix 9/21/50/100/200 FUMO MA Cross Matrix is a flexible and advanced indicator designed for traders who rely on moving average crossovers as part of their strategy.
🔹 Key Features:
Supports 5 types of Moving Averages: EMA, SMA, SMMA (RMA), WMA, HMA.
Includes 5 standard MAs: 9, 21, 50, 100, 200 (toggle on/off individually).
Choose which MA crosses to monitor (9×21, 21×50, 50×100, 100×200, and 6 extended combinations).
On-chart signals (labels) when crosses occur.
Alerts system for every selected cross and also summary alerts (“Any Cross Up/Down”).
Option to trigger signals only on confirmed bars (no repaint).
Fully adjustable label visibility and signal style.
🔹 Use Cases:
Detect trend shifts (short-term vs long-term).
Build scalping, swing, or position trading strategies.
Combine with price action or volume analysis for stronger setups.
Quickly react to Golden Cross and Death Cross events.
🔹 How to Use:
Select your preferred MA type (EMA, SMA, etc.).
Enable the MAs (9, 21, 50, 100, 200) you want to plot.
Choose which crossovers to track in the settings.
Enable/disable on-chart labels for better visualization.
Set up alerts:
“CROSS UP/DOWN X>Y” for specific pairs.
“ANY CROSS UP/DOWN” for aggregated signals.
📌 Example Alerts
MA Cross UP 9>21 on BTCUSDT 15m @ 65432
Any selected MA cross DOWN on AAPL 1D @ 195.2
Dove Capital – Psych Levels 000/250/500/750 (safe build)Market makers use psychological numbers to validate support and resistance. This being said, I've mapped out a system that will navigate the support and resistance areas