Tolga's EMA Scalper – Buy / SellEMA line – Calculates a 20‑period Exponential Moving Average (EMA) of the chosen price series (close by default) and plots it in blue.
8‑bar range – Finds the highest and lowest closing prices over the last 8 bars and plots them as a red upper band and a green lower band, giving you a mini‑range reference.
Buy / Sell signals –
Sell: When price crosses the EMA and the current close is lower than the previous close, a red “Sell” arrow appears above the bar.
Buy: When price crosses the EMA and the current close is higher than the previous close, a green “Buy” arrow appears below the bar.
Alerts – Two alertcondition rules let TradingView fire alerts whenever a buy or sell signal is generated.
Analisis Trend
MACD with Bollinger Band Signal + Histogram🔄 MACD with Bollinger Band Signal + Histogram
This advanced indicator is a unique variation of the classic MACD. Instead of using a traditional signal line, it overlays Bollinger Bands directly on the MACD line, allowing for a more dynamic and volatility-aware momentum analysis. It also includes a histogram that visualizes the divergence between the MACD line and the BB midline.
✅ Key Features:
Custom MACD Line: Based on user-defined fast and slow EMA periods.
Bollinger Band Signal:
Applied directly to the MACD line (not price).
Customizable period, standard deviation, color, and fill opacity.
Highlights volatility around the MACD to identify expansion and contraction phases.
Histogram:
Measures the difference between the MACD line and the BB midline.
Helps identify bullish or bearish momentum shifts.
Color-coded for clarity (green = bullish, red = bearish).
📌 Use Cases:
Identify momentum breakouts when MACD moves outside the BB envelope.
Spot trend weakening or reversal when MACD reverts to the BB basis.
Use histogram direction and color to confirm trend strength and momentum bias.
A powerful upgrade to the standard MACD for more volatility-sensitive signals.
Burr 5 Minute SHASHA candles to show trend and also provide buy sell signals with volume spike 1.5%. Adjustable settings
Automated Trading Session: London KillzoneAutomated Trading Session: London Killzone (Timezone & DST Aware)
This indicator automatically tracks the London Killzone session using intraday data and real-time timezone adjustments. Designed for traders who use session-based strategies, it draws the high/low box of the session and highlights it visually on the chart.
Key Features
Timezone & DST Support
Automatically adjusts to your selected timezone, accounting for daylight saving time changes to ensure accurate session timing.
Custom Session Input
Allows you to define the start and end time of the London Killzone to suit your trading style.
Visual Session Boxes
Draws a dynamic box marking the session's high and low after it ends, with optional background coloring and session labeling.
Alert Trigger
Built-in alert condition that notifies you when the session ends—helpful for automation or manual review.
Info Table Overlay
Displays the active session time and timezone directly on the chart for quick reference.
Suggested Use
This tool is useful for identifying significant market ranges formed during the London Killzone, which is often associated with institutional activity and early market volatility.
UltraAlgoguy Shortband [CuriousB]short term bands of ultra guppy...load last . too many plots so had to break it up into 3 parts: shortbands, longbands and oscillators
TMC - THE MAGICAL CORD by MrCryptoBTCTMC - THE MAGICAL CORD By MrCryptoBTC (Not For Sale - FREE)
The "TMC - THE MAGICAL CORD" indicator by MrCryptoBTC is a simple trend-following tool designed for TradingView, utilizing Volume-Weighted Average Price (VWAP) crossovers to identify market trends and generate trading signals. It plots two VWAP lines—a fast VWAP and a slow VWAP—and uses their relationship to determine trend direction. The indicator provides "BUY" signals for entering bullish trends and "SELL" signals for entering bearish trends. The VWAP lines are dynamically coloured to reflect the trend, and alerts are included to notify traders of trend changes.
How It Works
1. Trend Identification:
* The indicator calculates two VWAPs: a fast VWAP (fast_length) and a slow VWAP (slow_length), both weighted by volume using the rma (Running Moving Average) function applied to the product of hlc3(average of high, low, and close) and volume, divided by the rma of volume.
* A Buy trend is identified when the fast VWAP crosses above the slow VWAP, triggering a "BUY" signal with a cyan label above the candle.
* A Sell trend is identified when the fast VWAP crosses below the slow VWAP, triggering a "SELL" signal with a red label below the candle.
* The VWAP lines are plotted with dynamic coloring: green during an uptrend (fast VWAP > slow VWAP), red during a downtrend (fast VWAP < slow VWAP), and silver when neutral.
2. Visualization:
* The fast and slow VWAP lines are plotted on the chart, with a filled area between them to visually highlight the trend direction.
* "BUY" and "SELL" labels are placed at the high or low of the candle where the crossover occurs, providing clear entry signals.
3. Alerts:
* Alerts are set up for "BUY" and "SELL" signals, notifying traders of trend changes with messages like "VWAP GREEN - Buy Signal" and "VWAP RED - Sell Signal."
Recommended Setup
* Timeframes:
* Scalping/Day Trading: Use on lower timeframes like 5-minute or 15-minute charts for quicker signals.
* Swing Trading: Use on higher timeframes like 1-hour or 4-hour charts for more reliable trends.
Smoothed Heikin Ashi - Multi TimeframeThis script displays Smoothed Heikin Ashi candles from three user-selectable timeframes directly on the chart.
You can fully customize:
Smoothing method and length (pre- and post-Heikin Ashi)
Candle appearance (body, wick, border)
Timeframes (individually set for each layer)
Includes an optional average line based on the three SHA close values, with dynamic color and optional smoothing.
Also includes a classic EMA overlay for directional confluence.
Ideal for visual trend confirmation across multiple timeframes.
Based on TAExt.heiken_ashi() from the TAExt library.
🔹 Non-repainting
🔹 Works on all assets and timeframes
© 2025 Ben Deharde
Wx Stop Loss BetaWx Stop Loss Beta is an adaptive stop-loss overlay intended for discretionary entry management in medium- to long-term trades. It integrates a volatility filter, support-based logic, and capital protection constraints.
• Manual Entry Price: User inputs their actual entry point
• Volatility Anchor: Stop-loss adjusts using ATR (customizable length and multiplier)
• Support Reference: Based on swing low over a configurable lookback period
• Loss Cap: Maximum allowable loss percentage from entry price (hard floor)
• Trailing Logic: Stop-loss only moves upward (never lowers), adapting to favorable price action
• Output: Displays a horizontal line at the stop-loss level and renders its value in the data window
Warning: This tool is experimental and has not been formally backtested. It is provided as-is for manual strategy enhancement. Use at your own discretion, and validate thoroughly in a paper or sandbox environment before relying on it in live trading. Feedback and critique are encouraged.
Market Correlation Monitor v6 simpleIf gold and VIXM (medium term volatility) are up, we're in a risk-off regime where defensive investments do best. Likely at that time, SPY and the Nasdaq (QQQ or XLK) are down, and vice versa.
But typical asset relationships can change in volatile times like this. Using Claude and pinescript, I created a market correlation view indicator that can show you whether we're risk on or risk off, and what the relationships between oil, gold, SPY, and bitcoin are right now. It tells you when relationships decouple. Fascinating stuff, for me, as I was learning these things even exist for the first time.
VWAP & EMAs with Accurate Color LogicThis Pine Script combines multiple technical indicators to help traders analyze price movements with precision. It features:
VWAP (Volume Weighted Average Price):
Displays the 5-minute VWAP with dynamic coloring:
White when the price is neutral.
Yellow when the price closes below the 5-minute VWAP.
Red when the price closes below the 15-minute VWAP.
Helps identify potential support and resistance levels.
VWAP Crossover Dots:
Blue dots appear on the chart whenever the price crosses the 5-minute VWAP, indicating a potential change in price direction.
Exponential Moving Averages (EMAs):
EMA 5, EMA 10, and EMA 21 with soft, eye-friendly colors.
EMA 50 and EMA 200 will only be displayed if the price is near them (within 1% threshold), helping you spot key support and resistance levels when the price is close to these longer-term moving averages.
This script is designed to assist day traders and swing traders by highlighting key price levels and crossovers, making it easier to spot trends and market reversals.
Market Correlation Monitor v6 simpleIf gold and VIXM (medium term volatility) are up, we're in a risk-off regime where defensive investments do best. Likely at that time, SPY and the Nasdaq (QQQ or XLK) are down, and vice versa.
But typical asset relationships can change in volatile times like this. Using Claude and pinescript, I created a market correlation view indicator that can show you whether we're risk on or risk off, and what the relationships between oil, gold, SPY, and bitcoin are right now. It tells you when relationships decouple. Fascinating stuff, for me, as I was learning these things even exist for the first time.
SPX Intraday Call SignalThis indicator identifies intraday SPX call option trade setups based on a simple trend and momentum strategy. It detects when the 9-period EMA crosses above the 21-period EMA (bullish momentum) while price is trading above the VWAP (confirming intraday bullish bias) and the RSI (14) is above 55 (confirming momentum strength). The indicator is designed to trigger only during a defined trading window between 9:45 AM and 11:30 AM ET and plots a signal only once per day (the first valid setup) to avoid overtrading. It also includes alert conditions for automated notifications when a valid setup is detected.
ES/MES 5-of-9 Strategy w/ Alerts, Stops & TP Targets✅ Strategy Summary: ES/MES 5-of-9 Confluence Script
📊 Entry System
9 indicators used for signal confluence:
EMA (20 & 50 crossover + price location)
RSI (momentum confirmation)
MACD (trend/momentum confirmation)
VWAP (institutional sentiment)
Bollinger Bands (volatility breakout)
Stochastic Oscillator (reversal potential)
OBV (volume trend confirmation)
ATR (volatility context)
Optional Fibonacci (manual)
Entry Trigger: When 5 or more of the 9 indicators align in one direction
Separate conditions for long and short entries
🔔 Alerts
Built-in TradingView alerts for:
✅ Long Entry Alert (5+ bullish signals)
✅ Short Entry Alert (5+ bearish signals)
📈 Chart Visuals
📍 Entry markers:
Green triangle below bar = Long Entry
Red triangle above bar = Short Entry
🧮 Live Score Label (displays “Score: X/9” above the bar)
🛑 Trailing Stop Suggestions
📉 ATR-based trailing stop
Customizable multiplier (default: 1.5x ATR)
Plotted at entry
📉 EMA20 trailing stop
Optional second dynamic stop guide
🎯 Take-Profit Levels
Automatically calculated from entry price using ATR risk distance:
TP1 = 1:1 Risk/Reward (customizable)
TP2 = 2:1 Risk/Reward (customizable)
Plotted as horizontal lines for both long and short entries
⚙️ User Controls
Toggle visibility for:
ATR trailing stop
EMA20 trailing stop
Take-profit lines
Customizable inputs for:
ATR multiplier
Risk-reward ratios (TP1 & TP2)
S&P 500 Bear Markets and CorrectionsS&P 500 Corrections and Bear Markets (pullbacks/crashes) from 1970 to 2025 (May).
You are always welcome to reach out with feedback :-)
Best - Nicolai
Shade Between 9 EMA and 20 EMAThis indicator shades the area between the 9 EMA and the 20 EMA.
The wider the area of shade, the stronger the trend and momentum. If the shaded area is more narrow, that tells you to possibly take caution as there is no clear trend yet.
FrankCo Super IndicatorThe FrankCo Super Indicator is a multi-factor technical analysis tool combining trend, candlestick patterns, and momentum oscillators to generate trading signals.
XAUUSA Sniping SMA by Time/Trend with BBPT trend alignmentThis indicator is designed to trade XAUUSD and has defaults set during the hours (Central Time) that gold usually falls and when it usually rises. Using the input form defaults and a 1 to 3 minute timeframe on your chart is best. Don't take trades during the no-trade times (white line) and do trade when the line changes to either green or red. The first few bars going with the trend are high probability but as the trend fades the line will change to orange (caution signal) when the trend is likely over for the moment. This indicator is best used with the BBPT indicator that shows bull/bear strength. When the BBPT trend line is rising, pair with the green line in this indicator and when the BBPT trend is falling pair with the red line in this indicator for some high probability trades.
FVG Alerts (Vortus)Fair Value Gaps (FVGs) represent price inefficiencies where buying and selling volumes are imbalanced, creating gaps between the wicks of consecutive candles. These gaps often act as magnets for price, as markets tend to "fill" these gaps before resuming their trend.
DOZ Trend Precision – ADX & EMA Confluence Pro | v2.0📈 DOZ Trend Precision – ADX & EMA Confluence Pro | v2.0
🔍 Smart Trend Detection with Institutional Accuracy
🧠 About This Indicator:
The DOZ Trend Precision v2.0 is built for traders who demand real confluence between trend direction and market strength, using two powerful tools: the ADX (Average Directional Index) and EMAs (Exponential Moving Averages).
This upgraded version only triggers buy/sell signals when an EMA crossover occurs after the ADX confirms trend strength, filtering out weak trades and noisy price action.
Perfect for identifying high-conviction entries with clarity.
⚙️ How It Works:
✅ ADX Trend Strength Filter:
• The ADX must be above 20 to confirm a trending market and avoid signals during sideways price movement.
✅ EMA Cross Confluence:
• The fast EMA must cross the slow EMA only after the ADX confirms sufficient strength.
✅ Directional Confirmation with DI+/DI-:
• For a BUY, DI+ must be greater than DI-
• For a SELL, DI- must be greater than DI+
🔔 Visual Signals & Alerts:
📍 BUY Signal:
• Triggered when the fast EMA crosses above the slow EMA
• ADX is above 20
• DI+ > DI-
📍 SELL Signal:
• Triggered when the fast EMA crosses below the slow EMA
• ADX is above 20
• DI- > DI+
✅ Built-in alert conditions for full automation or TradingView notifications.
✅ Clear on-chart labels for fast visual recognition.
💡 Best For:
Swing traders & day traders focused on trend continuation
Avoiding false signals in ranging markets
Strategies that prioritize strong trend confirmation
Alert-based systems or automation
bots
Intraday Pivot Highs & Lows (Asia London NY)Intraday Pivot Highs & Lows (Asia London NY)
Script Description
This TradingView indicator is optimized for Forex, scalping, intraday, and day trading strategies. It accurately plots Pivot Points and levels, high/low, support and resistance levels. These are clearly identified to aid the trader during killzone sessions and session opens. Ideal for scalp trading, intraday sessions, and leveraging SMT (Smart Money Techniques). Utilize these Price Levels effectively during London Open, NY Open, and the Asia Session, utilizing Market Structure to pinpoint key levels and reversal zones for successful trading. Improve your Trade Setups, recognize reliable Chart Patterns, identify critical Price Pivots, and trade confidently off Institutional Levels.
This script marks the intraday pivot highs, lows and midpoints retracement levels for
Asia
London
New York
It also plots the previous day's high, low, midpoint, and 0.618 Fibonacci retracement levels, providing traders with critical price reference points for making intraday trading decisions.
Originality & Usefulness
This indicator uniquely integrates pivot calculations across three major Forex sessions (Asia, London, NY), clearly delineating session boundaries.
It enhances visibility by using distinct styling
solid for New York
dashed for London
dotted lines for Asia
And colour co-ordinated labeling, improving traders' ability to identify important intraday price action zones efficiently. Unlike standard pivot indicators, this script emphasizes session-specific trading dynamics.
### Key Features ###
Session-Based Levels: Automatically plots high, low, midpoint, and Fibonacci (.618) levels for each major session (Asia, London, NY).
Distinct Visual Cues: Lines and labels use session-specific styles and colors to easily differentiate between sessions.
Previous Day Reference: Clearly plots and labels yesterday's high, low, midpoint, and Fibonacci levels.
Flexible Visibility: Traders can set timeframe visibility to maintain clean charts on higher timeframes.
### How It Works
At the start of next day's session, previous session lines are cleared, ensuring the chart remains uncluttered.
High, low, midpoint, and Fibonacci retracement levels (.618) are dynamically calculated and displayed at the close of each session.
All session levels remain visible until the start of the next respective session, providing continuous actionable insights.
Trading Application:
Session highs and lows act as strong intraday support and resistance zones.
Midpoints and Fibonacci levels are effective for identifying potential reversal zones and retracements.
Daily levels provide a broader context, useful for gauging intraday volatility and range.
### Limitations and Considerations ##
Best used on liquid assets with clear session-based price action, such as Forex major pairs, if used on indexes make sure they contain 24 hour price action not just New York session.
This indicator is designed to streamline intraday trading by clearly marking essential pivot points and session-based levels, significantly improving traders' market context and decision-making accuracy. Can be used to enhance SMT decision making when scalping killzones.
Market Volatility and Price Momentum @MaxMaserati 2.0# Market Volatility and Price Momentum MaxMaserati 2.0 (MVPM 2.0)
## Overview
MVPM 2.0 is a premium multi-factor technical analysis system that combines momentum evaluation, volatility band analysis, trend filtering, and price action to identify high-probability trading opportunities. This advanced indicator uses a proprietary algorithm to measure market sentiment through four distinct technical components, providing clear visual signals through gradient bar coloring and special equilibrium markers.
## Key Features
### Multi-Factor Analysis System
The indicator evaluates four critical market components:
- **Momentum (M)**: Analyzes the relationship between momentum lines to detect directional bias
- **Volatility (V)**: Measures price position relative to adaptive volatility bands
- **Trend (T)**: Uses a sophisticated two-pole filter to determine trend direction
- **Price Action (P)**: Tracks price movement relative to momentum lines
### Innovative Tick-Based Calculation
- **Mathematical Precision**: Uses market-relevant tick size (0.25) as the foundational unit for indicator calculations
- **Configurable Tick Separation**: Adjust the number of ticks between momentum and signal lines (0.1-10.0) to fine-tune sensitivity
- **Adaptive Calibration**: Lower tick values create earlier, more sensitive signals; higher values provide stronger confirmation
- **Market-Specific Optimization**: Perfect for customizing across different instruments, timeframes, and volatility conditions
- **Technical Edge**: The tick-based approach ensures mathematically precise signals that respect each market's natural price structure
### Dual Volatility Band Modes
- **Long Term Trend Mode**: Volatility bands calculated independently from momentum lines, providing broader market context
- **Short Term Trend Mode**: Volatility bands anchored to momentum signal line, offering more precise trading ranges
### Visual Signals
- **Color-Gradient Bars**: Displays signal strength (1-4) through color intensity
- Deeper green/lime: Strong bullish conviction (more factors aligned)
- Deeper red: Strong bearish conviction (more factors aligned)
- Yellow: Market equilibrium (equal bullish and bearish factors)
- Black Circle Markers**: Special signals that appear at equilibrium of price which means ranging/consolidation/pause points
### Customizable Information Table
- **Fully Configurable Display**: Toggle individual rows on/off
- **Positioning & Sizing**: Adjust table location and size to fit your chart layout
## Price Position Interpretation
### Directional Bias Determination
- **Strong Bullish**: Price above all indicator lines (momentum, signal, and volatility bands)
- **Strong Bearish**: Price below all indicator lines
- **Consolidation/Neutral**: Price between indicator lines, especially within volatility bands
### Market Participation Assessment
- **Inside Volatility Bands**: Insufficient market participants to establish clear direction
- **Short-Term Volatility Mode Advantage**: More clearly defines the neutral zone where price is caught between momentum lines and volatility bands
- **Consolidation Identification**: When price fluctuates between all indicator lines, market is seeking equilibrium
Trading Strategies
Momentum Breakouts
Wait for price to break above/below all the lines with a body close. Green for Bullish and Red for Bearish
For Short Term Mode:
Look for the first retest of any of the indicator lines (momentum or signal lines)
Wait for a reaction with body close candle (a candle that remains green/red is significantly more reliable)
Confirm that the reaction candle's body closes below/above all indicator lines
Enter after this precise line test and reaction sequence
Bearish Example
Bullish example
For Long Term Mode:
Look for the first retest of the Bullish/bearish volatility lines without closing above/below these lines
Wait for a reaction with body close candle (a candle that remains green/red is significantly more reliable)
Confirm that the reaction candle's body closes below/above all indicator lines
Enter after this precise volatility band test and reaction sequence.
Bearish example
Bullish Example
NO ENTRY EXAMPLE
Volatility Band Mean Reversion
Identify when price is near or beyond volatility bands
Look for reversal candlestick patterns or divergence
Enter when price begins moving back toward momentum lines
Exit when price reaches the opposite volatility band or momentum line
Post-Breakout Continuation
After price crosses all indicator lines, wait for a pullback
Enter when price retests but respects any indicator line as support/resistance
Confirm with multi-factor alignment (3-4 strength) in the breakout direction
Trail stops behind retested indicator lines as trade progresses
Tick Optimization Strategy
Start with default tick separation (1.0)
For ranging markets: Increase tick separation (2.0-3.0) to reduce false signals
For trending markets: Decrease tick separation (0.5-0.8) for earlier entries
Fine-tune tick values for each specific instrument based on its volatility profile
Conclusion
MVPM 2.0 provides traders with a comprehensive market analysis system that identifies high-probability setups through multi-factor confirmation. The groundbreaking tick-based calculation method, dual volatility band modes, and price position analysis work together to create a powerful edge in any market condition.
By understanding the relationships between price and the indicator's lines, traders can precisely identify insufficient market participation zones, optimal breakout points, and high-probability continuation setups. The configurable tick separation feature allows for unprecedented customization, making this indicator adaptable to any trading style, instrument, or timeframe.
Whether you're a trend trader, reversal hunter, or breakout specialist, MVPM 2.0 delivers the technical precision and visual clarity needed for consistent trading performance across all market conditions.
Index Lead LagPlots the percent change of each index over a given input lookback window length.
Indices are color coded (and customizable) to identify their respective percent change in the stacked column plot.
Table at the bottom right shows the previously closed bar's percent changes.
Indicator indicates which indices are leading and lagging over the given lookback period.