Drunken Bird Inspiration for the support and resistance plateau lines came from AnotherDAPTrader.
The TSL Drunken Bird is an enhanced technical analysis tool for swing traders on TradingView, based on the original Accurate Swing Trading System by ceyhun. It generates buy and sell signals when price crosses a dynamic Trailing Stop Loss (TSL) level derived from recent highs and lows. This version introduces plateau detection for support and resistance lines, dynamic label expiration to reduce clutter, customizable line styles and decay, and improved HTF confluence for trend-aligned trading. Visual elements include signal labels, horizontal lines, a colored TSL plot, and optional bar/background coloring. Alerts are available for buy/sell crossovers, making it suitable for assets like NASDAQ E-mini futures, stocks, forex, and more.
This script adapts and expands upon ceyhun's original codetradingview.com, adding significant features such as tolerance-based plateau identification for support/resistance, label management with timeframe-aware expiration (~7 days), cross-count decay for lines, and expanded customization options. Inspiration for the support and resistance plateau lines came from AnotherDAPTrader. Released under the Mozilla Public License 2.0.Key
Features
Swing Signals: "BUY" and "SELL" labels on price crossovers/crossunders of the TSL, with a user-defined lookback (default 3).
HTF Confluence: Filters signals based on higher timeframe trend (e.g., "EXIT LONG" instead of "SELL" if HTF is bullish); toggleable.
HTF Options: Select from 5m, 15m, 30m, 1h, 4h, Daily, Weekly, or Monthly.
Plateau Detection: Identifies flat highs/lows (with tolerance) for resistance/support lines, plotted as dotted/solid/dashed with customizable colors, thickness, and decay after crosses (default 2).
Horizontal Lines: Green (buy) and red (sell) lines at signal closes, extending right until crossed; toggle between short (no extension limit) or long visualization.
TSL Visualization: Colored line (green if close >= TSL, red otherwise) for dynamic levels.
Bar/Background Coloring: Optional green/red coloring based on price vs. TSL.
Label Expiration: All labels (signals and plateaus) auto-delete after ~7 days (timeframe-adjusted, default 1008 bars).
Alerts: Triggers for "Buy Signal" and "Sell Signal" on crossovers.
How to Use
Add to Chart: Paste the Pine Script into TradingView's editor and add to your chart.
Configure Settings:
Swing: Lookback for highs/lows (min 1).
Plateau Tolerance: Flatness allowance (default 0.0).
Use HTF Confluence: Enable for trend filtering.
Higher Time Frame: Choose timeframe string.
Barcolor/Bgcolor: Toggle coloring.
Show Plateau Lines: Enable support/resistance.
Line Styles/Colors/Thickness: Customize buy/sell and plateau visuals.
Plateau Line Decay: Crosses before stopping extension.
Label Expiration: Bars for auto-deletion (~7 days).
Interpret Elements:
Labels: "BUY"/"SELL" (green/red), "EXIT SHORT"/"EXIT LONG" (orange) on signals; "Res"/"Sup" on plateaus.
Lines: Extend right until conditions met (cross for buy/sell, decay threshold for plateaus).
TSL Plot: Monitors trend shifts.
Set Alerts: Use "Buy Signal" or "Sell Signal" conditions for notifications.
Testing: Apply to volatile assets; adjust Swing for signal frequency, tolerance for plateau sensitivity.
Ideal Use Cases
Swing trading on 1m–1h charts for entries/exits aligned with HTF trends.
Identifying support/resistance in ranging markets via plateaus.
Scalping with short lookbacks or longer swings with HTF enabled.
Manual or alert-based trading on futures, stocks, or forex.
Why It's Valuable
This indicator builds on ceyhun's core TSL logic with practical enhancements for modern trading: clutter reduction via expiration/decay, visual customization, and plateau-based S/R for better context. It promotes disciplined, trend-aware decisions while maintaining simplicity.
Note: Optimized for any timeframe/asset; test in demo. Not financial advice—use with risk management.
趨勢分析
Crptopastor support & Resistance ProThis invite-only script, S/R Pro: Dynamic Confluence Zones & Trade Setups , is an advanced support and resistance indicator designed to cut through market noise and identify high-probability price levels.
Standard support and resistance indicators often clutter the chart with dozens of single-price lines, leaving the trader to guess which ones are truly significant. This script solves that problem using a proprietary clustering algorithm. Instead of just marking individual pivots, it analyzes pivot density to identify areas of historical price confluence. These areas are then drawn as dynamic zones, giving you a much clearer and more actionable view of the market structure.
This tool is built for serious traders who value a clean chart and data-driven insights. It automatically filters, grades, and displays only the most relevant S/R zones, and even plots potential trade setups based on these key levels.
Justification of Originality (Why this is a "Pro" Tool)
While the foundation of this indicator is the classic Pivot High/Low concept ( ta.pivothigh / ta.pivotlow ), its core value and originality come from its proprietary post-processing logic. Here's what makes it unique and worth protecting as a closed-source script:
Pivot Clustering Algorithm: The script does not just plot raw pivots. It collects a history of recent pivot points and intelligently clusters them together based on their proximity. If multiple pivots form within a narrow price range (configurable by you), the script merges them into a single, high-validity S/R zone. This method identifies true areas of supply and demand, not just isolated price wicks.
Dynamic Strength Rating: Not all zones are created equal. Each zone is given a "strength" score based on the number of individual pivots that formed it. This allows the indicator (and you) to distinguish between a minor level and a major institutional zone. You can set a minimum strength to filter out insignificant levels entirely.
Intelligent Zone Management: To maintain chart clarity, the script has a built-in logic to manage overlapping zones. If a new, stronger zone forms that overlaps with an existing, weaker one, the weaker zone is automatically removed. This ensures your chart always shows the most relevant and current market structure.
Automated Trade Setup Plotting: Beyond just identifying zones, this script actively helps with trade planning. It identifies the nearest support or resistance zone relative to the current price and automatically generates and plots a potential trade setup, including:
An Entry Price (at the midpoint of the zone)
A Stop Loss (placed with a user-defined safety buffer below a support zone or above a resistance zone)
Up to 5 Take Profit Levels (dynamically identified from the subsequent S/R zones)
How The Indicator Works: The Logic Explained
To provide full transparency on the script's mechanics without revealing the entire source, here is a step-by-step breakdown of the calculation process:
Step 1: Raw Pivot Detection: The script begins by identifying all recent pivot highs and lows using standard Pine Script functions, based on the Pivot Period you set.
Step 2: Pivot Clustering & Zone Creation: This is the core engine. The script iterates through the detected pivots. For each pivot, it scans for other nearby pivots within a price range defined by the Maximum Channel Width % input. All pivots found within this range are grouped into a "cluster."
Step 3: Strength Calculation & Filtering: The number of pivots within each cluster determines its "strength." Only clusters that meet the Minimum Strength requirement are considered valid S/R zones.
Step 4: Zone Consolidation & Display: The script plots the valid clusters as colored boxes (zones). To avoid clutter, it limits the display to the Maximum Number of S/R zones and ensures that stronger, overlapping zones replace weaker ones. The zone's color dynamically changes between support (green) and resistance (red) based on whether the current price is above or below it.
Step 5: Trade Setup Calculation: The indicator finds the closest valid support zone below the price and the closest valid resistance zone above it. Based on which is closer, it determines a likely trade direction (Long or Short) and plots the Entry, Stop Loss, and Take Profit levels accordingly.
Settings & Input Parameters Explained
This script is fully customizable to suit your trading style and the asset you are trading.
Setup
Pivot Period (prd) : The lookback period (number of bars to the left and right) to identify a pivot. A smaller number will be more sensitive and generate more pivots. Default is 10.
Source (ppsrc) : The price data used to calculate pivots. High/Low is standard for capturing extremes. Close/Open can be used to focus on body-based levels.
Maximum Number of Pivot (maxnumpp) : The maximum number of recent raw pivots the script will store in memory for its calculations.
Maximum Channel Width % (ChannelW) : This is a key setting. It defines how close pivots need to be (as a percentage of recent price range) to be clustered into a single zone. A larger value will create wider zones and group more distant pivots together.
Maximum Number of S/R (maxnumsr) : The maximum number of final S/R zones to display on the chart. This keeps the chart clean.
Minimum Strength (min_strength) : The minimum number of pivots required to form a valid S/R zone. A higher number means the zone is stronger and more respected.
Show Point Points (showpp) : A visual aid to see the raw pivot points that the script is using for its calculations.
Trade Setup
Show Trade Setups : Toggles the display of the automated Entry, SL, and TP labels.
Number of Take Profit Levels : Sets the maximum number of TP levels to plot.
Stop Loss Buffer % (sl_buffer_pct) : A crucial risk management tool. It adds a safety buffer to your stop loss, placing it a certain percentage of the zone's height away from the zone's edge to avoid stop hunts.
Colors
Fully customize the colors, line style, width, and label location to match your chart's theme.
How to Use in Your Trading
This indicator is versatile and can be used in several ways:
Mean Reversion Strategy: Look for entries when the price rejects a strong support or resistance zone. For example, wait for price to touch a green support zone and then start moving up before considering a long position.
Breakout Strategy: Use the zones as your breakout levels. A decisive close above a red resistance zone (which will then turn green) can signal a bullish breakout. The built-in "Resistance Broken" and "Support Broken" alerts are perfect for this.
Confirmation Tool: Use these data-driven zones to confirm levels identified by your own analysis. If your trendline converges with a strong zone from this script, your confidence in that level should increase.
Trade Management: Use the automatically plotted S/R zones as logical levels to take partial profits or trail your stop loss. The automated Take Profit levels are designed for this purpose.
Disclaimer: This indicator is a tool to aid in technical analysis and decision-making. It is not a signal-generating "robot" and should not be followed blindly. All trading involves risk, and past performance is not indicative of future results. Please use this script as part of a comprehensive trading plan with proper risk management.
Info TableOverview
The Info Table V1 is a versatile TradingView indicator tailored for intraday futures traders, particularly those focusing on MESM2 (Micro E-mini S&P 500 futures) on 1-minute charts. It presents essential market insights through two customizable tables: the Main Table for predictive and macro metrics, and the New Metrics Table for momentum and volatility indicators. Designed for high-activity sessions like 9:30 AM–11:00 AM CDT, this tool helps traders assess price alignment, sentiment, and risk in real-time. Metrics update dynamically (except weekly COT data), with optional alerts for key conditions like volatility spikes or momentum shifts.
This indicator builds on foundational concepts like linear regression for predictions and adapts open-source elements for enhanced functionality. Gradient code is adapted from TradingView's Color Library. QQE logic is adapted from LuxAlgo's QQE Weighted Oscillator, licensed under CC BY-NC-SA 4.0. The script is released under the Mozilla Public License 2.0.
Key Features
Two Customizable Tables: Positioned independently (e.g., top-right for Main, bottom-right for New Metrics) with toggle options to show/hide for a clutter-free chart.
Gradient Coloring: User-defined high/low colors (default green/red) for quick visual interpretation of extremes, such as overbought/oversold or high volatility.
Arrows for Directional Bias: In the New Metrics Table, up (↑) or down (↓) arrows appear in value cells based on metric thresholds (top/bottom 25% of range), indicating bullish/high or bearish/low conditions.
Consensus Highlighting: The New Metrics Table's title cells ("Metric" and "Value") turn green if all arrows are ↑ (strong bullish consensus), red if all are ↓ (strong bearish consensus), or gray otherwise.
Predicted Price Plot: Optional line (default blue) overlaying the ML-predicted price for visual comparison with actual price action.
Alerts: Notifications for high/low Frahm Volatility (≥8 or ≤3) and QQE Bias crosses (bullish/bearish momentum shifts).
Main Table Metrics
This table focuses on predictive, positional, and macro insights:
ML-Predicted Price: A linear regression forecast using normalized price, volume, and RSI over a customizable lookback (default 500 bars). Gradient scales from low (red) to high (green) relative to the current price ± threshold (default 100 points).
Deviation %: Percentage difference between current price and predicted price. Gradient highlights extremes (±0.5% default threshold), signaling potential overextensions.
VWAP Deviation %: Percentage difference from Volume Weighted Average Price (VWAP). Gradient indicates if price is above (green) or below (red) fair value (±0.5% default).
FRED UNRATE % Change: Percentage change in U.S. unemployment rate (via FRED data). Cell turns red for increases (economic weakness), green for decreases (strength), gray if zero or disabled.
Open Interest: Total open MESM2 futures contracts. Gradient scales from low (red) to high (green) up to a hardcoded 300,000 threshold, reflecting market participation.
COT Commercial Long/Short: Weekly Commitment of Traders data for commercial positions. Long cell green if longs > shorts (bullish institutional sentiment); Short cell red if shorts > longs (bearish); gray otherwise.
New Metrics Table Metrics
This table emphasizes technical momentum and volatility, with arrows for quick bias assessment:
QQE Bias: Smoothed RSI vs. trailing stop (default length 14, factor 4.236, smooth 5). Green for bullish (RSI > stop, ↑ arrow), red for bearish (RSI < stop, ↓ arrow), gray for neutral.
RSI: Relative Strength Index (default period 14). Gradient from oversold (red, <30 + threshold offset, ↓ arrow if ≤40) to overbought (green, >70 - offset, ↑ arrow if ≥60).
ATR Volatility: Score (1–20) based on Average True Range (default period 14, lookback 50). High scores (green, ↑ if ≥15) signal swings; low (red, ↓ if ≤5) indicate calm.
ADX Trend: Average Directional Index (default period 14). Gradient from weak (red, ↓ if ≤0.25×25 threshold) to strong trends (green, ↑ if ≥0.75×25).
Volume Momentum: Score (1–20) comparing current to historical volume (lookback 50). High (green, ↑ if ≥15) suggests pressure; low (red, ↓ if ≤5) implies weakness.
Frahm Volatility: Score (1–20) from true range over a window (default 24 hours, multiplier 9). Dynamic gradient (green/red/yellow); ↑ if ≥7.5, ↓ if ≤2.5.
Frahm Avg Candle (Ticks): Average candle size in ticks over the window. Blue gradient (or dynamic green/red/yellow); ↑ if ≥0.75 percentile, ↓ if ≤0.25.
Arrows trigger on metric-specific logic (e.g., RSI ≥60 for ↑), providing directional cues without strict color ties.
Customization Options
Adapt the indicator to your strategy:
ML Inputs: Lookback (10–5000 bars) and RSI period (2+) for prediction sensitivity—shorter for volatility, longer for trends.
Timeframes: Individual per metric (e.g., 1H for QQE Bias to match higher frames; blank for chart timeframe).
Thresholds: Adjust gradients and arrows (e.g., Deviation 0.1–5%, ADX 0–100, RSI overbought/oversold).
QQE Settings: Length, factor, and smooth for fine-tuned momentum.
Data Toggles: Enable/disable FRED, Open Interest, COT for focus (e.g., disable macro for pure intraday).
Frahm Options: Window hours (1+), scale multiplier (1–10), dynamic colors for avg candle.
Plot/Table: Line color, positions, gradients, and visibility.
Ideal Use Case
Perfect for MESM2 scalpers and trend traders. Use the Main Table for entry confirmation via predicted deviations and institutional positioning. Leverage the New Metrics Table arrows for short-term signals—enter bullish on green consensus (all ↑), avoid chop on low volatility. Set alerts to catch shifts without constant monitoring.
Why It's Valuable
Info Table V1 consolidates diverse metrics into actionable visuals, answering critical questions: Is price mispriced? Is momentum aligning? Is volatility manageable? With real-time updates, consensus highlights, and extensive customization, it enhances precision in fast markets, reducing guesswork for confident trades.
Note: Optimized for futures; some metrics (OI, COT) unavailable on non-futures symbols. Test on demo accounts. No financial advice—use at your own risk.
The provided script reuses open-source elements from TradingView's Color Library and LuxAlgo's QQE Weighted Oscillator, as noted in the script comments and description. Credits are appropriately given in both the description and code comments, satisfying the requirement for attribution.
Regarding significant improvements and proportion:
The QQE logic comprises approximately 15 lines of code in a script exceeding 400 lines, representing a small proportion (<5%).
Adaptations include integration with multi-timeframe support via request.security, user-customizable inputs for length, factor, and smooth, and application within a broader table-based indicator for momentum bias display (with color gradients, arrows, and alerts). This extends the original QQE beyond standalone oscillator use, incorporating it as one of seven metrics in the New Metrics Table for confluence analysis (e.g., consensus highlighting when all metrics align). These are functional enhancements, not mere stylistic or variable changes.
The Color Library usage is via official import (import TradingView/Color/1 as Color), leveraging built-in gradient functions without copying code, and applied to enhance visual interpretation across multiple metrics.
The script complies with the rules: reused code is minimal, significantly improved through integration and expansion, and properly credited. It qualifies for open-source publication under the Mozilla Public License 2.0, as stated.
TZanalyserTZanalyser (Trend Zone Monitor With Trend Strength, Volume Focus And -Events Markers)
Before I used TrendZones to manage my portfolio I used Fibonacci Zone Oscillator as my favorite in the sub panel, accompanied with another subpanel indicator which I never published called IncliValue and also REVE Cohorts.
TZanalyser inherits Ideas and code from all three of them: The visual and the idea of using a channel as the basis for an oscillator depicted as a histogram, is taken from the FibZone Oscillator. The idea of providing a number to evaluate the trend is taken from IncliValue. The idea to create a horizontal line which indicates high and low volume focus completed with markers for volume events, is taken from REVE-cohorts.
These ideas are combined in one sleek visual called TZanalyser. TZ stand for TrendZones, because the histogram is based on it.
The histogram.
Depicted is the distance of the price from COG as percent. The distance between Upper Curve and Lower Curve is used as 100%. The values may reach between 300 and -300. The colors indicate in which zone the candle lives, blue in the blue zone, green in the green zone etc. Despite the absence of a gray zone, there are gray bars. These depict candles that wrap around COG. Because hl2 is used as price, some gray bars point up and others down. The orange and red bars point down because the orange and red downtrend zones are below COG.
Use of the histogram.
Sometimes I need to create a list of stocks which are in uptrend in monthly, weekly and daily charts from the stocks I follow in my universe. This job is done fast and easy by looking at the last bar of the histogram. The histogram also gives a quick evaluation of how the stock fared in the past.
The number.
Suppose I need to allocate some money to another stock, selected a few, looked into news and gurus and they look equally good. Then it is nice to be able to find out which has the best charts. Which one has the strongest uptrend. For this purpose this number can be consulted, because it indicates somehow the strength of the trend. It is an integer between 20 and -20, the closer to 20 the stronger the uptrend, closer to -20 indicates a stronger downtrend. The color of the background is the same as the last column of the histogram.
Volume focus and events
The horizontal lines depict volume focus, the line below the focus that comes with the uptrend columns pointing up, the one above the focus for the downtrend columns pointing down. Thes line have tree colors: maroon for high volume focus, green for normal volume and gray for low volume situations. Between the lines and the histogram triangles appear at volume events, a green triangle when the candle comes with high volume, i.e. 120-200 percent of normal, maroon when extreme volume, i.e. more than 200 percent of normal.
The direction of these triangles is that of the histogram, i.e. when the price is higher, direction is up and vice versa.
Take care and have fun.
Auto Fibonaccing File MignonScript with Fibonaccing and File Mignon from Marco Rossi, plots the maximums and minimums of 5 days ago as a reference
MACD + 1m EMA Zone FilterFeature Description
Run on Any Chart Works on any timeframe — 5m, 15m, 1h, etc.
MACD Crosses Detected on the current chart's timeframe
EMA Logic All EMA20/50/100/200 come from 1-minute timeframe
Buy Signal MACD crossover + all EMAs (1m) above EMA200
Sell Signal MACD crossunder + all EMAs (1m) below EMA200
Chart Arrows BUY/SELL arrows plotted at each signal
Alerts Configurable alerts for Buy/Sell conditions
RSI Strategy V1-HardcodedThis strategy is optimized for specific market behavior and has shown the best results on HUT (Hut 8 Mining).
Backtesting on other assets may yield different outcomes.
SMI Panel (kolupaiev)Stochastic Momentum + table trand + alerts
The indicator is composed of STOCHASTIC and MOMENTUM.
A table for tracking the trend on higher timeframes (1D and 1W) has also been added.
Notifications can be configured to follow the trend.
Advanced ORB Strategy with Filters & TargetsThe Advanced ORB (Opening Range Breakout) Strategy I created is a sophisticated intraday trading system designed for TradingView, optimized for the US stock market open at 9:30 AM ET (New York time). It builds on the classic ORB concept—identifying the high (ORH) and low (ORL) of the initial market range after open and trading breakouts from those levels—while incorporating multiple layers of confirmation, risk management, and visual aids to filter out noise and capture high-probability momentum moves. This makes it more robust than basic ORB setups, aiming for higher profitability by reducing false signals and adapting to market conditions.
Core Concept
Opening Range Definition: The strategy uses the first 15 minutes (9:30–9:45 AM ET) as the primary opening range to establish ORH, ORL, and the midpoint (ORM). This window captures the initial volatility spike from overnight news, earnings, or economic data. You can optionally enable a secondary 5-minute range (9:30–9:35 AM) for added confirmation, requiring a breakout from both ranges.
Breakout Logic:
Long Entry: Triggered when price closes above ORH post-range, confirmed by filters (detailed below). This signals upward momentum.
Short Entry: Mirror for closes below ORL, indicating downward pressure.
Why 9:30 AM ET?: This aligns with the NYSE/NASDAQ open, where volume surges and institutional activity often lead to trend days (sustained moves). Statistically, about 30% of days are trend days, and ORB excels here by riding the breakout.
Key Advanced Features and Filters
To elevate it from a simple breakout strategy, I integrated multi-factor validation to avoid whipsaws (false breakouts common in choppy markets):
Candle Strength Filter: Requires the breakout candle to have a body >50% of the range width and wicks < body size, ensuring strong conviction (no doji-like indecision).
Volume Confirmation: Breakout volume must exceed 1.5x the 20-period average, verifying institutional interest.
Minimum Breakout Distance: At least 0.3% beyond ORH/ORL to ignore minor wick pierces.
Trend Alignment: Price must be above a 100-period EMA for longs (or below for shorts), favoring with-trend trades.
RSI Filter: RSI(14) <70 for longs (>30 for shorts) to avoid overbought/oversold traps.
Daily Bias: Compares today's ORM to yesterday's ORH/ORL; only longs if bullish overlap, shorts if bearish, skipping neutral days.
Secondary Range Layer: If enabled, breakout must also clear the 5-min range, adding confluence.
These filters collectively reduce trade frequency (focusing on quality) while aiming for a win rate >50% and risk-reward >2:1.
Risk Management and Exits
Stop-Loss: Placed at ORL (for longs) or ORH (for shorts), buffered by 1x ATR(14) for volatility adjustment. ORM can be used for tighter stops in ranging markets.
Take-Profit Targets: Scaled exits for profitability:
Target 1: 1x range width (e.g., ORH + (ORH - ORL)).
Target Fib: 1.618x Fibonacci extension.
Target 2: 2x range width.
Suggestion: Exit 50% at Target 1, trail the rest using a session EMA or 50% range retracement invalidation.
Position Sizing: Risk 1% of account per trade based on stop distance.
Additional Exits: Close all at 4:00 PM ET (market close) or if price retraces >50% of the range. A 30-min cooldown prevents re-entries after a signal.
Visuals and Implementation on TradingView
Plots: Green ORH, red ORL, orange ORM lines; optional clouds (green upper half, red lower) for the range.
Secondary Visuals: Dashed lime/maroon lines for the 5-min range (if enabled).
Signals: Green up-triangle for long breakouts, red down-triangle for shorts.
Targets/Stops: Horizontal lines extend from signals for targets (green/blue) and stops (dashed red).
Alerts: Built-in for breakouts, integrable with TradingView notifications.
Pine Script: The code is a custom indicator (convertible to strategy for backtesting). Use on 1-5 min charts for indices like SPY/QQQ or volatile stocks. Backtest via TradingView's Strategy Tester to optimize inputs.
What Works Best with This Strategy
Complementary Indicators:
EMAs (100/200-period): For broader trend confirmation.
Volume tools (e.g., VWAP or oscillators): Enhance volume filter.
Market internals ( USI:TICK , USI:ADD ): Gauge overall sentiment.
ATR/VWAP: Dynamic stops and volatility skips (e.g., ignore narrow ranges < average ATR).
Assets: High-liquidity, volatile ones like QQQ, SPY, or futures (ES/NQ). Avoid low-volume stocks.
Timeframes: 1-5 min for entries, daily for bias.
Market Conditions: Thrives on trend days with gaps/news; skip low-volatility or holiday sessions.
Why It's a High-Profitable Strategy
ORB's edge comes from exploiting post-open volatility, where 70-80% of daily range forms in the first hour. By adding filters, it cuts false breakouts (common in 50-60% of basic ORB trades) while targeting 2-3R rewards on winners. Backtests often show 1.5-2.5 profit factor on indices, with drawdowns <10% if risked properly. Profitability stems from:
Edge in Momentum: Captures "big moves" on trend days.
Risk Control: ATR-adapted stops and scaled exits preserve capital.
Adaptability: Customizable (e.g., range duration, filters) for different markets.
Psychological Fit: Mechanical signals reduce emotion, ideal for day traders.
EMA CROSS (HTF filter) by RAThis is EMA based indicator, gives buy sell signal on the crossover of EMA 1 (fast) & EMA 2 (slow). in this indicator EMA 3 and EMA 4 are optional but if you switch on the EMA 3 for trend direction, signal will be filtered by EMA 3. e.g. if trend is bearish according to EMA 3 and bullish crossover happens between EMA 1 & EMA 2 then no buy signal will be shown until price closes above EMA 3 and same logic for EMA 4.
This indicator is a Higher Time Frame (HTF) Trend filter indicator, if you switch on the the HTF filter then buy sell signal will be shown in alignment with the Higher Time Frame (HTF) Trend only, the best part is you can change HTF as per your requirement and there is toggle to on/off HTF.
Simply-Forex Combined S/RMulti-Timeframe Support & Resistance
Combined Daily & Higher Timeframe Support and Resistance Levels
What It Does:
Displays daily support and resistance levels alongside higher timeframe levels on your chart
Creates visual zones around key support and resistance areas
Includes weekly separators to assist with time-based analysis
Key Features:
✅ Daily Support and Resistance Levels (Automated)
Uses highs and lows to generate support and resistance zones
Lines change colour when price touches the levels
Customizable lookback periods
Optimized for use on timeframes from 4H down to 1M
✅ Higher Timeframe Support and Resistance Levels (Automated)
Automatically updates levels based on higher timeframe swing points
Ideal for longer-term context and bias
Customization settings separate from daily levels
Works best on timeframes from Daily down to 1H
Best For:
Multi-timeframe analysis
Identifying key institutional price levels
Spotting bounce and breakout opportunities
Setting more accurate stop-losses and take-profits
Struggling With Support & Resistance?
If you're unsure how to plot support and resistance, or where the key levels are, this tool simplifies the entire process — making it easy to stay aligned with the market structure across multiple timeframes.
Please note: This indicator is part of the price action suite.
To gain access to this, will mean you also have access to the Simply Forex Price Action indicator
Hybrid candles by Marian BDescription
-------------
This script it does a very simple thing: it will color the candles according to the HeikenAshi rules.
It will keep the regular candle shape, but with the HeikenAshi colors. Some traders find it useful, especially those using the ATS methodology.
Originality
-------------
This script is not at all orginal and it will not make you win trades. There are a few others out there, but I could not find a public one that also colors the wicks; most of them just handle the color of the candle body.
Chart
-------
See a sample screenshot how it will look like.
Simply-Forex Price ActionPrice Action Toolkit
Core Swing Point Detection System
🔹 Multi-Length Swing Point Analysis
This indicator detects price swings using multiple swing lengths simultaneously, offering a layered view of market structure:
Captures short-term reversals and long-term trend shifts
Enables analysis across multiple time horizons
Enhances overall context for entries, exits, and trend direction
🔹 Swing Point Classification
Each swing point is automatically labelled as one of the following:
HH (Higher High)
HL (Higher Low)
LH (Lower High)
LL (Lower Low)
What it does:
Instantly reveals the current market structure by showing the relationship between consecutive swing points — crucial for trend analysis and trade planning.
Visual Display Features
🔹 Swing Point Breakout Lines
What it does:
Plots breakout lines based on recent swing points, helping traders:
Identify structure shifts
Spot breakout or reversal levels
Highlight potential entry and exit points
Moving Average Features
🔹 Standard SMA (Simple Moving Average)
What it does:
Shows dynamic trend direction
Acts as support/resistance
Smooths price data for better clarity
🔹 20SMA River
What it does:
Creates a flowing “river” or price channel to:
Highlight the average range of price movement
Assist in trend channel trading
Identify mean reversion or momentum continuation zones
Enhanced Daily Trend Display System
🔹 Multi-Mode Trend Analysis
Three trend modes to suit different trading styles:
✅ Real-Time Mode
Live trend updates based on current price action
Great for scalpers and intraday traders
Responds immediately to market structure changes
✅ Daily Close Mode
Uses confirmed daily candle closes only
Eliminates noise from intraday fluctuations
Ideal for swing trading and longer-term analysis
✅ Both Mode
Side-by-side display of both real-time and daily-close trends
Helps compare short-term signals with confirmed long-term direction
Excellent for traders seeking full market context
🔹 What it does:
Provides adaptable trend analysis tailored to your strategy — whether you’re a scalper needing instant feedback or a swing trader relying on confirmed closes.
Practical Applications
🟢 For Day Traders
Real-time trend display = instant feedback
Multi-swing detection = fast structure shifts
Clean breakout visuals = clear entry/exit cues
🔵 For Swing Traders
Daily close mode = reliable trend confirmation
Multi-timeframe analysis = strategic planning
SMA integration = trend + structure in sync
✅ Summary
This comprehensive Price Action Toolkit adapts to all timeframes and trading styles. Whether you're focused on tactical intraday moves or strategic trend swings, it provides everything you need to stay in sync with market structure and direction — all in one streamlined tool.
KIORI - VWAP mit StdDev + 0,25 Bändern🎯 VWAP Enhanced - Professional Standard Deviation Bands with Precision Zones
This advanced VWAP indicator provides comprehensive price movement analysis through multi-layered standard deviation bands with additional 0.25 precision zones.
🔥 Key Features:
VWAP core line (blue) - Volume Weighted Average Price
3-tier standard deviation bands (1x, 2x, 3x) with individual color coding
0.25 precision zones around EVERY standard deviation line (above/below)
Complete band filling for better visual orientation
Flexible anchor periods (Session, Week, Month, Quarter, Year, Earnings, Dividends, Splits)
📊 Color Coding:
🔵 VWAP + 0.25 zones (Light Blue)
🟢 1x StdDev + 0.25 zones (Green/Light Green)
🟡 2x StdDev + 0.25 zones (Yellow/Light Yellow)
🔴 3x StdDev + 0.25 zones (Red/Light Red)
⚡ Trading Applications:
Support/Resistance at standard deviation lines
Precise entry/exit points through 0.25 zones
Volatility measurement across multiple levels
Mean-reversion strategies with clear target areas
Breakout detection when exceeding outer bands
🎨 Optimized for:
Day trading and scalping
Swing trading strategies
Volatility-based positioning
Multi-timeframe analysis
This indicator combines proven VWAP methodology with high-precision standard deviation zones, providing traders with a professional tool for precise market analysis and positioning
New London breakout structure📌 ENGLISH DESCRIPTION
This script detects breakout opportunities during the London session using a simple yet effective price structure logic.
🔍 Features:
Detects breakout confirmation using previous swing highs/lows
Applies CHOCH (Change of Character) logic
Filters signals based on ATR volatility
Includes time filter for London session (default: 4–5 AM Argentina, 08:00–09:00 CET)
Optional minimum range filter to avoid fake signals
Clear entry, SL, TP levels displayed on chart
Real-time alerts
📈 Best used on EURUSD 5m/15m chart during London session.
SY_Quant_AI_YJ✅ English Description (Safe Minimal Version)
SY_Quant_AI_YJ— Multi-Factor Trend Analysis Toolkit
This indicator combines trend detection, structure recognition, and visual overlays to assist traders in analyzing market dynamics.
It integrates common techniques in a simplified form for research and chart-based strategy development.
Ale Structure Breakout (Real CHOCH + BOS)🧠 **Ale Structure Breakout (Real CHOCH + BOS)**
This script detects real market structure breaks using pivot-based swing highs and lows. It identifies BOS (Break of Structure) and CHOCH (Change of Character) to define trend shifts, and triggers entries only within a configurable time window.
---
🎯 **Core Features:**
- Detects real BOS/CHOCH using swing pivots
- Entry logic based on configurable time range (e.g. 4:00 to 5:00)
- Uses ATR for Stop Loss with user-defined multiplier
- Risk/Reward ratio configurable
- Optional filters for candle body size and range
---
📊 **Visual Aids:**
- Orange & teal triangles: Swing High/Low
- BUY/SELL labels show trade direction
- Yellow: Entry price
- Red: Stop Loss
- Green: Take Profit
- Purple background shows active entry session
This script is meant for scalping or breakout day trading. Signals are visual and can be used with alerts for discretionary execution.
---
🧠 **Versión en español**:
Este script detecta rupturas reales de estructura del mercado (BOS y CHOCH) mediante pivotes configurables. Solo genera entradas durante una ventana horaria definida por el usuario, y usa el ATR para calcular un Stop Loss dinámico. Incluye filtros para evitar entradas con velas débiles o rangos muy cortos.
Ideal para scalping o day trading con entradas basadas en rupturas estructurales reales.
RSI Divergence✅ What does the script do?
It calculates RSI and looks for divergences between RSI and price.
It checks bullish divergence when price makes a lower low, but RSI makes a higher low (potential reversal upwards).
It checks bearish divergence when price makes a higher high, but RSI makes a lower high (potential reversal downwards).
It only considers divergences within a certain bar distance range (user adjustable: minimum and maximum bars between the two points).
When a divergence is found, it:
Draws a line connecting the two points of divergence.
Plots a small triangle on the chart (below bars for bullish, above bars for bearish).
Optionally triggers an alert so you can be notified.
It does not repaint because it confirms divergence only after the second pivot forms.
✅ Simple & Informative Description
RSI Divergence Indicator
This indicator helps identify potential bullish and bearish divergences between price and the RSI (Relative Strength Index).
Bullish divergence:
Price makes a lower low, but RSI makes a higher low → shown with a green triangle and a green line connecting the lows.
Bearish divergence:
Price makes a higher high, but RSI makes a lower high → shown with a red triangle and a red line connecting the highs.
The script has user settings to:
Adjust the RSI length.
Set overbought/oversold levels.
Define the minimum and maximum bar distance between divergence points.
When a valid divergence is detected, the indicator plots the signal on the chart and can trigger an alert.
This is a visual aid to spot possible reversal areas based on RSI divergence. It doesn’t give trade entries on its own but can be combined with other tools for confirmation
RSI Mansfield +RSI Mansfield+ – Adaptive Relative Strength Indicator with Divergences
Overview
RSI Mansfield+ is an advanced relative strength indicator that compares your instrument’s performance against a configurable benchmark index or asset (e.g., Bitcoin Dominance, S&P 500). It combines Mansfield normalization, adaptive smoothing techniques, and automatic detection of bullish and bearish divergences (regular and hidden), delivering a comprehensive tool for assessing relative strength across any market and timeframe.
Originality and Motivation
Unlike traditional relative strength scripts, this indicator introduces several distinctive improvements:
Mansfield Normalization: Scales the ratio between the asset and the benchmark relative to its moving average, transforming it into a normalized oscillator that fluctuates around zero, making it easier to spot outperformance or underperformance.
Adaptive Smoothing: Automatically selects whether to use EMA or SMA based on the market type (crypto or stocks) and timeframe (intraday, daily, weekly, monthly), avoiding manual configuration and providing more robust results under varying volatility conditions.
Divergence Detection: Identifies four types of divergences in the Mansfield oscillator to help anticipate potential reversal points or trend confirmations.
Multi-Market Support: Offers benchmark selection among major crypto and global stock indices from a single input.
These enhancements make RSI Mansfield+ more practical and powerful than conventional relative strength scripts with static benchmarks or without divergence capabilities.
Core Concepts
Relative Strength (RS): Compares price evolution between your asset and the selected benchmark.
Mansfield Normalization: Measures how much the RS deviates from its historical moving average, expressed as a scaled oscillator.
Divergences: Detects regular and hidden bullish or bearish divergences within the Mansfield oscillator.
Timeframe Adaptation: Dynamically adjusts moving average lengths based on timeframe and market type.
How It Works
Benchmark Selection
Choose among over 10 indices or market domains (BTC Dominance, ETH Dominance, S&P 500, European indices, etc.).
Ratio Calculation
Computes the price-to-benchmark ratio and smooths it with the adaptive moving average.
Normalization and Scaling
Transforms deviations into a Mansfield oscillator centered around zero.
Dynamic Coloring
Green indicates relative outperformance, red signals underperformance.
Divergence Detection
Automatically identifies bullish and bearish (regular and hidden) divergences by comparing oscillator pivots against price pivots.
Baseline Reference
A clear zero line helps interpret relative strength trends.
Usage Guidelines
Benchmark Comparison
Ideal for traders analyzing whether an asset is outperforming or lagging its sector or market.
Divergence Analysis
Helps detect potential reversal or continuation signals in relative strength.
Multi-Timeframe Compatibility
Can be applied to intraday, daily, weekly, or monthly charts.
Interpretation
Oscillator >0 and green: outperforming the benchmark.
Oscillator <0 and red: underperforming.
Bullish divergences: potential relative strength reversal to the upside.
Bearish divergences: possible loss of momentum or reversal to the downside.
Credits
The concept of Mansfield Relative Strength is based on Stan Weinstein’s original work on relative performance analysis. This script was built entirely from scratch in TradingView Pine Script v6, incorporating original logic for adaptive smoothing, normalized scaling, and divergence detection, without reusing any external open-source code.
SNIPERKILLS NQ JULY 16 2025, GAMEPLAN📅 NQ Trade Plan: July 16, 2025
Previous Day Stats (July 15):
Open: 23036.50
High: 23222.75
Low: 22996.25
Close: 23056.75
📈 Bullish Scenario
✅ Long Trigger: 23181.50
Reclaiming high-value zone and pushing above PD close + midpoint.
🎯 Targets:
Target 1: 23222.75 → Previous Day High
Target 2: 23242.75 → +20 pts extension above PDH
Target 3: 23278.00 → Potential external liquidity run
🛑 Stop Loss: 23138.00
📉 Bearish Scenario
✅ Short Trigger: 23019.00
Break below PD open + low consolidation zone. Looks to tap sell-side liquidity.
🎯 Targets:
Target 1: 22996.25 → Previous Day Low
Target 2: 22975.00 → FVG fill or inefficiency target
Target 3: 22936.00 → Extended draw on liquidity below PD range
🛑 Stop Loss: 23061.00
GOLDGOGOSIG - 1 Min MA CrossoverGOLDGOGOSIG
Why Use the "GOLDGoalGO" Indicator?
Are you looking for a reliable tool to enhance your gold trading strategy?
Introducing "GOLDGoalGO", a smart and easy-to-use indicator specifically designed to help traders make informed decisions in the gold market.
What Makes "GOLDGoalGO" Stand Out?
* Tailored for Gold (XAUUSD):
Specially optimized to detect crucial trend changes in gold prices, offering you timely signals to buy or sell.
* Precise Entry Points:
Uses smart moving average crossovers to identify the best moments for entry and exit, reducing guessing and improving profitability.
* Real-Time Alerts:
Get instant notifications when buy or sell signals occur—whether you're at your desk or on the go. Never miss a critical trading opportunity again!
* Easy to Use:
Clear visual signals on your chart show exactly when the market is favorable, perfect for both beginners and experienced traders.
* Ideal for Short-Term Trading:
Designed to generate signals on 1-minute charts, helping you capitalize on quick market movements in the fast-paced gold market.
Why Trader's Love It:
* Increase Confidence:
Making trade decisions becomes easier with accurate signals specific to gold trends.
* Save Time:
Automate your analysis—spend less time guessing and more time trading confidently.
* Maximize Profits:
Spot those crucial moments when the price movement is about to turn, giving you a competitive edge.
Start Using "GOLDGoalGO" Today!
Whether you're looking to refine your short-term trading strategy or want a trustworthy tool to guide your trades in gold markets, "GOLDGoalGO" is the perfect addition to your trading arsenal. Try it now and watch your trading confidence and results improve!
PMJ SnR Active EMATrend Following Indicator with active color changing Support and Resistance Levels, guided by fast and smooth EMA's.
Candle close above FAST 9 EMA--buy signal, SL somewhere bellow the 9 Smoothed EMA
Vice Versa for SELL scenarios.
Add at every Candle close Above until Sell scenario is triggered.
www.tradingview.com