RSI-GringoRSI-Gringo — Stochastic RSI with Advanced Smoothing Averages
Overview:
RSI-Gringo is an advanced technical indicator that combines the concept of the Stochastic RSI with multiple smoothing options using various moving averages. It is designed for traders seeking greater precision in momentum analysis, while offering the flexibility to select the type of moving average that best suits their trading style.
Disclaimer: This script is not investment advice. Its use is entirely at your own risk. My responsibility is to provide a fully functional indicator, but it is not my role to guide how to trade, adjust, or use this tool in any specific strategy.
The JMA (Jurik Moving Average) version used in this script is a custom implementation based on publicly shared code by TradingView users, and it is not the original licensed version from Jurik Research.
What This Indicator Does
RSI-Gringo applies the Stochastic Oscillator logic to the RSI itself (rather than price), helping to identify overbought and oversold conditions within the RSI. This often leads to more responsive and accurate momentum signals.
This indicator displays:
%K: the main Stochastic RSI line
%D: smoothed signal line of %K
Upper/Lower horizontal reference lines at 80 and 20
Features and Settings
Available smoothing methods (selectable from dropdown):
SMA — Simple Moving Average
SMMA — Smoothed Moving Average (equivalent to RMA)
EMA — Exponential Moving Average
WMA — Weighted Moving Average
HMA — Hull Moving Average (manually implemented)
JMA — Jurik Moving Average (custom approximation)
KAMA — Kaufman Adaptive Moving Average
T3 — Triple Smoothed Moving Average with adjustable hot factor
How to Adjust Advanced Averages
T3 – Triple Smoothed MA
Parameter: T3 Hot Factor
Valid range: 0.1 to 2.0
Tuning:
Lower values (e.g., 0.1) make it faster but noisier
Higher values (e.g., 2.0) make it smoother but slower
Balanced range: 0.7 to 1.0 (recommended)
JMA – Jurik Moving Average (Custom)
Parameters:
Phase: adjusts responsiveness and smoothness (-100 to 100)
Power: controls smoothing intensity (default: 1)
Tuning:
Phase = 0: neutral behavior
Phase > 0: more reactive
Phase < 0: smoother, more delayed
Power = 1: recommended default for most uses
Note: The JMA used here is not the proprietary version by Jurik Research, but an educational approximation available in the public domain on TradingView.
How to Use
Crossover Signals
Buy signal: %K crosses above %D from below the 20 line
Sell signal: %K crosses below %D from above the 80 line
Momentum Strength
%K and %D above 80: strong bullish momentum
%K and %D below 20: strong bearish momentum
With Trend Filters
Combine this indicator with trend-following tools (like moving averages on price)
Fast smoothing types (like EMA or HMA) are better for scalping and day trading
Slower types (like T3 or KAMA) are better for swing and long-term trading
Final Tips
Tweak RSI and smoothing periods depending on the time frame you're trading.
Try different combinations of moving averages to find what works best for your strategy.
This indicator is intended as a supporting tool for technical analysis — not a standalone decision-making system.
Índice de Força Relativa (RSI)
Chebyshev-Gauss RSIThe Chebyshev-Gauss RSI is a variant of the standard Relative Strength Index (RSI) that uses the Chebyshev-Gauss Moving Average (CG-MA) for smoothing gains and losses instead of a traditional Simple or Exponential Moving Average. This results in a more responsive and potentially smoother RSI line.
This version is enhanced with features from the built-in TradingView RSI indicator, including:
A selectable smoothing moving average of the RSI line.
Bollinger Bands based on the smoothing MA.
Automatic divergence detection.
How it works:
It calculates the upward and downward price changes (gains and losses).
It applies the Chebyshev-Gauss Moving Average to smooth these gains and losses over a specified lookback period.
The smoothed values are used to calculate the Relative Strength (RS) and then the final RSI value.
RSI mura visionOverview
The Enhanced RSI with Custom 40/60 Zones is a Pine Script™ v6 open-source indicator that builds on the classic Relative Strength Index by adding two additional horizontal levels at 40 and 60, alongside the standard 30/70. These extra zones help you identify early momentum shifts and distinguish trending markets from ranging ones with greater precision.
Key Features & Originality
* Custom Mid-Zones (40/60): Standard RSI signals can be noisy around the 50 midpoint. By marking 40 as a “weak momentum” threshold and 60 as a “strong momentum” confirmation, you get clearer entry and exit cues.
* Color-Coded Zones: The RSI line changes color when crossing 40, 50, 60, 70, and 30, letting you visually spot momentum acceleration or deceleration.
* Configurable Alerts: Built-in alert conditions fire when RSI crosses 40 or 60 in either direction, so you never miss a potential trend onset or exhaustion.
* Lightweight & Clean: No external dependencies, no look-ahead bias, and minimal repainting—ideal for both novice and professional traders.
How It Works
1. Momentum Decomposition: The standard 14-period RSI measures overbought/oversold extremes. Adding 40/60 lets you see when momentum shifts from neutral to bullish (crossing above 60) or bearish (dropping below 40) earlier than the classic 70/30 thresholds.
2. Trend Confirmation vs. Pullbacks: Readings between 40–60 often correspond to healthy pullbacks within a trend. A bounce off 40 suggests continuation; a rejection at 60 warns of a deeper pullback or reversal.
Usage & Inputs
* RSI Length (default 14): Period for calculating RSI.
* Level Inputs: Customize levels for overbought (70), support (60), neutral (50), weak (40), and oversold (30).
* Alert Toggles: Enable/disable alerts on each cross.
Why This Adds Value
* Early Signals: Capture trend beginnings before the market reaches extreme overbought/oversold levels.
* Noise Reduction: Filter sideways chop by watching the 40–60 corridor.
* Flexibility: Works on any timeframe or ticker.
Pine Script™ Version: v6
Open-Source License: MPL-2.0
Feel free to fork, modify, and share.
VWAP Touch & Swing Break StrategyVWAP Setup: Candle leaves above/below VWAP
Swing Confirmation: Swing high/low confirmed after lookback period
VWAP Touch: Next candle touches VWAP
Swing Break: Price breaks the swing level
RSI Cross: RSI crosses your specified level
ADX Strength: ADX above threshold (default: 20)
Volume (if enabled): Volume above average
RSI Buy Condition: RSI must cross above your chosen level (default: 50)
RSI Sell Condition: RSI must cross below your chosen level (default: 50)
Customizable Levels: You can set different RSI crossing numbers for buy and sell
Enable/Disable: Toggle RSI filter on/off
Buy Signals:
Step 1: Candle (including wick) leaves completely above VWAP
Step 2: Wait for swing lookback period to confirm a swing high
Step 3: Only AFTER swing high is confirmed, wait for next candle that:
Touches VWAP (wick or body)
Closes above the confirmed swing high
Then shows BUY signal
Sell Signals:
Step 1: Candle (including wick) leaves completely below VWAP
Step 2: Wait for swing lookback period to confirm a swing low
Step 3: Only AFTER swing low is confirmed, wait for next candle that:
Touches VWAP (wick or body)
Closes below the confirmed swing low
Then shows SELL signal
CRSIHi All,
The RSI Indicator is a advanced indicator with 2 RSI plotted with EMA of Both RSI.
RSI 1 has 2 EMA as Short length & Long length to ascertain the momentum similar to Price
RSI 2 has one EMA length.
I usually deploy
RSI 1 as 14 Length with 50 & 200 SMA to understand trend
RSI 2 as 2 Length to understand short term volatility.
This help me in taking quick trades based on Momentum, Trend & Volume analysis.
Relative Imbalance Flow Tracker🚀 RIFT: Relative Imbalance Flow Tracker
A totally unique RSI envelope system that uses dual moving averages and color-coded dominance to show potential reversal zones before they happen. No standard Bollinger Bands. No gray confusion. Just clean, smart, visual logic.
🧠 How It Works
RSI is calculated and optionally smoothed (RMA/EMA/SMA/WMA).
Two RSI-based MAs are plotted:
- Fast MA (e.g. 16) = reactive
- Slow MA (e.g. 32) = steady
Each MA gets its own envelope based on a % distance.
If fast envelope dominates (outside the slow one), it lights up. Otherwise, they fade and cancel each other visually.
🎨 Color Logic
🔴 Upper Band (Red) = Overbought danger zone
When fast upper > slow upper, it's a warning flare.
🟢 Lower Band (Green) = Oversold bounce zone
When fast lower < slow lower, bulls may step in.
🟠 RSI Line Orange = Mixed signals
RSI is between the two MAs—no one's in control.
🟢 - RSI Line Green = RSI > both MAs = strong momentum
🔴 - RSI Line Red = RSI < both MAs = bearish pressure
🔍 How to Read It
- Red Band + Green RSI = uptrend stalling
- Green Band + Red RSI = selloff slowing
- No Fill = Envelopes overlapping, no edge
- RSI flips from green/red to orange = tug-of-war
⚙️ Why It’s Useful
- Gives early reversal clues before RSI tags extreme levels.
- Filters out fakeouts by showing when RSI can’t reach the “target zone.”
- Dynamic: adapts with trend strength and volatility via envelope width.
- Fully customizable: lengths, smoothing, envelope %, colors, fills.
💡 Quick Visual Tips
🔴 - Red Band visible but RSI stalls? = Likely reversal.
🟢 - Green Band shows up and RSI flips green? = Go time.
🟠 - RSI turns orange + no fills? = Sit out or scalp light.
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.
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 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
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)
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
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
Mitsos4 RSI + BB + Dispersion + Trendlines + VIX Fix Mitsos4 RSI + BB + Dispersion + Trendlines + VIX Fix
This powerful custom indicator combines two analytical tools into one view:
RSI-based Bollinger Bands with Dispersion and the Vix Fix volatility spike detector.
It is designed for traders who want early volatility signals and precision RSI insights, all in a single pane.
🧩 What's Included:
✅ 1. RSI + BB (EMA) + Dispersion
RSI-Based Bollinger Bands: Tracks the RSI with Bollinger Bands using an EMA as the basis.
Dispersion Zone: A buffer zone around the moving average band for more sensitive overbought/oversold detection.
Dynamic RSI Coloring:
🟢 Green: RSI breaks above the dispersion zone.
🔴 Red: RSI breaks below the dispersion zone.
🟡 Yellow: RSI inside the zone (neutral).
Trendlines at RSI levels: 40 (green), 50 (yellow), 60 (red).
Alerts when RSI crosses dispersion zones.
✅ 2. CM_Williams_Vix_Fix
Designed to simulate VIX-like volatility spikes on non-VIX instruments.
Detects potential market bottoms by measuring price deviation from recent highs.
Includes:
Bollinger Band range on WVF.
Percentile high/low zones to detect significant volatility moves.
Histogram plot of WVF for quick visual alerts.
Color-coded spikes (green when above upper thresholds).
⚙️ User Controls:
Adjustable RSI, Bollinger Band, and dispersion settings.
Toggle options for:
Viewing high/low VIX percentiles.
Showing standard deviation bands for WVF.
Custom trendline display levels at RSI key areas.
📌 Best Use Cases:
Detect early market reversals and volatility spikes.
Combine RSI strength with volatility-based bottom signals.
Layer dispersion-based logic on top of classic RSI strategies.
Malama's 3 AmigosThe "Malama's 3 Amigos" is an original script that combines several well-known technical indicators, including MACD, RSI, and wave trend analysis, to create a robust trading signal generator. The integration of these components allows for a more nuanced understanding of market dynamics:
MACD and RSI: These indicators provide insights into momentum and trend direction, helping to identify potential reversals or continuations.
Wave Trend Analysis: This component adds a layer of volatility assessment, allowing traders to gauge overbought and oversold conditions.
Volume Filtering: By incorporating volume analysis, the script ensures that signals are validated by market participation, reducing the likelihood of false signals.
This script stands out from public open-source alternatives by offering a unique combination of trend meters and wave trend analysis, tailored for traders seeking a comprehensive dashboard for market analysis.
Detailed Methodology ("How It Works")
Core Logic
Wave Trend Calculation: The script employs a wave trend calculation that utilizes exponential moving averages (EMAs) to assess price momentum. The wave trend indicator generates two lines, which are used to identify potential bullish and bearish conditions based on crossovers and overbought/oversold levels.
Trend Meter Signals: The script features three customizable trend meters that can be set to various configurations (e.g., MACD crossovers, RSI conditions). Each trend meter evaluates market conditions and provides a bullish or bearish signal based on the selected method.
Signal Generation:
Long Entry Signal: A long signal is generated when all three trend meters indicate bullish conditions, the wave trend shows a bullish crossover, the RSI delta is above a specified threshold, and the price is above a defined moving average.
Short Entry Signal: Conversely, a short signal is triggered when all trend meters indicate bearish conditions, the wave trend shows a bearish crossover, the RSI delta is below a specified threshold, and the price is below a defined moving average.
Signal Strength Calculation: The script calculates the strength of the generated signals by summing the number of bullish or bearish conditions met. This provides traders with a clear indication of the reliability of the signal.
Backtesting and Probability Features
The script does not include built-in backtesting features; however, traders can manually backtest the signals generated by the indicator. It is recommended to consider realistic trading conditions, including commission, slippage, and risk management parameters, when evaluating the effectiveness of the signals.
Strategy Results and Risk Management
The "Malama's 3 Amigos" indicator does not inherently include backtesting capabilities, but traders are encouraged to apply the following assumptions for effective risk management:
Commission and Slippage: Traders should account for realistic trading costs when evaluating performance.
Account Sizing: It is advisable to limit risk to 5-10% of equity per trade.
Trade Frequency: A sufficient number of trades should be executed to validate the strategy's effectiveness.
Default Settings
The default settings are designed to provide a balanced approach to trading. Traders can customize parameters such as lookback periods for moving averages and volume filters to suit their trading style.
User Settings and Customization
The script includes several user-customizable inputs:
Trend Meter Selections: Traders can choose from various trend meter configurations to tailor the indicator to their preferences.
Volume Filter: Users can enable or disable volume filtering and set the lookback period for volume analysis.
RSI Delta Threshold: This parameter allows traders to define the sensitivity of the RSI delta condition for signal generation.
Moving Average Types and Lengths: Traders can select between Simple Moving Averages (SMA) and Exponential Moving Averages (EMA) and adjust their lengths.
These settings influence the behavior of the indicator and the signals generated, allowing for a personalized trading experience.
Visualizations and Chart Setup
The "Malama's 3 Amigos" indicator plots several key elements on the chart:
Wave Trend Lines: Two wave trend lines are displayed, with color coding to indicate bullish (green) and bearish (red) conditions.
Signal Markers: Buy (green triangle) and sell (red triangle) signals are plotted on the chart to indicate potential entry points.
Info Panel: An information panel can be displayed on the chart, providing real-time updates on the status of trend meters, wave trend conditions, and entry signals.
The visual elements are designed to be clear and concise, ensuring that traders can quickly interpret the information presented.
Pro Signal Suite [LePasha]Pro Signal Suite
Description:
This advanced signal indicator combines candlestick pattern analysis, RSI momentum, and candle stability metrics to generate precise Buy and Sell signals on your chart.
It identifies bullish and bearish engulfing patterns filtered by candle stability and RSI thresholds, enhanced by price movement comparison over a configurable lookback period.
Designed for clarity and customization, it offers multiple label styles and colors with options to suppress repeating signals for clean chart visualization.
Core Logic:
• Candle Stability Index: Measures the strength of a candle by comparing its body size to its total range (high-low). Higher values indicate more reliable candle formations.
• RSI Filter: Uses the Relative Strength Index (RSI) to identify overbought and oversold market conditions.
• Engulfing Patterns: Detects classic bullish and bearish engulfing candlestick patterns as entry triggers.
• Price Movement Confirmation: Checks price movement over a user-defined number of candles to confirm trend continuation.
• Bar Confirmation: Signals are issued only on confirmed bars to avoid premature alerts.
Inputs:
• Candle Stability Threshold (0-1): Minimum ratio of candle body to range to consider a candle stable.
• RSI Threshold (0-100): RSI cutoff level to identify oversold (for Buy) or overbought (for Sell) conditions.
• Candle Lookback Length (≥3): Number of candles to compare price movement for trend validation.
• Prevent Repeating Signals (true/false): Option to disable multiple consecutive identical signals for cleaner charts.
Visual Settings:
• Label Size: Choose from huge, large, normal, small, or tiny.
• Label Style: Select from text bubble, triangle, or arrow.
• BUY/SELL Label Colors and Text Colors: Fully customizable for personal preference or color schemes.
Usage:
Ideal for traders seeking a simple yet robust entry signal based on price action and momentum indicators.
Can be combined with other tools like Supertrend, VWAP, or EMA for enhanced trading strategies.
Best applied on confirmed bars to reduce noise and false signals.
Limitations:
• Like all indicators, signals are not guaranteed and should be used alongside risk management.
• Best used on liquid markets and suitable timeframes for candlestick pattern reliability.
MFI + RSI + EMA Dynamic SignalsThe MFI + RSI + EMA Dynamic Signals is a designed to combine with widened criteria to capture more trading opportunities, it balances momentum, trend, and flexibility, making it suitable for trading on timeframes like 15-minute to 4-hour charts.
How It Works
The indicator uses three technical components with relaxed criteria to produce signals:
Money Flow Index (MFI) for Momentum Extremes:
The MFI, calculated over a 14-period length, measures buying and selling pressure using price and volume. A buy signal can trigger when MFI crosses above the oversold level (default: 30, widened from 20), indicating potential buying pressure, while a sell signal can occur when MFI crosses below the overbought level (default: 70, widened from 80), suggesting selling pressure.
Relative Strength Index (RSI) for Momentum Confirmation:
The RSI, calculated over a 14-period length, confirms momentum strength. Bullish momentum is confirmed when RSI is above a buy threshold (default: 45, relaxed from 50), and bearish momentum when below a sell threshold (default: 55, relaxed from 50), allowing more signals near neutral momentum levels.
Exponential Moving Average (EMA) for Trend Sensitivity:
The indicator uses a fast EMA (default: 9 periods) and a slow EMA (default: 21 periods) to detect trend direction and crossovers. Signals can trigger when the fast EMA crosses the slow EMA, or when the fast EMA is within a proximity threshold (default: 0.5%) of the slow EMA, capturing early trend changes and increasing signal frequency.
Signal Generation
Signals are generated using the previous bar’s values to prevent repainting, with widened criteria for more frequent triggers:
Buy Signal: Either the MFI crosses above the oversold level or the fast EMA crosses above the slow EMA, and either RSI confirms bullish momentum (above 45) or the EMAs are near a crossover (within 0.5%). Displayed as a green upward triangle below the bar.
Sell Signal: Either the MFI crosses below the overbought level or the fast EMA crosses below the slow EMA, and either RSI confirms bearish momentum (below 55) or the EMAs are near a crossover (within 0.5%). Displayed as a red downward triangle above the bar.