SP&500 M5 Medias, Supply/Demand and SMC Structures V2.0SP&500 M5 Medias, Supply/Demand and SMC Structures V2.0
インジケーターとストラテジー
EMA 9/20 Crossover AlertThis EMA 9/20 Crossover Alert indicator is a technical tool used on price charts to detect and notify traders when the short-term 9-period Exponential Moving Average (EMA) crosses above or below the longer-term 20-period EMA. This crossover often signals potential shifts in market momentum, signaling possible buy or sell opportunities. The indicator visually plots both EMAs on the chart and creates alert conditions so traders can be promptly informed of these crossover events, aiding in timely decision-making without needing to constantly watch the chart. It is widely used in momentum and trend-following trading strategies to identify trend reversals or continuations
Date Marker📅 Date Marker
Date Marker is a simple, lightweight indicator that draws a single vertical line on a chosen date — ideal for quickly comparing how different charts looked at the same point in time.
Switch between symbols or timeframes, and the line automatically stays fixed at your selected date.
Perfect for studying market reactions to key events, earnings, announcements, or macro shifts.
Market GoatFuel v1Market GoatFuel is an all-in-one trading tool designed to provide a clear, confluence-based view of the market. Its primary goal is to filter out the noise typical of lower timeframes and present only high-probability momentum signals. By layering multiple validation criteria, it ensures that a trade signal is only generated when the trend, momentum, and volume are in alignment.
Key Features
Multi-Layered Trend Analysis: Utilizes a customizable MA Cloud and a Higher-Timeframe (HTF) EMA to establish the dominant trend direction. Trades are only considered in alignment with this trend.
Dual RSI Momentum Engine: A fast RSI (default 9) detects the initial burst of momentum, while a slower RSI (default 21) confirms its sustainability. This dual-check prevents entries on weak or temporary moves.
Advanced Signal Filtering: A signal is only confirmed if the momentum conditions are met for two consecutive bars, effectively filtering out false signals from single-bar spikes.
Higher Timeframe Confluence: In addition to the HTF EMA, the script also checks that the RSI on the higher timeframe is aligned with the trade direction, ensuring you are trading with the dominant momentum.
Volume Validation: Every signal is cross-referenced with volume. A signal is only considered valid if volume is above its moving average, confirming there is conviction behind the price action.
Clean & Customizable Visuals: Features clean up/down arrows for trade signals, with optional background coloring and volume-based bar coloring to provide a full market snapshot at a glance.
FlipTrackerThe FlipTracker is calculated using the Average True Range (ATR) to determine the indicator’s sensitivity to market volatility.
It plots a line above or below the price depending on whether the trend is bearish or bullish:
🟩 Bullish Trend – Price closes above the FlipTracker line.
🟥 Bearish Trend – Price closes below the FlipTracker line.
When the direction flips (price crossing the FlipTracker), the indicator changes color and provides a potential trend reversal signal.
Auto AVWAP (Anchored-VWAP) with Breakout Screener_v2Updated indicator for AWAP breakout. The indicator identified the candle that breaks out of AVWAP
RMBS Smart Detector - Multi-Factor Momentum System
# RMBS Smart Detector - Multi-Factor Momentum System
## Overview
RMBS (Smart Detector - Multi-Factor Momentum System) is a proprietary scoring method developed by Ario, combining normalized RSI and Bollinger band positioning into a single composite metric.
---
## Core Methodology
### Buy/Sell Logic
Marker (green or red )appear when **all four filters** pass:
**1. RMBS Score (Momentum Strength)**
From the formula Bellow
Combined Range: -10 (extreme bearish) to +10 (extreme bullish)
Signal Thresholds:
• BUY: Score > +3.0
• SELL: Score < -3.0
2. EMA Trend Filter
BUY: EMA(21) > EMA(55) → Uptrend confirmed
SELL: EMA(21) < EMA(55) → Downtrend confirmed
3. ADX Strength Filter
Minimum ADX: 25 (adjustable 20-30)
ADX > 25: Trending market → Signal allowed
ADX < 25: Range-bound → Signal blocked
4. Alternating Logic
Prevents signal spam by requiring alternation:
✓ BUY → SELL → BUY (allowed)
✗ BUY → BUY → BUY (blocked)
________________________________________
Mathematical Foundation
RMBS Formula: scoring method developed by Ario
RMBS = (RSI – 50) / 10 + ((BB_pos – 50) / 10)
where:
• RSI = Relative Strength Index (close, L)
• BB_pos = (Close – (SMA – 2 σ)) / ((SMA + 2 σ) – (SMA – 2 σ)) × 100
• σ = standard deviation of close over lookback L
• SMA = simple moving average of close over lookback L
• L = rmbs_length (period setting)
This produces a normalized composite score around zero:
• Positive → bullish momentum and upper band dominance
• Negative → bearish momentum and lower band pressure
• Near 0 → neutral or transitional zone
Input Parameters
ADX Threshold (default: 25)
• Lower (20-23): More signals, less filtering
• Higher (28-30): Fewer signals, stronger trends
• Recommended: 25 for balanced filtering
Signal Thresholds
• BUY: +3.0 (adjustable)
• SELL: -3.0 (adjustable)
Visual Options
• Marker colors
• Background highlights
• Alert settings
________________________________________
Usage Guidelines
How to Interpret
• 🟢 Green Marker: All conditions met for Bull condition
• 🔴 Red Marker: All conditions met for Bear condition
• No Marker: Waiting for confirmation
________________________________________
Important Disclaimers
⚠️ Educational Purpose Only
• This tool demonstrates multi-factor technical analysis concepts
• Not financial advice or trade recommendations
• No guarantee of profitability
⚠️ Known Limitations
• Less effective in ranging/choppy markets
• Requires proper risk management (stop-loss, position sizing)
• Should be combined with fundamental analysis
⚠️ Risk Warning
Trading involves substantial risk of loss. Past performance does not indicate future results. Always conduct your own research and consult professionals before trading.
________________________________________
Open Source
Full Pine Script code available for educational study and modification. Feedback and improvement suggestions welcome.
“All logic is presented for research and educational visualization.”
---
**Attribution & Fair Use Notice**
The RMBS scoring framework (Multi-Factor Momentum System) was originally designed and formulated by *Ahmadrezarahmati( Ario or Ario_ Pine Lab)*.
If you build upon, modify, or republish this logic—please include proper attribution to the original author. This request is made under a spirit of open collaboration and educational fairness.
Mindset Your Trades Indicator V1Mindset Your Trades — Trendline Signals (V1)
This tool finds highs and lows, draws live trendlines, and gives BUY/SELL alerts when price breaks them. It can filter signals with a moving average and RSI to avoid fake moves. Works on any market or timeframe.
How it works
• Finds swing highs and lows
• Uses ATR, Stdev or LinReg to calculate line slope
• Projects those lines forward until a new pivot appears
• Sends alert when price breaks above or below the line
• Optional MA + RSI filters and cooldown between signals
Use it like this
1️⃣ Add to a clean chart
2️⃣ Choose slope method (ATR = faster, LinReg = smoother)
3️⃣ Pick “Basic” or “Filtered” mode
4️⃣ Turn ON “Only on bar close” for safer signals
5️⃣ Add alert and paste one of these JSON messages:
BUY alert message
{"event":"BUY","ticker":"{{ticker}}","price":{{close}},"sl":{{close}}*0.92,"tp":{{close}}*1.3,"desc":"Price broke trendline up"}
SELL alert message
{"event":"SELL","ticker":"{{ticker}}","price":{{close}},"sl":{{close}}*1.08,"tp":{{close}}*0.7,"desc":"Price broke trendline down"}
Suggested settings
• Scalping: XAUUSD 5-15m, ATR, length 6-10, multiplier 1.2-1.6
• Swing: XAUUSD 1H-4H, LinReg, length 14-20, multiplier 1.0-1.3
Tips
• Use Backpainting = OFF for live signals
• Wait for bar close to confirm
• Works great with webhook bots or Telegram
Invite-only access
Message me on TradingView with your username to get access. After approval, add it from “Invite-only scripts”.
Initial Balance + Extensions Overview
Tracks the Initial Balance (IB) range formed during the first hour of trading (9:30-10:30 AM EST) and projects extension levels to identify potential price targets throughout the session.
What It Does
Monitors the 9:30-10:30 AM EST period to establish IB High, IB Low, and Midline
Calculates extension levels at 25%, 50%, 75%, and 100% of the IB range (both above and below)
Identifies directional bias by comparing the 10:30 AM close to the IB midline
Tracks historical statistics showing breakout frequency and extension hit rates
Updates in real-time during the IB session
Key Features
Live updating IB levels during market hours
Customizable extension percentages (toggle 25%, 50%, 75%, 100%)
Visual directional bias signal (bullish/bearish candle shading at 10:30 AM)
Comprehensive statistics table with breakout rates and extension success percentages
Historical view of past IB levels (configurable lookback period)
Fully customizable colors, labels, and display options
Best Use Cases
Day trading: Use IB levels as support/resistance and extensions as profit targets
Breakout trading: Enter on IB High/Low breaks with defined targets
Range trading: Trade within IB when contained days are likely
Market profiling: Understand price acceptance and rejection zones
Settings
All visual elements are customizable including:
Line colors (default: gray for neutral appearance)
Label styles and sizes
Extension level visibility
Statistics table position and size
Historical data display (0-10 past days)
Technical Notes
Optimized for US market hours (EST/EDT timezone)
Works on any timeframe (1min, 5min, 15min recommended)
Best suited for liquid instruments (ES, NQ, SPY, QQQ, stocks)
Statistics accumulate over time for improved accuracy
Educational Purpose
Based on Initial Balance theory from Market Profile, this indicator helps traders identify key price levels and understand market structure during the trading day. It is not financial advice and should be used as part of a comprehensive trading plan.
Note: Past performance statistics do not guarantee future results. Always practice proper risk management.
EMAs 20 - 40 - 100 - 200
This script contains the 20-40-100-200 EMAs.
EMA (Exponential)
Best for active or short-term trading because:
It adjusts more quickly to recent price changes.
It allows for earlier detection of trend reversals.
It is preferred by traders who trade calls and puts for a few days or weeks.
Example:
On 15-minute, 1-hour, or daily time frames, the 20-EMA or 40-EMA gives you early signals to open or close options.
It is good for momentum trades or quick breakouts.
Donchian Channels + Avg Width % DashboardMeasures the average percentage width between the Donchian Channel’s upper and lower bands over a chosen period.
It quantifies how much the market has been moving relative to price — a direct gauge of realized volatility.
When the average width is small, price is range-bound and unlikely to reach fixed TP targets; when it expands, volatility is sufficient for trend or breakout trades.
Based on how fast your strategy is, set your TP% below the average percentage of the Band Width.
Daily MA + Guppy EMA Clouds + Bar HighlightsThis script is a modular strength dashboard combining:
- Multi-timeframe MAs
- Guppy clouds
- CPR pivots
- Momentum gauges
- Breakout flags
It’s ideal for traders who want layered confirmation across trend, volatility, and support/resistance zones.
Seven Campbell - NY Session Phases (AMD)🚀 NEW RELEASE: Seven Campbell – NY Session Phases (AMD) 🗽
Designed for precision during the most volatile time of the day — New York Open.
This indicator breaks down the NY session into its four core phases so you can visually track market intent and flow in real time:
🟩 Accumulation → 09:00–09:22 EST
🔴 Manipulation → 09:22–09:45 EST
🟧 Distribution → 09:45–10:08 EST
🟣 Continuation / Reversal → 10:08–10:30 EST
Each phase is automatically boxed and labeled directly on your chart, giving you a clear visual map of how price evolves from setup to expansion and potential reversal.
✅ Customizable colors & label sizes
✅ Auto-resets daily at the NY open
✅ Works seamlessly on any lower timeframe
✅ Great for combining with ICT, PO3, or Judas swing concepts
If you’ve ever noticed how the market builds, traps, and expands around NY open — this tool brings that to life visually every single morning.
💡 Tip: Watch how manipulation leads into distribution and continuation — that’s where most algo-based plays unfold.
Session Breakout Detector (SBD)Overview:
The Session Breakout Detector (SBD) is a TradingView indicator designed to identify and visualize breakouts from major trading sessions. It tracks a selected session (Tokyo, London, or New York) and detects price movements beyond the session's high or low, assisting traders in spotting potential breakout opportunities.
Key Features:
- Session Selection: Choose between Tokyo, London, or New York sessions.
- Breakout Detection Modes:
- Confirmed Bar: Detects breakouts when a candle closes beyond the session's range.
- Intrabar: Detects breakouts as soon as the price exceeds the session's high or low within a
candle.
- Visual Indicators:
- Displays session high, low, and range with a colored box for clear visualization.
- Marks breakouts with green (bullish) or red (bearish) triangles.
- Optional 50-Period SMA: Adds a 50-period Simple Moving Average to the chart for trend
analysis.
- Alerts: Configurable alerts for bullish and bearish breakouts.
Usage Instructions:
1. Select Session: Choose the desired trading session (Tokyo, London, or New York) from the
input settings.
2. Choose Breakout Detection Mode: Select between 'By confirmed bar' or 'By intrabars' based
on your trading preference.
3. Enable SMA (Optional): Toggle the 'Use SMA?' option to display the 50-period Simple Moving
Average.
4. Set Alerts: Configure alerts for breakout signals as per your trading strategy.
⚠️Note: This indicator is intended for informational purposes only and should not be construed as financial advice. Users are encouraged to conduct their own research and consider their individual risk tolerance before making trading decisions.
Dubbsy - Pivot Dots (3L/3R)Marking Pivot Levels with Dots.
Pivot Highs - get marked with a red dot above a Candle's high that has 3 lower highs on both sides
Pivot Lows - get market with a green dot below a Candle's low that has 3 higher lows on both sides
21day Structure + 1xATR Extension LineThis is a 21-day structure script that is used by Alex Desjardins (Prime Trading) along with a 1xATR line to make sure entries aren't bought extended from this structure.
alsubihi.2Advanced Market Structure Indicator
This custom-built indicator provides an in-depth analysis of market structure changes to help traders identify key price levels, trends, and potential reversals. It combines multiple tools to give you a clearer picture of market behavior and improve your decision-making process.
Key Features:
Break of Structure (BOS):
The BOS indicator identifies significant changes in market structure, marking when the price breaks previous highs or lows, signaling a potential trend shift. Green lines represent upward breaks (bullish trend), while red lines show downward breaks (bearish trend).
Change of Character (Choch):
This feature helps to highlight subtle shifts in market dynamics. A change in character (Choch) indicates when the market transitions between bullish or bearish behavior. Green indicates a bullish character change, while red shows a bearish one.
Premium vs Discount Zones:
The indicator identifies price levels that are considered 'Premium' (high price levels) and 'Discount' (low price levels), assisting traders in recognizing overbought or oversold conditions and making better trading decisions based on market conditions.
Support and Resistance Levels:
Automatically drawn support and resistance lines are included to show critical price areas where reversals or breakouts might occur, helping traders anticipate price action.
Equilibrium Zone:
This is the price level where supply and demand balance out, acting as a key reference point for identifying potential market reversals or continuation.
Why Use This Indicator?
This all-in-one tool helps traders make informed decisions by combining multiple technical analysis concepts into a single, easy-to-use indicator. It reduces the complexity of analyzing price action and allows traders to quickly identify potential entry and exit points with greater accuracy.
Whether you are an experienced trader or just starting, this indicator provides you with the essential tools needed to identify trend shifts, key support and resistance zones, and price extremes, leading to more profitable trading decisions.
14 سبتمبر
ملاحظات الأخبار
📌 Summary of the Indicator
Market Structure (MS):
Detects swing & internal BOS, CHoCH, CHoCH+. Can color candles or bars by trend.
Multi-Timeframe Scanner (MTF):
Shows trend direction on multiple TFs (5m → 1W).
Highs/Lows (HTF):
Plots previous Day/Week/Month/Year highs & lows as liquidity levels.
Order Blocks (OB):
Draws volumetric order blocks, with filters (BOS/CHoCH), overlap rules, mitigation, and volume metrics.
Fair Value Gaps (FVG/VI/OG):
Detects price imbalances, extends them, and removes when mitigated.
Accumulation/Distribution Zones:
Highlights Wyckoff-style accumulation (green) or distribution (red).
Equal Highs/Lows (EQH/EQL):
Marks liquidity pools at equal highs or lows.
Premium/Discount Bands:
Splits swing range into premium, equilibrium, and discount zones.
RSI & ADX:
Momentum filters for overbought/oversold and trend strength.
DEMA-ATR Baseline:
Adaptive EMA with ATR constraints; alerts for trend shifts.
Regression Channel:
Auto-fits best regression length using Pearson-R, shows channel with std bands.
Fibonacci Ladder:
Auto plots levels 0.236 → 1.618 based on recent swing.
👉 In short: it’s a full SMC toolkit — structure + liquidity + OB/FVG + momentum filters + extra tools (fib, regression, ATR baseline).
📌 ملخص المؤشر
البنية الهيكلية (Market Structure):
يحدد BOS و CHoCH داخلي وسوينغ، ويقدر يلوّن الشموع حسب الاتجاه.
سكانر متعدد الأطر (MTF):
يعرض الاتجاه على عدة فريمات من 5m إلى 1W.
هاي/لو من أطر عليا (HTF Highs/Lows):
يرسم قمم وقيعان اليوم/الأسبوع/الشهر/السنة السابقة (مناطق سيولة).
بلوكات الطلب/العرض (Order Blocks):
يرسم بلوكات مع فلاتر (BOS/CHoCH)، خيارات تداخل، إزالة عند الكسر، ويعرض حجم التداول بداخلها.
الفجوات السعرية (FVG/VI/OG):
يحدد الفجوات غير المغطاة، يمددها، ويحذفها عند التغطية.
مناطق التجميع/التوزيع:
يوضح مناطق Wyckoff (أخضر للتجميع، أحمر للتوزيع).
قمم وقيعان متساوية (EQH/EQL):
يميز مناطق السيولة فوق القمم أو تحت القيعان المتساوية.
مناطق Premium/Discount/Equilibrium:
يقسم آخر نطاق إلى مناطق غالية (Premium)، توازن (Equilibrium)، ورخيصة (Discount).
RSI و ADX:
مؤشرات إضافية لقياس التشبع وقوة الاتجاه.
خط DEMA-ATR:
EMA متكيف مع قيود ATR، يتغير لونه حسب الاتجاه، مع تنبيهات جاهزة.
قناة الانحدار (Regression):
تختار أفضل طول باستخدام معامل الارتباط Pearson-R، وترسم قناة مع انحراف معياري.
فيبوناتشي (Fibonacci):
يرسم مستويات 0.236 حتى 1.618 حسب آخر حركة سعرية.
👉 باختصار: المؤشر هو أداة SMC متكاملة تجمع الهيكل، السيولة، البلوكات، الفجوات، والمؤشرات المساعدة.
Average Dollar VolumeThis is average dollar volume ADV meaning:
Value of shares traded in a day in dollars averaged X bars back.
FX rate to usd (1 if price in USD) * Average price X bars back * Average Volume X bars back.
X is the value you can choose.
You can choose to only display 1 of 2 X(lengths).
As standard, first length is 200 and second is 20. so basically