อินดิเคเตอร์และกลยุทธ์
Quốc Phạm 0766638883Includes advanced features such as:
Dynamic RSI coloring based on level zones
Divergence detection between price and RSI
Smart alerts when RSI enters extreme zones or changes trend direction
First 15 Min High/Low//@version=5
indicator("First 15 Min High/Low", overlay=true)
// Define the session start time (adjust according to your market)
startHour = 9
startMinute = 30
endMinute = startMinute + 15
// Track the first 15 minutes of the day
isFirst15 = (hour == startHour and minute >= startMinute and minute < endMinute)
// New day logic
newDay = ta.change(time("D"))
// Hold values
var float first15High = na
var float first15Low = na
var bool isLocked = false
// Capture high/low during first 15 min
if newDay
first15High := na
first15Low := na
isLocked := false
if isFirst15 and not isLocked
first15High := na(first15High) ? high : math.max(high, first15High)
first15Low := na(first15Low) ? low : math.min(low, first15Low)
if not isFirst15 and not isLocked and not na(first15High) and not na(first15Low)
isLocked := true
// Plot
plot(isLocked ? first15High : na, title="First 15 Min High", color=color.green, linewidth=2, style=plot.style_line)
plot(isLocked ? first15Low : na, title="First 15 Min Low", color=color.red, linewidth=2, style=plot.style_line)
Khối Lượng WyckoffThis indicator combines Wyckoff logic, Smart Money Concepts (SMC), Order Blocks, Breaker Blocks, and Volume Trap detection.
It automatically highlights key market manipulation zones like Spring, Upthrust, and Break of Structure.
Ideal for traders following institutional footprints with multi-timeframe filtering
Better MACD📘 Better MACD – Adaptive Momentum & Divergence Suite
Better MACD is a comprehensive momentum-trend tool that evolves the traditional MACD into a multi-dimensional, divergence-aware oscillator. It leverages exponential smoothing across logarithmic rate-of-change of OHLC data, adaptive signal processing, and intelligent divergence detection logic to provide traders with earlier, smoother, and more reliable momentum signals.
This indicator is built for professional-level analysis, suitable for scalping, swing trading, and trend-following systems.
🧬 Core Concept
Unlike the classic MACD which subtracts two EMAs of price, Better MACD constructs a signal by:
Applying logarithmic transformation on the change between OHLC components (Close, High, Low, Open).
Using double EMA smoothing to filter noise and volatility, Triangular method. 1st to 2nd Smoothing.
Averaging and de-biasing the results through a custom linear regression model, 4th Smoothing.
Subtracting a fast SMA and slow SMA response to yield a dynamic MACD value, 3rd Smoothing.
The result is a smooth, adaptive, and high-resolution MACD-style oscillator that responds more naturally to trend conditions and price geometry.
🧠 Features Breakdown
1. 📈 Multi-Layer MACD Engine
Src1: Smoothed Log Rate-of-Change on Close
Src2: Smoothed Log Rate-of-Change on High
Src3: Smoothed Log Rate-of-Change on Low
Src4: Smoothed Log Rate-of-Change on Open
These are blended using highest high, lowest low, and average Close price over a configurable window for more complete trend detection. The open-based Src4 is subtracted using SMA.
2. 🧮 Signal Line
A fast EMA (signalLength) of the Better MACD value is used for crossover logic.
Crossovers of MACD and Signal line signal potential entries or exits.
3. 📊 MACD Histogram
Visualizes the difference between MACD and Signal line.
Dynamically color-coded:
Green/Light Green for bullish impulse
Red/Pink for bearish impulse
Width and color intensity reflect strength and momentum slope.
🎨 Visual Enhancements
Feature Description
✅ Ribbon Fill Optional fill between MACD and Signal line, colored by trend direction
✅ Zero-Line Background Background highlights above/below 0 to easily read bullish/bearish bias
✅ Crossover Highlights Tiny circles plotted when MACD crosses Signal line
🔍 Divergence Detection Suite
The script includes a full Divergence Engine to detect:
🔼 Bullish Regular Divergence (Price lower lows + Indicator higher lows)
🔽 Bearish Regular Divergence (Price higher highs + Indicator lower highs)
🟢 Bullish Hidden Divergence (Price higher lows + Indicator lower lows)
🔴 Bearish Hidden Divergence (Price lower highs + Indicator higher highs)
🧩 Divergence Modes:
Supports both Regular, Hidden, or Both simultaneously
Detects from either Close Price or Heikin Ashi-derived candles
Uses dynamic pivot tracking with configurable lookback and divergence sensitivity
Divergence lines are labeled, colored, and plotted in real-time
🔁 Styling & Customization:
Choose from Solid, Dashed, or Dotted line styles
Configure separate colors and widths for all divergence types
Control number of divergence lines visible or only show the most recent
Divergences update live without repainting
⚠️ Alerts
Alerts are built-in for real-time notification:
MACD Histogram reversals (rising → falling, or vice versa)
Divergence signals (all 4 types, grouped and individually)
Combines seamlessly with TradingView alerts for actionable triggers
🔧 Input Controls (Grouped by Purpose)
Better MACD Group
1st–4th Smoothing Lengths: Controls responsiveness of MACD core engine
Signal Length: Smoothness of signal line
Toggles for crossover highlights, zero cross fills, and ribbon fills
Divergence Settings
Enable/disable divergence lines
Choose divergence type (Regular, Hidden, Both)
Set confirmation requirements
Customize pivot detection and bar search depth
Styling Options
Colors, line widths, and line styles for each divergence type
Heikin Ashi Mode for smoother pivots and divergences
🧠 How to Use
✅ For Trend Traders:
Use MACD > Signal + Histogram > 0 → Bullish confirmation
MACD < Signal + Histogram < 0 → Bearish confirmation
Wait for pullbacks with hidden divergences to enter in trend direction
✅ For Reversal Traders:
Look for Regular Divergences at trend exhaustion points
Combine with price action (e.g., support/resistance or candle pattern)
✅ For Swing & Day Traders:
Enable Heikin Ashi Mode for smoother divergence pivots
Use zero line background + histogram color to time entries
📌 Summary
Feature Description
🚀 Advanced MACD Core Smoother, more reliable, multi-source-based MACD
🔍 Divergence Engine Detects 4 divergence types with pivot logic
🎯 Real-Time Alerts Alerts for histogram slope and divergences
🎛️ Deep Customization Full styling, smoothing, and detection controls
📉 Heikin Ashi Support Improved signal quality in trend-based markets
SequentialSMT+TCISDAn Extreme thought of Daye's Quarterly theory and SSMT + True Change In State of Delivery. this indicator detects SSMT between two pair on Daily cycle M5 and detecting the True Change In State of Delivery as entry point.
EMA Trend Dashboard
Trend Indicator using 3 custom EMA lines. Displays a table with 5 rows(position configurable)
-First line shows relative position of EMA lines to each other and outputs Bull, Weak Bull, Flat, Weak Bear, or Bear. EMA line1 should be less than EMA line2 and EMA line 2 should be less than EMA line3. Default is 9,21,50.
-Second through fourth line shows the slant of each EMA line. Up, Down, or Flat. Threshold for what is considered a slant is configurable. Also added a "steep" threshold configuration for steep slants.
-Fifth line shows exhaustion and is a simple, configurable calculation of the distance between EMA line1 and EMA line2.
--Lines one and five change depending on its value but ALL other colors are able to be changed.
--Default is somewhat set to work well with Micro E-mini Futures but this indicator can be changed to work on anything. I created it to help get a quick overview of short-term trend on futures. I used ChatGPT to help but I am still not sure if it actually took longer because of it.
MTF Order Flow DashboardThe MTF Order Flow Dashboard is a compact, real-time table overlay that provides an at-a-glance view of market structure across three key timeframes:
✅ 1-Minute
✅ 5-Minute
✅ 1-Hour
//If extra 1 min is added to candle closure countdown wait till next tick for correction//
This tool is designed to help traders quickly assess directional bias, detect structure shifts, and stay aware of upcoming candle closes — a powerful aid for scalping, day trading, or momentum-based strategies.
Pivot-Based Market Structure Detection
Uses user-defined pivot length to determine if the market is showing a Bullish, Bearish, or Neutral structure on each timeframe.
Color-Coded Structure
Easily visualize the current trend per timeframe:
🟢 Bullish | 🔴 Bearish | ⚪ Neutral
Live Candle Countdown Timers
Displays time remaining until the next candle close for each timeframe, using timenow for near real-time updates (as fast as ticks arrive).
Compact Table Display
Non-intrusive table displayed in the top-right of your chart with clean formatting for fast decision-making.
Built-in Alerts
Optional alerts when all timeframes align bullish or bearish, giving potential trade setup signals.
Inputs:
Select timeframes for structure analysis (1m, 5m, 1h)
Adjust pivot sensitivity with the Pivot Length input
Info TablesThis indicator provides two clear tables showing key market metrics, helping you make sense of price action. Each metric is chosen to give you practical insights, and you can customize the display to fit your needs.
## Key Features and Why Metrics Matter
### Main Table Metrics
- **ML-Predicted Price**:
- **What**: A price forecast based on a machine learning model using past price, volume, and RSI data.
- **Why**: Shows where the market might head, helping you gauge if the current price is too high or low compared to the prediction. Useful for spotting potential reversals or continuations.
- **Deviation %**:
- **What**: The percentage difference between the current price and the predicted price.
- **Why**: Tells you how far the market is straying from the ML forecast. A large deviation might suggest overbought/oversold conditions or a trend shift.
- **VWAP Deviation %**:
- **What**: The percentage difference between the current price and the Volume Weighted Average Price (VWAP).
- **Why**: VWAP is a benchmark for fair price; deviation shows if the market is stretched above or below this level, aiding entries or exits.
- **FRED UNRATE % Change**:
- **What**: The percentage change in the U.S. unemployment rate from FRED data.
- **Why**: Offers macro context. Rising unemployment can signal economic weakness, impacting market sentiment, while falling rates may boost confidence.
- **Open Interest**:
- **What**: The total number of open futures contracts for MESM2.
- **Why**: High open interest indicates strong market participation, often tied to liquidity and conviction. Low levels might suggest indecision or lack of commitment.
- **COT Commercial Long/Short**:
- **What**: Commitment of Traders (COT) data showing commercial traders’ long and short positions.
- **Why**: Reveals how big players (hedgers) are positioned. More longs than shorts can hint at bullish sentiment, while more shorts suggest bearish views.
### New Metrics Table
- **QQE Bias**:
- **What**: A momentum indicator based on a smoothed RSI with trailing stops.
- **Why**: Highlights bullish (green) or bearish (red) momentum, helping you confirm short-term trade directions or avoid choppy markets (gray).
- **Volume Momentum**:
- **What**: A score (1–20) comparing current volume to past volume over a lookback period.
- **Why**: High scores indicate strong buying/selling pressure, signaling potential breakouts or reversals. Low scores suggest weak participation.
- **ATR Volatility**:
- **What**: A score (1–20) based on the Average True Range, measuring price volatility.
- **Why**: High volatility warns of larger price swings, useful for setting stop-losses or avoiding trades in choppy conditions. Low volatility may indicate consolidation.
- **ADX Trend**:
- **What**: The Average Directional Index, measuring trend strength.
- **Why**: High ADX values confirm strong trends, guiding you to trade with the trend. Low values suggest range-bound markets, better for mean-reversion strategies.
- **RSI**:
- **What**: Relative Strength Index, showing overbought (>70) or oversold (<30) conditions.
- **Why**: Helps identify potential reversal points or confirm momentum. Useful for timing entries in overextended markets.
- **Frahm Volatility**:
- **What**: A score (1–20) based on true range over a time window (e.g., 24 hours).
- **Why**: Measures short-term volatility, helping you adjust position sizes or avoid trading during erratic price moves.
- **Frahm Avg Candle (Ticks)**:
- **What**: The average candle size in ticks over the same time window.
- **Why**: Indicates typical price movement, useful for setting realistic profit targets or stop-losses based on recent market behavior.
### Additional Features
- **Plotted Predicted Price**:
- **What**: An optional line showing the ML-predicted price on the chart.
- **Why**: Lets you visually compare the predicted price to actual price action, making it easier to spot divergence or alignment.
- **Custom Gradient Colors**:
- **What**: User-defined colors for high/low values in both tables.
- **Why**: Makes it quick to see which metrics are at extremes (e.g., high deviation or strong ADX), improving decision-making under pressure.
- **Alerts**:
- **What**: Notifications for high/low Frahm volatility and bullish/bearish QQE Bias.
- **Why**: Keeps you informed of critical changes (e.g., volatility spikes or momentum shifts) without needing to watch the chart constantly.
## Customization Options
- **ML Matrix Inputs**:
- Adjust the **ML Lookback Period** (e.g., 200–300 for volatile markets, 1000 for trends) to control how much history the ML model uses.
- Set the **ML RSI Period** (e.g., 7–10 for fast markets, 20 for calm) to tweak the RSI’s sensitivity in the prediction.
- **Plot Settings**:
- Toggle the predicted price line and choose its color (default blue) for clear visibility.
- **Table Settings**:
- Position tables (top/bottom, left/center/right) and show/hide them to focus on what matters.
- **Gradient Color Settings**:
- Pick colors for high/low values in each table to match your chart or preferences.
- **Timeframe & Thresholds**:
- Set specific timeframes (e.g., 5-minute for smoother data) and thresholds (e.g., tighter deviation ranges) for each metric to suit your trading style.
## Ideal Use Case
This indicator is perfect for MESM2 traders navigating fast-moving markets. The Main Table gives you a big-picture view (predicted price, macro data, and positioning), while the New Metrics Table zooms in on momentum and volatility, ideal for scalping or trend trades. Use it to confirm entries, set stops, or avoid choppy periods.
## Why It’s Valuable
The **ML Matrix - Tables Only** puts essential data at your fingertips. Each metric is selected to answer a specific question—Is the price overextended? Is momentum building? Are big players bullish? Are conditions too volatile?—helping you trade with clarity and confidence, whether you’re catching quick moves or riding longer trends.
Williams %RHuge T's William's Percent Range
5 and 10 length graph overlay
-4 represents overbought conditions
-94 represents oversold conditions
4shine buy & sell magic) v2Indicator using RSI + Dominant Cycle
Be cautious of trading volume.
If the volume is too low, this indicator may not be effective.
It is recommended to use this in accordance with your own trading strategy.
Easy life
Easy earn
Easy money
by 4shine (PJH)
Supertrend + QQE Signal on Flip OnlySupertrend + QQE Signal on Flip Only is a high-precision trend analysis tool that generates Buy and Sell signals only at key market reversals, not during noise, retracements, or mid-trend moves. It uses a volatility-based trend engine combined with a momentum confirmation filter based on the QQE (Quantitative Qualitative Estimation) framework.
Key Features:
Signals trigger only on confirmed trend shifts, minimizing false entries.
Built-in QQE filter confirms that the shift is supported by real momentum.
Visually clean directional lines and trend-based background fills for clarity.
Developed to avoid overlapping visuals and keep the chart readable at all scales.
Alerts included for automation and webhook integration.
Signal Logic:
Buy: When a new upward trend is confirmed and QQE momentum supports the move.
Sell: When a new downward trend is confirmed and QQE momentum supports the shift.
Recommended Use:
Ideal for traders who want clean directional signals without overfitting. Works well on 5–15 minute charts during active sessions (e.g., NY open), and pairs best with volume tools or key price levels for optimal trade confirmation.
Order + Breaker Blocks MTF - Vees Hidden LiquidityThis indicator is a Hidden Liquidity Script, being a much more refined and precise version of "Order Blocks" also known as "Supply and Demand" zones.
This script is more refined and precise as this script is the only script that displays the exact body part of blocks on multiple timeframes, showing potentially powerful price reversal zones for taking a long or short.
This is a PRICE ACTION indicator, demonstrating price action that can result in potential good support/resistance levels for taking a long or short trade.
This indicator only displays the body part of order blocks, instead of including wicks that all other indicators do. That makes this script a much more refined version of all other scripts out there.
Not only that, this script can collate multiple timeframes into one indicator, again something other scripts cannot do.
This script is also unique compared to other Hidden Liquidity style scripts in that you have full control over each Order Block so you can see each individual block on a chart, whilst other charts combine them into a zone instead. This refined version gives you precise potential entries and much further refinement as well as more thorough backtesting capabilities.
This script also can highlight order blocks that pass THROUGH a Fair Value Gap. These are known as 'Breaker Blocks'. These powerful blocks can be places of interest as support or resistance for a long or short trade. Note: This script shows the body part of a block only and not the wick.
Breaker Blocks, where significant displacement has occurred in price past a block can be more powerful. This script does not highlight Fair Value Gaps themselves, only order blocks (supply and demand) and breaker blocks through displacement in price (through an FVG). FVGs on their own can be weaker without order blocks behind them hence they are not highlighted.
The BODY of the order block, and the 0.5 of the order block are key regions for considering a trade, treating that level as either resistance or support.
Important: PLEASE NOTE: This indicator will only show timeframes that are higher than or the same as the current chart timeframe.
For Example, only blocks 3 Days or higher will show on a 3D chart. It will not show 12h blocks on a 3D chart. You would need to go to a 12 hour chart with the 12h blocks showing to see all Blocks that are 12h or higher drawn.
SETTINGS:
There is options to change the colours of the boxes and to differentiate between Order Blocks and stronger Breaker Blocks if desired.
If this is NOT desired, make all color options the same color,.
Shown below is blue Order Blocks (Supply and Demand
Shown below there is Pink Breaker Blocks.
There is options to weaken the colour of blocks that have been tapped by a wick and thus partially used up, also called partially "mitigated".These blocks can be considered weaker support/resistance.
Once a block has had a wick or body close over it entirely, the block can be considered fully "mitigated" and will disappear from the indicator once that candle has closed. This block level can now be considered too weak. You can also choose to not show these partially mitigated blocks at all.
The charts above shows pale Violet blocks as partially mitigated or "tapped" blocks.
The blocks in HOT BRIGHT Violet are untapped and potentially stronger levels for a Long or Short trade. See below the 7h.
Additional SETTINGS:
Further options include, if selected: Counting the number of fair value gaps an order block may pass through. More FVGs an order block (now a breaker block) passes through can strengthen the support of that block level, making a reversal more likely.
There is an option of showing old mitigated order blocks and changing the color of these on the chart. This can aid in backtesting of levels.
Further Settings include:
- an option to remove very thin blocks that may not be strong points.
- an option to denote with a character such as a * blocks that have their EQ 0.5 region wicked - these can be considered weaker.
- an option to denote with an additional * or another character blocks that are barely tapped by a small percent so you know they are still considered quite strong.
- an option to show how many candles form the order block.
Additional Options include:
- an option to show blocks only within a specific price range or percent range of the current price.
- an option to only look X number of bars back.
There is Options regarding labelling, and Border widths on boxes.
It is ESSENTIAL to do your own research and backtesting!
It is recommended to combine these levels with other concepts for added confluence.
Other indicators are NOT included in this script. This is purely a refined order block script for the BODY of a block only.
You can combine Order Blocks and stronger versions known as Breaker Blocks in this script with other indicators or concepts to form a Full Trading Strategy.
Other potential concepts to combine, not shown in this script can include Smart Money Concepts, Market Structure, Fibonnaccis, SMAs, EMAs or any other concept to give added confluence to the support / resistance levels identified in this script that may indicate that the level is stronger.
This indicator is not a trading strategy on its own. It is best used in combination with other concepts to improve the success.
Backtesting this indicator is highly recommended and incorporated into a full trading system of your own design. This only identifies possible key regions based on Price Action Strategies.
This indicator simply makes the identification of these hot levels easier and simpler to find, especially across multiple timeframes.
A strong bright zone on the indicator can be a stronger level than a weak partial block that is in light colours.
Again -Please do your own research and backtesting.
These indicators make finding these levels much much simpler and easier when combined with a full trading strategy.
Any feedback is welcome.
EMA 200 & EMA 20EMA20\200 Golden & Death cross
you can use it for all time frame trading in market
it make more easy way to find the way for market if its going up or down
IQ_Trader's Technical Scoring System With SignalsThe IQ Trader's Technical Scoring System is a sophisticated trading indicator designed to assist traders in identifying potential BUY and SELL opportunities using a dynamic scoring mechanism.
By combining traditional technical indicators (SMA, MACD) with a custom Adaptive Gaussian Moving Average (AGMA) and Bayesian trend probability analysis, this indicator provides a comprehensive view of market conditions. It generates multiple signal types to support various trading strategies, including main BUY/SELL signals, additional BUYS/SELLS signals, and STOP/STRONG STOP signals for risk management.
Key Features
Dynamic Scoring System:
The indicator calculates separate Buy and Sell scores based on multiple conditions, including:
Price position relative to daily SMA50 and SMA200.
Price position relative to the Adaptive Gaussian Moving Average (AGMA).
Bayesian trend analysis incorporating RSI, MACD, EMA, ATR, and volume zones.
MACD position and crossover/crossunder events.
Scores are displayed in a table, showing the contribution of each component (e.g., "Price > SMA50: 20") for transparency.
Signal Types:
Main BUY/SELL Signals:
Triggered when the Buy/Sell score falls within user-defined dynamic thresholds (adjustable for above/below SMA50 conditions).
Controlled by an inTrade state to prevent overlapping signals (BUY only when not in a trade, SELL only when in a trade).
Disabled by default; enable via settings ("Enable Main BUY Signals" and "Enable Main SELL Signals").
Additional BUYS/SELLS Signals:
Generated when the Buy score exceeds the Sell score (BUYS) or vice versa (SELLS).
Sequentially alternates (BUYS → SELLS → BUYS) to avoid repetitive signals, using an inBuysState mechanism.
Always enabled for quick trend insights.
STOP/STRONG STOP Signals:
STOP: Triggered when the price is above SMA50 and MACD crosses below the signal line in a lower timeframe.
STRONG STOP: Triggered when the price is above SMA50, MACD is below the signal line, and the price is below AGMA in a lower timeframe.
Disabled by default; enable via settings ("Enable STOP Signals" and "Enable STRONG STOP Signals").
Useful for risk management and exiting positions.
Visual and Customization Options:
Plots: Displays daily SMA50, SMA200, AGMA, MACD, and MACD Signal lines, all toggleable via settings.
Score Table: Shows real-time Buy and Sell score components at the top center of the chart.
Signal Markers:
Main BUY: Green label ("BUY") below the bar.
Main SELL: Red label ("SELL") above the bar.
BUYS: Lime triangle up ("BUYS") below the bar.
SELLS: Fuchsia triangle down ("SELLS") above the bar.
STOP: Orange triangle down ("STOP") above the bar.
STRONG STOP: Red triangle down ("STRONG") above the bar.
Settings: Highly customizable thresholds, enable/disable conditions, and plot visibility.
Alert Support:
Configurable alerts for all signal types (Dynamic BUY, Dynamic SELL, BUYS, SELLS, STOP, STRONG STOP).
Alerts are gated by enable settings for main BUY/SELL and STOP/STRONG STOP signals to prevent unwanted notifications.
How to Use
Add the Indicator:
Apply the indicator to your chart via TradingView’s Pine Editor or Indicator Library.
By default, only the additional BUYS/SELLS signals are active, along with SMA50/200, AGMA, and MACD plots.
Customize Settings:
Thresholds: Adjust buyThresholdLow, buyThresholdHigh, etc., to fine-tune the sensitivity of main BUY/SELL signals.
Enable Signals: Check "Enable Main BUY Signals", "Enable Main SELL Signals", "Enable STOP Signals", or "Enable STRONG STOP Signals" to activate these signals.
Toggle Plots: Use "Show Daily SMA50/200", "Show AGMA", and "Show MACD and Signal Line" to control chart visuals.
Score Conditions: Enable/disable individual score components (e.g., "Price Above Daily SMA50") to focus on specific indicators.
Interpret Signals:
Main BUY/SELL: Use for primary entry (BUY) and exit (SELL) decisions, ideal for swing or trend-following strategies.
BUYS/SELLS: Monitor for early trend changes or confirmation of momentum, suitable for shorter-term trades.
STOP/STRONG STOP: Consider as warnings to tighten stops or exit positions, especially in volatile markets.
Check the score table to understand which conditions are driving the signals.
Set Alerts:
Create alerts for desired signals (e.g., "Dynamic BUY Signal") via TradingView’s alert menu.
Ensure the corresponding signal is enabled in settings to receive alerts.
Notes for Traders
Timeframe Flexibility: The indicator adapts to different timeframes, with lower timeframe MACD and AGMA calculations for STOP signals. Test on your preferred timeframe (e.g., 1H, 4H, 1D).
Risk Management: Always combine signals with proper risk management, such as stop-loss orders, as STOP/STRONG STOP signals are not guaranteed exit points.
Backtesting: Before trading, backtest the indicator on historical data to evaluate performance with your strategy.
Customization: Adjust score weights (e.g., scoreSMA50AbovePrice) or Bayesian conditions to align with specific assets or market conditions.
Why This Indicator?
The IQ Trader's Technical Scoring System SS stands out for its blend of traditional and advanced analytics. The Bayesian trend analysis adds a probabilistic layer to decision-making, while the dynamic scoring system ensures signals are context-aware (above/below SMA50). Whether you're a swing trader, day trader, or risk-conscious investor, this indicator offers actionable insights with customizable controls.
Feedback Welcome: Share your experience or suggestions in the comments to help improve this tool for the TradingView community!
🎯 M7Ai Algo"M7Ai Algo": شرح موجز
مؤشر M7Ai Algo هو أداة متطورة تم تطويرها باستخدام Pine Script v6، مصممة لتزويد المتداولين بنظرة شاملة لديناميكيات السوق وإشارات التداول المحتملة. يدمج هذا المؤشر مكونات تحليلية متعددة لتقديم رؤى قوية:
محرك الاتجاه (Trend Engine): يستخدم متوسطًا متحركًا مدمجًا ("Fusion MA") يتكون من عدة متوسطات متحركة (مثل EMA، SMA، WMA، ALMA، و VWAP) لتحديد اتجاه السوق السائد وقوته بدقة. كما يشتمل على كشف الانعكاسات بناءً على مؤشر RSI.
الدعم والمقاومة (Support & Resistance): يقوم بحساب ورسم مستويات الدعم والمقاومة الديناميكية تلقائيًا، بما في ذلك النقاط المحورية، مما يساعد المتداولين على تحديد مناطق الأسعار الرئيسية.
تحليل هيكل السوق (Market Structure Analysis): يكشف عن عناصر هيكل السوق الحاسمة مثل مناطق الأوامر (Order Blocks)، شموع المطرقة/المطرقة المقلوبة (Hammer/Inverted Hammer candles)، كسور الهيكل (BOS - Breaks of Structure)، تغيرات الطابع (CHOCH - Changes of Character)، ومناطق السيولة (Liquidity Zones). هذه العناصر حيوية لفهم تحركات السعر المحتملة.
توليد إشارات التداول (Trading Signal Generation): بناءً على تقاطع اتجاه السوق، تأكيد الحجم، الزخم، وهيكل السوق المحدد، يولد المؤشر إشارات تداول "شراء" (LONG) أو "بيع" (SHORT). وتأتي كل إشارة مصحوبة بـ درجة ثقة تشير إلى موثوقيتها.
مستويات الدخول، وقف الخسارة، والأهداف (Entry, Stop-Loss, and Targets): لكل إشارة، يحسب المؤشر نقاط دخول تكيفية، ومستويات وقف الخسارة، وأهداف جني الأرباح المتعددة (T1، T2، T3)، وكل ذلك يتم تعديله ديناميكيًا باستخدام متوسط المدى الحقيقي (ATR) ليعكس التقلبات الحالية.
الرسوم البيانية ولوحة المعلومات (Visualizations & Dashboard): يوفر المؤشر عناصر بصرية قابلة للتخصيص، بما في ذلك الشموع الملونة، سحابات الاتجاه، والنطاقات الديناميكية. كما يتضمن لوحة معلومات (Dashboard) على الرسم البياني لتقديم ملخص سريع لحالة السوق الحالية، معلومات الإشارة، ومستويات الدخول.
باختصار، يهدف مؤشر M7Ai Algo إلى تبسيط عملية التحليل الخاصة بك عن طريق تجميع أدوات فنية قوية لمساعدتك على اتخاذ قرارات تداول أكثر استنارة.
M7Ai Algo: A Brief Explanation
English
The M7Ai Algo is a sophisticated Pine Script v6 indicator designed to provide traders with a comprehensive view of market dynamics and potential trading signals. It integrates multiple analytical components to offer robust insights:
Trend Engine: Utilizes a "Fusion MA" (a composite of multiple moving averages like EMA, SMA, WMA, ALMA, and VWAP) to accurately identify the prevailing market trend and its strength. It also incorporates RSI-based reversal detection.
Support & Resistance: Automatically calculates and plots dynamic support and resistance levels, including pivot points, helping traders identify key price areas.
Market Structure Analysis: Detects crucial market structure elements such as Order Blocks, Hammer/Inverted Hammer candles, Breaks of Structure (BOS), Changes of Character (CHOCH), and Liquidity Zones. These elements are vital for understanding institutional footprints and potential price movements.
Trading Signal Generation: Based on a confluence of trend direction, volume confirmation, momentum, and identified market structure, the indicator generates "LONG" or "SHORT" trading signals. Each signal comes with a confidence score, suggesting its reliability.
Entry, Stop-Loss, and Targets: For each signal, the indicator calculates adaptive entry points, stop-loss levels, and multiple take-profit targets (T1, T2, T3), all dynamically adjusted using Average True Range (ATR) to reflect current volatility.
Visualizations & Dashboard: The indicator offers customizable visual elements, including colored candles, trend clouds, and dynamic bands. A dashboard is included on the chart to provide a quick summary of the current market state, signal information, and entry levels.
In essence, the M7Ai Algo aims to streamline your analysis process by bringing together powerful technical tools to help you make more informed trading decisions.
Reverso [Flexi+]Reverso – Moving Average Touch Statistics Tracker
Reverso is a premium technical analysis tool that tracks and visualizes how price interacts with a selected Moving Average (EMA/SMA).
Providing detailed statistics about price behavior before, during, and after each Moving Average touch event.
This script is suitable for both trend-following and mean-reversion traders who want to study price reaction with respect to a Moving Average, understand market tendencies, and refine entry/exit strategies based on price-memory dynamics.
Features and Functionality
Supported MAs: EMA / SMA any length
Timeframe Support: any Timeframe >= to the current chart Timeframe
Touch Detection: Triggered when the price range (high to low) crosses or touches the selected MA
Automatic Data Tracking
Tables for Quick Visual Summary
Visual Overlay: Optional Moving Average line plotted on chart
History: User selectable up to 500 touches
Automatic Data Tracking:
Number of MA touches
Time intervals between touches
Price distance from last touch
Maximum price deviation (above/below MA) between touches
Time spent above/below MA
Tables for Quick Visual Summary:
Info Table: Live details about last and first touches, distance from touch, bars above/below, peak movements since last touch
Stats Table: Averages and extreme values for price behavior patterns across recent history
Core Metrics Tracked
Last Touch Price: The last price level where price touched the MA
Distance from Last Touch: Current % change from the last touch price
Time Between Touches: Average and maximum intervals (in bars or time) between touch events
Max Distance Above/Below: Peak movement above/below MA between touches
Bars Above/Below: How long price stayed above/below the MA since last touch
Peak This Cycle: Max deviation above/below in current cycle since last touch
How It Works
Reverso monitors each bar to check if price intersects the selected MA.
When a new touch occurs, it records the touch price and time, and resets the tracking cycle.
From that point forward, it tracks how far and how long price drifts above or below the MA.
This process repeats with each new touch, building a detailed profile of how price behaves around the moving average.
The result is a visual and statistical framework for understanding price memory, market rhythm, and mean-reversion opportunities.
Customization Options
Moving Average Type: Simple or Exponential
MA Length: Any
Show MA Line: Toggle the MA plot on the chart
Show Info Table: Enable/disable the current-touch summary
Show Statistics Table: Show aggregate data over the history
Table Positioning: Customizable placement for both tables
MA Color: Select custom color for MA plot
Max History: Number of touches used for the Statistic computation
Intended Use Cases
Identify reversal or continuation setups near MAs
Validate strategies relying on mean reversion
Backtest the consistency of price respect to MAs
Detect periods of volatility clustering around MAs
Notes and Disclaimers
This script does not repaint: calculations are made on confirmed bars.
This indicator is educational in nature and should be used alongside other forms of analysis.
Time durations in the tables are approximated using bar timing and may vary across markets/timeframes.
Multi-TF Candle Close - PROPTRADERZ Draws a horizontal ray at the close of the last completed candle from a selectable timeframe (e.g. 1m, 5m, 15m), regardless of your current chart. Includes optional price label with offset for better visibility on short-term charts like 15s or 5s. Great for multi-timeframe traders.
ReversoReverso – Moving Average Touch Statistics Tracker
Reverso indicator is a technical analysis tool that tracks and visualizes how price interacts with a selected Exponential Moving Average (EMA). It provides detailed statistics about price behavior before, during, and after each EMA touch event.
This script is suitable for both trend-following and mean-reversion traders who want to study EMA reactions, understand market tendencies, and refine entry/exit strategies based on price-memory dynamics.
Features and Functionality
Supported MAs: EMA 9, 20, or 50
Timeframe Support: Uses the chart’s timeframe
Touch Detection: Triggered when the price range (high to low) crosses or touches the EMA
Automatic Data Tracking
Tables for Quick Visual Summary
Visual Overlay: Optional EMA line plotted on chart
Timeframe Support: Uses the chart’s timeframe
Capped history: Most recent 50 touches
Automatic Data Tracking:
Number of EMA touches
Time intervals between touches
Price distance from last touch
Maximum price deviation (above/below EMA) between touches
Time spent above/below EMA
Tables for Quick Visual Summary:
Info Table: Live details about last and first touches, distance from touch, bars above/below, peak movements since last touch
Stats Table: Averages and extreme values for price behavior patterns across recent history
Core Metrics Tracked
Last Touch Price: The last price level where price touched the EMA
Distance from Last Touch: Current % change from the last touch price
Time Between Touches: Average and maximum intervals (in bars or time) between touch events
Max Distance Above/Below: Peak movement above/below EMA between touches
Bars Above/Below: How long price stayed above/below the EMA since last touch
Peak This Cycle: Max deviation above/below in current cycle since last touch
How It Works
Reverso monitors each bar to check if price intersects the selected EMA.
When a new touch occurs, it records the touch price and time, and resets the tracking cycle.
From that point forward, it tracks how far and how long price drifts above or below the EMA.
This process repeats with each new touch, building a detailed profile of how price behaves around the moving average.
The result is a visual and statistical framework for understanding price memory, market rhythm, and mean-reversion opportunities.
Customization Options
EMA Length: Choose from EMA 9, 20, or 50
Show MA Line: Toggle the EMA plot on the chart
Show Info Table: Enable/disable the current-touch summary
Show Statistics Table: Show aggregate data over the history
Table Positioning: Customizable placement for both tables
MA Color: Select custom color for EMA plot
Intended Use Cases
Identify reversal or continuation setups near EMAs
Validate strategies relying on mean reversion
Backtest the consistency of price respect to EMAs
Detect periods of volatility clustering around EMAs
Notes and Disclaimers
This script does not repaint: calculations are made on confirmed bars.
This indicator is educational in nature and should be used alongside other forms of analysis.
Time durations in the tables are approximated using bar timing and may vary across markets/timeframes.
TICK ±1200 Intrabar MarkerMarks +1100 and -1200 NYSE TICK readings on any chart. Useful for TICK fades without having to look at the actual USI:TICK chart.
Market Sessions & Volume Profile [A0A_Indicator]Description:
This advanced chart overlay is designed for traders who want maximum clarity in price formation and market structure. The tool visualizes the true market activity within individual sessions using multi-zonal approaches. It offers highly distinctive levels for both historically relevant and real-time trading ranges, all in a dynamic, adaptive visual structure.
What makes it unique:
Multiple layered price acceptance areas: Several tiers of market activity are shown, with each zone individually highlighted for optimal pattern recognition.
Session-adaptive boundaries: The displayed ranges adjust automatically depending on the trading session you select, for optimal relevance.
Precision liquidity markers: A central focus level is always marked and stands out clearly against the chart background.
Real-time adaptive: The profile responds immediately as new market data arrives, providing up-to-date structure and context.
Visual customization: All graphical features can be shown or hidden to match your personal analytical style.
Who should use this:
Anyone seeking to identify genuine value consensus, rejection extremes, and price memory zones within global trading hours—whether for intraday or swing analysis.
🧩Tawajoh +🧩Tawajoh + Indicator Explanation
The Tawajoh + indicator is a comprehensive technical analysis tool designed to provide a broad market perspective by combining several advanced analytical techniques into a single indicator.
Main Components:
Market Shift Logic:
This part uses the Hull Moving Average (HMA) to detect market shifts by comparing a fast HMA with a delayed one. When a crossover or crossunder happens, it defines a new "Shift Level" and displays labels showing volume or price data along with color-coded signals indicating the market direction.
Smoothed Heiken Ashi (SHA):
Applies smoothing on traditional Heiken Ashi candles using various moving averages (like LSMA, SMA, EMA, etc.) to provide clearer trend visualization with reduced noise and volatility.
HMA PLANz (Hull Moving Averages):
Plots two customizable moving averages (types include SMA, EMA, WMA, HMA) with user-defined source prices (close, high, low) and lengths, along with optional labels for easy identification.
High Liquidity Midline Logic:
Identifies the candle with the highest volume in a given period and plots a midpoint line (average of high and low) for that candle. The line color switches between green and red depending on the current close price position, and the high-volume candle is highlighted in yellow.
RSI 50 EMA Smoothed:
A refined RSI indicator smoothed using a custom EMA near the 50 level, offering precise signals with color changes based on price action and optional labels for clarity.
Volumatic Logic (Volume Dynamics):
Tracks volume trends using smoothed EMAs, plotting volume candles with dynamic colors and gradients that reflect uptrends or downtrends in volume strength, helping to confirm market momentum shifts.
How to Use Tawajoh + Indicator:
Detect Market Shifts: Watch the Market Shift levels and their labels for important turning points.
Read Overall Trend: Use the Smoothed Heiken Ashi candles and moving averages to identify the main trend with less noise.
Monitor Liquidity: The High Liquidity Midline helps spot potential support/resistance levels based on heavy trading activity.
Confirm with RSI & Volume: RSI signals around level 50 combined with volume dynamics give additional confirmation of trend strength or reversals.