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.
Medie mobili
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
TILSON T3 ATR alerts wicks no repaint (GIM)Special thanks to Everget,Kivanc Ozbilgic,Tilson.
With wicks gives alert once per candle,no repaint.
E-mail raluca64@yahoo.com
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
Enhanced Multi-Timeframe EMA + RSI Arrows (4H/8H)A precise, higher timeframe trading indicator combining:
• Multi-timeframe EMAs (5m, 15m, 1h) for trend alignment
• Daily EMA 200 as visual trend reference
• RSI filter to confirm momentum
• EMA 15m slope + candle confirmation for stronger signals
• Alternating arrows to reduce repeated signals
• Background shading between EMA 1h and EMA 15m (green/red, 15% opacity)
✅ Works automatically on 4H and 8H charts
✅ Arrows appear only when price, EMA slope, and RSI align
✅ Alerts available for both long and short signals
Ideal for traders seeking high-probability entries with minimal false signals.
How to Use:
1. Apply the indicator on a 4H or 8H chart.
2. Use the Daily EMA 200 as a trend reference.
3. Look for green/red arrows as precise entry points.
4. Combine with proper risk management and trade strategy.
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.
4 EMA's - 4h - 8h TF, Dynamic Colors📘 User Manual – EMA20/50 + RSI Signals + EMA20 Daily + EMA200 Daily + EMA200 5m
Overview
This indicator is designed for 4H and 8H swing trading. It combines higher timeframe EMAs, RSI signals, and dynamic coloring to help traders identify trend direction and entry points.
Key Features:
EMA 20 & EMA 50 from higher timeframe (4H or 8H)
EMA 20 Daily (plotted on 4H as EMA 120 for visibility)
EMA 200 Daily with dynamic bullish/bearish coloring
EMA 200 5m dynamic filter
RSI signals with arrows and alerts
How It Works
1. EMA Calculations
EMA 20 & 50 (HTF): From selected higher timeframe (4H or 8H).
EMA 20 Daily (shown as EMA 120 4H): This is the EMA 20 of the Daily timeframe, but displayed on the 4H chart as EMA 120 for better visibility.
Green if price ≥ EMA 20 Daily
Red if price < EMA 20 Daily
EMA 200 Daily: Green if price ≥ EMA 200, Red if price < EMA 200.
EMA 200 5m: Used as a dynamic short-term filter.
2. RSI Signals
RSI (14) is calculated on the higher timeframe (4H or 8H).
Long signal: RSI crosses above 50 AND EMA 20 > EMA 50.
Short signal: RSI crosses below 50 AND EMA 20 < EMA 50.
3. Signal Filtering
Only one signal per higher timeframe candle is shown.
Green arrow (below bar) = Long
Red arrow (above bar) = Short
How to Use
Add the indicator to your chart.
Select signal timeframe: 4H or 8H.
Use EMA 200 Daily and EMA 20 Daily (plotted as EMA 120 4H) to filter trend direction.
Watch for arrows:
✅ Green triangle → Long setup (RSI + EMA confirmation)
❌ Red triangle → Short setup (RSI + EMA confirmation)
Set alerts for automation:
Long Alert = EMA + RSI bullish confirmation
Short Alert = EMA + RSI bearish confirmation
Strategy Tips
Use EMA 200 Daily + EMA 20 Daily (plotted as EMA 120 4H) as main trend filters.
Take trades only in the direction of the dominant trend.
RSI-based arrows help time entries within that trend.
Ideal for swing traders focusing on 4H or 8H setups.
📌 TradingView Public Library Description
Title: EMA20/50 + RSI Signals + EMA20 Daily + EMA200 Daily + EMA200 5m
Description:
Powerful swing trading tool for 4H & 8H trading. Combines EMA structure with RSI momentum to deliver clear trend filters and entry signals.
Features:
✅ EMA 20 & 50 from 4H/8H higher timeframe
✅ EMA 20 Daily (plotted as EMA 120 on 4H for visibility)
✅ EMA 200 Daily dynamic bullish/bearish coloring
✅ EMA 200 (5m) dynamic filter
✅ RSI (14) signals with arrows & alerts
✅ Configurable EMA visibility toggles
How to Use:
Follow EMA 200 Daily & EMA 20 Daily (plotted on 4H) for trend direction.
Trade signals only when aligned with the dominant trend.
Use RSI + EMA arrow signals to time entries.
Add alerts for real-time notifications.
Best for: Swing traders and intraday traders looking for trend alignment + momentum confirmation.
Created: Dios51
5-Min EMA with Dynamic Colors + Shading + Alerts📊 Overview
This indicator plots three EMAs from the 5-minute timeframe on your current chart:
EMA 20 – Fast
EMA 50 – Medium
EMA 200 – Slow
It features:
✅ Dynamic EMA coloring based on price
✅ Shaded areas highlighting bullish/bearish trends
✅ Alerts for EMA trend confirmations
Perfect for traders looking for trend confirmation, pullback entries, and alert-based setups.
🎨 How It Works
EMA Calculation – Fetches EMA 20, 50, 200 from 5-minute charts.
Dynamic Colors – EMAs turn:
Green when price > EMA
Red when price < EMA
Shading – Highlights trends:
Green shading: EMA 20 & 50 > EMA 200 → Bullish
Red shading: EMA 20 & 50 < EMA 200 → Bearish
Neutral → No shading
Alerts – Trigger notifications for trend confirmations:
Bullish Confirmation: Both EMA 20 & 50 cross above EMA 200
Bearish Confirmation: Both EMA 20 & 50 cross below EMA 200
📈 Strategy Tips
Trend Confirmation: Use EMA 200 as a filter; trade in direction of EMA 20 & 50.
Pullback Entries: Watch retracements to EMA 50 or EMA 20.
Combine Alerts: Add RSI, MACD, or volume confirmation for stronger setups.
🔹 Visual Example
Scenario EMA Colors Shading Trend
Bullish Trend EMA 20 & 50: Green, EMA 200: Green Green Uptrend
Bearish Trend EMA 20 & 50: Red, EMA 200: Red Red Downtrend
Neutral / Mixed Mixed None Sideways
Indicator by
Easily track 5-min EMA trends, get alerts, and improve your trading decisions!
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.
Index CorrelationThis indicator uses multiple methods to detect common changes in ES1!, NQ1!, and YM1! and plots them on a graph that changes their colors from green to red to display if the Indices are correlated or if they are uncorrelated.
My hypothesis is any setup or trade taken during a period of non-correlation is more risky and less predictable.
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).