MTF Dashboard (Stoch,MACD,RSI) & Stochastic Signals
English Script Description:
Indicator Title: MTF Dashboard (Stoch,MACD,RSI) & Stochastic Signals
1. Overview
The "MTF Dashboard (Stoch,MACD,RSI) & Stochastic Signals" indicator is an advanced, multi-faceted analytical tool designed for comprehensive market analysis. It consolidates a detailed multi-timeframe (MTF) dashboard for Stochastic, MACD, and RSI, hierarchical Stochastic alignment signals (S3, S4, S5), PVSRA-based candle coloring, a customizable moving average, optional MA/VWAP filters for signals, and dynamic background coloring into a single, integrated Pine Script™ utility. This indicator aims to provide traders with a deeper market perspective by consolidating multiple layers of analysis onto the current chart.
2. Originality and Usefulness
This script’s originality stems from its comprehensive integration of several distinct analytical methodologies into a cohesive and highly customizable framework. While the core concept for the hierarchical Stochastic signals (S3-S5) was inspired by the work of f56eroon (ابو بتال - خطيرون), this indicator represents a significant original development by Saleh_ABO_RAED. Key original contributions include:
The specific implementation and extensive customization of the MTF dashboard displaying Stochastic, MACD, and RSI across five user-defined timeframes.
The seamless integration of PVSRA ( Volume) candle coloring, providing an immediate visual layer of volume confirmation.
The inclusion of a fully customizable general-purpose Moving Average.
The advanced and independent MA and VWAP filtering options for the S3-S5 Stochastic signals.
The overall script architecture that allows these diverse components to work synergistically.
Justification for Mashup:
This indicator is designed to provide a multi-dimensional view of the market, which is often necessary for robust trade decision-making. By combining:
MTF Analysis (Dashboard & Signals): To understand the broader context and identify signals aligning across multiple perspectives.
Momentum & Trend (Stoch, MACD, RSI, MA): To gauge the strength and direction of price movements.
Volume Analysis (PVSRA): To assess the conviction behind price action.
Signal Filtering (MA/VWAP): To enhance the reliability of generated signals.
This "mashup" is justified by its utility in helping traders identify higher-probability setups through the confluence of these varied analytical signals, all within a single tool, thus reducing chart clutter and streamlining the analytical process. The script is useful for traders who appreciate a detailed, layered approach to market analysis and seek to confirm signals from multiple non-correlated perspectives.
Practical Benefit for Traders:
This tool empowers traders to:
Quickly assess market conditions across multiple timeframes and key indicators.
Identify potential trade entries based on hierarchical Stochastic signals, confirmed by PVSRA and optional MA/VWAP filters.
Visually gauge market strength and conviction through PVSRA candle coloring.
Utilize a customizable MA for trend direction and dynamic support/resistance.
Make more informed decisions by considering a confluence of analytical factors.
3. Key Features
Multi-Timeframe Dashboard (Stochastic, MACD, RSI): Displays Stochastic (%K, %D, Status), MACD (Line, Signal, Status), and RSI (Value, SMA, Status) for up to five user-configurable timeframes (TF1 to TF5).
Hierarchical Stochastic Alignment Signals (S3, S4, S5): Generates signals based on a sequence of Stochastic confirmations across TF1-TF5, with user-defined K-level thresholds for initial crosses and subsequent confirmations.
PVSRA Candle Coloring: Integrates PVSRA logic to color candles based on volume and price action analysis (e.g., Bullish/Bearish 200% Volume, 150% Volume, Normal Volume candles). Option to override current symbol for PVSRA calculation.
Customizable Moving Average (MA): Plots a user-selectable MA (SMA or EMA) with configurable length, source, color, and width.
Dual Independent Optional Signal Filters (for S3-S5 signals):
MA Filter: Optionally filter S3-S5 signals using a separate configurable MA (SMA, EMA, WMA).
VWAP Filter: Optionally filter S3-S5 signals using VWAP with advanced anchoring options.
Customizable Background Coloring: Optionally colors the chart background when Stochastic indicators on TF3, TF4, and TF5 are in bullish or bearish alignment.
Extensive Customization: Configure all timeframes, all indicator parameters (Stoch, MACD, RSI, PVSRA colors, MA settings, VWAP settings), signal confirmation K-levels, table appearance, and alert conditions.
Alerts: Defines multiple alert conditions for S3, S4, and S5 Bullish/Bearish alignment signals, with alert messages indicating active filters.
4. How It Works
MTF Data & Dashboard: The script fetches and calculates Stochastic, MACD, and RSI data for each of the five user-defined timeframes using request.security with barmerge.lookahead_on to prevent future data leakage. This data populates the on-chart table.
PVSRA Candle Coloring: Analyzes each bar's volume and price range against historical averages (e.g., 10-period SMA of volume) to identify candles with significantly high volume (e.g., >=150% or >=200% of average) or high "value2" (volume * range), coloring them accordingly to denote strong buying or selling pressure.
Stochastic Signal Generation (S3-S5):
An initial Stochastic cross on TF1 (optionally filtered by K-level) serves as the trigger.
This cross is then confirmed sequentially by congruent Stochastic conditions (K above/below D, and K above/below user-defined confirmation levels) on TF2, TF3 (for an S3 signal), then TF4 (for S4), and finally TF5 (for S5).
MA & VWAP Signal Filtering: If enabled, generated S3-S5 signals are only plotted (and trigger alerts) if the price also satisfies the condition relative to the chosen MA (e.g., price > MA for longs) and/or VWAP. Both MA and VWAP lines can be plotted independently.
Background Coloring: Based on the consensus of Stochastic states (bullish/bearish) on TF3, TF4, and TF5.
5. How to Use
Configure Timeframes & Base Indicators: Set up your desired MTF levels (TF1-TF5) and the parameters for Stoch, MACD, and RSI via the script's "Settings/Inputs" dialogue.
Configure PVSRA & General MA: Enable/disable PVSRA candle coloring and the general MA plot; adjust their respective parameters (colors, lengths, types).
Set Stochastic Signal Parameters:
Adjust K-level thresholds for TF1 Stochastic crosses (set to 0 for bull/100 for bear to disable K-level entry filter).
Configure K-level confirmation thresholds for TF2-TF5.
Configure Optional MA/VWAP Signal Filters: Independently enable plotting and/or signal filtering for the MA and/or VWAP; choose their types, lengths, and anchor periods.
Interpret:
Dashboard: For an overview of market conditions.
PVSRA Candles: For volume confirmation of price movements.
S3-S5 Signals: As potential indications of strengthening multi-timeframe Stochastic alignment. The more filters a signal passes (MA, VWAP), the more confluent it might be considered.
MA/VWAP Lines: As dynamic support/resistance or trend indicators.
Background Color: For quick visual assessment of broader Stochastic momentum.
Setting Up Alerts: Add the indicator to your chart. Click the "Alert" button in TradingView, select this indicator under "Condition," and choose from the defined alert conditions (e.g., "Stoch TF3 Bullish Alignment"). Alert messages will indicate active filters.
6. Important Considerations / Disclaimer
This indicator provides analytical tools and potential signals; it is not a standalone trading system and does not guarantee profits.
Always use in conjunction with your trading strategy, risk management, and other analyses. Test thoroughly.
The effectiveness of filters and signals varies with market conditions and assets. Experimentation with settings is crucial.
This script is for educational/informational purposes only and is not financial advice. Trading involves substantial risk. The author, Saleh_ABO_RAED, is not responsible for any trading decisions based on this indicator.
7. Credits
The hierarchical Stochastic signal logic (S3-S5) and the initial strategic framework were inspired by the work of f56eroon (ابو بتال - خطيرون). This script, "MTF Dashboard (Stoch,MACD,RSI) & Stochastic Signals," represents an original development by Saleh_ABO_RAED, featuring the specific MTF dashboard implementation for Stochastic, MACD, and RSI, the integration of PVSRA candle coloring and a general Moving Average, advanced MA/VWAP signal filtering, background coloring, and the overall customizable script architecture.
Arabic Script Description (الوصف العربي للإسكريبت):
عنوان المؤشر: MTF Dashboard (Stoch,MACD,RSI) & Stochastic Signals
1. نظرة عامة
مؤشر "MTF Dashboard (Stoch,MACD,RSI) & Stochastic Signals" هو أداة تحليلية متقدمة ومتعددة الأوجه مصممة للتحليل الشامل للسوق. يدمج هذا المؤشر لوحة معلومات مفصلة متعددة الأطر الزمنية (MTF) لمؤشرات ستوكاستيك، الماكد (MACD)، ومؤشر القوة النسبية (RSI)، مع إشارات ستوكاستيك الهرمية التوافقية (S3, S4, S5)، وتلوين الشموع بناءً على PVSRA، ومتوسط متحرك قابل للتخصيص، وفلاتر اختيارية (MA و VWAP) للإشارات، وتلوين ديناميكي للخلفية، كل ذلك في أداة واحدة متكاملة مبرمجة بلغة Pine Script™. يهدف هذا المؤشر إلى تزويد المتداولين بمنظور أعمق للسوق من خلال دمج طبقات تحليل متعددة على الرسم البياني الحالي.
2. الأصالة والفائدة
تنبع أصالة هذا الإسكريبت من تكامله الشامل للعديد من المنهجيات التحليلية المتميزة ضمن إطار عمل متماسك وقابل للتخصيص بدرجة عالية. بينما المفهوم الأساسي لإشارات ستوكاستيك الهرمية (S3-S5) مستوحى من f56eroon (ابو بتال - خطيرون)، يمثل هذا المؤشر تطويراً أصيلاً وجوهرياً قام به Saleh_ABO_RAED. تشمل المساهمات الأصلية الرئيسية ما يلي:
التنفيذ المحدد والتخصيص الشامل للوحة معلومات MTF التي تعرض ستوكاستيك، الماكد، ومؤشر القوة النسبية عبر خمسة أطر زمنية يحددها المستخدم.
التكامل السلس لتلوين شموع PVSRA (، الحجم، )، مما يوفر طبقة تأكيد مرئية فورية للحجم.
إدراج متوسط متحرك عام قابل للتخصيص بالكامل.
خيارات التصفية المتقدمة والمستقلة باستخدام المتوسط المتحرك (MA) ومتوسط السعر المرجح بالحجم (VWAP) لإشارات ستوكاستيك S3-S5.
البنية البرمجية الشاملة التي تسمح لهذه المكونات المتنوعة بالعمل بشكل متآزر.
مبررات الدمج (Mashup Justification):
تم تصميم هذا المؤشر لتوفير رؤية متعددة الأبعاد للسوق، وهو أمر ضروري غالبًا لاتخاذ قرارات تداول قوية. من خلال الجمع بين:
تحليل MTF (لوحة المعلومات والإشارات): لفهم السياق الأوسع وتحديد الإشارات المتوافقة عبر وجهات نظر متعددة.
الزخم والاتجاه (ستوكاستيك، ماكد، RSI، المتوسط المتحرك): لقياس قوة واتجاه تحركات الأسعار.
تحليل الحجم (PVSRA): لتقييم قوة الاقتناع وراء حركة السعر.
تصفية الإشارات (MA/VWAP): لتعزيز موثوقية الإشارات المولدة.
هذا "الدمج" مبرر بفائدته في مساعدة المتداولين على تحديد إعدادات تداول ذات احتمالية أعلى من خلال التقاء هذه الإشارات التحليلية المتنوعة، كل ذلك ضمن أداة واحدة، مما يقلل من فوضى الرسم البياني ويبسط العملية التحليلية. الإسكريبت مفيد للمتداولين الذين يقدرون النهج التفصيلي متعدد الطبقات لتحليل السوق ويسعون لتأكيد الإشارات من وجهات نظر متعددة غير مترابطة.
الفائدة العملية للمتداولين:
تمكّن هذه الأداة المتداولين من:
تقييم ظروف السوق بسرعة عبر أطر زمنية متعددة ومؤشرات رئيسية.
تحديد إدخالات التداول المحتملة بناءً على إشارات ستوكاستيك الهرمية، المؤكدة بواسطة PVSRA وفلاتر MA/VWAP الاختيارية.
قياس قوة السوق والاقتناع بصريًا من خلال تلوين شموع PVSRA.
استخدام متوسط متحرك قابل للتخصيص لاتجاه الاتجاه والدعم والمقاومة الديناميكية.
اتخاذ قرارات أكثر استنارة من خلال النظر في التقاء العوامل التحليلية.
3. الميزات الرئيسية
لوحة معلومات متعددة الأطر الزمنية (ستوكاستيك، ماكد، RSI): تعرض قيم ستوكاستيك (K%, D%, الحالة)، الماكد (الخط، خط الإشارة، الحالة)، ومؤشر القوة النسبية (القيمة، المتوسط البسيط، الحالة) لما يصل إلى خمسة أطر زمنية قابلة للتخصيص (TF1 إلى TF5).
إشارات توافق ستوكاستيك الهرمية (S3, S4, S5): يتم إنشاء الإشارات بناءً على سلسلة من تأكيدات ستوكاستيك عبر الأطر TF1-TF5، مع عتبات مستوى K يحددها المستخدم للتقاطعات الأولية والتأكيدات اللاحقة.
تلوين شموع PVSRA: يدمج منطق PVSRA لتلوين الشموع بناءً على تحليل الحجم وحركة السعر (مثل شموع حجم صاعد/هابط 200%، حجم 150%، حجم عادي). خيار لتجاوز الرمز الحالي لحساب PVSRA.
متوسط متحرك قابل للتخصيص (MA): يرسم متوسطًا متحركًا (SMA أو EMA) يمكن للمستخدم اختياره مع طول ومصدر ولون وعرض قابل للتكوين.
فلتران اختياريان مستقلان للإشارات (لإشارات S3-S5):
فلتر MA: قم اختياريًا بتصفية إشارات S3-S5 باستخدام متوسط متحرك منفصل قابل للتكوين (SMA, EMA, WMA).
فلتر VWAP: قم اختياريًا بتصفية إشارات S3-S5 باستخدام VWAP مع خيارات إرساء متقدمة.
تلوين خلفية قابل للتخصيص: يقوم اختياريًا بتلوين خلفية الرسم البياني عندما تكون مؤشرات ستوكاستيك على الأطر TF3، TF4، و TF5 جميعها في توافق صاعد أو هابط.
تخصيص واسع النطاق: قم بتكوين جميع الأطر الزمنية، وجميع معلمات المؤشرات (ستوكاستيك، ماكد، RSI، ألوان PVSRA، إعدادات MA، إعدادات VWAP)، ومستويات تأكيد K للإشارات، ومظهر الجدول، وشروط التنبيه.
التنبيهات: يُعرّف المؤشر العديد من شروط التنبيه لتوافق إشارات S3 و S4 و S5 الصاعدة/الهابطة، مع إشارة رسائل التنبيه إلى الفلاتر النشطة.
4. كيف يعمل المؤشر
بيانات MTF ولوحة المعلومات: يقوم الإسكريبت بجلب وحساب بيانات ستوكاستيك، الماكد، و RSI لكل من الأطر الزمنية الخمسة التي يحددها المستخدم باستخدام request.security مع barmerge.lookahead_on لمنع تسرب البيانات المستقبلية. تملأ هذه البيانات الجدول على الرسم البياني.
تلوين شموع PVSRA: يحلل حجم كل شمعة ونطاق سعرها مقابل المتوسطات التاريخية (مثل متوسط متحرك بسيط لـ10 فترات للحجم) لتحديد الشموع ذات الحجم المرتفع بشكل كبير (مثل >=150% أو >=200% من المتوسط) أو "value2" مرتفعة (الحجم * النطاق)، وتلوينها وفقًا لذلك للدلالة على ضغط شراء أو بيع قوي.
توليد إشارات ستوكاستيك (S3-S5):
يعمل تقاطع ستوكاستيك أولي على TF1 (يمكن تصفيته اختياريًا بمستوى K) كمُشغِّل.
يتم بعد ذلك تأكيد هذا التقاطع بالتتابع بواسطة شروط ستوكاستيك متوافقة (K فوق/تحت D، و K فوق/تحت مستويات التأكيد المحددة من المستخدم) على TF2، ثم TF3 (لإشارة S3)، ثم TF4 (لـ S4)، وأخيرًا TF5 (لـ S5).
تصفية الإشارات بـ MA و VWAP: في حالة التمكين، لا يتم رسم إشارات S3-S5 المولدة (ولا تُطلق تنبيهات) إلا إذا كان السعر يستوفي أيضًا الشرط المتعلق بالمتوسط المتحرك المختار (مثال: السعر > MA للشراء) و/أو VWAP. يمكن رسم خطوط MA و VWAP بشكل مستقل.
تلوين الخلفية: بناءً على إجماع حالات ستوكاستيك (صاعدة/هابطة) على الأطر TF3، TF4، و TF5.
5. كيفية الاستخدام
تكوين الأطر الزمنية والمؤشرات الأساسية: قم بإعداد مستويات MTF المطلوبة (TF1-TF5) ومعلمات ستوكاستيك، الماكد، و RSI عبر مربع حوار "الإعدادات/المدخلات" الخاص بالإسكريبت.
تكوين PVSRA و MA العام: قم بتمكين/تعطيل تلوين شموع PVSRA ورسم المتوسط المتحرك العام؛ اضبط معلمات كل منهما (الألوان، الأطوال، الأنواع).
ضبط معلمات إشارة ستوكاستيك:
عدّل عتبات مستوى K لتقاطعات ستوكاستيك TF1 (اضبط على 0 للصاعد/100 للهابط لتعطيل فلتر دخول مستوى K).
قم بتكوين عتبات تأكيد مستوى K لـ TF2-TF5.
تكوين فلاتر MA/VWAP الاختيارية للإشارات: قم بتمكين الرسم و/أو تصفية الإشارات بشكل مستقل لـ MA و/أو VWAP؛ اختر أنواعها وأطوالها وفترات الإرساء.
التفسير:
لوحة المعلومات: للحصول على نظرة عامة على ظروف السوق.
شموع PVSRA: لقياس قوة الاقتناع وراء تحركات الأسعار.
إشارات S3-S5: كمؤشرات محتملة لتوافق ستوكاستيك متعدد الأطر يزداد قوة. كلما زاد عدد الفلاتر التي تجتازها الإشارة (MA, VWAP)، كلما أمكن اعتبارها أكثر قوة.
خطوط MA/VWAP: كدعم/مقاومة ديناميكية أو مؤشرات اتجاه.
لون الخلفية: لتقييم بصري سريع لزخم ستوكاستيك الأوسع.
إعداد التنبيهات: أضف المؤشر إلى الرسم البياني. انقر فوق زر "تنبيه" في TradingView، واختر هذا المؤشر ضمن "الشرط"، ثم اختر من شروط التنبيه المحددة (مثل "Stoch TF3 Bullish Alignment"). ستشير رسائل التنبيه إلى الفلاتر النشطة.
6. اعتبارات هامة / إخلاء مسؤولية
يوفر هذا المؤشر أدوات تحليلية وإشارات محتملة؛ إنه ليس نظام تداول قائم بذاته ولا يضمن الأرباح.
استخدمه دائمًا بالاقتران مع استراتيجية التداول الخاصة بك، إدارة المخاطر، والتحليلات الأخرى. اختبره جيدًا.
تختلف فعالية الفلاتر والإشارات باختلاف ظروف السوق والأصول. التجربة مع الإعدادات أمر بالغ الأهمية.
هذا الإسكريبت مخصص للأغراض التعليمية/المعلوماتية فقط وليس نصيحة مالية. ينطوي التداول على مخاطر كبيرة. المؤلف، Saleh_ABO_RAED، غير مسؤول عن أي قرارات تداول بناءً على هذا المؤشر.
7. الحقوق والتقدير
منطق إشارات ستوكاستيك الهرمية (S3-S5) والإطار الاستراتيجي الأولي مستوحيان من عمل f56eroon (ابو بتال - خطيرون). هذا الإسكريبت، "MTF Dashboard (Stoch,MACD,RSI) & Stochastic Signals"، يمثل تطويراً أصيلاً قام به Saleh_ABO_RAED، ويتميز بالتنفيذ المحدد للوحة معلومات MTF لمؤشرات ستوكاستيك، الماكد، و RSI، ودمج تلوين شموع PVSRA والمتوسط المتحرك العام، والتصفية المتقدمة للإشارات باستخدام MA/VWAP، وتلوين الخلفية، والبنية البرمجية الشاملة القابلة للتخصيص.
Oscillators
FxAST RSI Enhanced Plus [ALLDYN]
## 🟩 FxAST RSI Enhanced — Smoothed RSI Momentum with Dynamic Confluence Table
### 🔹 WHAT THIS SCRIPT DOES
This RSI enhancement script builds upon the classic Relative Strength Index by integrating:
* A **dual-layer EMA smoothing system** for RSI, allowing traders to observe fast vs. slow RSI movements
* **Real-time crossover signals** to detect early momentum shifts
* **Buy/Sell label plotting** when smoothed RSI crosses over/under with configurable thresholds
* An **optional smoothing toggle** to switch between swing and intraday trading styles
### 🔹 HOW IT WORKS
* RSI is calculated using a classic `rma` approach
* The script applies two separate EMAs (configurable lengths) to the RSI, serving as fast/slow signal lines
* Buy/Sell signals are generated when:
* The fast EMA crosses above the slow EMA (Buy) and RSI is above 40
* The fast EMA crosses below the slow EMA (Sell) and RSI is below 60
* RSI line, smoothed EMAs, and their fill are plotted for visual confirmation
**Original Feature** *(highlighting IP for protection)*:
A **confluence table** dynamically summarizes:
* The RSI fast/slow values
* The % delta between the smoothed EMAs
* A **directional bias reading** : Bullish, Bearish, or Neutral based on RSI behavior
* All values are color-coded and updated in real time to assist in fast market assessment
This table replaces cluttered on-chart signals with a **clean, structured summary** of RSI state and direction — ideal for both scalpers and swing traders.
### 🔹 HOW TO USE
1. Add the script to your chart (non-overlay).
2. Configure RSI/EMA lengths for your strategy (default: RSI 14, Fast EMA 3, Slow EMA 13).
3. Toggle “Smooth RSI?”:
* `ON` = For swing traders (smoother, slower signals)
* `OFF` = For intraday/momentum scalping (raw signals)
4. Use the **Buy/Sell labels** and **bias table** as confirmation tools, not sole entry triggers.
5. Alerts are available for both Buy and Sell crossover conditions.
### 🔹 WHAT MAKES IT ORIGINAL
While traditional RSI indicators only show the raw line or apply basic levels (30/70), this script offers:
* A **modular RSI smoothing engine** that adapts to swing or intraday preferences
* A **dual-EMA logic structure** for signal reliability
* A **real-time RSI bias assessment table**, designed to visualize RSI-based trend bias and magnitude
* The entire presentation is **decluttered** , avoiding redundant overlays while improving decision-making through the integrated data table
This script does not simply restyle RSI — it **restructures how RSI behavior is interpreted** , offering an objective confluence framework built around RSI’s smoothed motion and delta tracking.
---
Basic - Relative Strength IndexRSI with a moving average and another moving average to remove false signals and reduce noise.
Adaptive Strength MACD [UM]Indicator Description
Adaptive Strength MACD is an adaptive variant of the classic MACD that uses a customized Strength Momentum moving average for both its oscillator and signal lines. This makes the indicator more responsive in trending conditions and more stable in sideways markets.
Key Features
1. Adaptive Strength Momentum MA
Leverages the Adaptive Momentum Oscillator to scale smoothing coefficients dynamically.
2. Trend-Validity Filters
Optional ADX filter ensures signals only fire when trend strength (ADX) exceeds a user threshold.
3. Directional Filter (DI+) confirms bullish or bearish momentum.
4. Color-Coded Histogram
5. Bars turn bright when momentum accelerates, faded when slowing.
6. Grayed out when trend filters disqualify signals.
7. Alerts
Bullish crossover (histogram from negative to positive) and bearish crossover (positive to negative) only when filters validate trend.
Comparison with Regular MACD
1. Moving Averages
Classic MACD uses fixed exponential moving averages (EMAs) for its fast and slow lines, so the smoothing factor is constant regardless of how strong or weak price momentum is.
Adaptive Strength MACD replaces those EMAs with a dynamic “Strength Momentum” MA that speeds up when momentum is strong and slows down in quiet or choppy markets.
2. Signal Line Smoothing
In the classic MACD, the signal is simply an EMA of the MACD line, with one user-selected period.
In the Adaptive Strength MACD , the signal line also uses the Strength Momentum MA on the MACD series—so both oscillator and signal adapt together to the underlying momentum strength.
3. Responsiveness to Momentum
A static EMA reacts the same way whether momentum is surging or fading; you either get too-slow entries when momentum spikes or too-fast whipsaws in noise.
The adaptive MA in your indicator automatically gives you quicker crossovers when there’s a trending burst, while damping down during low-momentum chop.
4. Trend Validation Filters
The classic MACD has no built-in mechanism to know whether price is actually trending versus ranging—you’ll see crossovers in both regimes.
Adaptive Strength MACD includes optional ADX filtering (to require a minimum trend strength) and a DI filter (to confirm bullish vs. bearish directional pressure). When those filters aren’t met, the histogram grays out to warn you.
5. Histogram Coloring & Clarity
Typical MACD histograms often use two colors (above/below zero) or a simple ramp but don’t distinguish accelerating vs. decelerating moves.
Your version employs four distinct states—accelerating bulls, decelerating bulls, accelerating bears, decelerating bears—plus a gray “no-signal” state when filters fail. This makes it easy at a glance to see not just direction but the quality of the move.
6. False-Signal Reduction
Because the classic MACD fires on every crossover, it can generate whipsaws in ranging markets.
The adaptive MA smoothing combined with ADX/DI gating in your script helps suppress those false breaks and keeps you focused on higher-quality entries.
7. Ideal Use Cases
Use the classic MACD when you need a reliable, well-understood trend-following oscillator and you’re comfortable manually filtering choppy signals.
Choose Adaptive Strength MACD \ when you want an all-in-one, automated way to speed up in strong trends, filter out noise, and receive clearer visual cues and alerts only when conditions align.
How to Use
1. Setup
- Adjust Fast and Slow Length to tune sensitivity.
- Change Signal Smoothing to smooth the histogram reaction.
- Enable ADX/DI filters and set ADX Threshold to suit your preferred trend strength (default = 20).
2. Interpretation
- Histogram > 0: Short‐term momentum above long‐term → bullish.
- Histogram < 0: Short‐term below long‐term → bearish.
- Faded greyed bars indicate a weakening move; gray bars show filter invalidation.
How to Trade
Buy Setup:
- Histogram crosses from negative to positive.
- ADX ≥ threshold and DI+ > DI–.
- Look for confirmation (bullish candlestick patterns or support zone).
Sell Setup:
- Histogram crosses from positive to negative.
- ADX ≥ threshold and DI– > DI+.
- Confirm with bearish price action (resistance test or bearish pattern).
Stop & Target
- Place stop just below recent swing low (long) or above recent swing high (short).
- Target risk–reward of at least 1:2, or trail with a shorter‐period adaptive MA.
🖲 Astrabot 1, the Gate 🏁 📡 « 🖲 Astrabot 1, the Gate 🏁 »
is an automated entry and position management tool designed to trade market session openings.
The strategy aims to detect the initial move 1 to 2 minutes before the market opens in order to catch the momentum push.
1. Select your detection tools:
🫀 (D.P.O), 🐚 (M.A.C.D with settings inspired by the Fibonacci sequence), and (un) (Directional Movement Index)
Each tool can be customized in the settings menu.
2. Set the opening time
Example: set the schedule from 8:58 AM to 9:00 AM for the European session.
3. Choose whether to activate Breakeven, 🦸🏻♂️ SUPER ⛔️: a wide dynamic stop loss using Supertrend, and 👷🏼 constructortrail: a tighter dynamic stop loss also based on Supertrend.
Each of the 🦸🏻♂️ 👷🏼 settings can be customized in the configuration menu.
4. Enter your TP, SL, BE trigger (threshold to trigger breakeven), BE offset (distance from your entry), TRAIL trigger (threshold to activate 👷🏼 constructortrail) — all in ticks.
5. Choose whether to enable confirmation filters: 🔃 EMA trend, 📶 volume filter, ↕️ ATR filter.
Each of these tools can be customized in the settings menu.
6. Backtest again and again. Fine-tune, review, and share your results.
Your success is my reward.
Astranaute alias Transurfeur.
TTT Indicator (by. Hantoo Indicator)Automatically identifies trend direction and support/resistance levels on the chart.
Displays TP (Take Profit) and SL (Stop Loss) lines, calculates automatic average entry values,
and generates entry signals only when multiple conditions are met — including trend reversal between buy and sell zones.
RSI + MACD Cross StrategyRSI + MACD Cross Strategy (No Trailing SL)
When your trade goes into profit, the best thing to do is to move your Stop Loss to a logical point behind the most recent swing low or swing high, depending on whether you're in a Buy or Sell position. This way, if the market reverses, you’ll at least secure the profit you had up to that point.
USDTUSD Stochastic RSI [SAKANE]Release Note
■ Overview
The USDTUSD Stochastic RSI indicator visualizes shifts in market sentiment and liquidity by applying the Stochastic RSI to the USDT/USD price pair.
Rather than tracking the price of Bitcoin directly, this tool observes the momentum of USDT, a key intermediary in most crypto transactions, to detect early signals of trend reversals.
■ Background & Motivation
USDT exhibits two distinct characteristics:
Its credibility as a long-term store of value is limited.
Yet, it serves as one of the most liquid assets in the crypto space and is widely used as a trading base pair.
Because most BTC trades involve converting fiat into USDT and vice versa, USDT/USD frequently deviates slightly from its peg to USD.
These deviations—though subtle—often occur just before major shifts in the broader crypto market.
This indicator is designed to detect such moments of structural imbalance by applying momentum analysis to USDT itself.
■ Feature Highlights
Calculates RSI and Stochastic RSI on the USDT/USD closing price
Supports customizable smoothing via SMA or EMA
Background shading dynamically visualizes overheated or cooled market states (thresholds are adjustable)
Displayed in a separate pane, keeping it visually distinct from the price chart
■ Usage Insights
This indicator is based on an observable pattern:
When the Stochastic RSI bottoms out, Bitcoin tends to form a price bottom shortly afterward
Conversely, when the indicator peaks, Bitcoin tends to top out with a slight delay
Since USDT acts as a gateway for capital in and out of the market, changes in its momentum often foreshadow turning points in BTC.
This allows traders to anticipate shifts in sentiment rather than merely reacting to them.
■ Unique Value Proposition
Unlike conventional price-based indicators, this tool offers a structural perspective.
It focuses on USDT as a mechanism of liquidity flow, making it possible to detect the "hidden rhythm" of the crypto market.
In that sense, this is not just a technical tool, but an entry point into market microstructure analysis—allowing users to read the market’s intentions rather than just its movements.
■ Practical Tips
Look for reversals in momentum as potential BTC entry or exit points.
Overlay this indicator with the BTC chart to compare timing and divergence.
Combine with other tools such as on-chain data or macro indicators for comprehensive analysis.
■ Final Thoughts
USDTUSD Stochastic RSI is designed with the belief that the most important market signals often come from what drives the price, not the price itself.
By tuning into the “heartbeat” of capital flow, this indicator sheds light on market dynamics that would otherwise remain unseen.
We hope it proves useful in your trading and research.
xAdx [AuraX 㔬]# xADX
enhanced indicator. It measures the strength of a trend in detail. The xADX value ranges from 50 to -50, where it moves further away from 0 in either direction suggests a movement of greater strength.
Identifying trends:
The xADX helps identify the presence and strength of a trend, allowing traders to make more informed decisions.
Filter signals:
The xADX can be used as a filter to confirm the validity of other technical signals.
Predict possible trend breaks:
If the ADX shows a strong trend and then begins to decline, it may be an indication that the trend is weakening and a breakout may occur.
Interpretation of xADX:
We visualize a high or low as far away from the mid-range as possible, this indicates overbought or oversold areas respectively.
Then the repeated decrease of this in approaching the mid-range.
Finally the crossing of this indicates confirmation in the trend correction.
Remarks:
Ideally we look for movement of the xADX in a consistent manner, that means that the decrease or increase of this is visible in a simple way.
On the contrary, NOT having a significant movement of the xADX and this oscillating near ZERO clearly indicates the lack of liquidity and therefore a sign of laterality.
Intraday Trading Hit and Run# Strategy Overview
This is a short-term trading system designed for quick entries/exits (intraday). It uses multiple technical indicators to identify momentum trades in the direction of the trend, with built-in risk management through trailing stops.
# Main Components
1. Trend Filter
Uses two EMAs (10-period "fast" blue line and 100-period "slow" red line)
Only trades when:
Long: Price AND fast EMA are above slow EMA
Short: Price AND fast EMA are below slow EMA
2. Main Signal
////Stochastic Oscillator (14-period):
Buy when %K line crosses above %D line
Sell when %K crosses below %D
////Trend Strength Check
Smoothed ADX indicator (5-period EMA of ADX):
Requires ADX value ≥ 25 to confirm strong trend
3. Confirmation using Volume Filter (Optional)
Checks if current volume is 1.5× greater than 20-period average volume
# Entry Rules
A trade is only taken when:
All 3 indicators agree (EMA trend, Stochastic momentum, ADX strength)
Volume filter is satisfied (if enabled)
# Exit Rules
1. Emergency Exit:
Close long if price drops below fast EMA
Close short if price rises above fast EMA
2. Trailing Stop:
Actively protects profits by moving stop-loss:
Maintains 0.1% distance from highest price (longs) or lowest price (shorts)
# Risk Management
Only use 10% of account per trade
Includes 0.04% commission cost in calculations
All trades monitored with trailing stops
# How It Operates
The strategy looks for strong, high-volume momentum moves in the direction of the established trend (as determined by EMAs). It jumps in quickly ("hit") when conditions align, then protects gains with an automatic trailing stop ("run"). Designed for fast markets where trends develop rapidly.
You can use it on 15m, 1h or 4h
Buy/Sell Ei - Premium Edition (Fixed Momentum)**📈 Buy/Sell Ei Indicator - Smart Trading System with Price Pattern Detection 📉**
**🔍 What is it?**
The **Buy/Sell Ei** indicator is a professional tool designed to identify **buy and sell signals** based on a combination of **candlestick patterns** and **moving averages**. With high accuracy, it pinpoints optimal entry and exit points in **both bullish and bearish trends**, making it suitable for forex pairs, stocks, and cryptocurrencies.
---
### **🌟 Key Features:**
✅ **Advanced Candlestick Pattern Detection**
✅ **Momentum Filter (Customizable consecutive candle count)**
✅ **Live Trade Mode (Instant signals for active trading)**
✅ **Dual MA Support (Fast & Slow MA with multiple types: SMA, EMA, WMA, VWMA)**
✅ **Date Filter (Focus on specific trading periods)**
✅ **Win/Loss Tracking (Performance analytics with success rate)**
---
### **🚀 Why Choose Buy/Sell Ei?**
✔ **Precision:** Reduces false signals with strict pattern rules.
✔ **Flexibility:** Works in both live trading and backtesting modes.
✔ **User-Friendly:** Clear labels and alerts for easy decision-making.
✔ **Adaptive:** Compatible with all timeframes (M1 to Monthly).
---
### **🛠 How It Works:**
1. **Trend Confirmation:** Uses MAs to filter trades in the trend’s direction.
2. **Pattern Recognition:** Detects "Ready to Buy/Sell" and confirmed signals.
3. **Momentum Check:** Optional filter for consecutive bullish/bearish candles.
4. **Live Alerts:** Labels appear instantly in Live Trade Mode.
---
### **📊 Ideal For:**
- **Day Traders** (Scalping & Intraday)
- **Swing Traders** (Medium-term setups)
- **Technical Analysts** (Backtesting strategies)
**🔧 Designed by Sahar Chadri | Optimized for TradingView**
**🎯 Trade Smarter, Not Harder!**
RSI + RSI MA Cross SignalIf the RSI crosses its moving average from above while above the 60 level, it gives a sell signal.
If the RSI crosses its moving average from below while below the 40 level, it gives a buy signal.
Both the RSI levels and the RSI moving average are adjustable.
RSI RMI📈 RSI RMI Momentum Zones with Dynamic Range MA
This indicator combines RSI and MFI into a hybrid momentum reading (RSI-MFI) to identify potential LONG and SHORT entries based on breakout conditions.
🔍 Key Features:
RSI-MFI Calculation: Smoothed momentum detection using RSI and Money Flow Index average.
Dynamic Range Weighted MA: Custom RWMA (Range Weighted Moving Average) that adapts to price volatility.
Momentum Shift Labels: Auto-printed LONG and SHORT labels when trend momentum flips.
Color-Coded Bars: Green for bullish momentum, red for bearish.
Optional Range Band Visualization for trend context.
This tool is useful for traders looking to visually identify momentum breakouts and trend shifts with custom logic that filters out weak signals.
🔔 Add it to your chart and follow for more unique indicators!
EMA Trend Strength MeterThis indicator will leverage the EMA as basis to indentify value of Strength of trend
USDTUSD Stoh RSI [SAKANE]Release Note
■ Overview
The USDTUSD Stoch RSI indicator visualizes shifts in market sentiment and liquidity by applying the Stochastic RSI to the USDT/USD price pair.
Rather than tracking the price of Bitcoin directly, this tool observes the momentum of USDT, a key intermediary in most crypto transactions, to detect early signals of trend reversals.
■ Background & Motivation
USDT exhibits two distinct characteristics:
Its credibility as a long-term store of value is limited.
Yet, it serves as one of the most liquid assets in the crypto space and is widely used as a trading base pair.
Because most BTC trades involve converting fiat into USDT and vice versa, USDT/USD frequently deviates slightly from its peg to USD.
These deviations—though subtle—often occur just before major shifts in the broader crypto market.
This indicator is designed to detect such moments of structural imbalance by applying momentum analysis to USDT itself.
■ Feature Highlights
Calculates RSI and Stochastic RSI on the USDT/USD closing price
Supports customizable smoothing via SMA or EMA
Background shading dynamically visualizes overheated or cooled market states (thresholds are adjustable)
Displayed in a separate pane, keeping it visually distinct from the price chart
■ Usage Insights
This indicator is based on an observable pattern:
When the Stochastic RSI bottoms out, Bitcoin tends to form a price bottom shortly afterward
Conversely, when the indicator peaks, Bitcoin tends to top out with a slight delay
Since USDT acts as a gateway for capital in and out of the market, changes in its momentum often foreshadow turning points in BTC.
This allows traders to anticipate shifts in sentiment rather than merely reacting to them.
■ Unique Value Proposition
Unlike conventional price-based indicators, this tool offers a structural perspective.
It focuses on USDT as a mechanism of liquidity flow, making it possible to detect the "hidden rhythm" of the crypto market.
In that sense, this is not just a technical tool, but an entry point into market microstructure analysis—allowing users to read the market’s intentions rather than just its movements.
■ Practical Tips
Look for reversals in momentum as potential BTC entry or exit points.
Overlay this indicator with the BTC chart to compare timing and divergence.
Combine with other tools such as on-chain data or macro indicators for comprehensive analysis.
■ Final Thoughts
USDTUSD Stoch RSI is designed with the belief that the most important market signals often come from what drives the price, not the price itself.
By tuning into the “heartbeat” of capital flow, this indicator sheds light on market dynamics that would otherwise remain unseen.
We hope it proves useful in your trading and research.
Regression Slope ShiftNormalized Regression Slope Shift + Dynamic Histogram
This indicator detects subtle shifts in price momentum using a rolling linear regression approach. It calculates the slope of a linear regression line for each bar over a specified lookback period, then measures how that slope changes from bar to bar.
Both the slope and its change (delta) are normalized to a -1 to 1 scale for consistent visual interpretation across assets and timeframes. A signal line (EMA) is applied to the slope delta to help identify turning points and crossovers.
Key features:
- Normalized slope and slope change lines
- Dynamic histogram of slope delta with transparency based on magnitude
- Customizable colors for all visual elements
- Signal line for crossover-based momentum shifts
This tool helps traders anticipate trend acceleration or weakening before traditional momentum indicators react, making it useful for early trend detection, divergence spotting, and confirmation signals.
RSI -> The NeW SystemRSI → The NeW System 📊
A fully customizable Relative Strength Index with optional smoothing filters and dynamic color zones.
What is the RSI? 🤔
The Relative Strength Index (RSI) measures the speed and magnitude of price changes. It highlights overbought (> your “Extreme High”) and oversold (< your “Extreme Low”) conditions, and uses a midpoint (50) to separate bullish from bearish momentum.
Indicator Inputs ⚙️
RSI Source 📈
Price series for the RSI calculation (e.g. close, typical price).
RSI Length ⏳
Lookback period for the raw RSI.
MA Type for Smoothing 🔄
Choose how to filter the RSI line:
None – raw RSI, no smoothing.
SMA – Simple Moving Average of the RSI values.
EMA – Exponential Moving Average, weights recent values more.
WMA – Weighted Moving Average, linearly de-emphasizes older values.
HMA – Hull MA, very smooth with reduced lag via square-root period.
RMA – Wilder’s MA, the classic smoothing used in RSI.
LSMA – Least Squares MA (linear regression) to highlight trend slope.
DEMA – Double EMA (2×EMA – EMA of EMA) for minimal lag.
TEMA – Triple EMA (3×EMA – 3×EMA² + EMA³) for extra smoothness.
VIDYA – Variable Index Dynamic Average, adapts smoothing to RSI volatility.
MA Smoothing Length 📐
Period for your chosen MA filter.
Extreme High Level 🚩
RSI threshold for overbought (default: 70).
Extreme Low Level 🟢
RSI threshold for oversold (default: 30).
Middle Line ➖
Fixed at 50 to separate bullish (>50) from bearish (<50) momentum.
MA Types Explained 🔍
None: No filter; every RSI spike/dip is visible.
SMA: Evenly averages the last N values—solid smoothing but slower to react.
EMA: Weights recent data more—faster response, moderate smoothing.
WMA: Heavier weighting on newest points—quicker than EMA for the same length.
HMA: Uses weighted and square-root adjustments—super smooth and fast.
RMA: Wilder’s smoothing—very stable, minimal noise.
LSMA: Fits a regression line—excellent at showing the RSI’s trend direction.
DEMA: Combines two EMAs to cut lag—smooth with swift reactions.
TEMA: Uses three EMAs for ultimate lag reduction and smoothness.
VIDYA: Adjusts its smoothing factor dynamically based on volatility—stays smooth in calm markets, adapts quickly when volatility surges.
How It Works 🧮
Raw RSI: Calculate the classic RSI over your chosen length.
Optional Smoothing: If you pick an MA Type, the raw RSI is filtered accordingly.
Dynamic Coloring:
Above Extreme High → Dark red (overbought alert).
70 → 50 → Bright green (strong bullish momentum).
50 → 30 → Bright red (weakening momentum).
Below Extreme Low → Dark green (oversold opportunity).
Visual Aids:
Dashed red line at Extreme High.
Dashed green line at Extreme Low.
Dotted gray line at 50.
Background fill between the high/low zones for instant visual cues.
Raw RSI overlay (faint gray) behind the smoothed line when smoothing is active.
Plot & Interpretation 🎨
Smoothed RSI Line colored by zone for immediate strength/weakness reading.
Zone Background between overbought/oversold thresholds to highlight critical areas.
Optional Raw RSI behind the filter to compare noise vs. clarity.
Pro Tips 💡
EMA for balanced smoothing, HMA/DEMA/TEMA for lightning-fast signals, VIDYA for volatility-adaptive filtering.
Watch crosses of 50 on your smoothed line to confirm trend shifts.
Use extreme bounces (30 or 70) for mean reversion entries/exits; breakouts beyond them for trend confirmation.
Compare raw vs. smoothed lines to fine-tune signal sensitivity vs. noise suppression.
Tailor RSI → The NeW System to your strategy, whether you need razor-sharp entries or a cleaner, trend-focused view! 🚀
StoRsi# StoRSI Indicator: Combining RSI and Stochastic with multiTF
## Overview
The StoRSI indicator combines Relative Strength Index (RSI) and Stochastic oscillators in a single view to provide powerful momentum and trend analysis. By displaying both indicators together with multi-timeframe analysis, it helps traders identify stronger signals when both indicators align.
## Key Components
### 1. RSI (Relative Strength Index)
### 2. Stochastic Oscillator
### 3. EMA (Exponential Moving Average)
### 4. Multi-Timeframe Analysis
## Visual Features
- **Color-coded zones**: Highlights overbought/oversold areas
- **Signal backgrounds**: Shows when both indicators align
- **Multi-timeframe table**: Displays RSI, Stochastic, and trend across timeframes
- **Customizable colors**: Allows full visual customization
## Signal Generation (some need to uncomment in code)
The indicator generates several types of signals:
1. **RSI crosses**: When RSI crosses above/below overbought/oversold levels
2. **Stochastic crosses**: When Stochastic %K crosses above/below overbought/oversold levels
3. **Combined signals**: When both indicators show the same condition
4. **Trend alignment**: When multiple timeframes show the same trend direction
## Conclusion
The StoRSI indicator provides a comprehensive view of market momentum by combining two powerful oscillators with multi-timeframe analysis. By looking for alignment between RSI and Stochastic across different timeframes, traders can identify stronger signals and filter out potential false moves. The visual design makes it easy to spot opportunities at a glance, while the customizable parameters allow adaptation to different markets and trading styles.
For best results, use this indicator as part of a complete trading system that includes proper risk management, trend analysis, and confirmation from price action patterns.
ADX Pro [Ryu_xp] - EnhancedADX Pro – Enhanced (Pine v6)
A modernized ADX indicator built in Pine Script v6, combining customizable trend-strength thresholds with optional DI plotting, candle coloring, and a built-in label table for at-a-glance readings. Designed to give traders precise entry signals and market-condition awareness in one clean pane.
Key Features:
Fully Updated to Pine v6: Leverages the latest Pine Script features for speed and reliability.
Adjustable Trend Levels: Define your own “Disinterest” (default 20) and “Strong Trend” (default 35) levels to suit any instrument or timeframe.
Monocolor Mode: Override dynamic coloring and choose a single ADX line color for a minimalistic look.
Optional +DI/–DI Plotting: Toggle directional indicators on or off without modifying the code.
Candle Coloring: Barcolors reflect current ADX strength zone, making trend bias instantly visible on price.
45° Direction Arrow: Easily read whether ADX is rising (↗) or falling (↘) without needing to inspect values.
Live Status Table: A compact, right-aligned table displays the current ADX value, arrow, and label “ADX” in a colored cell—fully resizable to your chart layout.
Built-in Alerts:
Strong Trend Alert when ADX ≥ trend level.
Disinterest Alert when ADX < range level.
Usage:
Apply to any chart on a clean pane (no extra indicators).
Configure “Disinterest” and “Trend” levels as desired.
Enable monocolor or DI plots if needed.
Watch live table and bar colors for quick decision-making.
Set up alerts to automate your strategy triggers.
Weekly RSI DivergenceMarks divergences on price and RSI on price chart. arrows arrears where DIVERGENCE occcure. green indicates bullish red is bearish. to be cross checked with price and used. any suggeston is welcome
Cash Market Volatility StrategyBCM - Baycam
Brakout signals based on voltality parameters -
Closing price
ATR - Average true range
RSI
Mits Pixel BTCUSD 2025HOW TO USE
* Entry/Buy
- Strong Buy : All pixels are green, and one of them is dark green.
- Normal Buy : All pixels are green or two dark green and one yellow.
- Spek Buy : Two green pixels and one yellow, you can start a buy entry if there are additional supporting factors, for example the market is bullish.
* Exit/Sell
- Strong Sell : All pixels are red, and one of them is dark red.
- Normal Sell : All pixels are either red or two dark red and one yellow.
- Spek Sell : Two red pixels and one yellow, can start selling if there are additional supporting factors, for example the market is bearish.
- Warning Sell : Momentum pixels are dark red, regardless of the color of the other pixels.
Hope it's useful.
Best use for trading in BTCUSD
MACD of RSI [TORYS]MACD of RSI — Momentum & Divergence Scanner
Description:
This enhanced oscillator applies MACD logic directly to the Relative Strength Index (RSI) rather than price, giving traders a clearer look at internal momentum and early shifts in trend strength. Now featuring a custom histogram, dual MA types, and RSI-based divergence detection — it’s a complete toolkit for identifying exhaustion, acceleration, and hidden reversal points in real time.
How It Works:
Calculates the MACD line as the difference between a fast and slow moving average of RSI. Adds a Signal Line (MA of the MACD) and plots a Histogram to show momentum acceleration/deceleration. Both RSI MAs and the Signal Line can be toggled between EMA and SMA for custom tuning.
Divergence Detection:
Bullish Divergence : Price makes a lower low while RSI makes a higher low → labeled with a green “D” below the curve.
Bearish Divergence : Price makes a higher high while RSI makes a lower high → labeled with a red “D” above the curve.
Configurable lookback window for tuning sensitivity to pivots, with 4 as the sweet spot.
RSI Pivot Dot Signals:
Plots green dots at RSI oversold pivot lows below 30,
Plots red dots at overbought pivot highs above 70.
Helps detect short-term exhaustion or bounce zones, plotted right on the MACD-RSI curve.
RSI 50 Crosses (Optional):
Optional ▲ and ▼ labels when RSI crosses its 50 midline — useful for momentum trend shifts or pullback confirmation, or to detect consolidation.
Histogram:
Plotted as a column chart showing the distance between MACD and Signal Line.
Colored dynamically:
Bright green : Momentum rising above zero
Light green : Weakening above zero
Bright red : Momentum falling below zero
Light red : Weakening below zero
The zero line serves as the mid-point:
Above = Bullish Bias
Below = Bearish Bias
How to Interpret:
Momentum Confirmation:
Use MACD cross above Signal Line with a rising histogram to confirm breakouts or trend entries.
Histogram shrinking near zero = momentum weakening → caution or reversal.
Exhaustion & Reversals:
Dot signals near RSI extremes + histogram peak can suggest overbought/oversold pressure.
Use divergence labels ("D") to spot early reversal signals before price breaks structure.
Inputs & Settings:
RSI Length
Fast/Slow MA Lengths for MACD (applied to RSI)
Signal Line Length
MA Type: Choose between EMA and SMA for MACD and Signal Line
Pivot Sensitivity for dot markers
Divergence Logic Toggle
Show/hide RSI 50 Crosses
Best For:
Traders who want momentum insight from inside RSI, not price
Scalpers using divergence or exhaustion entries
Swing traders seeking entry confirmation from signal crossovers
Anyone using multi-timeframe confluence with RSI and trend filters
Pro Tips:
Combine this with:
Bollinger Bands breakouts and reversals
VWAP or EMAs to filter entries by trend
Volume spikes or BBW squeezes for volatility confirmation
TTM Scalper Alert to sync structure and momentum
Indicateur de tradingKDJ Alert
Strategy Advice
1- Cautious
Frame the alert candle
Buy = yellow
Sell = blue
Follow the market trend and go
Set a 20-day moving average.
Be careful, the alert sometimes occurs quite high above the moving average
Wait for it to return to the moving average before opening.
2- Risky
Follow the alert candle immediately
Set a fairly large SL, however, if you want to implement this risky method