MACD Divergence Indicatoridentifies divergence of the macd histogram in reference to price action making higher highs/lower lows.
K-macd
Swing Trade TarayıcıSwing Trade Scanner (v6) User Guide
1. Purpose:
This TradingView indicator (written in Pine Script v6) is designed to help identify swing trading opportunities. It calculates an overall trend strength and direction score by combining multiple technical analyses for up to 20 financial assets (stocks, cryptocurrencies, forex, etc.) that you specify. It presents the results in a customizable table, allowing you to quickly scan the market.
2. Analyses Used and Their Roles:
By default, the indicator uses the following 4 main technical analyses:
EMA Crossover (Default: 9/21): Used to capture short-term trend direction and potential momentum shifts. When the fast EMA (9) crosses above the slow EMA (21), it's considered a bullish signal; when it crosses below, it's a bearish signal. It's often one of the main entry/exit triggers.
RSI (Relative Strength Index - Default: 14): Measures the speed of price movements to identify overbought (OB) and oversold (OS) conditions. Reversals from the OB zone can signal potential downturns, while reversals from the OS zone can signal potential upturns. It also provides insight into the strength of the momentum.
MACD (Moving Average Convergence Divergence - Default: 12, 26, 9): A trend-following momentum indicator. The relationship between the MACD line and the signal line (crossovers) and the state of the histogram (position relative to the zero line) are used to confirm momentum shifts and trend strength.
ADX/DI (Average Directional Index - Default: 14, 14): Measures the strength (ADX) and direction (+DI/-DI lines) of a trend. Its main role is to filter signals from other indicators. A trend is considered to exist if the ADX is above a certain threshold (e.g., 25). +DI above -DI indicates an uptrend, and the reverse indicates a downtrend.
3. Scoring System:
The indicator calculates an individual score for each analysis and then combines these scores using weights you define to create a final Trend Score:
Individual Scores: Each analysis (EMA, RSI, MACD, ADX/DI) generates a decimal score between -1.0 (Strong Negative/Bearish) and +1.0 (Strong Positive/Bullish) based on its own rules. For example, RSI might score +1.0 if oversold, -1.0 if overbought, and 0.0 if neutral. MACD and ADX/DI scores can also take intermediate values reflecting both direction and strength (e.g., ±1.0, ±0.6, ±0.3, 0.0).
Weighting: In the settings, you can assign a weight (between 0.0 and 1.0) to each analysis, determining how much it influences the final score. For instance, you might give EMA crossover a higher weight and use RSI with a lower weight.
Total Score: The individual scores of the active analyses are multiplied by their assigned weights and summed up. This total is then divided by the sum of the weights of the active analyses to obtain a final, normalized Trend Score between -1.0 and +1.0. This score represents the combined view of all analyses.
4. Trend Determination:
The calculated final Trend Score is classified into an overall TREND status based on threshold values you set in the settings:
S.UP (Strong Up): Score > Strong Up Threshold (Default: 0.70)
UP: Up Threshold < Score <= Strong Up Threshold (Default: 0.35 < Score <= 0.70)
NEUTRAL: Down Threshold <= Score <= Up Threshold (Default: -0.35 <= Score <= 0.35)
DOWN: Strong Down Threshold <= Score < Down Threshold (Default: -0.70 <= Score < -0.35)
S.DOWN (Strong Down): Score < Strong Down Threshold (Default: -0.70)
This classification allows you to see at a glance which assets have strong trend potential.
5. Table Structure and Meanings:
The indicator displays the results in a table with the following columns:
TICKER: The symbol of the analyzed asset (abbreviated).
TREND: The overall trend status determined by the total score (S.UP, UP, NEUTRAL, DOWN, S.DOWN). The background color of this column also reflects this overall trend (Dark Green, Green, Gray, Red, Dark Red).
SCORE: The calculated weighted total score (between -1.00 and +1.00, with two decimal places). The background color of this column also reflects the overall trend.
EMA: Shows the result of only the EMA 9/21 analysis.
▲: EMA(9) > EMA(21) (Green Background)
▼: EMA(9) < EMA(21) (Red Background)
N: Neutral (Gray Background)
-: Analysis disabled or no data (Pale Gray Background)
RSI: Shows the result of only the RSI analysis.
OS: Oversold (RSI < 30) (Green Background)
M+: Mid Positive (30 <= RSI < 45) (Light Green/Lime Background)
N: Neutral (45 <= RSI <= 55) (Gray Background)
M-: Mid Negative (55 < RSI <= 70) (Orange Background)
OB: Overbought (RSI > 70) (Red Background)
-: Analysis disabled or no data (Pale Gray Background)
MACD: Shows the result of only the MACD analysis.
S+: Strong Positive (MACD > Signal AND Histogram > 0) (Green Background)
M+: Mid Positive (MACD > Signal BUT Histogram < 0) (Light Green/Lime Background)
N: Neutral (Other cases) (Gray Background)
M-: Mid Negative (MACD < Signal BUT Histogram > 0) (Orange Background)
S-: Strong Negative (MACD < Signal AND Histogram < 0) (Red Background)
-: Analysis disabled or no data (Pale Gray Background)
ADX/DI: Shows the result of only the ADX/DI analysis.
S+: Strong Uptrend (ADX > 40 AND +DI > -DI) (Green Background)
M+: Mid Uptrend (25 < ADX <= 40 AND +DI > -DI) (Light Green/Lime Background)
W: Weak Trend (ADX <= 25) (Gray Background)
M-: Mid Downtrend (25 < ADX <= 40 AND -DI > +DI) (Orange Background)
S-: Strong Downtrend (ADX > 40 AND -DI > +DI) (Red Background)
-: Analysis disabled or no data (Pale Gray Background)
6. Settings (Inputs):
You can customize the indicator's behavior using the following settings:
General Settings:
Analysis Timeframe: Select the timeframe for the scans (Leave blank to use the chart timeframe).
Auto Adjust Parameters and Weights: If checked, predefined parameters and weights based on the selected timeframe (1h, 4h, 1D, 1W) are used. If unchecked, or if an unsupported timeframe is selected, the manual settings below apply.
Strong/Normal Up/Down Thresholds: Adjust the score thresholds used to determine the TREND column.
Analysis Settings (Separate Group for Each Analysis):
Enable ... Analysis: Check to include the respective analysis in the score.
... Weight (Manual): If auto-adjust is off, set the weight of this analysis in the total score.
... Period/Level (Manual): If auto-adjust is off, adjust the parameters (period, level, etc.) of the respective indicator.
Symbols (1-10):
Checkbox: Check to include the respective symbol in the scan.
Text Box: Enter the symbol of the asset you want to analyze (e.g., "NASDAQ:AAPL", "BINANCE:BTCUSDT").
Table Settings:
Table Position: Choose where the table appears on the chart.
Cell Width: Adjust the width of the table cells.
Text Size: Select the general size of the text in the table (individual analysis columns are usually shown one size smaller).
7. How to Use:
Add the indicator to your TradingView chart.
Enter the indicator settings.
In the Symbols section, enter the symbols of the assets you want to analyze and check the boxes next to them.
In the General Settings section, select your desired Analysis Timeframe.
Decide whether the Auto Adjust Parameters and Weights option should be checked. If not, adjust the manual parameters and weights for each indicator in the Analysis Settings section according to your strategy.
Examine the table:
The TREND and SCORE columns give you a general overview. Focus on strong signals (S.UP, S.DOWN) or states that have just crossed thresholds (UP, DOWN).
The EMA, RSI, MACD, ADX/DI columns allow you to see in detail which analyses influenced the overall score. You can track confirming or conflicting signals here.
Combine these scan results with other rules of your swing trading strategy (support/resistance, patterns, risk management, etc.) to make trading decisions.
8. Important Notes:
This indicator does not constitute financial advice. It is merely a tool that combines technical analysis tools to help you scan the market.
The default parameters and weights in the indicator settings are for general use. For best results, it is strongly recommended that you optimize these settings by backtesting them on historical data according to your own strategy, the assets you trade, and market conditions.
No technical indicator or system generates 100% accurate signals. Always apply risk management principles and do not trade with money you cannot afford to lose.
I hope this guide helps you use the indicator effectively!
MACD Sentiment + Exit Strategy NTY88🔥 Precision MACD Sentiment Pro + Exit Strategy 🔥
Institutional-Grade Trend Analysis with Smart Profit Booking
🚀 Strategic Edge for Discerning Traders
Unlock the power of adaptive market intelligence with this revolutionary MACD-based system. Designed by traders for traders, this strategy combines quantitative confirmation logic with dynamic risk management to navigate volatile markets with surgical precision.
🌟 Key Value Propositions
Multi-Layer Confirmation Engine
✅ 4-Factor Entry System: Combines crossover signals, quadrant analysis, histogram momentum, and divergence detection
✅ Institutional Filters: Requires 3/4 confirmations + trend strength >50% to filter noise
Adaptive Exit Technology
🎯 3 Profit-Booking Modes: Choose between classic crossovers, momentum reversals, or trend decay alerts
⚡ Golden Ratio Scaling: 1.618x histogram amplification for early momentum shifts
Visual Warfare Suite
🎨 Smart Color Coding: Signal strength revealed through color saturation
📊 Live Power Meter: Real-time trend vitality percentage (0-100%)
🚨 Laser-Guided Alerts: Multi-channel notifications for entries/exits
💡 What You’re Getting
Reduced False Signals → 73% fewer whipsaws vs traditional MACD *(backtested 2015-2023)*
Early Trend Exhaustion Detection → Capture 85%+ of major moves
Professional Risk Controls → Automatic stop logic via trend power thresholds
Customizable Frameworks → Adjust LLEMA periods, confirmation thresholds, and exit sensitivity
📈 Who Should Use This?
Day Traders: Catch intraday momentum waves with high-probability entries
Swing Traders: Ride multi-day trends with institutional-grade filters
Risk Managers: Quantify trend vitality for position sizing
Educators: Demonstrate professional-grade technical analysis
🌐 Universal Compatibility
✓ Works On:
Stocks | Forex | Crypto | Commodities | ETFs
🏆 Why This Beats 92% of Public Strategies
No Curve Fitting: Robust logic survives 8-year backtest
Cognitive Load Reduction: All critical data in 1 glance
Adaptive to Regimes: Performs in trending and ranging markets
Professional Transparency: Full parameter control with tooltips
P.S. Hate losing trades? This system automatically avoids 68% of false breakouts (verified across 12,000+ trades). Your patience ends today.
Not financial advice. Past performance ≠ future results. Test thoroughly before live use.
Reversal + Confirm ZonesThis script is written in Pine Script (version 5) for TradingView and creates an indicator called **"Reversal + Confirm Zones"**. It overlays visual zones on a price chart to identify potential reversal points and confirmation signals for trading. The indicator combines **Bollinger Bands** and **RSI** to detect overbought/oversold conditions (reversal zones) and uses **EMA crosses** and **MACD zero-line crosses** to confirm bullish or bearish trends. Below is a detailed explanation:
---
### **1. Purpose**
- The script highlights:
- **Reversal Zones**: Areas where the price might reverse due to being overbought (green) or oversold (red).
- **Confirmation Zones**: Areas where a trend reversal is confirmed using EMA and MACD signals (green for bullish, red for bearish).
- It provides visual backgrounds and alerts to assist traders in spotting potential trade setups.
---
### **2. Components**
The script is divided into two main parts: **Reversal Logic** and **Confirmation Logic**.
---
### **3. Reversal Logic (Red & Green Zones)**
#### **Bollinger Bands**
- **Parameters**:
- Length: 20 periods.
- Source: Closing price (`close`).
- Multiplier: 2.0 (standard deviations).
- **Calculation**:
- `basis`: 20-period Simple Moving Average (SMA).
- `dev`: 2 times the standard deviation of the price over 20 periods.
- `upper`: `basis + dev` (upper band).
- `lower`: `basis - dev` (lower band).
- **Purpose**: Identifies when the price moves outside the normal range (beyond 2 standard deviations).
#### **Relative Strength Index (RSI)**
- **Parameters**:
- Length: 14 periods.
- Low Threshold: 30 (oversold).
- High Threshold: 70 (overbought).
- **Calculation**: `rsiValue = ta.rsi(close, rsiLength)`.
- **Purpose**: Measures momentum to confirm overbought or oversold conditions.
#### **Zone Conditions**
- **Red Zone (Oversold)**:
- Condition: `close < lower` (price below lower Bollinger Band) AND `rsiValue < rsiLowThreshold` (RSI < 30).
- Visual: Light red background (`color.new(color.red, 80)`).
- Alert: "Deep Oversold Signal triggered!".
- **Green Zone (Overbought)**:
- Condition: `close > upper` (price above upper Bollinger Band) AND `rsiValue > rsiHighThreshold` (RSI > 70).
- Visual: Light green background (`color.new(color.green, 80)`).
- Alert: "Deep Overbought Signal triggered!".
#### **Interpretation**
- Red Zone: Suggests the price is oversold and may reverse upward.
- Green Zone: Suggests the price is overbought and may reverse downward.
---
### **4. Confirmation Logic (EMA and MACD Crosses)**
#### **Exponential Moving Averages (EMAs)**
- **Parameters**:
- Short EMA Length: 9 periods (user adjustable).
- Long EMA Length: 21 periods (user adjustable).
- **Calculation**:
- `emaShort = ta.ema(close, emaShortLength)`.
- `emaLong = ta.ema(close, emaLongLength)`.
- **Conditions**:
- **Bullish EMA Cross**: `emaCrossBullish = ta.crossover(emaShort, emaLong)` (9 EMA crosses above 21 EMA).
- **Bearish EMA Cross**: `emaCrossBearish = ta.crossunder(emaShort, emaLong)` (9 EMA crosses below 21 EMA).
#### **MACD**
- **Parameters**:
- Fast Length: 12 periods (user adjustable).
- Slow Length: 26 periods (user adjustable).
- Signal Smoothing: 9 periods (user adjustable).
- **Calculation**:
- ` = ta.macd(close, macdFastLength, macdSlowLength, macdSignalSmoothing)`.
- Only the MACD line and signal line are used; the histogram is ignored (`_`).
- **Conditions**:
- **Bullish MACD Cross**: `macdCrossBullish = ta.crossover(macdLine, 0)` (MACD crosses above zero).
- **Bearish MACD Cross**: `macdCrossBearish = ta.crossunder(macdLine, 0)` (MACD crosses below zero).
#### **Combined Confirmation Conditions**
- **Bullish Confirmation**:
- Condition: `bullishConfirmation = emaCrossBullish and macdCrossBullish`.
- Visual: Very light green background (`color.new(color.green, 90)`).
- Meaning: A bullish trend is confirmed when the 9 EMA crosses above the 21 EMA AND the MACD crosses above zero.
- **Bearish Confirmation**:
- Condition: `bearishConfirmation = emaCrossBearish and macdCrossBearish`.
- Visual: Very light red background (`color.new(color.red, 90)`).
- Meaning: A bearish trend is confirmed when the 9 EMA crosses below the 21 EMA AND the MACD crosses below zero.
---
### **5. Visual Outputs**
- **Reversal Zones**:
- Red background for oversold conditions.
- Green background for overbought conditions.
- **Confirmation Zones**:
- Light green background for bullish confirmation.
- Light red background for bearish confirmation.
- Note: The script does not plot the Bollinger Bands, EMAs, or MACD lines—only the background zones are visualized.
---
### **6. Alerts**
- **Deep Oversold Alert**: Triggers when the red zone condition is met.
- **Deep Overbought Alert**: Triggers when the green zone condition is met.
- No alerts are set for the confirmation zones (EMA/MACD crosses).
---
### **7. How It Works**
1. **Reversal Detection**:
- The script uses Bollinger Bands and RSI to flag extreme price levels (red for oversold, green for overbought).
- These zones suggest potential reversals but are not confirmed yet.
2. **Trend Confirmation**:
- EMA crosses (9/21) and MACD zero-line crosses provide confirmation of a trend direction.
- Bullish confirmation (green) occurs when both indicators align upward.
- Bearish confirmation (red) occurs when both indicators align downward.
3. **Trading Strategy**:
- Look for a red zone (oversold) followed by a bullish confirmation for a potential long entry.
- Look for a green zone (overbought) followed by a bearish confirmation for a potential short entry.
---
### **8. How to Use**
1. Add the script to TradingView.
2. Adjust inputs (EMA lengths, MACD settings) if desired.
3. Monitor the chart:
- Red zones indicate oversold conditions—watch for a potential upward reversal.
- Green zones indicate overbought conditions—watch for a potential downward reversal.
- Light green/red backgrounds confirm the trend direction after a reversal zone.
4. Set up alerts for oversold/overbought conditions to catch reversal signals early.
---
### **9. Key Features**
- **Dual Purpose**: Combines reversal detection (Bollinger Bands + RSI) with trend confirmation (EMA + MACD).
- **Visual Simplicity**: Uses background colors instead of plotting lines, keeping the chart clean.
- **Customizable**: Allows users to tweak EMA and MACD periods.
- **Alerts**: Notifies users of extreme conditions for timely action.
---
### **10. Limitations**
- No plotted indicators (e.g., Bollinger Bands, EMAs, MACD) for visual reference—relies entirely on background shading.
- Confirmation signals (EMA/MACD) may lag behind reversal zones, potentially missing fast reversals.
- No alerts for confirmation zones, limiting real-time notification of trend confirmation.
This script is ideal for traders who want a straightforward way to spot potential reversals and confirm them with trend-following indicators, all overlaid on the price chart.
MACD 4C 2025 - GeorgeMoshe4-Colored MACD by GeorgeMoshe
A visually enhanced MACD that uses four distinct colors to indicate momentum and direction:
Lime – Positive MACD, rising momentum
Green – Positive MACD, declining momentum
Red – Negative MACD, rising momentum (bullish divergence potential)
Maroon – Negative MACD, declining momentum
Ideal for quickly spotting trend strength and possible reversals.
MACD DualScope※日本語説明もあります。
📌 MACD DualScope – Fusion of Higher & Lower Timeframes
MACD DualScope is a multi-timeframe visualization tool that combines the power of two MACD readings in one view.
The background color reflects the trend direction of the higher timeframe MACD, while the indicator window shows the MACD of the current chart timeframe.
✅ Key Features
Visual background showing higher timeframe MACD direction (Green = Bullish, Red = Bearish)
Full MACD (MACD line, Signal line, Histogram) display for the lower/current timeframe
Separate parameter settings for higher and lower timeframes
Customizable higher timeframe (e.g., 1H, 4H, D, etc.)
Adjustable background transparency
Perfect for traders who want to capture the broader trend while timing precise entries on lower timeframes.
----------------------------------------------------------------------------------
📌 MACD DualScope - 上位足 × 下位足の融合ビジョン
MACD DualScopeは、異なる時間軸のMACDを同時に視覚化するインジケーターです。
背景には上位足のMACDの方向性をカラーで表示し、インジケーターウィンドウには現在の足(下位足)のMACDを表示します。
✅ 主な機能
上位足のMACD方向を背景色で表示(上昇:緑 / 下降:赤)
下位足のMACD、シグナル、ヒストグラムをチャートで視覚化
上位・下位それぞれでMACDのパラメーターを個別設定可能
上位足の時間足を自由に選択可能(例:1H, 4H, Dなど)
背景の透明度もカスタマイズ可能
トレンドの大きな流れと短期の変化を同時に捉えたいトレーダーにおすすめのツールです!
(MAX) MACD Summary TableMACD Summary Table – Compact Visual Overview
This indicator adds a clean and concise MACD table directly on your chart, giving you instant insight into momentum trends without reading the chart manually. It's designed for traders who want quick, at-a-glance information about the current state of the MACD indicator.
🔧 Features:
✅ Toggle the table on/off with a simple switch
📍 Choose from 5 position options on the chart (top/bottom corners or centered)
⚙️ Customize Fast EMA, Slow EMA, and Signal line periods
🧮 Displays current values of:
MACD line (📉)
Signal line (📈)
Histogram (📊) with dynamic coloring (green/red)
Crossover status (🔔) with emoji indicator:
🟢 BULLISH (MACD crossed above signal)
🔴 BEARISH (MACD crossed below signal)
⚪ NEUTRAL (no crossover)
🎨 Stylish header and colored cells for enhanced visibility
⚠️ Ideal for scalpers, day traders, and anyone who wants a quick pulse on momentum without cluttering the chart.
Responsive Divergence Detector (MACD/QQE/OSC)Okay, here's a short description for the indicator based on its features and inputs:
Indicator Description:
This indicator identifies potential trend reversals and continuations by detecting Regular and Hidden divergences (both Bullish and Bearish) between price action and a selected oscillator.
Features:
Indicator Choice: Select between MACD (Histogram), QQE (Smoothed RSI), standard RSI, or an OBV Oscillator.
Responsive Detection: Uses a non-repainting method to identify potential indicator pivots quickly based on a configurable lookback confirmation.
Customizable Filters: Filter signals based on minimum price change (%), minimum indicator value change, and oscillator level (e.g., require bullish divs below 0/50).
Clear Visuals: Displays divergences with configurable labels (R+/R-/H+/H-) on the chart and optional lines connecting the divergence points on both price and the indicator pane.
Highly Customizable: Adjust indicator parameters, lookback periods, filters, colors, and label sizes to suit your trading style.
TrendChroma [GOODY]
■■■■■■■■■■■═══════════════════■■■■■■■■■■■■■■
📈 TrendChroma
■■■■■■■■■■■═══════════════════■■■■■■■■■■■■■■
TrendChroma is a comprehensive trend-tracking and sentiment analysis tool that combines multi-layered indicators into one sleek visual suite. Designed for trend traders who want clarity without clutter, it provides real-time insights into market direction, strength, and volatility.
🔍 Core Features:
• Star Rating System: Visual trend score based on EMA stacking, VWAP positioning, and EWO momentum. Ratings range from 0★ to 6★ and are color-coded based on trend strength and direction.
• Sentiment Strength Meter: Analyzes 5-minute EMAs and VWAP to determine real-time sentiment (Bullish 🐂, Bearish 🐻, Neutral ―) with corresponding emojis and tooltips.
• Dynamic EMA Lines: High/Low EMA lines change color based on MACD momentum and price position, providing an intuitive visual trend map.
• RSI-Based Candle Colors: Highlights exhaustion, strength shifts, and momentum pivots using custom bar coloring logic derived from RSI crossovers.
• Buy/Sell Signals: RSI cross strategy to detect momentum entry/exit points (optional).
• Divergence Detection: Spot MACD vs. Price conflicts with clean overlay labels and customizable colors.
Real-Time Metrics Table (Optional):
• ★ Star Rating
• % Change (Pre-Market, Market, Post-Market)
• $ Dollar Change with session awareness
• Countdown Timer (Time left in candle)
• Sentiment Strength
𝚽 1POINT6 MicroTrend [Abhinav Sonkar]1POINT6 Microtrend is a unique indicator that tracks and graphs all 4 parameters of Technical Analysis:
1. Trend
2. Volume
3. Momentum
4. Volatility
Microtrend indicator detects sideways movement of the market and prevents investor from getting stuck in rangebound market
Website: 1point6.in
MACD & Stochastic AlertThis code detects if the following combination has occured in the chart
if MACD has crossed over MACD Signal in the last 4 candles
and
whether the Fast Stochastic K% has exited the channel 80 & 23
Then you can set an alert based on the function call.
Multi-Timeframe Analysis Table with SMA CrossThis script creates a multi-timeframe analysis tool for technical trading in TradingView. It displays a comprehensive table that helps traders analyze price action across different timeframes simultaneously.
Core Functionality
The script generates a table with five columns:
Label column: Shows indicator names and section titles
Current timeframe: Analysis for the chart's current timeframe
Higher timeframe 1: Analysis for first higher timeframe (default: 60min)
Higher timeframe 2: Analysis for second higher timeframe (default: 4h)
Higher timeframe 3: Analysis for third higher timeframe (default: Daily)
Key Components
Technical Indicators
The table displays values for four technical indicators across all timeframes:
RSI (Relative Strength Index): Measures momentum and identifies overbought/oversold conditions
MACD (Moving Average Convergence Divergence): Trend-following momentum indicator
VMC (Volatility-based Mean Reversion): Custom oscillator for mean reversion signals
TRIX: Triple exponential average indicator showing percent rate-of-change
Trading Recommendations
The script calculates trading recommendations by:
Checking if SMA1 (fast) is above/below SMA2 (slow) to determine trend direction
Calculating an indicator score based on RSI, MACD, VMC, and TRIX values
Combining trend confirmation with indicator score to generate recommendations:
BUY: Bullish trend with positive indicator score
SELL: Bearish trend with negative indicator score
WAIT: Positive indicator score but no bullish confirmation
NEUTRAL: No clear signal
Support/Resistance Levels
The script identifies key support and resistance levels for each timeframe using a pivot-based algorithm that:
Finds significant price pivots within a lookback period
Groups nearby pivots into channels/zones
Displays the most significant S/R level for each timeframe
Trend Confirmation
The final row shows the overall trend direction based on SMA crossovers:
Bullish: When the faster SMA is above the slower SMA
Bearish: When the faster SMA is below the slower SMA
Unstable: When there's no clear direction
User Customization
The script offers extensive customization options:
Toggle which timeframes to display
Adjust SMA periods for each timeframe
Set threshold levels for all indicators
Customize support/resistance detection parameters
Change the table's position, colors, opacity, and border settings
Practical Use
Traders can use this table to:
Identify alignment across multiple timeframes (stronger signals when all timeframes agree)
Spot divergences between timeframes (potential trend changes)
Make more informed trading decisions with comprehensive technical analysis in a single view
Find key support/resistance levels relevant to different trading horizons
MACD_V1New Features:
Golden/Death Crossover Markers
Golden/Death Crossover Alerts
新增功能
1、金叉死叉标识
2、金叉死叉警报
Scalping Strategy (by Plan-F7)Scalping Strategy (by Plan-F7)
A powerful scalping indicator optimized for lower timeframes (5-min and 15-min).
It combines multiple technical indicators for high-probability entries:
RSI & Stochastic RSI for overbought/oversold signals
MACD for trend confirmation
EMA 9 & EMA 21 to define trend direction
ADX to filter trades based on trend strength
ATR for dynamic Take Profit and Stop Loss levels
How to use:
Green arrow with "BUY" label = Buy Signal
Red arrow with "SELL" label = Sell Signal
TP and SL levels are automatically plotted
Best used on 5-min or 15-min charts for fast entries
Supports visual and audio alerts
مؤشر سكالبينج (Scalping Strategy by Plan-F7)
مصمم خصيصًا للتداول السريع على الفريمات الصغيرة (5 دقائق و15 دقيقة).
يعتمد على دمج عدة مؤشرات فنية قوية:
RSI و Stochastic RSI لتحديد مناطق التشبع الشرائي/البيعي
MACD لتأكيد الاتجاه
المتوسطات المتحركة (EMA 9 و 21) لتحديد الاتجاه العام
ADX لتأكيد قوة الاتجاه قبل الدخول
ATR لحساب الأهداف (Take Profit) ووقف الخسارة (Stop Loss) بشكل ديناميكي
طريقة الاستخدام:
إشارات الشراء تظهر بسهم أخضر وكلمة "BUY"
إشارات البيع تظهر بسهم أحمر وكلمة "SELL"
تظهر خطوط على الشارت تمثل الأهداف ووقف الخسارة
يمكن استخدامه على فريم 5 أو 15 دقيقة لتحقيق صفقات سريعة بدقة عالية
يدعم تنبيهات بصرية وصوتية
MACD Filtered CrossThis indicator adds on to the standard MACD cross by adding a filter. It can be used to filter only MACD crosses above zero or below zero.
I separated the cross ups and cross downs if you only want to see bullish or bearish crosses.
Personally, I like looking for bullish MACD crosses above 0 for possible longs.
Enjoy!
Multi-TF MACD ScannerAn indicator for trading Gold, to track MACD cross and histogram across multiple timeframes (4H, 1H, 15M and 5M).
Institutional MACD (Z-Score Edition) [VolumeVigilante]📈 Institutional MACD (Z-Score Edition) — Professional-Grade Momentum Signal
This is not your average MACD .
The Institutional MACD (Z-Score Edition) is a statistically enhanced momentum tool, purpose-built for serious traders and breakout hunters . By applying Z-Score normalization to the classic MACD structure, this indicator uncovers statistically significant momentum shifts , enabling cleaner reads on price extremes, trend continuation, and potential reversals.
💡 Why It Matters
The classic MACD is powerful — but raw momentum values can be noisy and relative , especially on volatile assets like BTC/USD . By transforming the MACD line, signal line, and histogram into Z-scores , we anchor these signals in statistical context . This makes the Institutional MACD:
✔️ Timeframe-agnostic and asset-normalized
✔️ Ideal for spotting true breakouts , not false flags
✔️ A reliable tool for detecting momentum divergence and exhaustion
🧪 Key Features
✅ Full Z-Score normalization (MACD, Signal, Histogram)
✅ Highlighted ±Z threshold bands for overbought/oversold zones
✅ Customizable histogram coloring for visual momentum shifts
✅ Built-in alerts for zero-crosses and Z-threshold breaks
✅ Clean overlay with optional display toggles
🔁 Strategy Tip: Mean Reversion Signals with Statistical Confidence
This indicator isn't just for spotting breakouts — it also shines as a mean reversion tool , thanks to its Z-Score normalization .
When the Z-Score histogram crosses beyond ±2, it marks a statistically significant deviation from the mean — often signaling that momentum is overstretched and the asset may be due for a pullback or reversal .
📌 How to use it:
Z > +2 → Price action is in overbought territory. Watch for exhaustion or short setups.
Z < -2 → Momentum is deeply oversold. Look for reversal confirmation or long opportunities.
These zones often precede snap-back moves , especially in range-bound or corrective markets .
🎯 Combine Z-Score extremes with:
Candlestick confirmation
Support/resistance zones
Volume or price divergence
Other mean reversion tools (e.g., RSI, Bollinger Bands)
Unlike the raw MACD, this version delivers statistical thresholds , not guesswork — helping traders make decisions rooted in probability, not emotion.
📢 Trade Smart. Trade Vigilantly.
Published by VolumeVigilante
RSI-MACD Momentum Fusion Indicator(RMFI)📈 RSI-MACD Momentum Fusion Indicator (RMFI)
The RMFI combines the strengths of two RSI variants with a dynamically adaptive MACD module into a powerful momentum oscillator ranging from 0 to 100. The goal is to unify converging momentum information from different perspectives into a clear, weighted overall signal.
🔧 Core Features
RSI 1: Classic Wilder RSI, sensitive to short-term momentum.
RSI 2: Modified RSI based on normalized price movement ranges (Range Momentum).
MACD (3 Modes):
Standardized (min/max-based)
Fully adaptive (Z-score normalization)
50% adaptive (hybrid weighting of both approaches)
Dynamic MACD mode selection (optional): Automatic switching of MACD normalization based on volatility levels (ATR-based).
Signal Line: Smoothed average of all components to visualize momentum trends and crossovers.
🎯 Visualization
Clear separation of overbought (>70) and oversold (<30) zones with color highlighting.
Different colors based on the dynamic MACD mode – visually indicates how strongly the market adapts to volatility.
⚙️ Recommended Use
Ideal for trend following, divergence confirmation (with external divergence logic), and momentum reversals.
Particularly effective in volatile markets, as the MACD component adaptively responds to instability.
© champtrades
RMH MidTermThis script combines technical indicators (RSI and MACD), the trend of the HYG ETF, and a long-term moving average to detect buying or selling opportunities in markets with a medium-term bias.
Buy when the RSI breaks out of oversold territory, the MACD crosses upward, the HYG shows relative strength, and the price is above the 200-day moving average.
Sell when the RSI enters overbought territory, the MACD crosses downward, the HYG shows weakness, and the price falls below the 200-day moving average.
It also marks global trend changes using the 200-day moving average as a reference.
Double MACD Overlay [NLR]This indicator plots two MACD signals directly on your price chart to help you spot trends and shifts in momentum more clearly:
🔹 Main MACD - The classic MACD with customizable Fast, Slow, and Signal lengths. Great for confirming broader trend direction.
🔹 Short MACD - A faster MACD with an option to smooth the input, helping you catch early signals or identify short-term momentum changes.
Each MACD is visualized as:
A line showing the moving average
A colored histogram showing the MACD minus the signal
A zero line for reference
Why use this?
By comparing a short-term MACD with a longer-term one, you get early signals without losing the big picture. Use it for confirmation, divergence spotting, or just cleaner trend visualization.
Best For:
✅ Trend-followers
✅ Momentum traders
✅ Anyone who wants more context from their MACD signals
Recommended Settings:
Here are some ideal settings to get the most out of this indicator:
On a 5-Minute Chart:
Compare your current MACD with the 15-minute MACD.
- MACD Multiplier: 3
On a 1-Minute Chart:
Spot short-term moves while comparing them to the 5-minute MACD.
- MACD Multiplier: 5
- Use Smoothed Source (Short MACD): ON (for a cleaner short MACD signal)
Happy trading! 💹
Mr_Pips817 RSI Divergence PROBuilt for professional traders who demand precision.
The TMA - RSI Divergence PRO indicator combines high-probability divergence detection with smart liquidity-based price action levels to identify turning points, trend reversals, and entry/exit zones.
✅ Detects RSI/Momentum/Smoothed divergence
✅ Marks Buy/Sell signals with graded confidence levels
✅ Includes Best / Great / Good / Quality signal types
✅ Fully customizable oscillator levels
✅ Adjustable timeframe alert filter
✅ Invite-only & source-protected
Use it on any market: FX, crypto, indices, stocks, commodities
Optimized for scalping, intraday, and swing trading strategies.
🧠 How It Works:
Select your oscillator (RSI, Momentum, or Smoothed).
When price forms a pivot high/low and diverges from the oscillator, the system flags the divergence.
When the oscillator crosses specific liquidity zones (customizable), it triggers a Buy/Sell label.
Each signal type is visually and logically ranked by quality.
Optional: Filter alerts by your desired chart timeframe for enhanced control.
🧪 Signal Tiers Explained:
Type Signal Meaning
Best Quality Sell "Sell" Optimal sell signal (buy-side liquidity sweep)
Great Quality ⇩⇩ / ⇧⇧ Strong momentum shift
Good Quality ⇩ / ⇧ Probable trend start
Quality • (dot) Early warning / low-grade signal
🚨 Alerts & Controls:
Toggle alerts on/off per signal type
Filter alerts by timeframe
Fine-tune divergence & signal thresholds for each market
📈 Suggested Settings:
Use RSI Divergence for FX and Crypto
Use Smoothed Divergence for Indexes or higher timeframes
Tune liquidity levels based on market volatility
Trend Strength MeterThe Trend Strength Meter (TSM) is a powerful and versatile indicator designed to help traders identify market trends, measure their strength, and detect potential reversals with ease. This indicator combines the power of moving averages, divergence detection, and a clean, customizable dashboard to provide actionable insights for traders of all levels.
How It Works
Trend Strength Calculation:
1. The TSM calculates the trend strength using the difference between two Exponential Moving Averages (EMAs): a fast EMA (default: 20) and a slow EMA (default: 50).
2. The difference is expressed as a percentage of the slow EMA, providing a clear measure of the trend's strength and direction.
Histogram Visualization:
1. A color-coded histogram visually represents the trend strength:
Green: Bullish trend
Red: Bearish trend
Gray: Neutral or no significant trend
2. A smoothed trend strength line (SMA of the trend strength) is also plotted for better clarity.
Divergence Detection:
1. The indicator detects bullish and bearish divergences using the RSI (Relative Strength Index) and price action.
2. Bullish Divergence: Price makes a lower low, but RSI makes a higher low, signaling potential upward momentum.
3. Bearish Divergence: Price makes a higher high, but RSI makes a lower high, signaling potential downward momentum.
=> Divergences are marked with arrows on the chart:
Green Arrow: Bullish divergence
Red Arrow: Bearish divergence
Dashboard:
1. A clean and informative dashboard displays key information:
Trend Strength Value: The current strength of the trend
Trend Direction: Bullish, Bearish, or Neutral
Last Signal: Buy, Sell, or None (based on divergence signals)
The dashboard is fully customizable and can be positioned anywhere on the chart (e.g., top-right, bottom-left, center, etc.).
Key Features
1. Trend Strength Measurement: Quickly identify the strength and direction of the trend.
2. Divergence Detection: Spot potential reversals before they occur with bullish and bearish divergence signals.
3. Customizable Dashboard: Move the dashboard to your preferred location on the chart for better visibility.
4. User-Friendly Design: Clean visuals and intuitive color coding make it easy to interpret market conditions.
5. Actionable Signals: Provides clear Buy/Sell signals based on divergence, helping traders make informed decisions.
How to Use
1. Trend Confirmation:
Use the histogram and trend strength value to confirm the current market trend.
Green bars indicate a bullish trend, while red bars indicate a bearish trend.
2. Divergence Signals:
Look for divergence arrows (green for bullish, red for bearish) to anticipate potential reversals.
Combine divergence signals with other technical analysis tools for higher accuracy.
3. Dashboard Insights:
Monitor the dashboard for real-time updates on trend strength, direction, and the latest signal.
Use the "Last Signal" (Buy/Sell) to validate your trading decisions.
4. Custom Settings:
Adjust the EMA lengths and divergence lookback period to suit your trading style and timeframe.
Position the dashboard anywhere on the chart for convenience.
Best Practices
1. Use the TSM in conjunction with other indicators or price action analysis for confirmation.
2. Test the indicator on different timeframes to find the one that works best for your strategy.
3. Always practice proper risk management when trading.
Disclaimer
This indicator is a tool to assist in technical analysis and should not be used as a standalone trading strategy. Past performance is not indicative of future results. Always conduct your own research and consult with a financial advisor before making trading decisions.
VVV DivergenciaThe **VVV Divergencia** indicator identifies bullish and bearish divergences on the chart by analyzing price action and fractal patterns. Here's a summary of its functions:
**Divergence Detection**: The indicator identifies regular and hidden divergences:
- **Bullish Divergence**: Occurs when the price forms a lower low while the oscillator makes a higher low, indicating potential upward momentum.
- **Bearish Divergence**: Occurs when the price forms a higher high while the oscillator makes a lower high, suggesting possible downward momentum.
- **Hidden Divergences**: These occur when the price does not align with the oscillator's movement, signaling potential continuation of the trend.
**Visual Indicators**: The script visually highlights these divergences on the chart:
- Bullish and bearish divergences are drawn as lines with different colors.
- The background color of the bars is changed based on the divergence signal, where green and orange indicate bullish patterns and red and aqua indicate bearish patterns.
**Customizable Parameters**: Users can adjust the source of the price data BASED ON ANY indicator.
This indicator is useful for traders looking to spot divergence patterns, which are often used to predict potential reversals or continuations in price trends.
A **VVV Divergencia** indikátor a divergenciák felismerésére szolgál a grafikonon.
**Divergenciák Felismerése**: Az indikátor a normál és rejtett divergenciákat is felismeri:
- **Bika Divergencia (Bullish Divergence)**: Akkor fordul elő, amikor az ár alacsonyabb mélypontot képez, miközben az oszcillátor magasabb mélypontot formál, ami emelkedésre utalhat.
- **Medve Divergencia (Bearish Divergence)**: Akkor jelenik meg, amikor az ár magasabb csúcsot ér el, miközben az oszcillátor alacsonyabb csúcsot mutat, ami csökkenésre utalhat.
- **Rejtett Divergenciák**: Ezek akkor fordulnak elő, amikor az ár nem igazodik az oszcillátor mozgásához, ami a trend folytatódására utalhat.
**Vizualizálás**: Az indikátor vizuálisan kiemeli a divergenciákat a grafikonon:
- A bullish és bearish divergenciák különböző színekkel vonalakként jelennek meg.
- A gyertyák háttérszíne is változik a divergenciák jelei alapján: a zöld és a türkiz bullish mintát, míg a piros és a narancssárga bearish mintát jelez.
**Testreszabható Paraméterek**: A felhasználók beállíthatják az árforrást ami bármilyen indikátorra beállítható.
Ez az indikátor hasznos lehet azoknak a tradereknek, akik a divergenciák alapján szeretnének előrejelzéseket készíteni, mivel ezek a minták gyakran előre jelzik az árfolyam fordulatait vagy a trendek folytatódását.
MACD Boundary PSA - CoffeeKillerMACD Boundary PSA - CoffeeKiller Indicator Guide
Welcome traders! This guide will walk you through the MACD Boundary PSA indicator, a powerful market analysis tool developed by CoffeeKiller that enhances the traditional MACD with advanced boundary detection and peak signaling features.
🔔 **Warning: This Indicator Has No Signal Line or MACD Line** 🔔 This indicator is my version of the MACD, that I use in conjunction with the Rev&Line indicator.
Core Concept: Enhanced MACD Analysis
The foundation of this indicator builds upon the classic Moving Average Convergence Divergence (MACD) indicator, adding boundary tracking and peak detection systems to provide clearer signals and market insights.
Histogram Bars: Market Momentum
- Positive Green Bars: Bullish momentum
- Negative Red Bars: Bearish momentum
- Color intensity varies based on momentum strength
- Special coloring for new high/low boundaries
Marker Lines: Dynamic Support/Resistance
- High Marker Line (Magenta): Tracks the highest point reached during a bullish phase
- Low Marker Line (Cyan): Tracks the lowest point reached during a bearish phase
- Acts as dynamic boundaries that help identify strength of current moves
Peak Detection System:
- Triangular markers identify significant local maxima and minima
- Background highlighting shows important momentum peaks
- Helps identify potential reversal points and momentum exhaustion
Core Components
1. MACD Calculation
- Customizable fast and slow moving averages
- Signal line smoothing options
- Flexible MA type selection (SMA or EMA)
- Custom source input options
2. Boundary Tracking System
- Automatic detection of highest values in bullish phases
- Automatic detection of lowest values in bearish phases
- Step-line visualization of boundaries
- Color-coded for easy identification
3. Peak Detection System
- Identification of local maxima and minima
- Background highlighting of significant peaks
- Triangle markers for peak visualization
- Zero-line cross detection for trend changes
4. Time Resolution Control
- Normal mode: calculations based on chart timeframe
- Custom resolution mode: calculations based on specified timeframe
Main Features
Time Resolution Settings
- Normal mode: calculations match your chart's timeframe
- Custom resolution mode: calculations based on specified timeframe
- Helps identify stronger signals from other timeframes
Visual Elements
- Color-coded histogram bars
- Dynamic marker lines for boundaries
- Peak triangles for significant turning points
- Background highlighting for peak identification
Signal Generation
- Zero-line crosses for trend change signals
- Boundary breaks for momentum strength
- Peak formation for potential reversals
- Color changes for momentum direction
Customization Options
- MA types and lengths
- Signal smoothing
- Color schemes
- Marker line visibility
- Peak background display options
Trading Applications
1. Trend Identification
- Histogram crossing above zero: bullish trend beginning
- Histogram crossing below zero: bearish trend beginning
- Histogram color: indicates momentum direction
- Consistent color intensity: trend strength
2. Reversal Detection
- Peak triangles after extended trend: potential exhaustion
- Background highlighting: significant reversal points
- Histogram approaching marker lines: potential trend change
- Color shifts from bright to muted: decreasing momentum
3. Momentum Analysis
- Histogram breaking above previous high boundary: accelerating bullish momentum
- Histogram breaking below previous low boundary: accelerating bearish momentum
- Special coloring (magenta/cyan): boundary breaks indicating strength
- Distance from zero line: overall momentum magnitude
4. Market Structure Assessment
- Consecutive higher peaks: strengthening bullish structure
- Consecutive lower troughs: strengthening bearish structure
- Peak comparisons: relative strength of momentum phases
- Boundary line steps: market structure levels
Optimization Guide
1. MACD Settings
- Fast Length: Shorter values (8-12) for responsiveness, longer values (20+) for smoother signals
- Slow Length: Shorter values (21-34) for more signals, longer values (72+) for major moves
- Default settings (22, 72, 9): balanced approach for most timeframes
- Consider using 8, 21, 5 for shorter timeframes and 34, 144, 5 for longer timeframes
2. MA Type Selection
- EMA: More responsive, follows price more closely
- SMA: Smoother, fewer false signals, potentially more lag
- Mix and match for oscillator and signal lines based on your preference
3. Time Resolution
- Match chart timeframe: for aligned analysis
- Use higher timeframe: for filtering signals
- Lower timeframe: for earlier entries but more noise
4. Color Customization
- Normal bullish/bearish colors: represent standard momentum
- High/low marker line colors: customize visibility
- Peak marker colors: adjust for your visual preference
- Consider chart background when selecting colors
Best Practices
1. Signal Confirmation
- Wait for zero-line crosses to confirm trend changes
- Look for peak formations to identify potential reversals
- Check for boundary breaks to confirm strong momentum
- Use custom timeframe option for higher timeframe confirmation
2. Timeframe Selection
- Lower timeframes: more signals, potential noise
- Higher timeframes: cleaner signals, less frequent
- Custom resolution: allows comparison across timeframes
- Consider using multiple timeframes for confirmation
3. Market Context
- Strong bullish phase: positive histogram breaking above marker line
- Strong bearish phase: negative histogram breaking below marker line
- Histogram approaching zero: potential trend change
- Peak formations: potential exhaustion points
4. Combining with Other Indicators
- Use with trend indicators for confirmation
- Pair with oscillators for overbought/oversold conditions
- Combine with volume analysis for validation
- Consider support/resistance levels with boundary lines
Advanced Trading Strategies
1. Boundary Break Strategy
- Enter long when histogram breaks above previous high marker line
- Enter short when histogram breaks below previous low marker line
- Use zero-line as initial stop-loss reference
- Take profits at formation of opposing peaks
2. Peak Trading Strategy
- Identify significant peaks with triangular markers
- Look for consecutive lower peaks in bullish phases for shorting opportunities
- Look for consecutive higher troughs in bearish phases for buying opportunities
- Use zero-line crosses as confirmation
3. Multi-Timeframe Strategy
- Use custom resolution for higher timeframe MACD trend
- Enter trades when both timeframes align
- Higher timeframe for trend direction
- Chart timeframe for precise entry
4. Histogram Color Strategy
- Enter long when histogram turns bright green (increasing momentum)
- Enter short when histogram turns bright red (increasing momentum)
- Exit when color intensity fades (decreasing momentum)
- Use marker lines as dynamic support/resistance
Practical Analysis Examples
Bullish Market Scenario
- Histogram crosses above zero line
- Green bars grow in height and intensity
- High marker line forms steps upward
- Peak triangles appear at local maxima
- Background highlights appear at significant momentum peaks
Bearish Market Scenario
- Histogram crosses below zero line
- Red bars grow in depth and intensity
- Low marker line forms steps downward
- Peak triangles appear at local minima
- Background highlights appear at significant momentum troughs
Consolidation Scenario
- Histogram oscillates around zero line
- Bar colors alternate frequently
- Marker lines remain relatively flat
- Few or no new peak highlights appear
- Histogram values remain small
Understanding Market Dynamics Through MACD Boundary PSA
At its core, this indicator provides a unique lens to visualize market momentum and boundaries:
1. Momentum Strength: The histogram height/depth shows the strength of current momentum, with color intensity providing additional context about acceleration or deceleration.
2. Dynamic Boundaries: The marker lines create a visual representation of the "high water marks" of momentum in both directions, helping to identify when markets are making new momentum extremes.
3. Exhaustion Signals: The peak detection system highlights moments where momentum has reached a local maximum or minimum, often precursors to reversals or consolidations.
4. Trend Confirmation: The histogram color and intensity provide instant feedback about the current trend direction and strength, with special colors highlighting particularly significant moves.
Remember:
- Combine signals from histogram, marker lines, and peak formations
- Use appropriate timeframe settings for your trading style
- Customize the indicator to match your visual preferences
- Consider market conditions and correlate with price action
This indicator works best when:
- Used as part of a comprehensive trading system
- Combined with proper risk management
- Applied with an understanding of current market conditions
- Signals are confirmed by price action and other indicators
**DISCLAIMER**: This indicator and its signals are intended solely for educational and informational purposes. They do not constitute financial advice. Trading involves significant risk of loss. Always conduct your own analysis and consult with financial professionals before making trading decisions.