Indicador Trader ProIndicator designed to generate alerts when the price is highly overbought or oversold.
It works very well for swing trading on the H4 timeframe, and provides strong signals for scalping on M15.
The ideal setup is to wait for a confirmed buy signal and then monitor for a Break of Structure (BOS) on M15. This helps ensure better entries and avoids taking trades without proper price action confirmation of a trend reversal.
Indicators and strategies
AdaCros 20 150 y VWAPindicator("AdaCros 20 150 y VWAP", overlay=true, max_lines_count=200, max_boxes_count=50)
Uptrick: Universal Z-Score ValuationOverview
The Uptrick: Universal Z-Score Valuation is a tool designed to help traders spot when the market might be overreacting—whether that’s on the upside or the downside. It does this by combining the Z-scores of multiple key indicators into a single average, letting you see how far the current market conditions have stretched away from “normal.” This average is shown as a smooth line, supported by color-coded visuals, signal markers, optional background highlights, and a live breakdown table that shows the contribution of each indicator in real time. The focus here is on spotting potential reversals, not following trends. The indicator works well across all timeframes and asset classes, from fast intraday charts like the 1-minute and 5-minute, to higher timeframes such as the 4-hour, daily, or even weekly. Its universal design makes it suitable for any market — whether you're trading crypto, stocks, forex, or commodities.
Introduction
To understand what this indicator does, let’s start with the idea of a Z-score. In simple terms, a Z-score tells you how far a number is from the average of its recent history, measured in standard deviations. If the price of an asset is two standard deviations above its mean, that means it’s statistically “rare” or extended. That doesn’t guarantee a reversal—but it suggests the move is unusual enough to pay attention.
This concept isn’t new, but what this indicator does differently is apply the Z-score to a wide set of market signals—not just price. It looks at momentum, volatility, volume, risk-adjusted performance, and even institutional price baselines. Each of those indicators is normalized using Z-scores, and then they’re combined into one average. This gives you a single, easy-to-read line that summarizes whether the entire market is behaving abnormally. Instead of reacting to one indicator, you’re reacting to a statistically balanced blend.
Purpose
The goal of this script is to catch turning points—places where the market may be topping out or bottoming after becoming overstretched. It’s built for traders who want to fade sharp moves rather than follow trends. Think of moments when price explodes upward and starts pulling away from every moving average, volume spikes, volatility rises, and RSI shoots up. This tool is meant to spot those situations—not just when price is stretched, but when multiple different indicators agree that something is overdone.
Originality and Uniqueness
Most indicators that use Z-scores only apply them to one thing—price, RSI, or maybe Bollinger Bands. This one is different because it treats each indicator as a contributor to the full picture. You decide which ones to include, and the script averages them out. This makes the tool flexible but also deeply informative.
It doesn’t rely on complex or hidden math. It uses basic Z-score formulas, applies them to well-known indicators, and shows you the result. What makes it unique is the way it brings those signals together—statistically, visually, and interactively—so you can see what’s happening in the moment with full transparency. It’s not trying to be flashy or predictive. It’s just showing you when things have gone too far, too fast.
Inputs and Parameters
This indicator includes a wide range of configurable inputs, allowing users to customize which components are included in the Z-score average, how each indicator is calculated, and how results are displayed visually. Below is a detailed explanation of each input:
General Settings
Z-Score Lookback (default: 100): Number of bars used to calculate the mean and standard deviation for Z-score normalization. Larger values smooth the Z-scores; smaller values make them more reactive.
Bar Color Mode (default: None): Determines how bars are visually colored. Options include: None: No candle coloring applied. - Heat: Smooth gradient based on the Z-score value. - Latest Signal: Applies a solid color based on the most recent buy or sell signal
Boolean - General
Plot Universal Valuation Line (default: true): If enabled, plots the average Z-score (zAvg) line in the separate pane.
Show Signals (default: true): Displays labels ("𝓤𝓹" for buy, "𝓓𝓸𝔀𝓷" for sell) when zAvg crosses above or below user-defined thresholds.
Show Z-Score Table (default: true): Displays a live table listing each enabled indicator's Z-score and the current average.
Select Indicators
These toggles enable or disable each indicator from contributing to the Z-score average:
Use VWAP Z-Score (default: true)
Use Sortino Z-Score (default: true)
Use ROC Z-Score (default: true)
Use Price Z-Score (default: true)
Use MACD Histogram Z-Score (default: false)
Use Bollinger %B Z-Score (default: false)
Use Stochastic K Z-Score (default: false)
Use Volume Z-Score (default: false)
Use ATR Z-Score (default: false)
Use RSI Z-Score (default: false)
Use Omega Z-Score (default: true)
Use Sharpe Z-Score (default: true)
Only enabled indicators are included in the average. This modular design allows traders to tailor the signal mix to their preferences.
Indicator Lengths
These inputs control how each individual indicator is calculated:
MACD Fast Length (default: 12)
MACD Slow Length (default: 26)
MACD Signal Length (default: 9)
Bollinger Basis Length (default: 20): Used to compute the Bollinger %B.
Bollinger Deviation Multiplier (default: 2.0): Standard deviation multiplier for the Bollinger Band calculation.
Stochastic Length (default: 14)
ATR Length (default: 14)
RSI Length (default: 14)
ROC Length (default: 10)
Zones
These thresholds define key signal levels for the Z-score average:
Neutral Line Level (default: 0): Baseline for the average Z-score.
Bullish Zone Level (default: -1): Optional intermediate zone suggesting early bullish conditions.
Bearish Zone Level (default: 1): Optional intermediate zone suggesting early bearish conditions.
Z = +2 Line Level (default: 2): Primary threshold for bearish signals.
Z = +3 Line Level (default: 3): Extreme bearish warning level.
Z = -2 Line Level (default: -2): Primary threshold for bullish signals.
Z = -3 Line Level (default: -3): Extreme bullish warning level.
These zone levels are used to generate signals, fill background shading, and draw horizontal lines for visual reference.
Why These Indicators Were Merged
Each indicator in this script was chosen for a specific reason. They all measure something different but complementary.
The VWAP Z-score helps you see when price has moved far from the volume-weighted average, often used by institutions.
Sortino Ratio Z-score focuses only on downside risk, which is often more relevant to traders than overall volatility.
ROC Z-score shows how fast price is changing—strong momentum may burn out quickly.
Price Z-score is the raw measure of how far current price has moved from its mean.
RSI Z-score shows whether momentum itself is stretched.
MACD Histogram Z-score captures shifts in trend strength and acceleration.
%B (Bollinger) Z-score indicates how close price is to the upper or lower volatility envelope.
Stochastic K Z-score gives a sense of how high or low price is relative to its recent range.
Volume Z-score shows when trading activity is unusually high or low.
ATR Z-score gives a read on volatility, showing if price movement is expanding or contracting.
Sharpe Z-score measures reward-to-risk performance, useful for evaluating trend quality.
Omega Z-score looks at the ratio of good returns to bad ones, offering a more nuanced view of efficiency.
By normalizing each of these using Z-scores and averaging only the ones you turn on, the script creates a flexible, balanced view of the market’s statistical stretch.
Calculations
The core formula is the standard Z-score:
Z = (current value - average) / standard deviation
Every indicator uses this formula after it’s calculated using your chosen settings. For example, RSI is first calculated as usual, then its Z-score is calculated over your selected lookback period. The script does this for every indicator you enable. Then it averages those Z-scores together to create a single value: zAvg. That value is plotted and used to generate visual cues, signals, table values, background color changes, and candle coloring.
Sequence
Each selected indicator is calculated using your custom input lengths.
The Z-score of each indicator is computed using the shared lookback period.
All active Z-scores are added up and averaged.
The resulting zAvg value is plotted as a line.
Signal conditions check if zAvg crosses user-defined thresholds (default: ±2).
If enabled, the script plots buy/sell signal labels at those crossover points.
The candle color is updated using your selected mode (heatmap or signal-based).
If extreme Z-scores are reached, background highlighting is applied.
A live table updates with each individual Z-score so you know what’s driving the signal.
Features
This script isn’t just about stats—it’s about making them usable in real time. Every feature has a clear reason to exist, and they’re all there to give you a better read on market conditions.
1. Universal Z-Score Line
This is your primary reference. It reflects the average Z-score across all selected indicators. The line updates live and is color-coded to show how far it is from neutral. The further it gets from 0, the brighter the color becomes—cyan for deeply oversold conditions, magenta for overbought. This gives you instant feedback on how statistically “hot” or “cold” the market is, without needing to read any numbers.
2. Signal Labels (“𝓤𝓹” and “𝓓𝓸𝔀𝓷”)
When the average Z-score drops below your lower bound, you’ll see a "𝓤𝓹" label below the bar, suggesting potential bullish reversal conditions. When it rises above the upper bound, a "𝓓𝓸𝔀𝓷" label is shown above the bar—indicating possible bearish exhaustion. These labels are visually clear and minimal so they don’t clutter your chart. They're based on clear crossover logic and do not repaint.
3. Real-Time Z-Score Table
The table shows each indicator's individual Z-score and the final average. It updates every bar, giving you a transparent breakdown of what’s happening under the hood. If the market is showing an extreme average score, this table helps you pinpoint which indicators are contributing the most—so you’re not just guessing where the pressure is coming from.
4. Bar Coloring Modes
You can choose from three modes:
None: Keeps your candles clean and untouched.
Heat: Applies a smooth gradient color based on Z-score intensity. As conditions become more extreme, candle color transitions from neutral to either cyan (bullish pressure) or magenta (bearish pressure).
Latest Signal: Applies hard coloring based on the most recent signal—greenish for a buy, purple for a sell. This mode is great for tracking market state at a glance without relying on a gradient.
Every part of the candle is colored—body, wick, and border—for full visibility.
5. Background Highlighting
When zAvg enters an extreme zone (typically above +2 or below -2), the background shifts color to reflect the market’s intensity. These changes aren’t overwhelming—they’re light fills that act as ambient warnings, helping you stay aware of when price might be reaching a tipping point.
6. Customizable Zone Lines and Fills
You can define what counts as neutral, overbought, and oversold using manual inputs. Horizontal lines show your thresholds, and shaded regions highlight the most extreme zones (+2 to +3 and -2 to -3). These lines give you visual structure to understand where price currently stands in relation to your personal reversal model.
7. Modular Indicator Control
You don’t have to use all the indicators. You can enable or disable any of the 12 with a simple checkbox. This means you can build your own “blend” of market context—maybe you only care about RSI, price, and volume. Or maybe you want everything on. The script adapts accordingly, only averaging what you select.
8. Fully Customizable Sensitivity and Lengths
You can adjust the Z-score lookback length globally (default 100), and tweak individual indicator lengths separately. This lets you tune the indicator’s responsiveness to suit your trading style—slower for longer swings, faster for scalping.
9. Clean Integration with Any Chart Layout
All visual elements are designed to be informative without taking over your chart. The coloring is soft but clear, the labels are readable without being huge, and you can turn off any feature you don’t need. The indicator can work as a full dashboard or as a simple line with a couple of alerts—it’s up to you.
10. Precise, Real-Time Signal Logic
The crossover logic for signals is exact and only fires when the Z-score moves across your defined boundary. No estimation, no delay. Everything is calculated based on current and previous bar data, and nothing repaints or back-adjusts.
Conclusion
The Universal Z-Score Valuation indicator is a tool for traders who want a clear, unbiased way to detect overextension. Instead of relying on a single signal, you get a composite of several market perspectives—momentum, volatility, volume, and more—all standardized into a single view. The script gives you the freedom to control the logic, the visuals, and the components. Whether you use it as a confirmation tool or a primary signal source, it’s designed to give you clarity when markets become chaotic.
Disclaimer
This indicator is for research and educational use only. It does not constitute financial advice or guarantees of performance. All trading involves risk, and users should test any strategy thoroughly before applying it to live markets. Use this tool at your own discretion.
Volatility Index Percentile Risk STOCK StrategyVolatility-Index Percentile Risk STOCK Strategy
──────────────────────────────────────────────
PURPOSE
• Go long equities only when implied volatility (from any VIX-style index) is in its quietest percentile band.
• Scale stop-loss distance automatically with live volatility so risk stays proportional across timeframes and market regimes.
HOW IT WORKS
1. Pull the closing price of a user-selected volatility index (default: CBOE VIX, Nasdaq VXN, etc.).
2. Compute its 1-year (252-bar) percentile.
– If percentile < “Enter” threshold → open / maintain long.
– If percentile > “Exit” threshold → flatten.
3. Set the stop-loss every bar at:
SL % = (current VIX value) ÷ Risk Divisor
(e.g., VIX = 20 and divisor = 57 → 0.35 % SL below entry).
This keeps risk tighter when volatility is high and looser when it’s calm.
USER INPUTS
• VIX-style Index — symbol of any volatility index
• Look-back — length for percentile (default 252)
• Enter Long < Percentile — calm-market trigger (default 15 %)
• Exit Long > Percentile — fear trigger (default 60 %)
• Risk Divisor (SL) — higher number = tighter stop; start with 57 on 30-min charts
• Show Debug Plots — optional visibility of percentile & SL%
RECOMMENDED BACK-TEST SETTINGS
• Timeframe: 30 min – Daily on liquid stocks/ETFs highly correlated to the chosen VIX.
• Initial capital: 100 000 | Order size: 10 % of equity
• Commission: 0.03 % | Slippage: 5 ticks
• Enable *Bar Magnifier* and *Fill on bar close* for realistic execution.
ADDITIONAL INFORMATION
• **Self-calibrating risk** – no static ATR or fixed %, adapts instantly to changing volatility.
• **Percentile filter** – regime-aware entry logic that avoids false calm periods signalled by raw VIX levels.
• **Timeframe-agnostic** – works from intraday to weekly; √T-style divisor lets you fine-tune stops quickly ,together with the percentiles and days length.
• Zero look-ahead.
CAVEATS
• Long-only; no built-in profit target. Add one if your plan requires fixed R:R exits.
• Works best on indices/stocks that move with the selected vol index.
• Back-test results are educational; past performance never guarantees future returns.
LICENSE & CREDITS
Released under the Mozilla Public License 2.0.
Inspired by academic research on volatility risk premia and mean-reversion.
DISCLAIMER
This script is for informational and educational purposes only. It is **not** financial advice. Use at your own risk.
TRIPLE Moving AveragesTriple Moving Average System with Composite Average
This strategy uses three moving averages of different timeframes to assess trend direction, momentum, and potential entry/exit points. The averages are:
Fast MA (Short-term) – Typically a 12-period moving average.
Reacts quickly to price changes, providing early signals.
Medium MA (Intermediate-term) – Often a 21-period moving average.
Smooths out noise and confirms the trend suggested by the Fast MA.
Slow MA (Long-term) – Usually a 50-period moving average.
Represents the dominant trend; acts as a strong support/resistance level.
Additionally, the Composite Moving Average (CMA) is calculated as the average of the three MAs, providing a balanced reference point:
How to Use the System:
Bullish Signal:
When the Fast MA crosses above the Medium MA and both are above the Slow MA, confirming an uptrend.
The price staying above the CMA reinforces bullish strength.
Bearish Signal:
When the Fast MA crosses below the Medium MA and both are below the Slow MA, indicating a downtrend.
The price staying below the CMA confirms bearish momentum.
Trend Confirmation:
The slope and order of the MAs (Fast > Medium > Slow = uptrend; Fast < Medium < Slow = downtrend).
The CMA acting as dynamic support/resistance.
Advantages:
Reduces false signals compared to single or dual MA systems.
The CMA smooths volatility and provides a clearer trend bias.
Example Settings (Customizable):
Fast MA: 12-period SMA/EMA
Medium MA: 21-period SMA/EMA
Slow MA: 50-period SMA/EMA
FutureObitz Bank LevelsFutureObitz Bank Levels - Daily Structure & Trading Zones
"The Obitz Bank Levels indicator is a powerful tool designed to help traders identify key daily structural price levels. It automatically extracts the 1 hour and 4 hour High and 1 hour and 4 hour Low. You may also use this indicator for lower timeframes aswell. Going lower than 15 min is not recommended.
What This Indicator Provides:
Dynamic Daily Levels: Calculates and plots the Daily High, Daily Low, Middle, Middle High, and Middle Low of the current trading day. These lines provide clear reference points for price action.
Defined Buy & Sell Zones: Visualizes potential accumulation (Buy Zone) and distribution (Sell Zone) areas. These zones are calculated as a customizable percentage (via inputs) above/below the 'Middle' of the daily range, helping to identify potential entry or exit points.
Multi-Timeframe Compatibility: Displays the exact same daily levels regardless of your active chart's timeframe, offering a consistent higher-timeframe perspective for intraday traders.
Visual Clarity: Includes filled zones for better visualization of the Buy and Sell areas.
Optional Labels: Provides clear labels for the latest daily levels (D. High, D. Low, D. Middle, D. Buy Zone, D. Sell Zone) on the last bar of your chart for quick reference.
This indicator serves as a robust framework for understanding daily market structure and can assist in identifying potential areas of support, resistance, and trading opportunities. It's an excellent tool for traders who rely on clear, higher-timeframe levels to inform their trading decisions.
-FutureObitz
Saty ATR Levels// Saty ATR Levels
// Copyright (C) 2022 Saty Mahajan
// Author is not responsible for your trading using this script.
// Data provided in this script is not financial advice.
//
// Features:
// - Day, Multiday, Swing, Position, Long-term, Keltner trading modes
// - Range against ATR for each period
// - Put and call trigger idea levels
// - Intermediate levels
// - Full-range levels
// - Extension levels
// - Trend label based on the 8-21-34 Pivot Ribbon
//
// Special thanks to Gabriel Viana.
// Based on my own ideas and ideas from Ripster, drippy2hard,
// Adam Sliver, and others.
//@version=5
indicator('Saty ATR Levels', shorttitle='Saty ATR Levels', overlay=true)
// Options
day_trading = 'Day'
multiday_trading = 'Multiday'
swing_trading = 'Swing'
position_trading = 'Position'
longterm_trading = 'Long-term'
trading_type = input.string(day_trading, 'Trading Type', options= )
use_options_labels = input(true, 'Use Options Labels')
atr_length = input(14, 'ATR Length')
trigger_percentage = input(0.236, 'Trigger Percentage')
previous_close_level_color = input(color.white, 'Previous Close Level Color')
lower_trigger_level_color = input(color.yellow, 'Lower Trigger Level Color')
upper_trigger_level_color = input(color.aqua, 'Upper Trigger Level Color')
key_target_level_color = input(color.silver, 'Key Target Level Color')
atr_target_level_color = input(color.white, 'ATR Target Level Color')
intermediate_target_level_color = input(color.gray, 'Intermediate Target Level Color')
show_all_fibonacci_levels = input(true, 'Show All Fibonacci Levels')
show_extensions = input(false, 'Show Extensions')
level_size = input(2, 'Level Size')
show_info = input(true, 'Show Info Label')
use_current_close = input(false, 'Use Current Close')
fast_ema = input(8, 'Fast EMA')
pivot_ema = input(21, 'Pivot EMA')
slow_ema = input(34, 'Slow EMA')
// Set the appropriate timeframe based on trading mode
timeframe_func() =>
timeframe = 'D'
if trading_type == day_trading
timeframe := 'D'
else if trading_type == multiday_trading
timeframe := 'W'
else if trading_type == swing_trading
timeframe := 'M'
else if trading_type == position_trading
timeframe := '3M'
else if trading_type == longterm_trading
timeframe := '12M'
else
timeframe := 'D'
// Trend
price = close
fast_ema_value = ta.ema(price, fast_ema)
pivot_ema_value = ta.ema(price, pivot_ema)
slow_ema_value = ta.ema(price, slow_ema)
bullish = price >= fast_ema_value and fast_ema_value >= pivot_ema_value and pivot_ema_value >= slow_ema_value
bearish = price <= fast_ema_value and fast_ema_value <= pivot_ema_value and pivot_ema_value <= slow_ema_value
// Data
period_index = use_current_close ? 0 : 1
ticker = ticker.new(syminfo.prefix, syminfo.ticker, session=session.extended)
previous_close = request.security(ticker, timeframe_func(), close , gaps=barmerge.gaps_off, lookahead=barmerge.lookahead_on)
atr = request.security(ticker, timeframe_func(), ta.atr(atr_length) , gaps=barmerge.gaps_off, lookahead=barmerge.lookahead_on)
period_high = request.security(ticker, timeframe_func(), high, gaps=barmerge.gaps_off, lookahead=barmerge.lookahead_on)
period_low = request.security(ticker, timeframe_func(), low, gaps=barmerge.gaps_off, lookahead=barmerge.lookahead_on)
range_1 = period_high - period_low
tr_percent_of_atr = range_1 / atr * 100
lower_trigger = previous_close - trigger_percentage * atr
upper_trigger = previous_close + trigger_percentage * atr
lower_0382 = previous_close - atr * 0.382
upper_0382 = previous_close + atr * 0.382
lower_0500 = previous_close - atr * 0.5
upper_0500 = previous_close + atr * 0.5
lower_0618 = previous_close - atr * 0.618
upper_0618 = previous_close + atr * 0.618
lower_0786 = previous_close - atr * 0.786
upper_0786 = previous_close + atr * 0.786
lower_1000 = previous_close - atr
upper_1000 = previous_close + atr
lower_1236 = lower_1000 - atr * 0.236
upper_1236 = upper_1000 + atr * 0.236
lower_1382 = lower_1000 - atr * 0.382
upper_1382 = upper_1000 + atr * 0.382
lower_1500 = lower_1000 - atr * 0.5
upper_1500 = upper_1000 + atr * 0.5
lower_1618 = lower_1000 - atr * 0.618
upper_1618 = upper_1000 + atr * 0.618
lower_1786 = lower_1000 - atr * 0.786
upper_1786 = upper_1000 + atr * 0.786
lower_2000 = lower_1000 - atr
upper_2000 = upper_1000 + atr
lower_2236 = lower_2000 - atr * 0.236
upper_2236 = upper_2000 + atr * 0.236
lower_2382 = lower_2000 - atr * 0.382
upper_2382 = upper_2000 + atr * 0.382
lower_2500 = lower_2000 - atr * 0.5
upper_2500 = upper_2000 + atr * 0.5
lower_2618 = lower_2000 - atr * 0.618
upper_2618 = upper_2000 + atr * 0.618
lower_2786 = lower_2000 - atr * 0.786
upper_2786 = upper_2000 + atr * 0.786
lower_3000 = lower_2000 - atr
upper_3000 = upper_2000 + atr
// Add Labels
tr_vs_atr_color = color.green
if tr_percent_of_atr <= 70
tr_vs_atr_color := color.green
else if tr_percent_of_atr >= 90
tr_vs_atr_color := color.red
else
tr_vs_atr_color := color.orange
trading_mode = 'Day'
if trading_type == day_trading
trading_mode := 'Day'
else if trading_type == multiday_trading
trading_mode := 'Multiday'
else if trading_type == swing_trading
trading_mode := 'Swing'
else if trading_type == position_trading
trading_mode := 'Position'
else if trading_type == longterm_trading
trading_mode := 'Long-term'
else
trading_mode := ''
long_label = ''
short_label = ''
if use_options_labels
long_label := 'Calls'
short_label := 'Puts'
else
long_label := 'Long'
short_label := 'Short'
trend_color = color.orange
if bullish
trend_color := color.green
else if bearish
trend_color := color.red
else
trend_color := color.orange
var tbl = table.new(position.top_right, 1, 4)
if barstate.islast and show_info
table.cell(tbl, 0, 0, 'Saty ATR Levels', bgcolor=trend_color)
table.cell(tbl, 0, 1, trading_mode + ' Range ($' + str.tostring(range_1, '#.##') + ') is ' + str.tostring(tr_percent_of_atr, '#.#') + '% of ATR ($' + str.tostring(atr, '#.##') + ')', bgcolor=tr_vs_atr_color)
table.cell(tbl, 0, 2, long_label + ' > $' + str.tostring(upper_trigger, '#.##') + ' | +1 ATR $' + str.tostring(upper_1000, '#.##'), bgcolor=upper_trigger_level_color)
table.cell(tbl, 0, 3, short_label + ' < $' + str.tostring(lower_trigger, '#.##') + ' | -1 ATR: $' + str.tostring(lower_1000, '#.##'), bgcolor=lower_trigger_level_color)
// Add levels
plot(show_extensions ? lower_3000 : na, color=color.new(atr_target_level_color, 40), linewidth=level_size, title='-300.0%', style=plot.style_stepline)
//plot(show_all_fibonacci_levels and show_extensions ? lower_2786 : na, color=color.new(intermediate_target_level_color, 40), linewidth=level_size, title='-278.6%', style=plot.style_stepline)
plot(show_extensions ? lower_2618 : na, color=color.new(key_target_level_color, 40), linewidth=level_size, title='-261.8%', style=plot.style_stepline)
//plot(show_all_fibonacci_levels and show_extensions ? lower_2500 : na, color=color.new(intermediate_target_level_color, 40), linewidth=level_size, title='-250.0%', style=plot.style_stepline)
//plot(show_all_fibonacci_levels and show_extensions ? lower_2382 : na, color=color.new(intermediate_target_level_color, 40), linewidth=level_size, title='-238.2%', style=plot.style_stepline)
plot(show_extensions ? lower_2236 : na, color=color.new(key_target_level_color, 40), linewidth=level_size, title='-223.6%', style=plot.style_stepline)
plot(show_extensions ? lower_2000 : na, color=color.new(atr_target_level_color, 40), linewidth=level_size, title='-200.0%', style=plot.style_stepline)
plot(show_all_fibonacci_levels and show_extensions ? lower_1786 : na, color=color.new(intermediate_target_level_color, 40), linewidth=level_size, title='-178.6%', style=plot.style_stepline)
plot(show_extensions ? lower_1618 : na, color=color.new(key_target_level_color, 40), linewidth=level_size, title='-161.8%', style=plot.style_stepline)
plot(show_all_fibonacci_levels and show_extensions ? lower_1500 : na, color=color.new(intermediate_target_level_color, 40), linewidth=level_size, title='-150.0%', style=plot.style_stepline)
plot(show_all_fibonacci_levels and show_extensions ? lower_1382 : na, color=color.new(intermediate_target_level_color, 40), linewidth=level_size, title='-138.2%', style=plot.style_stepline)
plot(show_extensions ? lower_1236 : na, color=color.new(key_target_level_color, 40), linewidth=level_size, title='-123.6%', style=plot.style_stepline)
plot(lower_1000, color=color.new(atr_target_level_color, 40), linewidth=level_size, title='-100%', style=plot.style_stepline)
plot(show_all_fibonacci_levels ? lower_0786 : na, color=color.new(intermediate_target_level_color, 40), linewidth=level_size, title='-78.6%', style=plot.style_stepline)
plot(lower_0618, color=color.new(key_target_level_color, 40), linewidth=level_size, title='-61.8%', style=plot.style_stepline)
plot(show_all_fibonacci_levels ? lower_0500 : na, color=color.new(intermediate_target_level_color, 40), linewidth=level_size, title='-50.0%', style=plot.style_stepline)
plot(show_all_fibonacci_levels ? lower_0382 : na, color=color.new(intermediate_target_level_color, 40), linewidth=level_size, title='-38.2%', style=plot.style_stepline)
plot(lower_trigger, color=color.new(lower_trigger_level_color, 40), linewidth=level_size, title='Lower Trigger', style=plot.style_stepline)
plot(previous_close, color=color.new(previous_close_level_color, 40), linewidth=level_size, title='Previous Close', style=plot.style_stepline)
plot(upper_trigger, color=color.new(upper_trigger_level_color, 40), linewidth=level_size, title='Upper Trigger', style=plot.style_stepline)
plot(show_all_fibonacci_levels ? upper_0382 : na, color=color.new(intermediate_target_level_color, 40), linewidth=level_size, title='38.2%', style=plot.style_stepline)
plot(show_all_fibonacci_levels ? upper_0500 : na, color=color.new(intermediate_target_level_color, 40), linewidth=level_size, title='50.0%', style=plot.style_stepline)
plot(upper_0618, color=color.new(key_target_level_color, 40), linewidth=level_size, title='61.8%', style=plot.style_stepline)
plot(show_all_fibonacci_levels ? upper_0786 : na, color=color.new(intermediate_target_level_color, 40), linewidth=level_size, title='78.6%', style=plot.style_stepline)
plot(upper_1000, color=color.new(atr_target_level_color, 40), linewidth=level_size, title='100%', style=plot.style_stepline)
plot(show_extensions ? upper_1236 : na, color=color.new(key_target_level_color, 40), linewidth=level_size, title='123.6%', style=plot.style_stepline)
plot(show_all_fibonacci_levels and show_extensions ? upper_1382 : na, color=color.new(intermediate_target_level_color, 40), linewidth=level_size, title='138.2%', style=plot.style_stepline)
plot(show_all_fibonacci_levels and show_extensions ? upper_1500 : na, color=color.new(intermediate_target_level_color, 40), linewidth=level_size, title='150.0%', style=plot.style_stepline)
plot(show_extensions ? upper_1618 : na, color=color.new(key_target_level_color, 40), linewidth=level_size, title='161.8%', style=plot.style_stepline)
plot(show_all_fibonacci_levels and show_extensions ? upper_1786 : na, color=color.new(intermediate_target_level_color, 40), linewidth=level_size, title='178.6%', style=plot.style_stepline)
plot(show_extensions ? upper_2000 : na, color=color.new(atr_target_level_color, 40), linewidth=level_size, title='200.0%', style=plot.style_stepline)
plot(show_extensions ? upper_2236 : na, color=color.new(key_target_level_color, 40), linewidth=level_size, title='223.6%', style=plot.style_stepline)
//plot(show_all_fibonacci_levels and show_extensions ? upper_2382 : na, color=color.new(intermediate_target_level_color, 40), linewidth=level_size, title='238.2%', style=plot.style_stepline)
//plot(show_all_fibonacci_levels and show_extensions ? upper_2500 : na, color=color.new(intermediate_target_level_color, 40), linewidth=level_size, title='250.0%', style=plot.style_stepline)
plot(show_extensions ? upper_2618 : na, color=color.new(key_target_level_color, 40), linewidth=level_size, title='261.8%', style=plot.style_stepline)
//plot(show_all_fibonacci_levels and show_extensions ? upper_2786 : na, color=color.new(intermediate_target_level_color, 40), linewidth=level_size, title='278.6%', style=plot.style_stepline)
plot(show_extensions ? upper_3000 : na, color=color.new(atr_target_level_color, 40), linewidth=level_size, title='300%', style=plot.style_stepline)
N4A - Dynamic ORB Algo v7N4A - Dynamic ORB Algo v7
A precision-engineered intraday breakout system designed for professional traders operating in NQ and ES futures markets. The strategy blends advanced ORB (Opening Range Breakout) logic with adaptive session control, dynamic filters, and quartile-based trade management to deliver robust and structured execution across multiple global trading zones.
🧠 Core Framework
Opening Range Breakout (ORB)
Automatically defines a breakout window and detects directional moves when price decisively exits the range high or low, triggering structured entries with defined risk.
Multi-Session Adaptability
Supports automated session presets for Pre-London, London, and New York trading hours. Each session auto-configures its own ORB and entry periods, while maintaining full manual control via Custom mode. Timezones are always user-configurable.
Quartile-Based Structure
All risk and profit calculations are grounded in the ORB range and its quartile subdivisions. Stops and targets are derived from mathematically relevant price zones, not arbitrary values.
🧠 Advanced Filtering Architecture
In the 4 modes, the strategy employs a multi-dimensional filter stack to validate breakout quality and reduce false signals. Each filter contributes unique confirmation logic:
1. 📏 EMA Bias Filter
Establishes directional bias using 2x 200-period EMAs clouds (on both high and close).
Filters out counter-trend setups.
Active in: Moderate, Conservative modes.
2. 📐 Range Geometry (RG) Filter
Measures directional conviction by analyzing whether price consistently pushes in one direction within a smoothed dynamic range:
Utilizes smoothed deviation envelopes and adaptive trend centerline.
Monitors for sustained directional flow (via upCounter/downCounter logic).
Prevents entries during sideways or mean-reverting environments.
3. ⚡️ Momentum Shift Validator
A WAE-style module using fast vs slow EMAs to capture directional thrust:
Tracks positive or negative momentum shifts between bars.
Long trades require increasing bullish momentum; shorts require the opposite.
Ensures active market participation and screens out weak breakouts.
This layered logic produces high-confidence signals and eliminates low-quality market noise.
⚙️ Strategic Mode Selection (Built-in Presets)
Users can select from four predefined filter configurations depending on risk appetite and market conditions:
Basic – Raw ORB breakout without filters; ideal for clean trend days
Conservative – EMA filter active with higher sensitivity (19), RG filter off
Aggressive – EMA filter active with fast sensitivity (5), RG filter off
Custom – Full manual control over all filters and logic components
Each mode automatically configures the system without requiring manual re-adjustments.
🎯 Execution Logic
Entry Conditions
A breakout entry is triggered only after a full bar closes beyond the ORB boundary, subject to filter validation.
Stop Loss Structure
Stops are placed using the ORB quartile framework (typically below Q1 or above Q4), combined with mid-range invalidation logic.
Risk Sizing:
Contract size is dynamically computed from ORB range volatility.
Typical exposure per trade: $200–$400
Profit-Taking Methodology
Targets can be enabled at SD0.5, SD1.0, SD1.5, and SD2.0 intervals from the ORB range. Users control exit percentages per target level. Breakeven is automatically managed after partial take-profit.
Additional Controls
No pyramiding
No re-entries per signal
Max hold duration enforced (default: 270 minutes)
🔔 Alerts Included
Instant alerts trigger upon confirmed Long or Short entries, fully compatible with popup and sound actions.
👤 Developed by Antony.N4A
Built for intraday strategists, quant developers, and execution modelers who demand structured logic, visual clarity, and multi-context adaptability.
Protected script. Unauthorized reuse or redistribution is strictly prohibited.
For access or customization inquiries, contact the author directly.
Doji Candlestick w/ Volatility & Uninterrupted CyclesTracks Doji formation and provides a rating score of Low Medium and High for stocks.
Antony.N4A DDEMAAntony.N4A – DDEMA (Dynamic Dual EMA Cloud)
A clean, dynamic dual-cloud EMA indicator built to provide powerful trend insight and market context for intraday and swing traders. This tool displays two separate 200 EMA clouds — one based on the current chart's timeframe and one dynamically projected from the next higher timeframe — offering a layered view of trend alignment.
🧠 Indicator Logic
This tool renders two separate EMA zones:
🔹 1. Main-Timeframe EMA Cloud:
Constructed from two 200-period EMAs:
Top Line = EMA of high
Bottom Line = EMA of close
The space between the two forms a trend zone, color-coded by price position:
Green → Price > Top EMA (bullish overextension)
Red → Price < Bottom EMA (bearish pressure)
Gray → Price between EMAs (neutral drift / compression)
This zone adjusts dynamically with every new candle — ideal for live trend tracking, pullback evaluation, and compression analysis.
🔸 2. Higher Timeframe EMA Cloud (Optional):
Automatically adapts to the next logical higher timeframe:
On 1m–5m charts → uses 15m EMA
On 15m → uses 1H, on 1H → 4H, etc.
Reflects broader trend bias and structure behind short-term moves.
Does not change with every tick, offering a stable backbone for intraday strategies.
📈 Why It's Useful
Dual-Cloud Visualization helps confirm if your current signal aligns with higher timeframe momentum.
Trend Stability: HTF cloud remains unchanged until its timeframe completes (e.g. every 15m or 60m), acting as a consistent anchor.
Main TF EMA Cloud adapts immediately — great for tracking local pullbacks, consolidations, and breakout zones.
🛠️ Use Cases:
Filter fake breakouts or chop when price is trapped between EMA bands.
Confirm intraday longs only when price is above both clouds.
Use HTF cloud as a dynamic support/resistance frame for precision entries.
Combine with momentum/trend strategies for bias confirmation.
🔍 Customization:
EMA Source: Adjust top/bottom calculation inputs (e.g. high/close)
Color Themes: Customize cloud colors for bullish, bearish, and neutral conditions
Toggle HTF cloud ON/OFF based on preference
🧑💻 Developed by Antony.N4A
This free tool is designed for intraday traders seeking visual clarity and multi-timeframe alignment. Feel free to explore, share, and integrate into your own systems.
Free & Public. Attribution appreciated.
BskLAB - Price Target 🎯 BskLAB – Price Target | Usage Guide & Description
BskLAB – Price Target is a smart structural tool that automatically identifies potential price targets and reversal zones using a proprietary Fibonacci Extension method developed by BskLAB.
Unlike standard Fibo tools, this system requires no manual drawing — everything is automated and anchored from key structure shifts such as CHoCH (Change of Character) and BoS (Break of Structure).
🧭 How It Works
After detecting a structural reversal (bullish or bearish), the system:
Locates the recent swing high and swing low
Calculates the midpoint between the two
Uses a proprietary BskLAB formula to project forward Fibonacci levels from the midpoint toward the dominant price direction
Each level represents a zone where price may:
Complete its move
Find resistance/support
Or potentially reverse
This automated process eliminates the need for manual zone-drawing, making it especially useful for fast-paced traders who need clean, reliable visual guides.
🧩 Key Features
✅ Proprietary Fibonacci Extension algorithm unique to BskLAB
🔄 Auto-detection of CHoCH/BoS with forward zone projection
🎯 Color-coded levels for easier recognition of reversal areas
🛠️ Fully automated — no manual drawing required
🧩 Adjustable sensitivity, length, and zone count
🔗 Best Used With
📈 BskLAB Signal Assistant – For precise signal entry filtering
📊 BskLAB Money Flow X – To confirm reversal zones via volume pressure and divergence
⚠️ Important Note
Zones appear only when a valid structure shift is confirmed, ensuring high relevance to current market context.
This tool is ideal for:
Setting high-probability targets
Anticipating reversal zones
Enhancing precision in trade planning
Break Previous Low AlertAlert for previous price bar low. When price creates a new low you will get an alert.
SMA Crossover Candle Body SizeThis indicator allows you to filter the candle body size of a SMA crossover. This helps to eliminate times when price is consolidating and constantly crossing above or below. By adjusting the candle body size to say something like 15, you'll only receive alerts when significant size candles cross and hold above or below your desired SMA.
🟢 Clean BUY/SELL Signal (All Filters Hidden)fgchavsbmn,cakhscb kals dcaljks cjas ckjasclkasnd.ask dfhg asdhj askgd hjaksdmvhagsbjdkn abs dnljasd
RSI Histogram ProRSI Histogram Pro: Comprehensive Guide
What This Indicator Does
This professional trading tool transforms the traditional Relative Strength Index (RSI) into a dynamic histogram with enhanced visual signals. By applying sophisticated smoothing techniques and a 6-color coding system, it provides clearer market insights than standard RSI indicators while reducing noise and false signals.
Core Purpose
Momentum Visualization: Convert abstract RSI values into intuitive color-coded histogram bars
Noise Reduction: Smooth out market fluctuations for cleaner signals
Decision Support: Identify high-probability entry/exit points through visual cues
Market State Identification: Instantly recognize overbought/oversold conditions and trend strength
Key Features & Interpretation
1. Histogram Design
Smooth Bars: Clean MACD-like columns instead of jagged lines
Vertical Scaling: Height represents RSI strength (0-100 scale)
Bar Width: Fixed width for consistent visual rhythm
2. Intelligent Color System (6 States)
Color Market Condition Trading Implication
🔴 Bright Red Strong Overbought Momentum Potential reversal - consider exiting longs
💗 Light Red Weakening Overbought Bearish reversal developing
🟢 Bright Green Strong Oversold Momentum Potential reversal - consider exiting shorts
💚 Light Green Weakening Oversold Bullish reversal developing
🔵 Blue Bullish Momentum in Neutral Trend continuation opportunity
🟠 Orange Bearish Momentum in Neutral Pullback/shorting opportunity
3. Customizable Zones
Overbought/Oversold Areas: Adjustable transparency (70% default)
Horizontal Lines: Visual markers at 30 (oversold) and 70 (overbought)
Toggle Option: Show/hide zones based on preference
4. Smoothing Technology
3 Smoothing Methods: EMA (default), SMA, SMMA/RMA
Adjustable Length: Fine-tune responsiveness (1-50 periods)
Raw RSI Reference: Optional gray line showing original values
How to Use This Indicator
Step 1: Setup
Apply to any chart (stocks, forex, crypto)
Recommended timeframe: 15min - Daily
Default settings work for most assets
Step 2: Signal Interpretation
Entry Signals:
💚 Light Green + 🔵 Blue transition (bullish reversal)
Price confirmation when leaving oversold zone
Consecutive blue bars in neutral zone
Exit Signals:
🔴 Bright Red bars (take profit in longs)
💗 Light Red after bright red (strong reversal warning)
Orange bars stacking during uptrend
Reversal Alerts:
Bright Red → Light Red transition
Bright Green → Light Green transition
Color change at key support/resistance
Step 3: Customization Guide
Setting Day Trading Swing Trading Position Trading
Smoothing Type EMA (fast) SMMA (balanced) SMA (slow)
Smoothing Length 2-3 4-5 6-8
Zone Opacity 80-90% 70-80% 60-70%
Hide Raw RSI? Yes Optional No
Step 4: Advanced Techniques
Divergence Trading:
Price makes lower low while histogram makes higher low (bullish)
Price makes higher high while histogram makes lower high (bearish)
Momentum Confirmation:
Blue bars should expand during uptrends
Red bars should diminish during reversals
Zone Transitions:
Bullish confirmation: Green → Blue as price leaves oversold
Bearish confirmation: Red → Orange as price leaves overbought
Professional Applications
Trend Identification:
Blue/orange bars indicate trend direction
Bar height shows momentum strength
Overbought/Oversold Timing:
Bright colors = extreme conditions
Pale colors = reversal opportunities
Trade Confirmation:
Use color changes to confirm candlestick patterns
Combine with volume spikes for high-probability entries
Risk Management:
Bright red = tighten stops on longs
Bright green = cover shorts
Neutral colors = trend continuation signals
Advantages Over Traditional RSI
Visual Clarity: Colors replace mental calculations
Noise Filtering: Smoothing eliminates false signals
Momentum Focus: Direction matters more than absolute values
Pattern Recognition: Easier to spot divergences and trends
Customizable: Adapts to any trading style or asset class
This indicator transforms the classic RSI from a basic oscillator into a professional-grade decision support tool. By visualizing both strength and momentum direction simultaneously, it provides the clearest possible picture of market conditions while maintaining the mathematical rigor of the original RSI calculation.
Position Averaging CalculatorDescription:
A powerful utility indicator for active traders.
Input up to 10 averaging trades (entry price and dollar amount), and get a real-time calculation of:
Average position price
Spread (%) between last entry and average
Total position size
Potential profit based on a custom sell price
All inputs are editable directly in the indicator settings.
A clean table display shows detailed breakdowns for fast decision-making during trade management.
AshishBediSPLThis Pine Script indicator, "AshishBediSPL," is designed to help you visualize and analyze the combined premium of a short straddle strategy using Call and Put options. It fetches real-time and historical data for your chosen index or stock (NIFTY, BANKNIFTY, FINNIFTY, MIDCPNIFTY, SENSEX, BANKEX, or RELIANCE) and a specified expiry date and strike price.
You can opt to view the combined premium of both Call and Put options, or analyze just the Call or Put premium individually. The indicator then allows you to overlay and generate trading signals based on a selection of popular technical indicators, including:
EMA Crossover: Identify trend changes with configurable fast and slow Exponential Moving Averages.
Supertrend: Determine the prevailing trend direction and potential reversal points.
VWAP (Volume Weighted Average Price): Track the average price traded based on volume, resetting daily.
RSI (Relative Strength Index): Gauge momentum and potential overbought/oversold conditions (note: RSI buy/sell logic is set to trigger on overbought/oversold levels, which can be interpreted for contrarian or trend-following strategies depending on your approach).
SMA (Simple Moving Average): Smooth price data to identify support and resistance.
The indicator plots the combined premium as a dynamic line, changing color based on its opening and closing values. Buy and Sell signals are clearly marked on the chart, and you can set up alerts to notify you of these trading opportunities.
This tool is ideal for traders looking to monitor straddle premiums and integrate multiple indicator-based signals into their analysis.
🚀 Ultimate Hybrid Oscillator By Wali🚀 Ultimate Hybrid Oscillator – All Pro Modules by Wali Mohsin
The Ultimate Hybrid Oscillator is a next-generation multi-confirmation trading tool designed for serious traders who demand accuracy, confluence, and adaptability across all markets and timeframes.
🔍 What Makes It Powerful?
This script blends technical momentum, smart money logic, price action patterns, and macro market filters into one smooth, reliable oscillator that adapts to the market's true narrative.
🔧 Core Modules Integrated:
📊 MCI Engine (Momentum Confirmation Index)
Combines RSI, MACD, Stochastic RSI, OBV, ADX, ATR, volume spikes, absorption, candlestick behavior, and more – with weighted scoring (13+ confluence points).
📐 Price Action Pattern Recognition
Detects and confirms Head & Shoulders, Flags, Triangles, Wedges, Double/Triple Tops & Bottoms, Cup & Handle, Rounding patterns – filtered through RSI momentum.
🏦 Smart Money Concepts
Integrated CHoCH/BOS, Liquidity Sweeps, Breakaway Gaps, Orderblocks, and volume absorption for insider-grade confirmation.
🌐 Macro & Intermarket Sentiment
Auto-fetches BTC Dominance, USDT Dominance, ETHBTC, TOTAL3, DXY, and SPX for risk-on/off environment filtering.
🧠 Ensemble Voting System
A 22-factor confluence engine that scores hidden bullish/bearish setups based on real-time technical alignment.
🎯 RSI Zone Locking
Dynamic color shifts (yellow/blue) when RSI enters extreme reversal zones (below 30 or above 70) for added visual context.
📈 How to Use:
Use oscillator cross above/below 0 as a general trend signal.
Look for oscillator levels above +4 or below -4 for strong confirmation setups.
Combine with price action and macro signals for sniper entries.
Works on all timeframes – optimized for scalping, swing, and long-term crypto traders.
⚙️ Customization:
Full modular toggles (CHoCH, Liq Sweep, Macro, Orderblocks, EMA filter).
Adjustable weights for each component (MCI, PA, Macro).
Smoothing settings to match your trading speed and style.
Created by: Wali Mohsin Channa
BskLAB - Money Flow X🧠 BskLAB – Money Flow X | Usage Guide & Description
BskLAB – Money Flow X is a two-mode volume visualization tool designed to help traders better understand market behavior through real-time momentum and divergence analysis. It is best used alongside the BskLAB Signal Assistant to confirm signal quality using volume-based conditions.
🔧 Preset Modes Overview
📊 Mode 1: Money Flow (WaveTrend + Divergence)
This mode leverages a customized WaveTrend oscillator to reflect changes in volume pressure and trend strength. A second smoothed line helps confirm trend shifts through crossovers.
🔹 Features:
Momentum shifts identified via WaveTrend crossover logic
Visual confirmation of overbought/oversold zones
Divergence detection (Classic & Hidden) auto-marked on the chart:
Green = Bullish Divergence
Red = Bearish Divergence
Blue/Orange = Hidden Divergences
🔹 Use Case:
Best suited for spotting early trend reversals and identifying exhaustion during high or low volume zones.
🚀 Mode 2: Volume Momentum (Dynamic Histogram)
This mode displays volume-driven momentum using a dynamic histogram that visually represents shifts in market pressure.
The histogram is calculated based on a customized interpretation of Bollinger Band behavior, which allows it to reflect how price reacts relative to recent volatility boundaries. This approach provides an indirect view of how buying or selling pressure emerges as price stretches away from its average range.
🔹 Features:
Expanding histogram bars reflect growing momentum or pressure buildup
Bar color dynamically adjusts to highlight whether buying or selling activity dominates
Helps detect conditions where price is preparing to break out or slow down
🔹 Use Case:
Useful for validating strong directional moves or recognizing when volume momentum is building up or fading—particularly when price starts reacting aggressively beyond its recent volatility range.
⚙️ Adjustable Parameters
Both modes include customizable settings:
Smoothing control for responsiveness
Divergence toggles (Classic / Hidden)
Adjustable volume period for fine-tuning responsiveness
🧩 Summary
Whether you’re trading trends or reversals, BskLAB – Money Flow X helps decode the story behind price action by:
Identifying volume pressure shifts
Highlighting trend momentum visually
Confirming signals with divergence-based cues
The result: clear, flexible insight into market strength—without relying solely on price candles.
yxung.energy ICCHighs, Lows, Market Structure - good for starters!
Works well on 1h tf, making improvements as we speak.
Maqs previous day close and today's highDifferenceIt gives previous day close and today's high Difference and hence capacity of the stock
RSI Histogram ProRSI Histogram Pro: Comprehensive Guide
What This Indicator Does
This professional trading tool transforms the traditional Relative Strength Index (RSI) into a dynamic histogram with enhanced visual signals. By applying sophisticated smoothing techniques and a 6-color coding system, it provides clearer market insights than standard RSI indicators while reducing noise and false signals.
Core Purpose
Momentum Visualization: Convert abstract RSI values into intuitive color-coded histogram bars
Noise Reduction: Smooth out market fluctuations for cleaner signals
Decision Support: Identify high-probability entry/exit points through visual cues
Market State Identification: Instantly recognize overbought/oversold conditions and trend strength
Key Features & Interpretation
1. Histogram Design
Smooth Bars: Clean MACD-like columns instead of jagged lines
Vertical Scaling: Height represents RSI strength (0-100 scale)
Bar Width: Fixed width for consistent visual rhythm
2. Intelligent Color System (6 States)
Color Market Condition Trading Implication
🔴 Bright Red Strong Overbought Momentum Potential reversal - consider exiting longs
💗 Light Red Weakening Overbought Bearish reversal developing
🟢 Bright Green Strong Oversold Momentum Potential reversal - consider exiting shorts
💚 Light Green Weakening Oversold Bullish reversal developing
🔵 Blue Bullish Momentum in Neutral Trend continuation opportunity
🟠 Orange Bearish Momentum in Neutral Pullback/shorting opportunity
3. Customizable Zones
Overbought/Oversold Areas: Adjustable transparency (70% default)
Horizontal Lines: Visual markers at 30 (oversold) and 70 (overbought)
Toggle Option: Show/hide zones based on preference
4. Smoothing Technology
3 Smoothing Methods: EMA (default), SMA, SMMA/RMA
Adjustable Length: Fine-tune responsiveness (1-50 periods)
Raw RSI Reference: Optional gray line showing original values
How to Use This Indicator
Step 1: Setup
Apply to any chart (stocks, forex, crypto)
Recommended timeframe: 15min - Daily
Default settings work for most assets
Step 2: Signal Interpretation
Entry Signals:
💚 Light Green + 🔵 Blue transition (bullish reversal)
Price confirmation when leaving oversold zone
Consecutive blue bars in neutral zone
Exit Signals:
🔴 Bright Red bars (take profit in longs)
💗 Light Red after bright red (strong reversal warning)
Orange bars stacking during uptrend
Reversal Alerts:
Bright Red → Light Red transition
Bright Green → Light Green transition
Color change at key support/resistance
Step 3: Customization Guide
Setting Day Trading Swing Trading Position Trading
Smoothing Type EMA (fast) SMMA (balanced) SMA (slow)
Smoothing Length 2-3 4-5 6-8
Zone Opacity 80-90% 70-80% 60-70%
Hide Raw RSI? Yes Optional No
Step 4: Advanced Techniques
Divergence Trading:
Price makes lower low while histogram makes higher low (bullish)
Price makes higher high while histogram makes lower high (bearish)
Momentum Confirmation:
Blue bars should expand during uptrends
Red bars should diminish during reversals
Zone Transitions:
Bullish confirmation: Green → Blue as price leaves oversold
Bearish confirmation: Red → Orange as price leaves overbought
Professional Applications
Trend Identification:
Blue/orange bars indicate trend direction
Bar height shows momentum strength
Overbought/Oversold Timing:
Bright colors = extreme conditions
Pale colors = reversal opportunities
Trade Confirmation:
Use color changes to confirm candlestick patterns
Combine with volume spikes for high-probability entries
Risk Management:
Bright red = tighten stops on longs
Bright green = cover shorts
Neutral colors = trend continuation signals
Advantages Over Traditional RSI
Visual Clarity: Colors replace mental calculations
Noise Filtering: Smoothing eliminates false signals
Momentum Focus: Direction matters more than absolute values
Pattern Recognition: Easier to spot divergences and trends
Customizable: Adapts to any trading style or asset class
This indicator transforms the classic RSI from a basic oscillator into a professional-grade decision support tool. By visualizing both strength and momentum direction simultaneously, it provides the clearest possible picture of market conditions while maintaining the mathematical rigor of the original RSI calculation.