相對強弱指標(RSI)
Parabolic Run Detector (With Weighted Caution)This indicator, Parabolic Run Detector (With Weighted Caution), is designed to help traders identify moments of strong directional movement (I call it a run) in asset prices, especially those that exhibit a parabolic character. It uses a combination of log-scale price slopes, RSI momentum, and Ichimoku cloud structure (via the very useful Tenkan-Kijun "clamp") to evaluate whether a price move has both strength and sustainability. When certain thresholds are met, it marks the beginning of a potential run with a green circle below the price chart, helping traders spot entries early in high-momentum conditions.
In addition to identifying the start of a run, the indicator also looks for end-of-run caution signals. These are marked with orange circles, indicating potential exhaustion or overextension. The caution logic doesn’t require all conditions to trigger at once — instead, it uses a weighted scoring system based on RSI extension, slowing price momentum (second derivative), and the widening of the Ichimoku clamp. If these conditions cross a confidence threshold within a set number of bars after a run begins, the caution signal fires. This allows traders to stay alert to reversal or consolidation risks without being prematurely spooked by noise. So, choose to ignore them, but they are there for you to assess.
You can fine-tune sensitivity with a set of adjustable parameters, including minimum slope values, RSI reversion awareness (bias weight), clamp thresholds, and spacing between signals. So play around to see what works best for you! For advanced users, the option to toggle between static or dynamically calculated RSI baselines and adapt Ichimoku settings for crypto vs. legacy markets adds another layer of contextual accuracy. Whether you're trading Bitcoin on a 4-hour chart or scanning equities on a daily timeframe, this tool helps bring clarity to trend acceleration and potential fatigue, all while minimizing visual clutter and giving you intuitive visual cues.
Let me know what you think.
RSI TrendSignal🔍 **Smart RSI System – Free & Open Source**
A powerful RSI-based indicator designed for traders who want clarity, simplicity, and filtered signals that *actually mean something*.
---
### 🎯 Key Features:
✅ Classic RSI with custom smoothing
✅ Optional Bollinger Bands over RSI
✅ Built-in Divergence Detection (Regular Bullish/Bearish)
✅ Dynamic Buy/Sell Conditions based on RSI + MA cross
✅ STAR signals for high-conviction entries (Overbought/Oversold + strength filter)
✅ ATR-based strength filter and custom visualizations
✅ Works great on **crypto**, **forex**, or **indices**
✅ Fully open-source and beginner-friendly!
---
### 📊 Recommended Timeframes:
15min, 1H, 4H, Daily – test and adjust settings for your style.
---
### ⚙️ How to Use:
1. Watch for **Buy/Sell** shapes when RSI confirms crossover with smoothed MA.
2. **STAR signals** are stronger – when RSI is above 70 or below 30 with momentum separation.
3. Divergences (optional) can confirm reversals.
4. Use ATR plot or your own trailing stop logic for exit strategy.
---
🔔 Alerts are built-in and ready to use.
📌 You can connect them to bots, webhooks, or Telegram (see alert templates in the script).
---
🧠 **Built by a trader, for traders.**
Use this as a base and build your own version – or just trade it as is.
---
---
💬 **Feedback / Questions / Want to talk?**
Feel free to message me on Telegram:
👉 (t.me/Ario_pinescript_pogramer)
This is a clean version of RSI TrendSignal with improved alerts.
It uses RSI cross with a smoothed moving average to generate filtered buy/sell signals.
No external links or bots. Fully compliant with TradingView rules.
📺 Demo & Tutorial coming soon on my YouTube channel – stay tuned
Grid Long & Short Strategy [ trader_N08 ]The Grid Long & Short Strategy is a sophisticated algorithmic trading system designed to capitalize on market volatility while maintaining rigorous risk controls. Unlike conventional grid strategies that rely on static price intervals, this script introduces a dynamic framework that adapts to real-time market conditions using volatility measurements, trend confirmation, and momentum filters. By integrating multiple layers of technical analysis—including Exponential Moving Averages (EMAs), Relative Strength Index (RSI), Average True Range (ATR), and volume spikes—the strategy aims to optimize entry points, manage position sizing, and protect capital across both trending and range-bound markets.
Core Mechanics: How the Strategy Works
1. Trend Identification and Filtering
The strategy employs a dual EMA system to distinguish between bullish and bearish regimes:
A 200-period EMA acts as the primary trend filter, ensuring trades align with the broader market direction.
A 50-period EMA provides secondary confirmation, reducing false signals during choppy price action.
For long entries, the price must trade above both EMAs, while short entries require the price to remain below them. This dual-layer trend confirmation ensures trades align with higher-probability market movements, avoiding counter-trend risks inherent in traditional grid systems.
2. Momentum and Volume Confirmation
The strategy enhances signal quality by combining:
RSI Thresholds: Long entries trigger only when the 14-period RSI exceeds 40 (indicating upward momentum), while short entries activate when RSI falls below 60 (signaling downward pressure).
Volume Spikes: Trades execute solely when current volume surpasses 120% of the 20-period average, filtering out low-liquidity environments prone to whipsaws.
This hybrid approach mitigates the "grid trap" problem—where static systems accumulate losing positions during illiquid or low-momentum conditions.
Adaptive Grid Logic: Dynamic Position Sizing
3. ATR-Based Grid Spacing
The script calculates grid intervals using the 14-period ATR, a volatility metric that automatically widens or tightens entry spacing based on market conditions:
Base Grid Step: Initial entries use ATR × 1.2 to set the distance between grid levels.
Expanding Intervals: Subsequent entries expand by a factor of 1.2x (user-adjustable), ensuring larger position gaps during high volatility to avoid overexposure.
For example, in a calm market with an ATR of $10, the first grid step would be $12. If volatility spikes and the ATR rises to $15, the next step becomes $18, dynamically adjusting risk per trade.
4. Capped Grid Levels
To prevent uncontrolled risk accumulation, the strategy limits grid expansion to 1 level by default (user-configurable). This constraint ensures that even during extended adverse moves, maximum drawdown remains within predefined tolerances.
Multi-Layered Risk Management
5. Fixed Stop Loss and Take Profit
Each position incorporates:
Stop Loss: 0.3% below (long) or above (short) the entry price.
Take Profit: 4% above (long) or below (short) the entry price.
These thresholds provide a baseline 13:1 risk-reward ratio, aligning with professional trading standards.
6. ATR Trailing Stop
A dynamic exit mechanism locks in profits as trends develop:
The trailing stop follows price at a distance of ATR × 0.1, tightening during low volatility and expanding in volatile swings.
This hybrid approach allows winners to run while protecting against sudden reversals—a critical advancement over static grid systems.
Unique Value Proposition
7. Differentiators from Conventional Grid Strategies
Volatility-Responsive Grids: By tying grid spacing to ATR, the script avoids the fatal flaw of fixed-interval systems, which often fail during volatility spikes.
Volume-Filtered Entries: Eliminates 43% of false signals compared to volume-agnostic systems (backtested on 2021–2023 FX data).
Asymmetric Grid Expansion: The 1.2x expansion factor optimizes position sizing, reducing margin requirements by 22% in sideways markets while capturing 15% larger moves in trends.
Integrated Trend/Momentum Filters: Combines EMAs and RSI to achieve an 89% correlation with 4-hour chart trends, minimizing counter-trend traps.
8. Performance-Optimized Defaults
The strategy ships with parameters fine-tuned for:
Instruments: XAU/USD, BTC/USD, and major FX pairs.
Timeframes: 30-minute to 1-hour charts.
Account Sizes: $10,000 with 0.01% commission and 5 tick slippage settings.
Why This Strategy Warrits Investment
Traditional grid systems suffer from three critical flaws:
Static Grids: Fail to adapt to volatility shifts, leading to margin calls during black swan events.
Blind Entries: Execute trades regardless of trend or volume, resulting in 61% unprofitable grids in backtests.
Unmanaged Risk: Lack dynamic stops, exposing traders to unlimited downside.
This script addresses all three issues through:
Machine Learning-Inspired Design: The ATR/EMA/RSI/Volume hybrid mimics adaptive algorithms used by institutional quant funds.
Configurable Safeguards: Max grid levels, trailing stops, and volume filters provide 23% lower drawdowns than open-source alternatives.
Transparent Logic: Every component—from entry conditions to exit rules—is grounded in academically validated indicators (e.g., ATR for volatility, RSI for momentum, EMAs for trend).
For traders seeking a systematic approach to capitalize on volatility without reckless risk-taking, this strategy offers a mathematically disciplined framework refined through 1,000+ hours of live market testing.
Usage Guidelines
9. Optimal Deployment
Trending Markets: Enables participation in sustained moves via trailing stops and trend-aligned grids.
Volatile Ranges: Profits from oscillations via ATR-adjusted entries while avoiding overexposure.
News Events: Volume filters skip trades during erratic post-announcement price action.
10. Customization Options
While defaults suit most traders, key parameters can be adjusted:
Aggressive Mode: Increase Max Grid Levels to 3 and ATR Mult to 1.5 for high-volatility crypto.
Conservative Mode: Reduce Grid Expansion Factor to 1.1 and Fixed Stop Loss to 0.5% for forex pairs.
Grid Long & Short Strategy [ trader_N08 ]Core Logic & Methodology
1. Trend & Momentum Filters:
The strategy uses two Exponential Moving Averages (EMAs): a slow EMA (default 200) for trend direction, and a fast EMA (default 50) for additional confirmation.
For long trades: the price must be above both EMAs and the RSI (Relative Strength Index, period 14) must be above a user-defined threshold (default 40).
For short trades: the price must be below both EMAs and the RSI must be below a user-defined threshold (default 60).
2. Volume Confirmation:
Trades are only considered when the current volume exceeds a multiple (default 1.2x) of the 20-period average volume, aiming to avoid low-liquidity signals.
3. Grid Entry System:
Upon a valid signal, the strategy opens an initial position and sets a “base price.”
Additional entries (“grid levels”) are added if the price moves against the initial position by a multiple of the Average True Range (ATR), with each subsequent grid level spaced further apart using an expansion factor.
The number of grid levels is capped (default: 1, user-adjustable) to control risk and position sizing.
4. Risk Management:
Each position uses both a fixed stop loss and take profit, defined as a percentage of the base entry price (defaults: 0.3% stop, 4% take profit).
A trailing stop is also applied, based on a user-defined multiple of ATR.
Only one grid is active per direction at a time; grids reset when all positions are closed.
---
Default Properties & Backtest Settings
Account Size: 10000$
Commission: 0.01 %
Slippage: 5 ticks
Risk Per Trade: The default settings are designed to risk a small percentage of equity per grid level, but users should verify that their position sizing does not exceed sustainable risk (generally not more than 5–10% per trade).
Sample Size: The strategy is intended to generate a sufficient number of trades when applied to liquid markets and appropriate timeframes (e.g., 15m–4h charts on major FX, crypto, or indices).
---
Underlying Concepts
Grid Trading: A method of adding positions at predefined intervals as price moves, aiming to capture mean reversion or trend continuation.
Trend & Momentum Confirmation: Reduces false entries by requiring alignment of price, moving averages, and RSI.
ATR-Based Spacing: Uses market volatility to dynamically set grid distances and trailing stops.
Volume Filter: Seeks to avoid signals during low-activity periods.
Super CandlesSuper Candles is a candle overlay based on the Super Signal Oscillator I have previously created giving you on candle confluence.
Candle coloring is based on RSI giving you on candle confluence when momentum is increasing or decreasing.
Multiple Mode Settings.
The first drop down lets you change the candle coloring based on your ideal trading style
Scalping | Intraday | Swing
Momentum Highlight toggle to enable and disable candle color transparency changes.
The second drop down gives you 3 options based how many signals you want to see on the chart.
HTF Signals dropdown giving you HTF confluence on lower timeframes.
Custom session filters so you can see signals only in your desired trading window
Custom VWAP Session for those of you that like VWAP retests and crossovers.
True day open VWAP based on 12:00am UTC-4
The Bands give you the option between 0-3 moving averages of your choice.
Preset to 13/48/200 EMA if you want to confirm Moving average retests and crosses with signals.
Price Action Zone IndicatorPrice Action Zone Indicator – Smart Support/Resistance & High-Probability Signals
Elevate your trading with dynamic price action analysis! The Price Action Zone Indicator identifies key support/resistance levels and generates precise entry signals by combining:
🔹 Multi-Layer Confirmation:
Smart S/R Zones: Auto-plots recent support/resistance based on a customizable lookback period.
Trend Filter: Uses SMA to confirm the broader trend direction (uptrend/downtrend).
Candlestick Patterns: Detects bullish/bearish pin bars and engulfing patterns for reversal signals.
RSI Momentum: Adds confluence with overbought/oversold conditions to avoid false breakouts.
🔹 Visual Trading Tools:
Clear Buy/Sell Signals: Triangle markers with labels for easy spotting.
Built-in Risk Management: Auto-plots stop-loss and take-profit levels based on ATR and your preferred risk-reward ratio.
Real-Time Alerts: Never miss a setup with customizable alerts for entries.
🔹 Why Traders Love It:
✅ Adaptive to Any Market: Works on Forex, Crypto, Stocks, and Commodities.
✅ Customizable: Adjust lookback periods, RSI thresholds, and RR ratios to fit your strategy.
✅ Clean & Intuitive: Avoids chart clutter while highlighting high-probability zones.
Perfect for: Swing traders, day traders, and anyone who relies on price action to time entries with precision.
📌 How to Use:
Add to your chart and adjust inputs (defaults optimized for 15M-4H timeframes).
Watch for buy/sell signals near plotted S/R levels with trend and RSI confirmation.
Trade with built-in TP/SL levels or customize further.
Pro Tip: Combine with higher-timeframe trends for even stronger setups!
🚀 Try it today and trade smarter with price action!
Key Features Recap:
Dynamic Support/Resistance Zones
Bullish/Bearish Pin Bar & Engulfing Detection
Trend-Filtered Signals (SMA)
RSI Overbought/Oversold Confluence
Auto Stop-Loss & Take-Profit Levels
Real-Time Alerts
Protected script – Free to use with no restrictions.
Disclaimer
The information and publications are not meant to be, and do not constitute, financial, investment, trading, or other types of advice or recommendations supplied or endorsed by TradingView.
Trading Assistant Dingue [TAD] OscillatorsTAD Oscillators – Companion Indicator for Trading Assistant Dingue
TAD Oscillators is a complementary indicator built to work seamlessly with the Trading Assistant Dingue. They’re designed to be used together but can also function independently.
Because the Trading Assistant overlays directly on the chart, there’s no room to display the 8 built-in oscillators over the candles. This separate indicator solves that by plotting all those oscillators in a clean, dedicated panel below the chart.
It uses the exact same settings as the Trading Assistant, so you don’t need to re-enter parameters or wonder what values you're working with. This makes it much easier to tweak and build your own strategy. If you can't see your RSI or MACD, how can you optimize them?
🔧 Key Features
Auto-syncs with Trading Assistant Dingue settings
Plot one or multiple oscillators at once
Add reference levels (e.g., 80/20 for RSI, 0 for ROC or MACD)
Simple visual structure for easy tuning
Works standalone or as a Trading Assistant companion
📊 Included Oscillators
Each oscillator can be turned on/off individually and customized.
By Default, the RSI and STOCH are displayed with lines at 80 and 20:
RSI 1 & 2
Custom length for RSI and its moving average. Default display includes 80 and 20 reference lines.
Stochastic 1 & 2
Full control over K and D values, with individual moving averages. More common than RSI for many traders.
Volume
A custom-built indicator based on raw volume and a moving average. Line at 0 helps visualize direction shifts.
MACD 1 & 2
Standard MACD with full custom settings. Includes line at 0. Useful for divergence and momentum analysis.
ROC (Rate of Change) 1 & 2 + Average
A slightly adjusted ROC formula. You get two separate inputs and a third line that averages both.
ADX & DMI
Choose to display the three ADX versions and their DMI+ and DMI– components. Great for tracking trend strength.
Mayer Multiple
Less common, but helpful for identifying over-extended markets. Sourced from TradingView.
OBV (On Balance Volume)
Plots OBV with a zero line for quick confirmation of trend with volume.
These oscillators are built into the Trading Assistant, but can’t be displayed over price candles. That’s what this indicator solves. Use this tool to fine-tune your setup, confirm signals, or develop your own trading strategy visually and clearly.
Note: TAD Oscillators is completely free. Trading Assistant Dingue is a paid indicator, but you don’t need it to use this one.
🔍 Search “Trading Assistant Dingue” to try it free.
RSI with ADX Rising Oscillator (MTF)This Pine Script v6 indicator combines RSI (Relative Strength Index) with an ADX Rising Oscillator, along with optional divergence detection and multi-timeframe support.
Multi-Timeframe Support: The script allows you to analyze RSI and ADX from different timeframes (default 60 minutes) while viewing on your current chart timeframe.
RSI Analysis:
Standard 14-period RSI calculation with customizable source and length
Visual zones for overbought (70+) and oversold (30-) conditions
Optional smoothing with various moving averages (SMA, EMA, etc.) and Bollinger Bands
Bullish/bearish divergence detection with alerts
ADX Rising Oscillator:
Uses ADX (Average Directional Index) to measure trend strength
Creates an oscillator that only shows values when ADX is rising (indicating strengthening trend)
Colors the oscillator based on RSI direction (green for rising RSI, red for falling RSI)
Shows positive values when DI+ > DI- (bullish bias) and negative when DI- > DI+ (bearish bias)
🔥 Delta Emo + VWAP HUD (Clean) Delta Emo + VWAP HUD (Clean)
Overview
The Delta Emo + VWAP HUD (Clean) is a powerful and visually intuitive Pine Script® indicator designed to provide traders with real-time market insights directly on their charts. This all-in-one heads-up display (HUD) consolidates critical technical metrics—price action, volume surges, VWAP, RSI, MACD, and session time—into a sleek, customizable table. Built for traders who value clarity and efficiency, this indicator helps you stay focused on key market dynamics without cluttering your workspace.
Key Features
Price & Change Tracking : Displays the current price and percentage change, color-coded for quick identification of bullish (lime) or bearish (red) movements.
Volume Surge Detection : Identifies high-volume "HYPE" moments (volume > 1.5x the 20-period SMA) and directional volume trends (UP, DOWN, or NEUTRAL), highlighted with vivid orange for surges.
VWAP Integration : Tracks the Volume Weighted Average Price (VWAP) and signals whether the price is above (bullish, lime) or below (bearish, red) the VWAP line.
RSI Analysis : Monitors the 14-period Relative Strength Index (RSI), labeling overbought (>70), oversold (<30), or neutral conditions with dynamic color coding (orange for overbought, lime for oversold, gray for neutral).
MACD Trend : Evaluates the MACD (12, 26, 9) to display bullish (lime), bearish (red), or flat (gray) trends based on the MACD line's position relative to the signal line.
Session Clock : Shows the current time (HH:MM) for real-time session awareness.
Clean HUD Design : Presents all metrics in a compact, top-right table with a professional black background and white text, ensuring readability and minimal chart obstruction.
Why Use This Indicator?
The Delta Emo + VWAP HUD is ideal for traders seeking a streamlined, data-driven approach to decision-making. Whether you're a day trader, swing trader, or scalper, this indicator delivers actionable insights at a glance. The combination of volume surge detection, VWAP positioning, RSI conditions, and MACD trends empowers you to gauge market momentum, identify potential reversals, and align with broader trends—all from a single, user-friendly interface.
How It Works
The HUD updates on every bar, ensuring real-time data accuracy.
Color-coded metrics (lime for bullish, red for bearish, orange for high-energy states, gray for neutral) make it easy to interpret market conditions instantly.
The indicator is lightweight, overlay-friendly, and designed to complement any trading setup without overwhelming the chart.
Usage Tips
Scalping : Use volume surges ("HYPE") and VWAP positioning to time entries and exits during high-momentum periods.
Swing Trading : Leverage RSI and MACD signals to confirm trend direction and avoid overbought/oversold traps.
Customization : Adjust the RSI period, MACD settings, or volume surge threshold in the code to match your trading style.
License
This script is released under the Mozilla Public License 2.0 (mozilla.org).
Author
© StanTheTradingMan
Get Started
Add the Delta Emo + VWAP HUD (Clean) to your TradingView chart and take control of your trading with real-time, actionable insights. Stay ahead of the market with this clean, professional, and powerful tool!
Momentum StrategyMomentum Strategy using Volume, RSI and MACD
Optimised using AI to determine:
"Volume MA Lookback" and Volume Spike Threshold"
"RSI Length" vs. "RSI Midline Level"
"MACD Fast Length" , "MACD Slow Length" and"MACD Signal Length"
to generate a "Slow MA Length"
P4H SFP StrategySignals Long or Short Entries based on Previous 4H low/high. Entry criteria are SFP/Rejection of P4h L/H and candle close in opposite direction. RSI must be 65/35 but can customize. Stop/TP 1% from entry. All of this is customizable. Stats are shown and you can change the time range of that as well.
Ind1_MIST_TMRSThis script combines multiple indicators (Trend, Momentum and relative Strength), so that user can decide on entry points based on the combination.
It uses
1) ADX
2) RSI
3) Relative strength (RS)
ADX and RSI has threshold value settings. ADX Threshold values is generally between 20 and 25, whereas RSI threshold value is between 50 and 55. The threshold lines will appear on indicator.
Relative strength of an asset under review can be compared against the main index or sectoral index.
Set relative strength period as given below for best analysis
1) 12 for Monthly charts
2) 52 for weekly charts
3) 123 for daily charts
The RS is displayed as background color. By default background color is Green for RS>0 and Red for RS<0
Note:
RSI, ADX and RS can be hidden by deselecting "Show RSI", "Show ADX" and "Show RS" from inputs settings
When RS is deselected from inputs setting then background color is white
This indicator will be displayed in the section below the chart.
RSI-Adaptive T3 [ChartPrime]The RSI-Adaptive T3 is a precision trend-following tool built around the legendary T3 smoothing algorithm developed by Tim Tillson , designed to enhance responsiveness while reducing lag compared to traditional moving averages. Current implementation takes it a step further by dynamically adapting the smoothing length based on real-time RSI conditions — allowing the T3 to “breathe” with market volatility. This dynamic length makes the curve faster in trending moves and smoother during consolidations.
To help traders visualize volatility and directional momentum, adaptive volatility bands are plotted around the T3 line, with visual crossover markers and a dynamic info panel on the chart. It’s ideal for identifying trend shifts, spotting momentum surges, and adapting strategy execution to the pace of the market.
HOIW IT WORKS
At its core, this indicator fuses two ideas:
The T3 Moving Average — a 6-stage recursively smoothed exponential average created by Tim Tillson , designed to reduce lag without sacrificing smoothness. It uses a volume factor to control curvature.
A Dynamic Length Engine — powered by the RSI. When RSI is low (market oversold), the T3 becomes shorter and more reactive. When RSI is high (overbought), the T3 becomes longer and smoother. This creates a feedback loop between price momentum and trend sensitivity.
// Step 1: Adaptive length via RSI
rsi = ta.rsi(src, rsiLen)
rsi_scale = 1 - rsi / 100
len = math.round(minLen + (maxLen - minLen) * rsi_scale)
pine_ema(src, length) =>
alpha = 2 / (length + 1)
sum = 0.0
sum := na(sum ) ? src : alpha * src + (1 - alpha) * nz(sum )
sum
// Step 2: T3 with adaptive length
e1 = pine_ema(src, len)
e2 = pine_ema(e1, len)
e3 = pine_ema(e2, len)
e4 = pine_ema(e3, len)
e5 = pine_ema(e4, len)
e6 = pine_ema(e5, len)
c1 = -v * v * v
c2 = 3 * v * v + 3 * v * v * v
c3 = -6 * v * v - 3 * v - 3 * v * v * v
c4 = 1 + 3 * v + v * v * v + 3 * v * v
t3 = c1 * e6 + c2 * e5 + c3 * e4 + c4 * e3
The result: an evolving trend line that adapts to market tempo in real-time.
KEY FEATURES
⯁ RSI-Based Adaptive Smoothing
The length of the T3 calculation dynamically adjusts between a Min Length and Max Length , based on the current RSI.
When RSI is low → the T3 shortens, tracking reversals faster.
When RSI is high → the T3 stretches, filtering out noise during euphoria phases.
Displayed length is shown in a floating table, colored on a gradient between min/max values.
⯁ T3 Calculation (Tim Tillson Method)
The script uses a 6-stage EMA cascade with a customizable Volume Factor (v) , as designed by Tillson (1998) .
Formula:
T3 = c1 * e6 + c2 * e5 + c3 * e4 + c4 * e3
This technique gives smoother yet faster curves than EMAs or DEMA/Triple EMA.
⯁ Visual Trend Direction & Transitions
The T3 line changes color dynamically:
Color Up (default: blue) → bullish curvature
Color Down (default: orange) → bearish curvature
Plot fill between T3 and delayed T3 creates a gradient ribbon to show momentum expansion/contraction.
Directional shift markers (“🞛”) are plotted when T3 crosses its own delayed value — helping traders spot trend flips or pullback entries.
⯁ Adaptive Volatility Bands
Optional upper/lower bands are plotted around the T3 line using a user-defined volatility window (default: 100).
Bands widen when volatility rises, and contract during compression — similar to Bollinger logic but centered on the adaptive T3.
Shaded band zones help frame breakout setups or mean-reversion zones.
⯁ Dynamic Info Table
A live stats panel shows:
Current adaptive length
Maximum smoothing (▲ MaxLen)
Minimum smoothing (▼ MinLen)
All values update in real time and are color-coded to match trend direction.
HOW TO USE
Use T3 crossovers to detect trend transitions, especially during periods of volatility compression.
Watch for volatility contraction in the bands — breakouts from narrow band periods often precede trend bursts.
The adaptive smoothing length can also be used to assess current market tempo — tighter = faster; wider = slower.
CONCLUSION
RSI-Adaptive T3 modernizes one of the most elegant smoothing algorithms in technical analysis with intelligent RSI responsiveness and built-in volatility bands. It gives traders a cleaner read on trend health, directional shifts, and expansion dynamics — all in a visually efficient package. Perfect for scalpers, swing traders, and algorithmic modelers alike, it delivers advanced logic in a plug-and-play format.
Nick's 1m MACD Scalp StrategyI created a script for a successful scalping strategy I found on Reddit.
All credits go to u/United_Occasion_439 and the strategy can be found here:
www.reddit.com
This indicator does allow you to switch SL type between ATR/ Swing Low/ Fixed.
CHN BUY SELL with EMA 200Overview
This indicator combines RSI 7 momentum signals with EMA 200 trend filtering to generate high-probability BUY and SELL entry points. It uses colored candles to highlight key market conditions and displays clear trading signals with built-in cooldown periods to prevent signal spam.
Key Features
Colored Candles: Visual momentum indicators based on RSI 7 levels
Trend Filtering: EMA 200 confirms overall market direction
Signal Cooldown: Prevents over-trading with adjustable waiting periods
Clean Interface: Simple BUY/SELL labels without clutter
How It Works
Candle Coloring System
Yellow Candles: Appear when RSI 7 ≥ 70 (overbought momentum)
Purple Candles: Appear when RSI 7 ≤ 30 (oversold momentum)
Normal Candles: All other market conditions
Trading Signals
BUY Signal: Triggered when closing price > EMA 200 AND yellow candle appears
SELL Signal: Triggered when closing price < EMA 200 AND purple candle appears
Signal Cooldown
After a BUY or SELL signal appears, the same signal type is suppressed for a specified number of candles (default: 5) to prevent excessive signals in ranging markets.
Settings
RSI 7 Length: Period for RSI calculation (default: 7)
RSI 7 Overbought: Threshold for yellow candles (default: 70)
RSI 7 Oversold: Threshold for purple candles (default: 30)
EMA Length: Period for trend filter (default: 200)
Signal Cooldown: Candles to wait between same signal type (default: 5)
How to Use
Apply the indicator to your chart
Look for yellow or purple colored candles
For LONG entries: Wait for yellow candle above EMA 200, then enter BUY when signal appears
For SHORT entries: Wait for purple candle below EMA 200, then enter SELL when signal appears
Use appropriate risk management and position sizing
Best Practices
Works best on timeframes M15 and higher
Suitable for Forex, Gold, Crypto, and Stock markets
Consider market volatility when setting stop-loss and take-profit levels
Use in conjunction with proper risk management strategies
Technical Details
Overlay: True (plots directly on price chart)
Calculation: Based on RSI momentum and EMA trend analysis
Signal Logic: Combines momentum exhaustion with trend direction
Visual Feedback: Colored candles provide immediate market condition awareness
Quantum Volume Pulse Screener - Multi TimeframeQuantum Volume Pulse Screener - Multi Timeframe
Overview
The Quantum Volume Pulse Screener is a powerful Pine Script® indicator designed for TradingView to monitor multiple symbols across user-selected timeframes (1-minute or 5-minute). This tool provides traders with real-time insights into price action, Volume Weighted Average Price (VWAP), Relative Strength Index (RSI), and buy/sell signals for a curated list of high-profile stocks and ETFs, including SPY, QQQ, AAPL, AMZN, GOOG, GOOGL, META, AVGO, TSLA, and NFLX. The screener displays data in a clean, customizable table, enabling quick decision-making for active traders. Fully customizable to any ETFs or Stocks.
Key Features
Multi-Symbol Analysis: Tracks up to 10 user-defined symbols, defaulting to major ETFs (SPY, QQQ) and leading tech stocks (AAPL, AMZN, GOOG, GOOGL, META, AVGO, TSLA, NFLX).
Customizable Timeframe: Toggle between 1-minute and 5-minute timeframes for flexible analysis.
Comprehensive Metrics: Displays real-time data for:
Price: Current closing price with color-coded daily change (green for positive, pink for negative).
VWAP: Volume Weighted Average Price for intraday trend analysis.
RSI: 14-period RSI with overbought (>70, pink) and oversold (<30, green) highlights.
Signals: Generates "BUY" (RSI < 30), "SELL" (RSI > 70), or neutral ("-") signals.
Dynamic Table Display: Presents data in a clear, top-center table with up to 500 labels for historical reference.
Error Handling: Alerts users to invalid data (e.g., incorrect symbols or timeframes) and displays a weekend warning for stale data.
Real-Time Updates: Refreshes data on every bar to ensure accuracy during live trading sessions.
How It Works
The script fetches real-time data for each symbol using TradingView’s request.security function, calculating:
Price: Based on the current bar’s close.
VWAP: Computed using the HLC3 (High + Low + Close / 3) formula.
RSI: 14-period RSI to identify momentum and potential reversals.
Daily Change: Percentage change in price to gauge short-term performance.
Signals: RSI-based buy/sell triggers for quick trade identification.
The data is organized into arrays and displayed in a table with color-coded visuals for easy interpretation. Green indicates bullish conditions (e.g., RSI < 30 or positive daily change), while pink highlights bearish conditions (e.g., RSI > 70 or negative daily change).
Usage Instructions
Add to Chart: Apply the indicator to any TradingView chart.
Configure Settings:
Select the desired timeframe (1-minute or 5-minute) via the input menu.
Customize symbols by editing the ticker inputs (defaults to SPY, QQQ, AAPL, etc.).
Interpret the Table:
Monitor the table at the top-center of the chart for real-time updates.
Look for "BUY" or "SELL" signals based on RSI thresholds.
Use VWAP and price data to confirm trends or reversals.
Check for Warnings:
If "INVALID" appears, verify the symbol or timeframe settings.
On weekends, a warning advises switching to a daily timeframe due to potentially stale data.
Notes
License: This script is licensed under the Mozilla Public License 2.0 (mozilla.org).
Author: © StanTheTradingMan.
Limitations: Ensure symbols are correctly formatted (e.g., "NASDAQ:AAPL" for stocks, "SPY" for ETFs). Invalid symbols or unavailable data may trigger error messages.
Best Use Case: Ideal for day traders and swing traders monitoring multiple assets for short-term opportunities.
Why Use This Screener?
The Quantum Volume Pulse Screener consolidates critical market data into a single, visually intuitive interface, saving traders time and enhancing decision-making. Whether tracking major indices or individual stocks, this tool provides a real-time edge in fast-moving markets.
For support or feedback, refer to TradingView’s community forums or contact the author via TradingView. Happy trading!
RSI by Harsh Bhagat (VITTAARA)This is a customised RSI indicator designed for pro traders who want to stay ahead in the market.
🚀 Key Features:
• Standard RSI with precision tuning
• Two Upper Bands: 60 & 65 for smart overbought tracking
• Two Lower Bands: 40 & 38 for sharp oversold alerts
• Dual-tone color scheme for better visual clarity
Ideal for identifying reversal zones, trend weakness, and momentum shift — with an edge.
Z-Score Adaptive Oscillator SuiteZ-Score Adaptive Oscillator Suite
This indicator combines the Relative Strength Index (RSI) Money Flow Index (MFI) Chande Momentum Oscillator (CMO) and the Commodity Channel Index (CCI) with Z-score adaptive mechanism to provide a dynamic and adaptive trading tool.
Key Features:
Oscillators (RSI, MFI, CMO, CCI)
Calculates the oscillators using a customizable period and source.
Helps identify overbought or oversold conditions based on the oscillator average values.
Z-Score Adaptivity:
Applies Z-Score calculation to the Oscillators values over a user-defined lookback period.
Filters market regimes into low or high Z-score conditions based on the Z-score crossing above the user input threshold
Regime-Based Signal Generation:
In high Z-Score markets: Signals are generated using a simple cross of the oscillator midline-levels.
In low Z-Score markets: Signals are based on user-defined thresholds for long and short conditions.
Usage:
The coloring automatically adjusts to market conditions, and acts as potential buy/sell signals.
Disclaimer
This indicator is provided for educational and informational purposes only and does not constitute investment advice. Trading involves risk and may result in financial loss. Always perform your own research and consult with a qualified financial advisor before making any trading decisions.
Volatility Adaptive Oscillator SuiteVolatility Adaptive Oscillator Suite
This indicator combines the Relative Strength Index (RSI) Money Flow Index (MFI) Chande Momentum Oscillator (CMO) and the Commodity Channel Index with volatility adaptive mechanism to provide a dynamic and adaptive trading tool.
Key Features:
Oscillators (RSI, MFI, CMO, CCI)
Calculates the oscillators using a customizable period and source.
Helps identify overbought or oversold conditions based on the oscillator average values.
ATR Adaptivity:
Applies a ATR Moving Average calculation to the Oscillators values over a user-defined lookback period.
Filters market regimes into low or high volatility conditions based on the ATR crossing above the average ATR Moving Average
Regime-Based Signal Generation:
In high volatility markets: Signals are generated using a simple cross of the oscillator midline-levels.
In low volatility markets: Signals are based on user-defined thresholds for long and short conditions.
Usage:
The coloring automatically adjusts to market conditions, and acts as potential buy/sell signals.
Disclaimer
This indicator is provided for educational and informational purposes only and does not constitute investment advice. Trading involves risk and may result in financial loss. Always perform your own research and consult with a qualified financial advisor before making any trading decisions.
Z-Score Adaptive Connors RSIZ-Score Adaptive Connors RSI blends the classic three-component Connors RSI (RSI, Up/Down streak RSI, and Percentile Rank of 1-bar ROC) with a dynamic z-score filter that distinguishes trending vs. mean-reverting market regimes.
When the indicator detects an extreme deviation (|z-score| > threshold) , it switches to “trending” mode and tightens entry thresholds for capturing momentum. When markets are in a more neutral regime, it reverts to wider thresholds, hunting for overbought/oversold reversals.
Key Features
Connors RSI Core: Combines price momentum, streak measurements, and velocity for a robust baseline oscillator. Z-Score Regime Filter: Computes the z-score of the Connors RSI over a lookback window to adapt your trading style to trending vs. reverting environments.
Dynamic Thresholds: Separate user-configurable thresholds for trending (“tight” entries) and mean-reverting (“wide” entries) scenarios.
Inputs & Parameters
Connors RSI Settings
RSI Source: Price series for RSI calculation (default: Close)
RSI Length: Period for price‐change RSI (default: 24)
Up/Down Length: Period for streak RSI (default: 20)
ROC Length: Period for percentile‐rank of 1-bar return (default: 75)
Z-Score Filter
Lookback: Number of bars to compute mean and standard deviation of Connors RSI (default: 14)
Threshold: Minimum |z-score| to enter “trending” mode (default: 1.5)
Entry Thresholds
Trending Long/Short: Upper and lower RSI Thresholds when trending
Reverting Long/Short: Upper and lower RSI Thresholds when reverting
SSL-RF# TrendSync Pro - Premium Multi-Confluence Trading System
## 🎯 **WHAT IT IS**
TrendSync Pro is an advanced trading indicator that combines three powerful technical analysis tools to deliver high-probability trading signals. Unlike basic indicators that rely on single metrics, this system requires multiple confirmations before generating signals, dramatically reducing false positives and improving win rates.
## 🔧 **HOW IT WORKS**
### **Core Components:**
**1. SSL (Support & Resistance Lines)**
- Dynamic support/resistance levels based on moving averages of highs and lows
- GREEN = Bullish trend (price above SSL)
- RED = Bearish trend (price below SSL)
**2. Range Filter**
- Volatility-based filter that eliminates market noise
- Creates dynamic bands that adapt to market conditions
- GREEN = Upward momentum
- RED = Downward momentum
**3. RSI Momentum Analysis**
- Advanced RSI interpretation with multiple key levels (20, 33.33, 40, 60, 66.67, 80)
- Momentum detection for optimal entry timing
- Overbought/oversold analysis with trend context
### **Signal Generation Logic:**
**ENTRY REQUIREMENTS (All Must Align):**
1. **Primary Condition**: SSL and Range Filter must be the same color
2. **RSI Momentum**: Favorable RSI positioning and movement
3. **Recent Momentum**: At least one indicator showing fresh directional change
4. **Volume Confirmation**: Above-average volume supporting the move
5. **Price Action**: Directional candles with significant body size
## ⭐ **QUALITY RATING SYSTEM**
Signals are rated based on how many conditions are met:
- **⭐⭐⭐⭐⭐ PERFECT**: All 5 conditions met - Highest probability trades
- **⭐⭐⭐⭐ STRONG**: 4 conditions met - High-quality setups
- **⭐⭐⭐ GOOD**: 3 conditions met - Solid opportunities
## 📊 **VISUAL FEATURES**
### **On-Chart Elements:**
- **SSL Line**: Green/Red dynamic support/resistance
- **Range Filter**: Colored trend line with upper/lower bands
- **Signal Labels**: Clear LONG/SHORT labels with quality rating
- **Exit Signals**: Automatic exit points based on RSI levels
- **Background Color**: Trend-based background tinting
- **Bar Colors**: SSL-based candle coloring
### **Information Table** (Real-time Status):
- SSL Status (Green/Red)
- Range Filter Direction
- Current RSI Value
- Overall Trend Assessment
- Position Status (In Long/Short/Wait)
- Signal Quality Metrics
### **Separate RSI Pane:**
- Full RSI plot with color-coded levels
- Key horizontal levels (20, 33.33, 40, 60, 66.67, 80)
- Colored zones for easy interpretation
## 🎛️ **CUSTOMIZABLE SETTINGS**
### **RSI Settings:**
- RSI Length (default: 14)
- Show/Hide RSI signals
- Show/Hide RSI plot
### **SSL Settings:**
- SSL Period (default: 60)
- Moving Average Type (SMA, EMA, WMA, HMA)
### **Range Filter Settings:**
- Source (default: Close)
- Sampling Period (default: 100)
- Range Multiplier (default: 3.0)
### **Visual Settings:**
- Background transparency
- Table position (4 corners available)
## ⚡ **SMART TIMEFRAME ADAPTATION**
The indicator automatically adjusts its sensitivity based on timeframe:
**Low Timeframes (1m, 3m, 5m):**
- Requires higher timeframe confirmation
- More selective signal generation
- Faster exit conditions
**Medium Timeframes (15m, 30m, 1h):**
- Balanced approach
- Standard signal requirements
**High Timeframes (4h+):**
- Allows more signals
- Focuses on major trend changes
## 🎯 **TRADING STRATEGY**
### **Long Signals:**
- **Entry**: When SSL and Range Filter both turn green + quality conditions met
- **Exit**: RSI reaches 70 (profit target) OR trend conditions change
### **Short Signals:**
- **Entry**: When SSL and Range Filter both turn red + quality conditions met
- **Exit**: RSI reaches 30 (profit target) OR trend conditions change
### **Risk Management:**
- Built-in signal spacing prevents over-trading
- Quality-based position sizing (higher stars = larger positions)
- Clear exit conditions for risk control
## 🔔 **ALERT SYSTEM**
Comprehensive alert system with different levels:
- **5-Star Signals**: Perfect setups (all conditions met)
- **4-Star Signals**: Strong setups
- **3-Star Signals**: Good setups
- **Exit Alerts**: Position closing notifications
## 🎪 **UNIQUE ADVANTAGES**
1. **Multi-Confluence Approach**: Requires multiple confirmations
2. **Quality Over Quantity**: Fewer but higher-probability signals
3. **Adaptive Intelligence**: Adjusts to different timeframes
4. **Complete Trading System**: Entry, exit, and risk management included
5. **Professional Visualization**: Clean, informative display
6. **Beginner-Friendly**: Clear signals with quality ratings
## 📈 **BEST USED FOR**
- **Swing Trading**: 4H to Daily timeframes
- **Day Trading**: 15m to 1H timeframes
- **Scalping**: 1m to 5m timeframes (with HTF confirmation)
- **All Markets**: Forex, Crypto, Stocks, Indices
- **Trend Following**: Captures major directional moves
- **Mean Reversion**: Quality counter-trend opportunities
## ⚠️ **IMPORTANT NOTES**
- **Not a Holy Grail**: No indicator is 100% accurate
- **Risk Management Essential**: Always use proper position sizing
- **Backtest First**: Test on historical data before live trading
- **Market Conditions**: Works best in trending markets
- **Education Required**: Understanding the logic improves results
## 🚀 **GET STARTED**
1. Add indicator to your chart
2. Adjust settings for your trading style
3. Wait for quality signals (3+ stars recommended)
4. Use proper risk management
5. Track performance and refine approach
---
**This indicator represents hundreds of hours of development and testing. It's designed for serious traders who value quality over quantity and understand that successful trading requires patience, discipline, and proper risk management.**
*Try it today and experience the difference that true multi-confluence analysis can make in your trading results!*