12/21 EMA STRAT - [RZ]12/21 EMA Strategy with Performance Analytics
👁️ - OVERVIEW
This indicator implements a simple yet effective exponential moving average (EMA) crossover strategy that compares a 12-period EMA against a 21-period EMA. The system generates long signals when the 12 EMA is positioned above the 21 EMA, and moves to cash when the 12 EMA falls below the 21 EMA.
🧠 - STRATEGY LOGIC
Signal Generation:
Long Position: Activated when 12 EMA > 21 EMA
Cash Position: Activated when 12 EMA < 21 EMA
Technical Implementation:
Uses perpetual condition checks instead of crossover/crossunder functions to prevent signal misgeneration and ensure reliability
Implements barstate.isconfirmed validation to eliminate repainting issues and ensure all signals are confirmed on closed bars
Provides clean, reliable signals suitable for both backtesting and live trading
⚙️ - FEATURES
The indicator includes a comprehensive table displaying real-time performance metrics comparing the strategy against a buy-and-hold approach:
Sharpe Ratio: Risk-adjusted return measurement
Sortino Ratio: Downside risk-adjusted return measurement
Omega Ratio: Probability-weighted ratio of gains versus losses
Maximum Drawdown %: Largest peak-to-trough decline
Visual Components
Equity Curves: Plots both strategy equity and buy-and-hold equity for visual comparison
Status Table: Real-time display of current position (Long/Cash) and performance metrics
Clean Chart Interface: Easy-to-read visualization of strategy performance
Alert System
Long signal triggers
Cash signal triggers
📝 - How to Use
Add the indicator to your chart
Review the performance metrics table to compare strategy vs. buy-and-hold
Monitor the equity curves to visualize strategy performance
Set up alerts for long and cash signals if desired
Use the current position indicator to track strategy status
📊 - Multi-Timeframe Compatibility
This indicator works across multiple timeframes, however, performance characteristics vary significantly depending on the timeframe selected:
Different timeframes will produce different results
Strategy performance may be optimal on certain timeframes and underperform on others
DYOR (Do Your Own Research): Users are strongly encouraged to backtest the strategy on their preferred timeframes and market conditions before use
Test extensively with historical data to understand the strategy's behavior in your specific use case
ETH
SOL
⚠️ - DISCLAIMER
This indicator is provided for educational and informational purposes only. It is NOT financial advice, investment advice, or a recommendation to buy or sell any security or financial instrument.
Past performance does not guarantee future results
Trading involves substantial risk of loss and is not suitable for all investors
You should carefully consider your financial situation and risk tolerance before making any trading decisions
Always conduct your own research and consult with a qualified financial advisor before making investment decisions
The creator of this indicator assumes no responsibility for any financial losses incurred through the use of this tool
Use this indicator at your own risk
Moving Averages
Value Spectrum | OquantOverview
The Value Spectrum is an indicator designed to provide traders with a visual and quantitative assessment of price positioning relative to a dynamic baseline, helping to identify potential value zones, overextensions, and fair value conditions in various market environments. It builds on traditional volatility envelope concepts but introduces multi-tiered bands with customizable smoothing and a spectrum-based classification system to offer a more nuanced view of market conditions. This allows traders to quickly gauge where price stands in its "value spectrum" without relying solely on binary overbought/oversold signals.
Key Factors/Components
Baseline: A selectable moving average that serves as the central reference point for the envelope.
Volatility Measure: Derived from standard deviation, with optional smoothing to reduce noise in choppy markets.
Multi-Level Bands: Six upper and lower bands are incremented with steps of 0.5x, creating a graduated spectrum rather than fixed thresholds.
Value Classification: A table that categorizes the current price position into distinct levels, such as fair value, oversold, or overbought, for at-a-glance analysis.
How It Works
The indicator calculates a baseline using the chosen moving average type applied to the selected source (e.g., close price). It then measures volatility through standard deviation over a specified length, which can be smoothed using methods like median or other averages to adapt to market noise. Bands are constructed by adding and subtracting multiples of this volatility from the baseline, forming a series of widening zones. Price is evaluated against these zones to determine its position in the spectrum—closer to the baseline suggests fair value, while farther out indicates increasing degrees of extension. The visual fills between bands use gradient transparency to highlight the progression, and the table updates in real-time to label the current state based on where price falls.
For Who It Is Best/Recommended Use Cases
This indicator is best suited for swing traders, and mean-reversion strategists who need to assess relative value mainly in ranging markets. Recommended use cases include:
Identifying entry points in oversold/overbought conditions.
Confirming fair value zones for holding positions or scaling in.
Monitoring extreme extensions as potential reversal warnings.
Settings and Default Settings
Source: Defines the input data series (default: close).
Select MA for Baseline: Choose from options like SMA, EMA, ALMA, HMA, WMA, LSMA, DEMA, TEMA, SMMA(RMA), FRAMA, ZLEMA, T3, VWMA, TRIMA (default: DEMA).
MA Length: Period for the baseline calculation (default: 30).
Alma Offset: Adjusts the offset for ALMA if selected (default: 0.85).
Alma Sigma: Sets the sigma for ALMA if selected (default: 4).
T3 Vol Factor: Volume factor for T3 if selected (default: 0.7).
SD Length: Period for volatility calculation (default: 21).
Smooth Volatility: Enables/disables volatility smoothing (default: false).
Select Volatility Smoothing Method: Options include MEDIAN, SMA, EMA, DEMA, WMA (default: MEDIAN).
Volatility Smoothing Length: Period for smoothing volatility if enabled (default: 20).
Show Table: Toggles the display of the value classification table (default: true).
Conclusion
The Value Spectrum offers a flexible and insightful way to visualize price in context, empowering traders to make informed decisions based on a structured assessment of market value. By customizing the baseline and volatility components, it adapts to different trading styles and assets, providing clarity in different conditions.
⚠️ Disclaimer: This indicator is intended for educational and informational purposes only. Trading/investing involves risk, and past performance does not guarantee future results. Always test and evaluate indicators/strategies before applying them in live markets. Use at your own risk.
Median EMA IQR Bands | OquantOverview
The Median EMA IQR Bands indicator introduces a robust trend-following tool that combines a median-filtered exponential moving average (EMA) with interquartile range (IQR) based bands to identify potential entry and exit points for long and short positions. This approach aims to reduce noise in traditional EMAs while incorporating a statistical measure of volatility to create adaptive bands. Unlike standard moving average crossovers or Bollinger Bands, this indicator uses median filtering on the EMA and IQR for band construction, which can help in filtering outliers and providing a more stable view of market trends. It also includes built-in performance metrics displayed in tables, allowing users to evaluate the indicator's historical behavior against buy-and-hold benchmarks directly on the chart(remember past performance doesn’t guarantee future results).
Key Factors/Components
Median-Filtered EMA: A core trend line derived from an EMA that is further smoothed using a median calculation to minimize the impact of extreme price movements.
IQR Bands: Upper and lower bands built around the median EMA using the interquartile range, multiplied by a user-defined factor, to capture volatility without assuming a normal distribution like standard deviation-based methods.
Signal Generation: Simple conditions for long (price above upper band) and short (price below lower band) allocations, with options to enable/disable longs or shorts.
Performance Metrics: Tables showing risk-adjusted metrics such as Sharpe, Sortino, Omega ratios, max drawdown, intra-trade max drawdown, percent profitable trades, profit factor, total trades, and net profit for the indicator's simulated equity curve, compared to buy-and-hold.
Equity Curve Plot: Optional plotting of a simulated equity curve based on the indicator's allocations.
Visual Elements: Color-coded plots, fills, and bar coloring for clear signal visualization(green for bullish and purple for bearish.
How It Works
The indicator starts by calculating a standard EMA on the selected source (default close price), then applies a median filter over a specified length to create the central trend line. This helps in reducing whipsaws common in volatile markets. Separately, it computes the IQR from recent price data as a non-parametric measure of spread, which is then scaled by a multiplier and added/subtracted from the median EMA to form the upper and lower bands. Allocations shift to long when price closes above the upper band (if longs are enabled), to short when below the lower band (if shorts are enabled), or to cash otherwise(For example if it’s bearish signal but shorts are disabled then it will be cash). The equity curve and metrics are derived from these allocations, simulating returns while accounting for user preferences on position types. This logic emphasizes trend persistence filtered through statistical robustness, but users should note it may cause false signals in ranging markets and perform better in trending conditions.
For Who It Is Best/Recommended Use Cases
This indicator is best suited for trend-following traders or investors who prefer statistical, outlier-resistant methods over traditional indicators. It is recommended for:
Intermediate to advanced users analyzing cryptocurrencies on daily or other timeframes.
Those incorporating it into broader systems.
Risk-averse traders who value drawdown insights and adjustable band sensitivity for customizing to specific assets. It is not ideal for high-frequency trading or very short-term scalping.
Settings and Default Settings
Start Date: Timestamp for when metrics and equity calculations begin (default: 1 Jan 2018).
Source: Price source for calculations (default: close).
EMA Length: Period for the underlying EMA (default: 30).
Median Length: Window for median filtering on the EMA (default: 20).
Interquartile Range Length: Period for IQR calculation (default: 20).
Band Multiplier: Factor to scale the IQR for bands (default: 1.2).
Allow Long Trades: Enable long positions (default: true); if false, defaults to cash.
Allow Shorts: Enable short positions (default: false); if false, defaults to cash.
Show Indicator Metrics Table: Display the performance table (default: true).
Show Buy&Hold Table: Display benchmark table (default: true).
Plot Equity Curve: Show simulated equity line (default: false).
These defaults are tuned for general use on daily charts, but users should adjust based on asset volatility—e.g., increase multiplier for tighter bands in low-vol environments.
Conclusion
The Median EMA IQR Bands offers a fresh take on trend detection by blending median smoothing with IQR volatility measures, providing traders with a tool that prioritizes stability and insightful metrics(remember past performance doesn’t guarantee future results). It encourages informed decision-making through transparent performance visuals(remember past performance doesn’t guarantee future results), making it a valuable addition for those looking to enhance their technical analysis toolkit.
⚠️ Disclaimer: This indicator is intended for educational and informational purposes only. Trading/investing involves risk, and past performance does not guarantee future results. Always test and evaluate indicators/strategies before applying them in live markets. Use at your own risk.
Nexus Drift | OquantOverview
Nexus Drift is a consensus-based trend tool designed to identify potential long opportunities in trending markets by aggregating signals from multiple technical components. It generates a composite score from seven distinct trend-detection methods, triggering a "LONG" allocation when the score meets a predefined threshold, and shifting to "CASH" otherwise. The script also includes optional visualizations such as an equity curve and performance tables displaying key risk-adjusted metrics like Sharpe ratio, Sortino ratio, Omega ratio, maximum drawdown, and others for both the strategy and a buy-and-hold benchmark. This allows users to evaluate historical performance(remember past performance doesn’t guarantee future results) in a structured way. By combining diverse trend filters, the script aims to reduce noise and provide a more robust signal for trend-following approaches.
Key Factors/Components
The script incorporates seven complementary trend-detection components, each contributing to the overall consensus score:
MAD Median LSMA: A least-squares moving average filtered through a median and adjusted with median absolute deviation bands for outlier resistance.
Smoothed TEMA SD: A triple exponential moving average smoothed and bounded by standard deviation bands to capture trends without too much noise.
Z-Scored ALMA: An Arnaud legoux moving average normalized into a Z-score for trend strength assessment.
EMA Cross: A simple crossover between fast and slow exponential moving averages for basic trend direction.
RSI MA: A moving average of the Relative Strength Index to confirm bullish momentum in trends on a smoothed basis.
SMA SD SuperTrend: A SuperTrend variant using simple moving average and standard deviation for dynamic trailing levels.
WMA MAD Bands: A weighted moving average with median absolute deviation bands for weighted trend tracking with volatility adjustment.
How It Works
The script calculates individual signals from each component, assigning a value of +1 for long conditions, -1 for cash. These are averaged into a composite score, which triggers a long allocation if it meets or exceeds a threshold (0.5), or shifts to cash if equal or below a cash threshold (0). This consensus approach helps filter out conflicting signals, emphasizing agreement across methods to potentially improve reliability in sustained trends. Historical equity is simulated starting from a user-defined date, incorporating daily returns only during long allocations. Performance metrics are computed using standard formulas (e.g., Sharpe as average return over standard deviation, annualized; Sortino focusing on downside deviation; Omega as the ratio of sum positive to sum negative returns). Tables update in real-time on bar close on the chart for quick reference, but all calculations are based on historical data and do not predict future outcomes.
Recommended Use Cases
This script is best suited for trend-following traders or investors focusing on assets with strong directional moves, such as cryptocurrencies on daily or other timeframes. The tool's design was to work well in different markets and timeframes. It performs optimally in markets exhibiting prolonged trends rather than ranging, where consensus may lag or produce fewer/false signals. It is not ideal for short-term scalping, mean-reversion strategies, or assets with low liquidity, as the components are tuned for trend persistence.
Settings and Default Settings
The script includes several inputs for customization:
Strategy Start Date: Defines the backtesting start point (default: 1 Jan 2018). Use this to align with relevant historical periods, but note that shorter datasets may reduce metric reliability and also past performance doesn’t guarantee future results.
Show Strategy Metrics Table: Toggles the display of a table with metrics like max drawdown, intra-trade max drawdown, Sharpe, Sortino, Omega, percent profitable, profit factor, trades, and net profit (default: true).
Show Buy & Hold Table: Toggles a benchmark table with similar metrics for a passive buy-and-hold approach (default: true).
Plot Equity Curve: Displays the simulated strategy equity line (default: false).
Component-specific lengths and multipliers are fixed but chosen to balance responsiveness and smoothness across methods. The long threshold (0.5) requires the majority of the components to agree on a long signal. The script is optimized for daily crypto charts on trending assets, but tested on other timeframes/markets also.
Conclusion
Nexus Drift offers a structured way to gauge trend consensus through diversified components, providing actionable allocations and transparent metrics to support informed decision-making. By focusing on agreement across methods, it seeks to enhance trend detection while highlighting key performance metrics.
⚠️ Disclaimer: This indicator is intended for educational and informational purposes only. Trading/investing involves risk, and past performance does not guarantee future results. Always test and evaluate indicators/strategies before applying them in live markets. Use at your own risk.
Aziz — Triple EMA (Golden Entry Retest Boxes)Buy and Sell indicator with Three EMA (21,50,200) + Channel trend
When the 21 EMA crosses Below the 200 EMA and the Channel is down trend it's a SELL
When the 21 EMA crosses Above the 200 EMA and the Channel is Up trend it's a BUY
Work Best for 3 Min Timeframe
Best To use 1:1.5 ratio
EMA 20+50 + MACD Strateji ( omerprıme)EASY BUY-SELL basitçe al -sat yapabileceğiniz macd indikatörü ve ema kullanılmış bir indikatördür unutmayın ki ne kadar basit o kadar verimli.
Moving Averages) to generate trading signals and trend confirmation.
Trend Identification with EMA
Two EMAs are used to determine the overall market trend (commonly a short-term EMA and a long-term EMA).
When the short EMA crosses above the long EMA, it indicates an uptrend.
When the short EMA crosses below the long EMA, it signals a downtrend.
Signal Confirmation with MACD
The MACD line and Signal line are analyzed to detect momentum shifts.
A bullish signal occurs when the MACD line crosses above the Signal line, especially if the EMAs confirm an uptrend.
A bearish signal occurs when the MACD line crosses below the Signal line, especially if the EMAs confirm a downtrend.
Trading Logic
Buy signals appear only when both the EMA trend is bullish and the MACD confirms momentum to the upside.
Sell signals appear only when both the EMA trend is bearish and the MACD confirms momentum to the downside.
SuperTrended Moving Averages Strategyself use
used in 1 second timeframe
please let me publish it aaa
AutoDay MA (Session-Normalized)📊 AutoDay MA (Session-Normalized Moving Average)
⚡ Daily power, intraday precision.
AutoDay MA automatically converts any N-day moving average into the exact equivalent on your current intraday timeframe.
💡 Concept inspired by Brian Shannon (Alphatrends) – mapping daily MAs onto intraday charts by normalizing session minutes.
🛠 How it works
Set Days (N) (e.g., 5, 10, 20).
Define Session Minutes per Day (⏱ 390 = US RTH, 🌍 1440 = 24h).
The indicator detects your chart’s timeframe and computes:
Length = (Days × SessionMinutes) / BarMinutes
Applies your chosen MA type (📐 SMA / EMA / RMA / WMA) with rounding (nearest, up, down).
Displays all details in a clear corner info panel.
✅ Why use it
Consistency 🔄: Same 5-day smoothing across all intraday charts.
Session-aware 🕒: Works for equities, futures, FX, crypto.
Transparency 🔍: Always shows the math & final MA length.
Alerts built-in 🔔: Cross up/down vs. price.
📈 Examples
5-Day on 1m → 1950-period MA
5-Day on 15m → 130-period MA
5-Day on 65m → 30-period MA
10-Day on 24h/15m (crypto) → 960-period MA
Trendoman Indicator Trendoman "Trading Signals" indicator
This is our first indicator that will give signals for buying and selling (With the possibility of setting (Alert). The indicator is optimized for the senior TF (1D and 4h). Signals are given automatically after the closing of the candle.
This indicator combines oscillators (Stochastic, RSI, MACD), adds EMA (50,100,200) to determine the local and medium-term trend, and adds certain conditions (Formulas) to determine entry points and signal generation.
This is the first version of the indicator, and it will be improved and updated. This indicator is provided for informational purposes only.
Индикатор Trendoman "Торговые сигналы"
What does it do and how to use it?
This script was written for me, so I made it for my main timeframe, which is 1D. This is the timeframe I tested it on (Russian and US stock market)
When adding the indicator to the chart, open the daily timeframe (1D).
What will we see?
⚫️BUY or SELL signals on the chart. They appear after the closing of the trading day candlestick, therefore, as soon as you see this signal, you can open a trade (In the settings, you can use (Alert Notification) so that when the signal appears, a notification is triggered on a specific instrument.
⚫️Notification preparation "Prep" on the chart. THIS IS NOT A SIGNAL, it is a regular notification when the price enters the overbought or oversold zone. We use this to set Take-Profit and Stop-lose, as well as to understand that it is dangerous to buy in the overbought zone, and to sell in the oversold zone. If you do not need them, you can disable them in the settings.
⚫️The line in the middle. This is a moving average, which shows the direction of the trend (In the settings
Stop-lose and Take-Profit
Trying to build into this indicator the ability to automatically set Stop-lose and Take-Profit did not lead to anything. The main problems are completely different situations at the time of the signal (Mathematically it is not calculated). Have to count yourself.
To set Stop-lose after the signal.
1. Look at the previous local minimum (If the signal is to buy or local maximum (If the signal is to sell). It can be the body of a candle, the shadow of a candle, or a specific level. The stop is always placed below this level, range, or local minimum or maximum.
To set the Take-Profit after the signal is given. There are several options.
1. Mark the levels. Look at an important support or resistance range, fix part of the position at the level, and set the stop for the remainder at breakeven (Entry Price)
2. Make a risk of 1 to 1. If you do not define levels and markup well, then after changing the Stop-lose, you can put the first take on the same%. Example:
Stop-lose и Take-Profit
When you can't open a position EVEN if the indicator shows a signal.
⚫️ If the indicator shows a signal (BAY or SELL), and the signal candle or the previous one opens with a gap. CANCELLED SIGNAL.
⚫️ If the signal candle has a large impulse (down or up). It's very easy to check, take the last 10 candles, if it's higher than the average, it's better to skip this signal (long stop)
⚫️Illiquid instruments. The second and third echelons are often pumped by market participants. Indicators and candles do not work stably. Do not trade illiquid instruments using this indicator.
Risk management.
As noted above, it is impossible to calculate the exact Stop-lose and Take-Profit mathematically, as each situation is unique (levels, highs, lows, slopes, etc. differ).
If you see that your Take-Profit is less than your Stop-lose, it is best to ignore such a trade (depending on your risk tolerance).
Try to open trades where the Take-Profit is greater than the Stop-lose.
Jarass regression linesDouble Linear Regression Ultimate + MA Ribbon (DLRC + MA)
The DLRC + MA indicator is an advanced technical analysis tool that combines double linear regression channels with a moving average ribbon (MA Ribbon). Designed for traders who want to simultaneously track trend, volatility, and potential support/resistance levels.
Key Features:
1. Double Linear Regression Channels:
• Inner Channel – shorter period, more sensitive to recent price movements.
• Outer Channel – longer period, reflects the long-term trend.
• Both channels display upper and lower boundaries and a midline.
• Optional logarithmic scale for price adjustment.
• Real-time R² values to assess regression accuracy.
2. MA Ribbon:
• Up to 4 different moving averages simultaneously.
• Supports SMA, EMA, SMMA (RMA), WMA, VWMA.
• Each MA can be individually enabled/disabled, with customizable period, source, and color.
• Helps identify trend direction and dynamic support/resistance levels.
3. Visualization:
• Channels are filled with semi-transparent colors for clarity.
• Midline for quick trend direction assessment.
• Label displays R² values of the channels in real time.
4. Suitable For:
• Short-term and long-term traders seeking a combination of linear regression analysis and classic trend-following tools.
• Useful for identifying overbought/oversold zones and potential trend reversal points.
Summary:
DLRC + MA combines statistical precision of linear regression with intuitive trend visualization via a MA ribbon. It provides quick insight into market direction, volatility, and potential turning points, all in one chart overlay.
Dynamic Supply & Demand with 20,50 & 200 EMADynamic Supply & Demand with 20, 50 & 200 EMA is an intraday trend-following indicator designed for traders who want to identify key support and resistance levels along with trend direction.
Features:
Plots 20, 50, and 200 EMAs to indicate short, medium, and long-term trends.
Calculates supply (resistance) and demand (support) zones dynamically based on recent price action and ATR for better accuracy.
Highlights bullish and bearish conditions using EMA alignment and RSI filter.
Includes a fixed bottom-right watermark to display author identity (@solomonselvam).
Fully compatible with Pine Script v5 and optimized for intraday charts.
How to use:
Use EMA alignment (20 > 50 > 200) and RSI > 55 for bullish setups.
Use EMA alignment (20 < 50 < 200) and RSI < 45 for bearish setups.
Look for price interaction with supply/demand zones for potential entries or exits.
Note: This indicator is best used in combination with proper risk management and price action confirmation.
EMA 20 TirangaEMA 20 high, low and close strategy for intraday. Candles closing above EMAs for bullish moves and candles closing below EMAs for bearish moves. EMA 500 to check overall trend.
自定义均线(多色 & 分级线宽)Title: Multi-Color Moving Average Suite (MA5…MA4320) — Pine v6
Summary (1–2 lines):
An overlay indicator that plots a full ladder of SMA lines from MA5 up to MA4320. Each MA has a unique color, and line width scales with period (short = thin, mid = medium, long = thick) to make trend structure easy to read at a glance.
What it does
• Plots 16 simple moving averages: 5, 10, 20, 30, 60, 120, 160, 240, 480, 720, 960, 1440, 1750, 2880, 4320.
• Distinct colors for every MA to avoid confusion when lines cluster.
• Period-based thickness:
• Short-term (<60) = thin,
• Mid-term (60–160) = medium,
• Long-term (≥240) = thick (capped; no unlimited growth).
• Designed for quick trend reading across intraday to multi-year cycles (especially useful for 24/7 markets like crypto).
How to use
1. Add the indicator to any chart (works on all symbols/timeframes).
2. Use the thin/medium/thick visual hierarchy to identify short-/mid-/long-term bias and crossovers.
3. On very low timeframes, consider hiding some ultra-long MAs if your chart has insufficient history.
Notes
• Built with Pine Script v6; uses ta.sma(close, length) only (no repainting).
• Very long MAs (e.g., 2880/4320) require enough bars; they will display na until sufficient history loads.
• No inputs/alerts by default—kept intentionally simple for clarity. (Easy to extend with toggles, custom colors, EMA/WMA options, alerts, etc.)
Credits
Author: TraderFinsher (customized multi-MA visualization with color and thickness hierarchy).
⸻
标题: 多色均线系统(MA5…MA4320)— Pine v6
摘要(1–2 句):
这是一个叠加在价格上的 SMA 均线组,从 MA5 到 MA4320。为每条均线设置了 独立颜色,并按 周期长度分级线宽(短=细、中=中等、长=较粗),让趋势结构一眼可读。
功能说明
• 绘制 16 条简单移动平均线:5、10、20、30、60、120、160、240、480、720、960、1440、1750、2880、4320。
• 全部不同颜色,避免密集时混淆。
• 线宽随周期分级:
• 短期(<60)= 细,
• 中期(60–160)= 中等,
• 长期(≥240)= 粗(封顶,不再无限加粗)。
• 适合从日内到多年周期的 趋势快速判读(对加密等 24/7 市场尤为友好)。
使用建议
1. 将指标添加到任意品种/周期。
2. 结合细/中/粗的视觉层级,判断短/中/长趋势与均线交叉。
3. 在较低周期下,如果历史数据不足,可隐藏部分超长均线。
注意事项
• 使用 Pine v6,仅调用 ta.sma(close, length),不重绘。
• 超长均线需要足够历史数据,未满足前会显示 na。
• 默认不含参数和告警,追求简洁清晰(后续可扩展开关、自定义颜色/线宽、EMA/WMA 选项与告警等)。
致谢
作者:TraderFinsher(基于颜色与线宽层级的多均线可视化)。
EMA 9/21 Crossover + EMA 50 [AhmetAKSOY]EMA 9/21 Crossover + EMA 50
This indicator is designed for traders who want to capture short- and medium-term trend reversals using EMA 9 – EMA 21 crossovers. In addition, a customizable EMA 50 is included as a trend filter for broader market direction.
📌 Features
EMA 9 & EMA 21:
Generate buy/sell signals based on their crossovers.
Customizable EMA 50:
Helps identify the overall trend. Users can adjust both period and color.
BUY / SELL Arrows:
A BUY signal is plotted when EMA 9 crosses above EMA 21,
and a SELL signal when EMA 9 crosses below EMA 21
🔎 How to Use
Trend Following:
Buy signals above EMA 50 are generally considered stronger.
Short-Term Trading:
Focus only on EMA 9/21 crossovers.
Filtering:
Use EMA 50 as a trend filter depending on your strategy.
⚠️ Disclaimer
This indicator is not financial advice. It should not be used alone for buy/sell decisions. Always combine it with other technical tools and apply proper risk management.
EMA Candle Color
A customizable EMA indicator. colors candles based on their position relative to the moving average.
Candles turn one color when trading above the EMA (bullish) and another color when below (bearish), providing instant visual trend confirmation.
Includes adjustable buy/sell signals when price crosses the EMA, with fully customizable colors for all elements.
Perfect for quick trend identification across any timeframe.
Features adjustable EMA length, toggle options for signals and EMA line display, and (built-in alerts) for crossover events.
VIP move to top in object tree to maintain candle colors from switching back...
LETS GO!!
EL
ITM SMA Crossover Strategy (Positioned Labels)This strategy tries to find the crossover of 10 sma in relation to 200 sma. Golden cross over is when 10 sma crosses above 200 sma. Death cross over is opposite.
As per the author - Heather Cullen ITM strategy - 'Buy' when the Golden cross is seen and 'exit' when Death cross is seen.
VWAP Multi Sessions + EMA + TEMA + PivotThis indicator combines several technical tools in one, designed for both intraday and swing traders to provide a complete view of market dynamics.
- VWAP Multi Sessions: calculates and plots five independent VWAPs, each based on a specific time range. This allows you to better identify value zones and price evolution during different phases of the trading day.
- Moving Averages (EMA): three strategic EMAs (55, 144, and 233 periods) are included to track the broader trend and highlight potential crossovers.
- TEMA (Triple Exponential Moving Average): two TEMAs (144 and 233 periods) offer a more responsive alternative to EMAs, reducing lag while filtering out some market noise.
- Daily Levels: the previous day’s open, close, high, and low are plotted as key support and resistance references.
- Pivot Point (P): also included is the classic daily pivot from the previous session, calculated as (High + Low + Close) / 3, which acts as a central level around which price often gravitates.
In summary, this indicator combines:
- intraday value references (session VWAPs),
- trend indicators (EMA and TEMA),
- and daily reference points (OHLC and Pivot).
It is particularly suited for intraday, scalping, and swing trading strategies, helping traders anticipate potential reaction zones in the market more effectively.
SEVENX|SuperFundedSEVENX — Modular Multi-Signal Scanner (SuperFunded)
What it is
SEVENX combines seven classic signals—MACD, OBV, RSI, Stochastics, CCI, Momentum, and an optional ATR volatility filter—into a modular gate. You can toggle each condition on/off, and a BUY/SELL arrow prints only when all enabled conditions agree. Text labels are optional.
Why this is not a simple mashup
・Most “combo” scripts just overlay indicators. SEVENX is a strict consensus engine:
・Each condition is binary and user-switchable.
・The final signal is the logical AND of all enabled checks (no hidden weights).
・Signals fire only on confirmed events (e.g., RSI crossing a level, Stoch K/D cross), which makes entries rule-driven and reproducible.
This yields a transparent, vendor-grade workflow where traders can start simple (2–3 gates) and tighten selectivity by enabling more gates.
How it works (concise)
・MACD: macd_line > signal_line (buy) / < (sell).
・OBV trend: OBV > OBV_MA (buy) / < (sell).
・RSI bounce/drop: crossover(RSI, Oversold) (buy) / crossunder(RSI, Overbought) (sell).
・Stoch cross: %K crosses above %D (buy) / below (sell).
・CCI rebound/pullback: crossover(CCI, -Level) (buy) / crossunder(CCI, +Level) (sell).
・Momentum: Momentum > 0 (buy) / < 0 (sell).
・ATR filter (optional): ATR > ATR_MA must also be true (both sides).
・Final signal: AND of all enabled conditions. If you enable none on a side, that side will not print.
Parameters (UI mapping)
Buy Signal (group: “— Buy Signal —”)
・MACD Golden Cross / OBV Uptrend / RSI Bounce from Oversold / Stochastic Golden Cross / CCI Rebound from Oversold / Momentum > 0 / ATR Volatility Filter (on/off)
Sell Signal (group: “— Sell Signal —”)
・MACD Dead Cross / OBV Downtrend / RSI Drop from Overbought / Stochastic Dead Cross / CCI Pullback from Overbought / Momentum < 0 / ATR Volatility Filter (on/off)
Indicator Settings
・MACD: Fast/Slow/Signal lengths.
・RSI: Length, Overbought/Oversold levels.
・Stochastics: %K length, %D smoothing, overall smoothing.
・CCI: Length, Level (±Level used).
・Momentum: Length.
・OBV: MA length for trend baseline.
・ATR: ATR length, ATR MA length (for the filter).
Display
・Show Text (BUY/SELL text on the markers), Buy/Sell Text Colors.
Practical usage
・Start simple: Enable 2 conditions (e.g., MACD + RSI). If signals are too frequent, add OBV or Momentum; if still frequent, enable ATR filter.
・Mean-reversion vs trend:
・For trend-following, prefer MACD/OBV/Momentum gates.
・For reversal bounces, add RSI/CCI gates and keep Stoch for timing.
・Tuning sensitivity:
・Raise RSI Oversold/Overbought thresholds to make bounces rarer.
・Increase ATR_MA length to smooth the volatility baseline.
・Risk first: Plan SL/TP independently (e.g., structure levels or R-multiples). SEVENX focuses on entry qualification, not exits.
Repainting & confirmation
Signals depend on cross events and are best treated on bar close. Intrabar flips can occur before a bar closes; for strict rules, confirm on closed bars in your strategy.
Disclaimer
No indicator can guarantee outcomes. News, liquidity, and spread conditions can invalidate signals. Trade responsibly and manage risk.
SuperFunded invite-only
To obtain access, please DM me on TradingView or use the link in my profile.
SEVENX — モジュラー型マルチシグナル・スキャナー(日本語)
概要
SEVENXは、MACD / OBV / RSI / ストキャス / CCI / モメンタム / ATRフィルターの7条件を個別オン・オフで制御し、有効化した条件がすべて満たされたときだけBUY/SELL矢印を表示する、合意(AND)型シグナルインジです。テキスト表示も任意。
独自性・新規性
・各条件はブラックボックスではなく明示的なブール判定で、最終シグナルは有効化した条件のAND。
・RSIのレベルクロスやStochのK/Dクロスなど、確定イベントで判定するため、再現性の高いルール運用が可能。少数条件から始めて、必要に応じて段階的に厳格化できます。
動作要点
・MACD:線がシグナル上/下。
・OBV:OBVがOBVのMAより上/下。
・RSI:RSIがOSを上抜け(買い)/OBを下抜け(売り)。
・Stoch:%Kが%Dを上抜け/下抜け。
・CCI:CCIが**−Levelを上抜け**(買い)/+Levelを下抜け(売り)。
・Momentum:0より上/下。
・ATRフィルター(任意):ATR > ATR_MA を満たすこと(買い/売り共通)。
・最終サイン:有効化した条件のAND。そのサイドで1つも有効化していなければサインは出ません。
実践ヒント
・まずは2条件(例:MACD+RSI)でテスト → 多すぎるならOBV/MomentumやATRフィルターを追加。
・トレンド重視:MACD/OBV/Momentumを主軸に。
・押し目・戻り目狙い:RSI/CCIを追加、Stochでタイミング調整。
・感度調整:RSIのOB/OSを広げる、ATR_MAを長くする等で厳しめに。
・出口は別設計:SL/TPは価格帯やR倍数などで管理を。
再描画と確定
確定足基準で判断すると安定します。足確定前はクロスが行き来することがあります。
免責
シグナルの機能は保証されません。イベントや流動性で無効化する場合があります。資金管理のうえ自己責任でご利用ください。
SuperFunded 招待専用スクリプト
このスクリプトはSuperFundedの参加者専用です。アクセスをご希望の方は、SuperFundedにご登録のメールアドレスから partner@superfunded.com 宛に、TradingViewの登録名をご送信ください。
Simple indexThis script is a Supertrend indicator with enhanced features, designed to provide clear trend signals using ATR-based calculations. It separates positive and negative ATR components and applies a fixed EMA smoothing. The multiplier and delayed/sticky mode are fixed to ensure consistent signals across all users.
🔹 Key Features
Uses fixed EMA for ATR smoothing.
Separately calculates positive and negative ATR for improved trend detection.
All Supertrend parameters are fixed, ensuring identical signals for all users.
Plots Supertrend line (red/green) and direction data for easy visual reference.
🔹 How It Works
Computes ATR separately for bullish and bearish periods.
Applies fixed EMA smoothing.
Calculates dynamic buy/sell stops to signal trend changes.
🔹 Usage / Trade Guidance
Red Supertrend line → Consider entering long (buy) positions.
Green Supertrend line → Consider entering short (sell) positions.
Works best on multiple timeframes; suitable for swing trading, position trading, or as a filter for intraday setups.
🔹 Advantages
Separates positive and negative ATR contributions to reduce false signals.
Fixed parameters ensure consistent signals across all users.
Includes built-in alert conditions for bullish/bearish trend changes.
RSI Cloud v1.0 [PriceBlance] RSI Cloud v1.0 — Ichimoku-style Cloud on RSI(14), not on price.
Recalibrated baselines: EMA9 (Tenkan) for speed, WMA45 (Kijun) for stability.
Plus ADX-on-RSI to grade strength so you know when momentum persists or fades.
1. Introduction
RSI Cloud v1.0 applies an Ichimoku Cloud directly on RSI(14) to reveal momentum regimes earlier and cleaner than price-based views. We replaced Tenkan with EMA9 (faster, more responsive) and Kijun with WMA45 (slower, more stable) to fit a bounded oscillator (0–100). Forward spans (+26) and a lagging line (−26) provide a clear framework for trend bias and transitions.
To qualify signals, the indicator adds ADX computed on RSI—highlighting whether strength is weak, strong, or very strong, so you can decide when to follow, fade, or stand aside.
2. Core Mapping (Hook + Bullets)
At a glance: Ichimoku on RSI(14) with recalibrated baselines for a bounded oscillator.
Source: RSI(14)
Tenkan → EMA9(RSI) (fast, responsive)
Kijun → WMA45(RSI) (slow, stable)
Span A: classic Ichimoku midline, displaced +26
Span B: classic Ichimoku baseline, displaced +26
Lagging line: RSI shifted −26
3. Key Benefits (Why traders care)
Momentum regimes on RSI: position vs. Cloud = bull / bear / transition at a glance.
Cleaner confirmations: EMA9/WMA45 pairing cuts noise vs. raw 30/70 flips.
Earlier warnings: Cloud breaks on RSI often lead price-based confirmations.
4. ADX on RSI (Enhanced Strength Normalization)
Grade strength inside the RSI domain using ADX from ΔRSI:
ADX ≤ 20 → Weak (transparency = 60)
ADX ≤ 40 → Strong (transparency = 15)
ADX > 40 → Very strong (transparency = 0)
Use these tiers to decide when to trust, fade, or ignore a signal.
5. How to Read (Quick rules)
Bias / Regime
Bullish: RSI above Cloud and RSI > WMA45
Bearish: RSI below Cloud and RSI < WMA45
Neutral / Transition: all other cases
6. Settings (Copy & use)
RSI Length: 14 (default)
Tenkan: EMA9 on RSI · Kijun: WMA45 on RSI
Displacement: +26 (Span A/B) · −26 (Lagging)
Theme: PriceBlance Dark/Light
Visibility toggles: Cloud, Baselines, Lagging, labels/panel, Overbought/Oversold, Divergence, ADX-on-RSI (via transparency coloring)
7. Credits & License
Author/Brand: PriceBlance
Version: v1.0 (Free)
Watermark: PriceBlance • RSI Cloud v1.0
Disclaimer: Educational content; not financial advice.
8. CTA
If this helps, please ⭐ Star and Follow for updates & new tools.
Feedback is welcome—comment what you’d like added next (alerts, presets, visuals).
MA Dist% Screener [Pineify]MA Distance Screener: Multi-Asset Market Scanner for TradingView
Screen multiple symbols and multiple timeframes on TradingView with the MA Distance Screener. Compare asset prices to flexible moving average types. Visual table view, custom assets, timeframes, and MA types. Supercharge your TradingView screener, optimize your workflow, and catch opportunities across assets in real time.
Key Features
Screen up to 10 custom symbols simultaneously across four configurable timeframes.
Choose from multiple Moving Average types: EMA, SMA, WMA, HMA, RMA, VWMA for flexible market context.
Visualize real-time % distance between price and moving average per asset/timeframe in a clean, color-coded table.
Highly customizable: Set your own symbol list, timeframes, MA length and type.
Alerts for symbol/MA deviations—instantly see overbought/oversold status with intuitive background coloring.
Optimized for crypto, FX, and traditional assets – all asset types supported.
How It Works
The MA Distance Screener acts as a dynamic multi-symbol, multi-timeframe scanner. For each selected symbol and timeframe, it calculates the percentage distance between the latest close price and the selected type of moving average (EMA/SMA/etc.). This is achieved by making secure `request.security` calls per asset/timeframe combination, retrieving updated values for each matrix cell. The computed distance (%) is displayed in a color-coded table: a positive value signals price above the MA (potential trend strength), while negatives indicate price below the MA (potential weakness or retracement). Custom colors highlight extreme overbought/oversold readings for quick visual cues.
Trading Ideas and Insights
Quickly spot assets showing the largest deviation from their moving averages – ideal for mean reversion or trend-following entries.
Identify clusters of assets and timeframes lining up in overbought or oversold states; optimize entries with multi-timeframe confirmation.
Scan the market in one glance—reduce chart-hopping and never miss an opportunity when multiple assets align for signals.
The ability to scan distance-to-MA across assets and periods gives traders a statistical edge, surfacing hidden pivots, breakouts, and mean-reversion trades that single-chart analysis may miss.
How Multiple Indicators Work Together
At its core, this screener allows the trader to configure what gets scanned—pick your top 10 assets and favorite 4 timeframes. With each matrix cell, the selected MA (e.g., 14-period EMA) is recalculated, and the current price's distance (%) from that value is computed. By offering six distinct moving average algorithms (EMA, SMA, RMA, HMA, WMA, VWMA), traders can choose their preferred method, adapting the screener for trend, swing, or mean-reversion style. All values are visualized in a single table, creating a true "market dashboard" effect for real-time cross-asset assessment.
Unique Aspects
True cross-asset, cross-timeframe screening in a unified table—rare for Pine Script indicators.
Full flexibility—customizable list of assets, timeframes, and MA parameters to suit any market/trading plan.
Intuitive color-coding and table display eliminates guesswork, enabling “at-a-glance” screening and rapid decision-making.
Efficient, optimized Pine v6 codebase—minimal lag even with 40+ concurrent streams.
How to Use
Add the indicator to your TradingView chart (overlay: off, use a clean chart).
In the settings panel, enter up to 10 symbols (tickers) you want to screen—crypto, stocks, FX, or indices.
Set the 4 timeframes to scan (e.g., 1m, 5m, 15m, 1h), plus your preferred moving average length and type.
Review the results in the pop-up table, where each cell shows "% Distance" from MA for each symbol/timeframe.
Monitor table background/text color for overbought vs. oversold cues.
Customization
Symbol List: Track any asset by typing its TradingView ticker.
Timeframes: Full freedom to select 4 timeframes per scan, from 1min to monthly.
MA Config: Choose period length and MA algorithm (classic or exotic types).
Color Themes: Easily spot signals with dynamic color backgrounds and customizable thresholds.
Conclusion
The MA Distance Screener is a must-have tool for systematic traders, portfolio managers, and retail chartists seeking a true multi-asset edge. With real-time cross-checking against multiple moving averages and timeframes, it empowers faster, more confident decision-making, while reducing chart fatigue and missed setups.
Unlock new insights, catch broad and hidden opportunities, and optimize your market workflow—all in a single TradingView panel.
Ichimoku Cloud Indicator [TradingFinder] Kinko Hyo Cross Alerts🔵 Introduction
The Ichimoku Cloud (Ichimoku Kinko Hyo) is one of the most powerful and complete trading indicators in technical analysis. Originally developed by Japanese journalist Goichi Hosoda, the Ichimoku system combines multiple tools in one indicator, providing traders with instant insights into trend direction, support and resistance levels, and momentum. Unlike simple moving averages (SMA – Simple Moving Average), the Ichimoku Cloud (Kumo – Cloud) integrates dynamic elements that help traders forecast potential price action with greater clarity.
The Ichimoku Indicator (Ichimoku Signal System) is widely used across global markets, from Forex trading (FX – Foreign Exchange) to stocks, indices, and even cryptocurrencies. Its popularity comes from its ability to generate clear buy signals and sell signals based on the interaction of its components: Tenkan Sen (Conversion Line), Kijun Sen (Base Line), Senkou Span A, Senkou Span B, and Chikou Span (Lagging Line). When combined, these lines create the Ichimoku Cloud, which visually represents the balance between price action and market structure.
Ichimoku Cloud Lines Formulas :
Conversion Line (Tenkan Sen / Conversion Line) : Average of the highest high and lowest low over the past 9 periods => (9-PH + 9-PL) ÷ 2
Base Line (Kijun Sen / Base Line) : Average of the highest high and lowest low over the past 26 periods => (26-PH + 26-PL) ÷ 2
Leading Span A (Senkou Span A / Leading Span A) : Average of the Conversion Line and Base Line, plotted 26 periods ahead => (Tenkan Sen + Kijun Sen) ÷ 2
Leading Span B (Senkou Span B / Leading Span B) : Average of the highest high and lowest low over the past 52 periods, plotted 26 periods ahead => (52-PH + 52-PL) ÷ 2
Lagging Span (Chikou Span / Lagging Span) : Current closing price, plotted 26 periods behind.
One of the biggest advantages of the Ichimoku Trading Strategy (Ichimoku Cloud Trading System) is that it allows traders to identify the market condition at a glance. When the price is above the Kumo (Cloud), it indicates a bullish trend (uptrend). When the price is below the Kumo, the market is in a bearish trend (downtrend). And when the price is inside the cloud, the market is ranging (sideways trend). This simplicity and visual clarity make Ichimoku an essential indicator for both beginner traders and professional analysts.
The Ichimoku Cloud Indicator (Ichimoku Technical Analysis Tool) continues to be one of the most reliable charting methods. Traders often consider it superior to basic moving averages (MA – Moving Average) or exponential moving averages (EMA – Exponential Moving Average), because it not only shows trend direction but also highlights potential future support and resistance levels. With its unique combination of trend analysis, price forecasting, and trading signals, Ichimoku remains a core strategy in modern trading systems.
🔵 How to Use
The Ichimoku Cloud is more than just a set of lines; it’s a complete trading system that helps traders identify trends, momentum, and key support and resistance levels. By combining its five lines Conversion Line, Base Line, Leading Span A, Leading Span B, and Lagging Span traders can develop clear buy and sell strategies.
🟣 Identifying Trend Direction
Bullish Trend (Uptrend) : Price is above the cloud (Kumo), and the cloud is green. Leading Span A is above Leading Span B, signaling strong upward momentum.
Bearish Trend (Downtrend) : Price is below the cloud, and the cloud is red. Leading Span A is below Leading Span B, confirming a downward momentum.
Ranging / Sideways Market : Price is inside the cloud, indicating indecision and consolidation. Traders often avoid opening strong positions during these periods.
🟣 Buy Strategies
Conversion/Base Line Crossover : A buy signal occurs when the Conversion Line (Tenkan Sen) crosses above the Base Line (Kijun Sen). The signal is strongest when this crossover happens above the cloud.
Price Above Base Line : If the price moves above the Base Line while in an uptrend, it confirms bullish momentum and provides a favorable entry point.
Cloud Support Pullback : During a pullback in an uptrend, the price may touch or slightly enter the cloud. Traders can use the cloud as a dynamic support zone for buying opportunities.
Lagging Span Confirmation : Ensure the Lagging Span (Chikou Span) is above the price of 26 periods ago to confirm the strength of the bullish trend.
🟣 Sell Strategies
Conversion/Base Line Crossover : A sell signal is generated when the Conversion Line (Tenkan Sen) crosses below the Base Line (Kijun Sen). This signal is strongest when it occurs below the cloud.
Price Below Base Line : If the price falls below the Base Line in a downtrend, it confirms bearish momentum and strengthens the sell setup.
Cloud Resistance Pullback : During a bounce in a downtrend, the cloud acts as a resistance zone. Traders can enter sell positions when price approaches or touches the cloud from below.
Lagging Span Confirmation : The Lagging Span should be below the price of 26 periods ago, confirming downward momentum.
🟣 Cloud Breakout Signals
A strong buy occurs when the price breaks above the cloud from below, signaling a potential trend reversal.
A strong sell occurs when the price breaks below the cloud from above, indicating a shift toward a bearish trend.
🟣 Combining Signals for Stronger Entries
For higher probability trades, combine multiple signals : trend direction (cloud color and position), crossovers (Tenkan/Kijun), and Lagging Span position.
Avoid trading against the overall trend. For example, avoid buying when price is below a red cloud or selling when price is above a green cloud.
🔵 Setting
Tenkan Sen Period : Lookback period for Conversion Line (default: 9).
Kijun Sen Period : Lookback period for Base Line (default: 26).
Span B Period : Lookback period for Leading Span B, forms one Cloud boundary (default: 52).
Shift Lines : Periods forward for Cloud / backward for Lagging Span (default: 26).
Cross Tenkan/Kijun Alert : Alert on Conversion/Base Line crossover.
Cross Price/Tenkan Alert : Alert when price crosses Tenkan Sen.
Cross Price/Kijun Alert : Alert when price crosses Kijun Sen
🔵 Conclusion
The Ichimoku Cloud (Ichimoku Kinko Hyo) is much more than a simple indicator it is a complete trading system that combines trend detection, momentum analysis, and support/resistance identification in one view. By interpreting the position of price relative to the cloud, the interaction between Tenkan Sen (Conversion Line) and Kijun Sen (Base Line), the leading spans (Senkou Span A and B), and the Chikou Span (Lagging Line), traders can identify potential buy and sell opportunities with higher confidence.
The main advantage of the Ichimoku Cloud is its ability to provide a “one-look equilibrium” snapshot of the market. It highlights bullish trends when the price is above the cloud, bearish conditions when the price is below it, and indecision or transition when the price is inside the cloud. Crossovers, cloud breakouts, and confirmations by the Chikou Span strengthen the trading signals.
However, traders should keep in mind the limitations of the Ichimoku system. It is based on historical data and should not be used in isolation. Combining it with other tools such as RSI, volume analysis, or candlestick patterns can significantly improve accuracy and reduce false signals.
ORB Pro w/ Filters + Debug + ORB Fib + Golden Pocket + HTF Trend🚀 ORB Pro – Advanced Opening Range Breakout System
A professional ORB indicator with built-in filters, retest confirmation, EMA/HTF trend alignment, and automatic risk/reward targets. Designed to eliminate false breakouts and give traders clean LONG/SHORT signals with Fibonacci and debug overlays for maximum precision.
This script is an advanced Opening Range Breakout (ORB) system designed for futures, indices, and options traders who want more precision, cleaner entries, and higher win probability. It combines classic ORB logic with modern filters, Fibonacci confluence, and higher-timeframe trend confirmation.
The indicator automatically:
Plots the ORB box based on user-defined NY session times (default: 9:30–9:45 EST).
Generates long/short signals when price breaks the ORB range, with optional conditions like:
Candle close outside the range
Retest confirmation (with tolerance %)
Volume spike validation
EMA trend alignment
Higher-timeframe EMA slope alignment
Cooldown filters to prevent over-trading
Integrates Fibonacci retracements & extensions from the ORB box for confluence levels.
Includes Golden Pocket (0.5–0.618) retests for precision entries
Risk/Reward visualization — automatically plots stop loss and take profit levels based on user-defined R:R or fixed % levels.
Debug mode overlay to show why a signal is blocked (e.g., low volume, ORB too small, too late, wrong trend).
This tool is built for scalpers, day traders, and 0DTE options traders who need both flexibility and discipline.
⚙️ Inputs & Features
ORB Settings
ORB Start & End Time (NY) → Default: 9:30–9:45
Require Candle Close → Ensures breakouts are confirmed, not wick traps.
Retest Confirmation → Optional retest before entry (tolerance % adjustable).
Filters
Volume Spike → Validates breakouts only with above-average volume.
EMA Trend Filter → Confirms trade direction with EMA slope.
Higher Timeframe Trend → Optional (e.g., 15m ORB with 1h EMA alignment).
Cooldown Bars → Prevents consecutive false signals.
ORB Size Filter → Blocks signals when ORB is too small/too large.
Fibonacci Levels
Retracements: 0.236, 0.382, 0.5, 0.618, 0.786
Extensions: 1.272, 1.618
Golden Pocket Retest filter for high-probability trades
Risk Management
R:R Stops/Targets → Automatically plots SL/TP levels.
Custom Stop % / Take Profit % if not using R:R
Debug Overlay → Explains why signals are blocked
🧑💻 How to Use
Load the indicator on your chart (works best on 1m, 5m, and 15m).
Adjust ORB window (default 9:30–9:45 EST).
Select filters (candle close, retest, volume, EMA, HTF trend).
Watch for Long/Short labels outside ORB box with filters aligned.
Manage trades using plotted SL/TP levels or your own Webull/R:R calculator.
✅ Best Use Cases
Futures (NQ1!, ES1!)
ETFs (QQQ, SPY, IWM)
0DTE Options Trading
Scalping around market open
⚠️ Disclaimer
This tool is for educational purposes only. It does not constitute financial advice. Trading carries risk, and past performance does not guarantee future results. Always test on paper trading before using real capital.
-----------------------------------------
ORB Pro w/ Filters + Debug + ORB Fib + Golden Pocket + HTF Trend
A professional Opening Range Breakout (ORB) toolkit designed for intraday traders who want precision entries, risk-managed exits, and layered confirmation filters. Built for futures, stocks, and ETFs (e.g. NQ, ES, QQQ).
🔎 Core Logic
This script plots and trades breakouts from the Opening Range (9:30 – 9:45 NY time), then applies multiple confirmation filters before signaling a LONG or SHORT setup:
ORB Box: Defines the first 15 minutes of market activity (customizable).
Breakout Candle Confirmation: Requires a candle close outside the ORB box.
Retest Confirmation: Price must retest the ORB edge within tolerance before triggering.
Trend Filter: EMA confirmation to align trades with intraday trend.
Higher-Timeframe Trend Filter: Optional (default: 45-minute EMA) to avoid countertrend trades.
Fibonacci Levels: Auto-plot retracements (0.236 → 0.786) for confluence and trade management.
Golden Pocket Retest (Optional): Adds an extra precision filter at 0.5–0.618 retracement.
⚙️ Default Settings (Optimized for Beginners)
These are the pre-configured inputs so traders can load and trade immediately:
ORB Session: 9:30 – 9:45 NY
✅ Require Candle Close Outside ORB
✅ Require Retest Confirmation (tolerance 0.333%)
❌ Require Volume Spike (off by default, optional toggle)
✅ Require EMA Trend (50 EMA intraday)
✅ Require Higher-TF Trend (45m, EMA 21)
❌ Higher-TF EMA slope required (off)
✅ Cooldown Between Signals (10 bars)
ORB % Range: Min 0.3%, Max 0.5%
Max Minutes After ORB: 180
✅ ORB-based Risk/Reward Stops & Targets (default: 2R)
Stop Loss: 0.5% (if not R:R)
Take Profit: 1% (if not R:R)
✅ Debug Overlay (shows why signals are blocked)
✅ Fibonacci Retracements Plotted
❌ Extensions (off by default, toggle if needed)
✅ Golden Pocket Retest available, tolerance 0.11 (optional)
📈 Signals
Green "LONG" Label: Valid breakout above ORB with trend confirmation.
Red "SHORT" Label: Valid breakdown below ORB with trend confirmation.
Blocked (debug text): Signal suppressed by filters (low volume, too late, no retest, etc.).
🎯 Trade Management
Default R:R is 2:1 (stop at ORB edge, TP projected).
For manual trading (e.g., Webull, IBKR), you can use the plotted TP/SL boxes directly.
Fibonacci + Golden Pocket give additional profit-taking levels and retest filters.
✅ Best Practices
Use 15m chart for main ORB entries.
Confirm direction with HTF trend (45m EMA by default).
Avoid signals blocked by “Low Volume” or “Too Late” (debug helps identify).
Adjust ORB % range for asset volatility (tight for ETFs, wider for futures).
🚀 Why ORB Pro?
This is more than a standard ORB indicator. It’s a professional breakout system with filters designed to avoid false breakouts, automatically handle risk/reward, and guide traders with clear visual signals. Perfect for both systematic day traders and discretionary scalpers who want structure and confidence.
👉 Recommended starting point:
Load defaults → trade the 15m ORB with EMA + HTF filters on → let the script handle retests and stop/target placement.






















