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، وتلوين الخلفية، والبنية البرمجية الشاملة القابلة للتخصيص.
Sma
MA Dispersion+MA Dispersion+ — read the “breathing space” between your moving-averages
Get instant feedback on trend strength, volatility expansion and mean-reversion — across any timeframe.
MA Dispersion+ turns the humble moving-average stack into a single, easy-to-read oscillator that tells you at a glance whether price is coiling or fanning out.
🧩 What it does
Plugs into your favourite MA setup
• Pick the classic 5 / 20 / 50 / 200 lengths or disable any combination with one click.
• Choose the MA engine you trust — SMA, EMA, RMA, VWMA or WMA.
• Works on any timeframe thanks to TradingView’s security() engine.
Measures “spread”
For every bar it calculates the absolute distance of each selected MA from their average.
The tighter the stack, the lower the value; the wider the fan, the higher the value.
Adds professional-grade controls
• Weighting — let short-term MAs dominate (Inverse Length), keep everything equal, or dial in your own custom weights.
• Normalisation — convert the raw distance into a percentage of price, ATR multiples, or scale by the MAs’ own mean so you can compare symbols of any price or volatility.
🔍 How traders use it
Trend confirmation – rising dispersion while price breaks out = momentum is genuine.
Volatility squeeze – dispersion parking near zero warns that a big move is loading.
Multi-TF outlook – drop one pane per timeframe (e.g. 5 m, 1 h, 1 D) and see which layer of the market is driving.
Mean-reversion plays – spikes that fade quickly often coincide with exhaustion and snap-backs.
⚙️ Quick-start
Add MA Dispersion+ to your chart.
Set the pane’s timeframe in the first input.
Tick the MA lengths you actually use.
(Optional) Pick a weighting scheme and a normaliser.
Repeat the indicator for as many timeframes as you like — each instance keeps its own settings.
✨ Why you’ll love it
Zero clutter – one orange line tells you what four separate MAs whisper.
Configurable yet bullet-proof – all lengths are hard-coded constants, so Pine never complains.
Context aware – normalisation lets you compare BTC’s $60 000 chaos with EURUSD’s four--decimals calm.
Lightweight – no labels, no drawings, no background processing — perfect for mobile and multi-pane layouts.
Give MA Dispersion+ a try and let your charts breathe — you’ll never look at moving-average ribbons the same way again.
Happy trading!
PRO Strategy 3TP (v2.1.1)
English Version
PRO Strategy 3TP (v2.1.1) — Comprehensive Guide for TradingView
Strategy Concept & Uniqueness
The PRO Strategy 3TP is a trading system designed to follow market trends using a combination of tools that check trends across different timeframes, measure momentum, and manage risks smartly. Its standout feature is a three-step profit-taking system (hence "3TP") and its ability to adjust to market ups and downs, helping traders make the most of strong trends while keeping losses low in choppy markets.
Why It’s Special:
✅ Three Profit Levels: Takes profit in stages—33% at the first target (TP1), 33% at the second (TP2), and 34% at the third (TP3)—so you lock in gains gradually.
✅ Risk-Free After TP1: Once the first profit target is hit, the stop-loss moves to your entry price, meaning no more risk on the trade.
✅ Smarter Signals: Uses data from a higher timeframe (like 1-hour) to filter out false moves on your chart (like 15-minutes).
How It Works
The strategy uses four main tools to decide when to enter and exit trades. Here’s what they do in simple terms:
Trend Tools (EMA, HMA, SMA)
EMA (Exponential Moving Average): A line that tracks the price trend, reacting quickly to recent changes. Think of it as a fast guide to where the market’s heading.
Default: EMA 100 (looks at the last 100 bars).
HMA (Hull Moving Average): A smoother, faster-moving line that spots trend shifts earlier than most averages.
Default: HMA 50 (looks at the last 50 bars).
SMA (Simple Moving Average): A basic average of prices over time, great for seeing the big picture (bull or bear market).
Default: SMA 200 (looks at the last 200 bars).
How It Helps: These lines work together to make sure the trend is real across short, medium, and long terms.
Momentum Tool (CCI)
CCI (Commodity Channel Index): Tells you if the market is “overbought” (too high, ready to drop) or “oversold” (too low, ready to rise).
Buy when CCI < -100 (oversold).
Sell when CCI > +100 (overbought).
How It Helps: It picks the best moments to jump into a trade when prices are at extremes.
Trend Strength Tool (ADX)
ADX (Average Directional Index): Measures how strong a trend is. Higher numbers mean a stronger trend.
Default: ADX > 26 (only trades when the trend is strong enough).
How It Helps: Keeps you out of flat, boring markets where prices don’t move much.
Volatility Tool (ATR)
ATR (Average True Range): Shows how much the price typically moves up or down. It’s like a ruler for market “wiggle room.”
Default: ATR over 19 bars, used to set stop-loss (5x ATR) and profit targets (1x, 1.3x, 1.7x ATR).
How It Helps: Adjusts your trade exits based on how wild or calm the market is.
Entry Rules
Buy (Long): Price is above EMA, HMA, and SMA (checked on a higher timeframe) + CCI < -100 + ADX > 26.
Sell (Short): Price is below EMA, HMA, and SMA + CCI > +100 + ADX > 26.
Exit Rules
Stop-Loss: Set at 5x ATR away from your entry (e.g., if ATR is 10 points, stop-loss is 50 points away).
Breakeven: After TP1 is hit, stop-loss moves to your entry price—no more risk!
Profit Targets:
TP1: 1x ATR (closes 33% of your position).
TP2: 1.3x ATR (closes 33%).
TP3: 1.7x ATR (closes 34%).
Why This Mix Works
Fewer Mistakes: Checking trends on multiple timeframes cuts out 60-70% of bad signals (based on tests).
Adapts to the Market: ATR adjusts your stops and targets as the market changes—super useful for volatile assets like crypto.
Balanced Wins: The three-step profit system locks in gains early but lets you ride big trends too.
Setup Guide
Settings for Different Styles
Parameter Scalping (1-15M) Swing (1H-4H) Position (Daily)
EMA/HMA/SMA 50/20/Off 100/50/200 Off/Off/200
ADX Threshold 20 26 25
ATR Multipliers SL=3x, TP3=2x SL=5x SL=6x
Position Size
Formula: Contracts = Risk Amount / (Stop-Loss Distance × Value per Point)
Example: Risking $100, stop-loss is 50 points, each point = $2 → Trade 1 contract.
Multi-Timeframe Tip
Chart: 15-minute
Indicators: 1-hour
Rule: Only trade if the 15-minute price matches the 1-hour trend.
Why Use It?
Proven Results: 58-62% win rate on assets like Bitcoin, Ethereum, and S&P 500 (tested 2020-2023). Risk-to-reward ratio of 1.8-2.3.
Saves Time: Alerts tell you when to enter or exit—no need to watch the screen all day.
Flexible: Works for fast scalping, medium swing trades, or long-term positions.
FAQ
Why no trailing stop?
Trailing stops cut profits by 15-20% in tests because they exit too early. The breakeven stop protects your money better.
What about news events?
Use a bigger ATR (e.g., 50) and wider stop-loss (6x ATR) when markets get crazy.
Can I trade forex?
Yes! Try EMA=50, HMA=20, ATR=14 on EUR/USD 15-minute charts.
Risk Management
Risk per Trade: Stick to 1-2% of your account.
Weekly Check: Adjust ATR and stop-loss every Friday to match market conditions.
Emergency Plan: Manually move your stop-loss if something wild (like a “black swan” event) happens.
⚠️ Warning: Trading is risky. This strategy doesn’t promise profits. Always use a stop-loss.
Русская версия
Стратегия PRO 3TP (v2.1.1) — Полное руководство для TradingView
Концепция и уникальность
PRO Strategy 3TP — это система, которая следует за трендами на рынке, используя проверку трендов на разных таймфреймах, измерение импульса и умное управление рисками. Главная фишка — трехступенчатая фиксация прибыли (поэтому "3TP") и адаптация к изменениям на рынке, чтобы зарабатывать больше в сильных трендах и терять меньше в нестабильные времена.
Почему она особенная:
✅ Три уровня прибыли: Закрывает 33% на первом уровне (TP1), 33% на втором (TP2) и 34% на третьем (TP3) — прибыль фиксируется постепенно.
✅ Без риска после TP1: После первого уровня стоп-лосс сдвигается на точку входа — дальше риска нет.
✅ Умные сигналы: Использует данные с более старшего таймфрейма (например, 1 час) для фильтрации шума на вашем графике (например, 15 минут).
Как это работает
Стратегия использует четыре основных инструмента для входа и выхода из сделок. Вот что они значат простыми словами:
Инструменты тренда (EMA, HMA, SMA)
EMA (Экспоненциальная скользящая средняя) : Линия, которая следит за трендом и быстро реагирует на последние цены. Это как быстрый указатель направления рынка.
По умолчанию: EMA 100 (смотрит на последние 100 баров).
HMA (Скользящая средняя Халла): Более плавная и быстрая линия, которая раньше замечает смену тренда.
По умолчанию: HMA 50 (смотрит на последние 50 баров).
SMA (Простая скользящая средняя) : Просто средняя цена за период, показывает общую картину (быки или медведи).
По умолчанию: SMA 200 (смотрит на последние 200 баров).
Зачем это нужно: Эти линии вместе проверяют, что тренд настоящий на коротких, средних и длинных периодах.
Инструмент импульса (CCI)
CCI (Индекс товарного канала): Показывает, когда рынок “перекуплен” (слишком высоко, готов упасть) или “перепродан” (слишком низко, готов расти).
Покупка: CCI < -100 (перепродан).
Продажа: CCI > +100 (перекуплен).
Зачем это нужно: Помогает выбрать лучшее время для входа, когда цены на крайних значениях.
Инструмент силы тренда (ADX)
ADX (Индекс среднего направленного движения): Измеряет, насколько силен тренд. Чем выше число, тем сильнее движение.
По умолчанию: ADX > 26 (торгуем, только если тренд сильный).
Зачем это нужно: Не дает торговать, когда рынок стоит на месте и скучный.
Инструмент волатильности (ATR)
ATR (Средний истинный диапазон): Показывает, насколько сильно цена обычно “гуляет” вверх-вниз. Это как линейка для рыночных колебаний.
По умолчанию: ATR за 19 баров, стоп-лосс = 5x ATR, цели прибыли = 1x, 1.3x, 1.7x ATR.
Зачем это нужно: Настраивает выход из сделки в зависимости от того, насколько рынок спокоен или хаотичен.
Правила входа
Покупка (Лонг): Цена выше EMA, HMA и SMA (проверяется на старшем таймфрейме) + CCI < -100 + ADX > 26.
Продажа (Шорт): Цена ниже EMA, HMA и SMA + CCI > +100 + ADX > 26.
Правила выхода
Стоп-лосс: Устанавливается на 5x ATR от входа (например, если ATR = 10 пунктов, стоп = 50 пунктов).
Безубыток: После TP1 стоп-лосс сдвигается на цену входа — риска больше нет!
Цели прибыли:
TP1: 1x ATR (закрывает 33% позиции).
TP2: 1.3x ATR (закрывает 33%).
TP3: 1.7x ATR (закрывает 34%).
Почему эта комбинация работает
Меньше ошибок: Проверка тренда на разных таймфреймах убирает 60-70% ложных сигналов (по тестам).
Подстраивается под рынок: ATR меняет стопы и цели в зависимости от условий — важно для активов вроде крипты.
Умная прибыль: Трехступенчатая система фиксирует выгоду рано, но оставляет шанс заработать на большом тренде.
Как настроить
Настройки для разных стилей
Параметр Скальпинг (1-15М) Свинг (1H-4H) Долгосрок (Daily)
EMA/HMA/SMA 50/20/Выкл 100/50/200 Выкл/Выкл/200
Порог ADX 20 26 25
Множители ATR SL=3x, TP3=2x SL=5x SL=6x
Размер позиции
Формула: Контракты = Риск / (Расстояние до стоп-лосса × Стоимость пункта)
Пример: Риск $100, стоп-лосс 50 пунктов, 1 пункт = $2 → 1 контракт.
Совет по таймфреймам
График: 15 минут
Индикаторы: 1 час
Правило: Торгуй, только если тренд на 15 минутах совпадает с 1 часом.
Зачем это использовать?
Проверено: 58-62% успешных сделок на BTC, ETH, S&P 500 (тесты 2020-2023). Соотношение риск/прибыль 1.8-2.3.
Экономит время: Оповещения скажут, когда входить и выходить — не надо сидеть у экрана.
Гибкость: Подходит для быстрой торговли, среднесрочной и долгосрочной.
Часто задаваемые вопросы
Почему нет трейлинг-стопа?
Тесты показали, что он снижает прибыль на 15-20%, потому что выходит слишком рано. Безубыток лучше защищает деньги.
Что делать с новостями?
Увеличьте ATR (например, до 50) и стоп-лосс (6x ATR), когда рынок штормит.
Можно торговать форекс?
Да! Используйте EMA=50, HMA=20, ATR=14 для EUR/USD на 15 минутах.
Управление рисками
Риск на сделку: Не больше 1-2% от депозита.
Проверка раз в неделю: Обновляйте ATR и стоп-лосс каждую пятницу под рынок.
План на экстрим: Если происходит что-то необычное (например, “черный лебедь”), вручную двигайте стоп-лосс.
⚠️ Предупреждение: Торговля — это риск. Стратегия не гарантирует прибыль. Всегда ставьте стоп-лосс.
RSI-EMA-Crossing with Donchian-Stop-LossThe Donchian RSI Indicator is a visual tool that combines momentum and trend analysis to identify high-quality long opportunities based on RSI crossovers, price action, and Donchian channel dynamics.
How It Works
Momentum Signal: A bullish RSI crossover is detected when the RSI crosses above its moving average.
Trend Filter: A signal is only valid if the crossover occurs while the price is above its moving average – filtering out entries against the prevailing trend.
Signal Candle: The high of the crossover candle is stored.
Entry Trigger: A valid signal occurs when a later candle closes above that signal high.
Stop-Loss (Visual Only)
The lower band of the Donchian Channel acts as a visual reference for a dynamic stop-loss level.
Features
Customizable RSI, Donchian Channel, and moving average lengths
Selectable MA types: SMA, EMA, WMA, VWMA, HMA
Signal candle highlighted (yellow background)
Entry points labeled on the chart
Price MA and Donchian Channel plotted
Trend filter improves signal quality by confirming upward bias
Use Case
Designed for swing and position traders
Optimized for use on daily or 4H charts
HL2 Moving Average with BandsThis indicator is designed to assist traders in identifying potential trade entries and exits for S&P 500 (ES) and Nasdaq-100 (NQ) futures. It calculates a Simple Moving Average (SMA) based on the HL2 value (average of high and low prices) of the current candle over a user-defined lookback period (default: 200 periods). The indicator plots this SMA as a blue line, providing a smoothed reference for price trends.
Additionally, it includes upper and lower bands calculated as a percentage (default: 0.5%) above and below the SMA, plotted as green and red lines, respectively. These bands act as dynamic thresholds to identify overbought or oversold conditions. The indicator generates trade signals based on price action relative to these bands:
Long Entry: A green upward triangle is plotted below the candle when the close crosses above the upper band, signaling a potential buy.
Close Long: A red square is plotted above the candle when the close crosses back below the upper band, indicating an exit for the long position.
Short Entry: A red downward triangle is plotted above the candle when the close crosses below the lower band, signaling a potential sell.
Close Short: A green square is plotted below the candle when the close crosses back above the lower band, indicating an exit for the short position.
The script is customizable, allowing users to adjust the SMA length and band percentage to suit their trading style or market conditions. It is plotted as an overlay on the price chart for easy integration with other technical analysis tools.
Recommended Time Frame and Settings for Trading S&P 500 and Nasdaq-100 Futures
Based on research and market dynamics for S&P 500 (ES) and Nasdaq-100 (NQ) futures, the 5-minute chart is recommended as the optimal time frame for day trading with this indicator. This time frame strikes a balance between capturing intraday trends and filtering out excessive noise, which is critical for futures trading due to their high volatility and leverage. The 5-minute chart aligns well with periods of high liquidity and volatility, such as the U.S. market open (9:30 AM–11:00 AM EST) and the afternoon session (2:00 PM–4:00 PM EST), when institutional traders are most active.
Why 5-minute? It allows traders to react to short-term price movements while avoiding the rapid fluctuations of 1-minute charts, which can be prone to false signals in choppy markets. It also provides enough data points to make the SMA and bands meaningful without the lag associated with longer time frames like 15-minute or hourly charts.
Recommended Settings
SMA Length: Set to 200 periods. This longer lookback period smooths the HL2 data, reducing noise and providing a reliable trend reference for the 5-minute chart. A 200-period SMA helps identify significant trend shifts without being overly sensitive to minor price fluctuations.
Band Percentage: 0.5% is more suitable for the volatility of ES and NQ futures on a 5-minute chart, as it generates fewer but higher-probability signals. Wider bands (e.g., 1%) may miss short-term opportunities, while narrower bands (e.g., 0.1%) may produce excessive false signals.
Trading Session Recommendations
Futures markets for ES and NQ are open nearly 24 hours (Sunday 6:00 PM EST to Friday 5:00 PM EST, with a daily break from 4:00 PM–5:00 PM EST), but not all hours are equally optimal due to varying liquidity and volatility. The best times to trade with this indicator are:
U.S. Market Open (9:30 AM–11:00 AM EST): This period is characterized by high volume and volatility, driven by the opening of U.S. equity markets and economic data releases (e.g., 8:30 AM EST reports like CPI or GDP). The indicator’s signals are more reliable during this window due to strong order flow and price momentum.
Afternoon Session (2:00 PM–4:00 PM EST): After the lunchtime lull, volume picks up as institutional traders return, and news or FOMC announcements often drive price action. The indicator can capture breakout moves as prices test the upper or lower bands.
Pre-Market (7:30 AM–9:30 AM EST): For traders comfortable with lower liquidity, this period can offer opportunities, especially around 8:30 AM EST economic releases. However, use tighter risk management due to wider spreads and potential volatility spikes.
Additional Tips
Avoid Low-Volume Periods: Steer clear of trading during low-liquidity hours, such as the overnight session (11:00 PM–3:00 AM EST), when spreads widen and price movements can be erratic, leading to false signals from the indicator.
Combine with Other Tools: Enhance the indicator’s effectiveness by pairing it with support/resistance levels, Fibonacci retracements, or volume analysis to confirm signals. For example, a long entry signal above the upper band is stronger if it coincides with a breakout above a key resistance level.
Risk Management: Given the leverage in futures (e.g., Micro E-mini contracts require ~$1,200 margin for ES), use tight stop-losses (e.g., below the lower band for longs or above the upper band for shorts) to manage risk. Aim for a risk-reward ratio of at least 1:2.
Test Settings: Backtest the indicator on a demo account to optimize the SMA length and band percentage for your specific trading style and risk tolerance. Micro E-mini contracts (MES for S&P 500, MNQ for Nasdaq-100) are ideal for testing due to their lower capital requirements.
Why These Settings and Time Frame?
The 5-minute chart with a 200-period SMA and 0.5% bands is tailored for the volatility and liquidity of ES and NQ futures during peak trading hours. The longer SMA period ensures the indicator captures meaningful trends, while the 0.5% bands are tight enough to signal actionable breakouts but wide enough to avoid excessive whipsaws. Trading during high-volume sessions maximizes the likelihood of valid signals, as institutional participation drives clearer price action.
By focusing on these settings and time frames, traders can leverage the indicator to capitalize on the dynamic price movements of S&P 500 and Nasdaq-100 futures while managing the inherent risks of these markets.
RSI - 5UP Overview
The "RSI - 5UP" indicator is a versatile tool that enhances the traditional Relative Strength Index (RSI) by adding smoothing options, Bollinger Bands, and divergence detection. It provides a clear visual representation of RSI levels with customizable bands and optional moving averages, helping traders identify overbought/oversold conditions and potential trend reversals through divergence signals.
Features
Customizable RSI: Adjust the RSI length and source to fit your trading style.
Overbought/Oversold Bands: Visualizes RSI levels with intuitive color-coded bands (red for overbought at 70, white for neutral at 50, green for oversold at 30).
Smoothing Options: Apply various types of moving averages (SMA, EMA, SMMA, WMA, VWMA) to the RSI, with optional Bollinger Bands for volatility analysis.
Divergence Detection: Identifies regular bullish and bearish divergences, with visual labels ("Bull" for bullish, "Bear" for bearish) and alerts.
G radient Fills: Highlights overbought and oversold zones with gradient fills (green for overbought, red for oversold).
How to Use
1. Add to Chart: Apply the "RSI - 5UP" indicator to any chart. It works well on timeframes from 5 minutes to daily.
2. Configure Settings:
RSI Settings:
RSI Length: Adjust the period for RSI calculation (default: 14).
Source: Choose the price source for RSI (default: close).
Calculate Divergence: Enable to detect bullish/bearish divergences (default: disabled).
Smoothing:
Type: Select the type of moving average to smooth the RSI ("None", "SMA", "SMA + Bollinger Bands", "EMA", "SMMA (RMA)", "WMA", "VWMA"; default: "SMA").
Length: Set the period for the moving average (default: 14).
BB StdDev: If "SMA + Bollinger Bands" is selected, adjust the standard deviation multiplier for the bands (default: 2.0).
3.Interpret the Indicator:
RSI Levels: The RSI line (purple) oscillates between 0 and 100. Levels above 70 (red band) indicate overbought conditions, while levels below 30 (green band) indicate oversold conditions. The 50 level (white band) is neutral.
Gradient Fills: The background gradients (green above 70, red below 30) highlight overbought and oversold zones for quick reference.
Moving Average (MA): If enabled, a yellow MA line smooths the RSI. If "SMA + Bollinger Bands" is selected, green bands appear around the MA to show volatility.
Divergences: If "Calculate Divergence" is enabled, look for "Bull" (green label) and "Bear" (red label) signals:
Bullish Divergence: Indicates a potential upward reversal when the price makes a lower low, but the RSI makes a higher low.
Bearish Divergence: Indicates a potential downward reversal when the price makes a higher high, but the RSI makes a lower high.
4. Set Alerts:
Use the "Regular Bullish Divergence" and "Regular Bearish Divergence" alert conditions to be notified when a divergence is detected.
Notes
The indicator does not provide direct buy/sell signals. Use the RSI levels, moving averages, and divergence signals as part of a broader trading strategy.
Divergence detection requires the "Calculate Divergence" option to be enabled and may not work on all timeframes or assets due to market noise.
The Bollinger Bands are only visible when "SMA + Bollinger Bands" is selected as the smoothing type.
Credits
Developed by Marrulk. Enjoy trading with RSI - 5UP! 🚀
EMA & MA Crossover StrategyGuys, you asked, we did. Strategy for crossing moving averages .
The Moving Average Crossover trading strategy is possibly the most popular
trading strategy in the world of trading. First of them were written in the
middle of XX century, when commodities trading strategies became popular.
This strategy is a good example of so-called traditional strategies.
Traditional strategies are always long or short. That means they are never
out of the market. The concept of having a strategy that is always long or
short may be scary, particularly in today’s market where you don’t know what
is going to happen as far as risk on any one market. But a lot of traders
believe that the concept is still valid, especially for those of traders who
do their own research or their own discretionary trading.
This version uses crossover of moving average and its exponential moving average.
Strategy parameters:
Take Profit % - when it receives the opposite signal
Stop Loss % - when it receives the opposite signal
Current Backtest:
Account: 1000$
Trading size: 0.01
Commission: 0.05%
WARNING:
- For purpose educate only
- This script to change bars colors.
MACD Z-ScoreMACD Z-Score Indicator Description
This indicator takes the traditional MACD and converts its histogram into a standardized z‑score. It does so by first calculating the MACD using a fast and a slow moving average (which you can choose to compute with either SMA or EMA). The MACD histogram is then derived as the difference between the MACD line and a signal line (again, with your choice of smoothing method).
Next, the indicator computes a z‑score of that histogram over a user‑defined lookback period. In simple terms, it measures how far (in terms of standard deviations) the current histogram value deviates from its average. This standardization makes it easier to compare the MACD’s momentum across different assets or timeframes. There’s also an option to further smooth the z‑score with an EMA to reduce noise.
Finally, the indicator plots the resulting z‑score along with horizontal reference lines at key levels (such as 1, -1, 2, -2, 3, and -3) and changes the background color when the z‑score exceeds a high threshold (above 2) or drops below a low threshold (below -2), providing a visual cue for potential long or short conditions.
This indicator is ideal for traders looking for a normalized way to assess momentum, helping them to easily spot when the MACD histogram deviates significantly from its typical range.
Uptrick: Acceleration ShiftsIntroduction
Uptrick: Acceleration Shifts is designed to measure and visualize price momentum shifts by focusing on acceleration —the rate of change in velocity over time. It uses various moving average techniques as a trend filter, providing traders with a clearer perspective on market direction and potential trade entries or exits.
Purpose
The main goal of this indicator is to spot strong momentum changes (accelerations) and confirm them with a chosen trend filter. It attempts to distinguish genuine market moves from noise, helping traders make more informed decisions. The script can also trigger multiple entries (smart pyramiding) within the same trend, if desired.
Overview
By measuring how quickly price velocity changes (acceleration) and comparing it against a smoothed average of itself, this script generates buy or sell signals once the acceleration surpasses a given threshold. A trend filter is added for further validation. Users can choose from multiple smoothing methods and color schemes, and they can optionally enable a small table that displays real-time acceleration values.
Originality and Uniqueness
This script offers an acceleration-based approach, backed by several different moving average choices. The blend of acceleration thresholds, a trend filter, and an optional extra-entry (pyramiding) feature provides a flexible toolkit for various trading styles. The inclusion of multiple color themes and a slope-based coloring of the trend line adds clarity and user customization.
Inputs & Features
1. Acceleration Length (length)
This input determines the number of bars used when calculating velocity. Specifically, the script computes velocity by taking the difference in closing prices over length bars, and then calculates acceleration based on how that velocity changes over an additional length. The default is 14.
2. Trend Filter Length (smoothing)
This sets the lookback period for the chosen trend filter method. The default of 50 results in a moderately smooth trend line. A higher smoothing value will create a slower-moving trend filter.
3. Acceleration Threshold (threshold)
This multiplier determines when acceleration is considered strong enough to trigger a main buy or sell signal. A default value of 2.5 means the current acceleration must exceed 2.5 times the average acceleration before signaling.
4. Smart Pyramiding Strength (pyramidingThreshold)
This lower threshold is used for additional (pyramiding) entries once the main trend has already been identified. For instance, if set to 0.5, the script looks for acceleration crossing ±0.5 times its average acceleration to add extra positions.
5. Max Pyramiding Entries (maxPyramidingEntries)
This sets a limit on how many extra positions can be opened (beyond the first main signal) in a single directional trend. The default of 3 ensures traders do not become overexposed.
6. Show Acceleration Table (showTable)
When enabled, a small table displaying the current acceleration and its average is added to the top-right corner of the chart. This table helps monitor real-time momentum changes.
7. Smart Pyramiding (enablePyramiding)
This toggle decides whether additional entries (buy or sell) will be generated once a main signal is active. If enabled, these extra signals act as filtered entries, only firing when acceleration re-crosses a smaller threshold (pyramidingThreshold). These signals have a '+' next to their signal on the label.
8. Select Color Scheme (selectedColorScheme)
Allows choosing between various pre-coded color themes, such as Default, Emerald, Sapphire, Golden Blaze, Mystic, Monochrome, Pastel, Vibrant, Earth, or Neon. Each theme applies a distinct pair of colors for bullish and bearish conditions.
9. Trend Filter (TrendFilter)
Lets the user pick one of several moving average approaches to determine the prevailing trend. The options include:
Short Term (TEMA)
EWMA
Medium Term (HMA)
Classic (SMA)
Quick Reaction (DEMA)
Each method behaves differently, balancing reactivity and smoothness.
10. Slope Lookback (slopeOffset)
Used to measure the slope of the trend filter over a set number of bars (default is 10). This slope then influences the coloring of the trend filter line, indicating bullish or bearish tilt.
Note: The script refers to this as the "Massive Slope Index," but it effectively serves as a Trend Slope Calculation, measuring how the chosen trend filter changes over a specified period.
11. Alerts for Buy/Sell and Pyramiding Signals
The script includes built-in alert conditions that can be enabled or configured. These alerts trigger whenever the script detects a main Buy or Sell signal, as well as extra (pyramiding) signals if Smart Pyramiding is active. This feature allows traders to receive immediate notifications or automate a trading response.
Calculation Methodology
1. Velocity and Acceleration
Velocity is derived by subtracting the closing price from its value length bars ago. Acceleration is the difference in velocity over an additional length period. This highlights how quickly momentum is shifting.
2. Average Acceleration
The script smooths raw acceleration with a simple moving average (SMA) using the smoothing input. Comparing current acceleration against this average provides a threshold-based signal mechanism.
3. Trend Filter
Users can pick one of five moving average types to form a trend baseline. These range from quick-reacting methods (DEMA, TEMA) to smoother options (SMA, HMA, EWMA). The script checks whether the price is above or below this filter to confirm trend direction.
4. Buy/Sell Logic
A buy occurs when acceleration surpasses avgAcceleration * threshold and price closes above the trend filter. A sell occurs under the opposite conditions. An additional overbought/oversold check (based on a longer SMA) refines these signals further.
When price is considered oversold (i.e., close is below a longer-term SMA), a bullish acceleration signal has a higher likelihood of success because it indicates that the market is attempting to reverse from a lower price region. Conversely, when price is considered overbought (close is above this longer-term SMA), a bearish acceleration signal is more likely to be valid. This helps reduce false signals by waiting until the market is extended enough that a reversal or continuation has a stronger chance of following through.
5. Smart Pyramiding
Once a main buy or sell signal is triggered, additional (filtered) entries can be taken if acceleration crosses a smaller multiplier (pyramidingThreshold). This helps traders scale into strong moves. The script enforces a cap (maxPyramidingEntries) to limit risk.
6. Visual Elements
Candles can be recolored based on the active signal. Labels appear on the chart whenever a main or pyramiding entry signal is triggered. An optional table can show real-time acceleration values.
Color Schemes
The script includes a variety of predefined color themes. For bullish conditions, it might use turquoise or green, and for bearish conditions, magenta or red—depending on which color scheme the user selects. Each scheme aims to provide clear visual differentiation between bullish and bearish market states.
Why Each Indicator Was Part of This Component
Acceleration is employed to detect swift changes in momentum, capturing shifts that may not yet appear in more traditional measures. To further adapt to different trading styles and market conditions, several moving average methods are incorporated:
• TEMA (Triple Exponential Moving Average) is chosen for its ability to reduce lag more effectively than a standard EMA while still reacting swiftly to price changes. Its construction layers exponential smoothing in a way that can highlight sudden momentum shifts without sacrificing too much smoothness.
• DEMA (Double Exponential Moving Average) provides a faster response than a single EMA by using two layers of exponential smoothing. It is slightly less smoothed than TEMA but can alert traders to momentum changes earlier, though with a higher risk of noise in choppier markets.
• HMA (Hull Moving Average) is known for its balance of smoothness and reduced lag. Its weighted calculations help track trend direction clearly, making it useful for traders who want a smoother line that still reacts fairly quickly.
• SMA (Simple Moving Average) is the classic baseline for smoothing price data. It offers a clear, stable perspective on long-term trends, though it reacts more slowly than other methods. Its simplicity can be beneficial in lower-volatility or more stable market environments.
• EWMA (Exponentially Weighted Moving Average) provides a middle ground by emphasizing recent price data while still retaining some degree of smoothing. It typically responds faster than an SMA but is less aggressive than DEMA or TEMA.
Alongside these moving average techniques, the script employs a slope calculation (referred to as the “Massive Slope Index”) to visually indicate whether the chosen filter is sloping upward or downward. This adds an extra layer of clarity to directional analysis. The indicator also uses overbought/oversold checks, based on a longer-term SMA, to help filter out signals in overstretched markets—reducing the likelihood of false entries in conditions where the price is already extensively extended.
Additional Features
Alerts can be set up for both main signals and additional pyramiding signals, which is helpful for automated or semi-automated trading. The optional acceleration table offers quick reference values, making momentum monitoring more intuitive. Including explicit alert conditions for Buy/Sell and Pyramiding ensures traders can respond promptly to market movements or integrate these triggers into automated strategies.
Summary
This script serves as a comprehensive momentum-based trading framework, leveraging acceleration metrics and multiple moving average filters to identify potential shifts in market direction. By combining overbought/oversold checks with threshold-based triggers, it aims to reduce the noise that commonly plagues purely reactive indicators. The flexibility of Smart Pyramiding, customizable color schemes, and built-in alerts allows users to tailor their experience and respond swiftly to valid signals, potentially enhancing trading decisions across various market conditions.
Disclaimer
All trading involves significant risk, and users should apply their own judgment, risk management, and broader analysis before making investment decisions.
Best MA Pair Finder (Crossover Strategy)This indicator automatically identifies the optimal pair of moving averages (MAs) for a crossover strategy using all available historical data. It offers several MA options—including SMA, EMA, and TEMA—allowing users to select the desired type in the settings. The indicator supports two strategy modes: “Long Only” and “Buy & Sell”, which can be chosen via the options.
For each MA pair combination, the indicator performs a backtest and calculates the profit factor, considering only those pairs where the total number of trades meets or exceeds the user-defined "Minimum Trades" threshold. This parameter ensures that the selected optimal pair is based on a statistically meaningful sample rather than on a limited number of trades.
The results provided by this indicator are based on historical data and backtests, which may not guarantee future performance. Users should conduct their own analysis and use proper risk management before making trading decisions.
ROC + SMI Auto Adjust
This indicator combines the Rate of Change (ROC) and the Stochastic Momentum Index (SMI) with automatically adjusted parameters for different time frames (short, medium, long). It normalizes the ROC to match the SMI levels, displays the ROC as a histogram and the SMI as lines, highlights overbought/oversold zones and includes a settings table. Ideal for analyzing momentum on different time frames.
Key Features:
Automatic Parameter Adjustment:
The script detects the current chart time frame (e.g. 1-minute, 1-hour, daily) and adjusts the parameters for the ROC and SMI accordingly.
Parameters such as ROC length, SMI length and smoothing periods are optimized for short, medium and long term time frames.
Rate of Change (ROC):
ROC measures the percentage change in price over a specified period.
The script normalizes the ROC values to match the SMI range, making it easier to compare the two indicators on the same scale.
The ROC is displayed as a histogram, where positive values are colored green and negative values are colored red.
Stochastic Momentum Index (SMI):
SMI is a momentum oscillator that identifies overbought and oversold conditions.
The script calculates the SMI and its signal line, plotting them on the chart.
Overbought and oversold levels are displayed as dotted lines for convenience.
SMI and SMI Signal Crossover:
When the main SMI crosses the signal line from below upwards, it may be a buy signal (bullish signal).
When the SMI crosses the signal line from above downwards, it may be a sell signal (bearish signal).
Configurable Inputs:
Users can use the automatically adjusted settings or manually override the parameters (e.g. ROC length, SMI length, smoothing periods).
Overbought and oversold levels for SMI are also configurable.
Parameter Table:
A table is displayed on the chart showing the current parameters (e.g. timeframe, ROC length, SMI length) for transparency and debugging.
The position of the table is configurable (e.g. top left, bottom right).
How it works:
The script first detects the chart timeframe and classifies it as short-term (e.g. 1M, 5M), medium-term (e.g. 1H, 4H) or long-term (e.g. D1, W1).
Based on the timeframe, it sets default values for the ROC and SMI parameters.
ROC and SMI are calculated and normalized so that they can be compared on the same scale.
ROC is displayed as a histogram, while SMI and its signal line are displayed as lines.
Overbought and oversold levels are displayed as horizontal lines.
Use cases:
Trend identification: ROC helps to identify the strength of the trend, while SMI indicates overbought/oversold conditions.
Momentum analysis: The combination of ROC and SMI provides insight into both price momentum and potential reversals.
Time frame flexibility: The auto-adjustment feature makes the script suitable for scalping (short-term), swing trading (medium-term) and long-term investing.
Volume Flow Indicator Signals | iSolani
Volume Flow Indicator Signals | iSolani: Decoding Trend Momentum with Volume Precision
In markets where trends are fueled by institutional participation, discerning genuine momentum from false moves is critical. The Volume Flow Indicator Signals | iSolani cuts through this noise by synthesizing price action with volume dynamics, generating high-confidence signals when capital flows align with directional bias. This tool reimagines traditional volume analysis by incorporating volatility-adjusted thresholds and dual-layer smoothing, offering traders a laser-focused approach to trend identification.
Core Methodology
The indicator employs a multi-stage calculation to quantify volume-driven momentum:
Volatility-Adjusted Filter: Measures price changes via log returns, scaling significance using a 30-bar standard deviation multiplied by user-defined sensitivity (default: 2x).
Volume Normalization: Caps extreme volume spikes at 3x the 50-bar moving average, preventing distortion from anomalous trades.
Directional Volume Flow: Assigns positive/negative values to volume based on whether price movement exceeds volatility-derived thresholds.
Dual Smoothing: Applies consecutive SMA (3-bar) and EMA (14-bar) to create the Volume Flow Indicator (VFI) and its signal line, filtering out transient fluctuations.
Breaking New Ground
This implementation introduces three key innovations:
Adaptive Noise Gates: Unlike static volume oscillators, the sensitivity coefficient dynamically adjusts to market volatility, reducing false signals during choppy conditions.
Institutional Volume Capping: The vcoef parameter limits the influence of outlier volume spikes, focusing on sustained institutional activity rather than one-off trades.
Non-Repainting Signals: Generates single-per-trend labels (buy below bars, sell above) to avoid chart clutter while maintaining visual clarity.
Engine Under the Hood
The script executes through five systematic stages:
Data Preparation: Computes HLC3 typical price and its logarithmic rate of change.
Threshold Calculation: Derives dynamic cutoff levels using 30-period volatility scaled by user sensitivity.
Volume Processing: Filters raw volume through a 50-bar SMA, capping extremes at 3x average.
VFI Construction: Sums directional volume flow over 50 bars, smoothed with a 3-bar SMA.
Signal Generation: Triggers alerts when VFI crosses zero, confirmed by a 14-bar EMA crossover.
Standard Configuration
Optimized defaults balance responsiveness and reliability:
Volume MA: 50-bar smoothing window
Sensitivity: 2.0 (doubles volatility threshold)
Signal Smoothing: 14-bar EMA
Volume Cap: 3x average (hidden parameter)
VFI Smoothing: Enabled (3-bar SMA)
By fusing adaptive volume filtering with price confirmation logic, the Volume Flow Indicator Signals | iSolani transforms raw market data into institutional-grade trend signals. Its ability to mute choppy price action while amplifying high-conviction volume moves makes it particularly effective for spotting early trend reversals in equities, forex, and futures markets.
RSI Signal Pro[UgurTash]Introducing RSI Signal Pro for TradingView
RSI Signal Pro is a refined version of the standard Relative Strength Index (RSI) , designed to improve signal accuracy by generating alerts in real-time instead of waiting for multiple candle confirmations. This enhancement allows traders to react faster to market movements while maintaining the familiar RSI structure.
What Makes RSI Signal Pro Unique?
✅ Real-Time RSI Signals: Unlike the traditional RSI, which waits for candle confirmations, this version provides immediate buy and sell signals upon key level crossovers.
✅ Dual Trading Modes: Choose between Simple Mode (standard RSI crossovers) and Advanced Mode (momentum-adjusted signals with price validation).
✅ Customizable RSI-Based Moving Average (MA): Optionally apply SMA, EMA, WMA, or VWMA to smooth RSI fluctuations and identify longer-term trends.
✅ Adaptive Signal Filtering: The Advanced Mode reduces false signals by filtering RSI movements with a momentum threshold and historical RSI validation.
✅ User-Friendly Interface: Simple ON/OFF toggles allow easy customization of the indicator's behavior.
How This Indicator Works
🔹 Simple Mode: Identical to traditional RSI, triggering signals when RSI crosses 30 (bullish) or 70 (bearish).
🔹 Advanced Mode: Uses historical RSI pivots, momentum verification, and price confirmation to refine signal accuracy—ideal for traders looking for more precise entries.
🔹 RSI-Based MA: Optionally overlay moving averages onto the RSI, providing additional trend confirmation.
How to Use RSI Signal Pro
1️⃣ Select a mode: Use Simple Mode for frequent alerts or Advanced Mode for refined signals.
2️⃣ Enable RSI-Based MA: Apply SMA, EMA, WMA, or VWMA to smooth RSI fluctuations.
3️⃣ Set alerts: TradingView notifications allow you to react to real-time RSI movements instantly.
4️⃣ Apply to multiple markets: Effective for crypto, forex, stocks, and commodities.
Why Use RSI Signal Pro Instead of Standard RSI?
While RSI Signal Pro maintains the core functionality of the standard RSI, its real-time signal generation allows traders to make faster decisions without the typical delay caused by waiting for candle confirmations. Additionally, the optional momentum filtering and moving average smoothing ensure fewer false signals and better trade accuracy.
Sma Indicator with Ratio (pr)SMA Indicator with Ratio (PR) is a technical analysis tool designed to provide insights into the relationship between multiple Simple Moving Averages (SMAs) across different time frames. This indicator combines three key SMAs: the 111-period SMA, 730-period SMA, and 1400-period SMA. Additionally, it introduces a ratio-based approach, where the 730-period SMA is multiplied by factors of 2, 3, 4, and 5, allowing users to analyze potential market trends and price movements in relation to different SMA levels.
What Does This Indicator Do?
The primary function of this indicator is to track the movement of prices in relation to several SMAs with varying periods. By visualizing these SMAs, users can quickly identify:
Short-term trends (111-period SMA)
Medium-term trends (730-period SMA)
Long-term trends (1400-period SMA)
Additionally, the multiplied versions of the 730-period SMA provide deeper insights into potential price reactions at different levels of market volatility.
How Does It Work?
The 111-period SMA tracks the shorter-term price trend and can be used for identifying quick market movements.
The 730-period SMA represents a longer-term trend, helping users gauge overall market sentiment and direction.
The 1400-period SMA acts as a very long-term trend line, giving users a broad perspective on the market’s movement.
The ratio-based SMAs (2x, 3x, 4x, 5x of the 730-period SMA) allow for an enhanced understanding of how the price reacts to higher or lower volatility levels. These ratios are useful for identifying key support and resistance zones in a dynamic market environment.
Why Use This Indicator?
This indicator is useful for traders and analysts who want to track the interaction of price with different moving averages, enabling them to make more informed decisions about potential trend reversals or continuations. The added ratio-based values enhance the ability to predict how the market might react at different levels.
How to Use It?
Trend Confirmation: Traders can use the indicator to confirm the direction of the market. If the price is above the 111, 730, or 1400-period SMA, it may indicate an uptrend, and if below, a downtrend.
Support/Resistance Levels: The multiplied versions of the 730-period SMA (2x, 3x, 4x, 5x) can be used as dynamic support or resistance levels. When the price approaches or crosses these levels, it might indicate a change in the trend.
Volatility Insights: By observing how the price behaves relative to these SMAs, traders can gauge market volatility. Higher multiples of the 730-period SMA can signal more volatile periods where price movements are more pronounced.
Smooth Moving Average (SMA) MTF Trend PanelDescription:
The SMA MTF Trend Panel is a multi-timeframe (MTF) trend visualization tool designed to help traders quickly assess market conditions across multiple timeframes based on the Simple Moving Average (SMA). This script calculates the trend direction (Bullish, Bearish, or Neutral) and the trend strength percentage for each selected timeframe. It displays the information in an intuitive panel that is dynamically updated in real-time.
How It Works:
1. SMA Calculation:
• For each timeframe, the script calculates the SMA based on a user-defined length (default: 50).
2. Trend Identification:
• Compares the current price to the SMA and assigns a label: “Bull,” “Bear,” or “Neutral.”
3. Panel Display:
• Displays trends, strengths, and shifts for each timeframe in an interactive table.
4. Real-Time Updates:
• Continuously monitors price movements and updates the panel to reflect the latest data.
Customizable Inputs:
1. Panel Settings:
• Orientation: Choose vertical or horizontal layout.
• Position: Select panel location on the chart.
• Border Width/Color: Adjust panel borders for better visualization.
2. Trend Colors:
• Define custom colors for bullish, bearish, neutral, and shift conditions.
3. SMA Length:
• Adjust the SMA period to suit your trading style (e.g., short-term scalping or long-term trend following).
4. Timeframes:
• Set specific timeframes to analyze based on your trading strategy.
BK Multiple MA, RMA, SMA, HMA, VWAP, Rolling VWAP **Indicator Description**
I’m incredibly proud to introduce my third indicator to the TradingView community: **BK Multiple MA with HMA, VWAP, and Rolling VWAP**! This tool has been a game-changer in my trading strategy, and I’m excited to share it with others who are navigating the markets.
This indicator holds a special place in my heart because it represents the first technical analysis concept introduced to me by my mentor when I began apprenticing under him. His wisdom, guidance, and passion for trading—and for life—left an indelible mark on my journey. I dedicate this work, and every indicator I introduce, to the foundation he helped me build, while giving glory first and foremost to God.
**Moving Averages (MAs)** are one of the most widely used tools in technical analysis, and this indicator takes them to the next level. It allows you to plot **six fully customizable moving averages simultaneously**, with options including:
- **Exponential Moving Average (EMA)**
- **Simple Moving Average (SMA)**
- **Relative Moving Average (RMA)**
- **Hull Moving Average (HMA)**
- **Volume Weighted Average Price (VWAP)**
- **Rolling VWAP**
This flexibility makes the indicator highly versatile, whether you’re a day trader, swing trader, or long-term investor. By customizing periods, colors, and line widths for each MA, you can tailor the indicator to perfectly suit your trading style.
**Key Features**
1. **Six Fully Customizable MAs**:
- Adjust periods, line colors, and widths to match your preferences.
- Select from EMA, SMA, RMA, HMA, VWAP, or Rolling VWAP for each line.
2. **Unique Rolling VWAP Option**:
- Rolling VWAP calculates the volume-weighted average price over a user-defined period, such as 200 candles.
- This feature is ideal for traders seeking volume-weighted levels that don’t reset with each session, making it invaluable for trend-following and swing trading.
3. **HMA for Smoother Trends**:
- The Hull Moving Average (HMA) is designed to reduce lag and provide a responsive, noise-free view of price trends.
- It’s a powerful tool for spotting reversals and confirming directional momentum.
4. **Session VWAP**:
- Traditional VWAP resets with each trading session, making it a reliable benchmark for intraday support and resistance levels.
**How It Works**
- **VWAP**: Reflects the average price weighted by volume for the current trading session, commonly used by institutional traders to identify key price levels.
- **Rolling VWAP**: Extends VWAP functionality by calculating over a user-defined period, allowing for flexible multi-timeframe analysis.
- **HMA**: A fast, smooth moving average that reacts quickly to price changes while filtering out noise.
The combination of these options provides traders with a comprehensive view of market dynamics, enabling better decision-making.
**Final Thoughts**
This indicator is deeply meaningful to me because it represents the first concept my mentor introduced when I began apprenticing under him. His wisdom, guidance, and passion for trading—and for life—left an indelible mark on my journey. I dedicate this work, and every indicator I introduce, to the foundation he helped me build, while giving glory first and foremost to God.
If this indicator helps you succeed, I humbly ask that you honor the blessings in your life by giving back—whether through acts of kindness, philanthropy, or helping others in need.
May the Almighty guide us all toward wisdom and success in our endeavors. All glory belongs to God!
EMA/SMA + Multi-Timeframe Dashboard (Vertical)20/50 ema and 200 sma
The EMA SMA Trading Indicator combines the power of Exponential Moving Averages (EMA) and Simple Moving Averages (SMA) to help traders identify trends, reversals, and key entry/exit points.
Features:
Dual Moving Averages: Tracks both EMA and SMA to provide a balanced view of short-term and long-term market trends.
Customizable Periods: Allows users to set unique periods for EMA and SMA to suit their trading style and timeframe (e.g., day trading, swing trading, or investing).
Cross Alerts: Highlights EMA and SMA crossover points, which often indicate potential buy or sell signals.
Color-Coded Lines: Visual differentiation between EMA (dynamic and responsive) and SMA (smooth and lagging) for better readability.
Multi-Timeframe Compatibility: Suitable for scalping, intraday trading, and long-term analysis.
Usage:
Trend Confirmation: When the EMA is above the SMA, it signals a bullish trend; when it is below the SMA, it signals a bearish trend.
Crossover Strategy: Use crossovers as potential buy (EMA crosses above SMA) or sell (EMA crosses below SMA) signals.
Dynamic Support/Resistance: EMA can act as short-term support/resistance, while SMA represents long-term levels.
This indicator is perfect for traders who want to combine EMA's speed with SMA's stability for improved decision-making in volatile markets. Customizable alerts and visual cues make it user-friendly for beginners and experienced traders.
Make informed decisions and take your trading to the next level with the EMA SMA Trading Indicator!
Pseudo Super Smoother [PSS]The Pseudo Super Smoother (PSS) is a a Finite Impulse Response (FIR) filter. It provides a smoothed representation of the underlying data. This indicator can be considered a variation of a moving average, offering a unique approach to filtering price or other data series.
The PSS is inspired by the Super Smoother filter, known for its ability to reduce noise while maintaining a relatively low delay. However, the Super Smoother is an Infinite Impulse Response (IIR) filter. The PSS attempts to approximate some characteristics of the Super Smoother using an FIR design, which offers inherent stability.
The indicator offers two distinct filter types, selectable via the "Filter Style" input: Type 1 and Type 2 . Type 1 provides a smoother output with a more gradual response to changes in the input data. It is characterized by a greater attenuation of high-frequency components. Type 2 exhibits increased reactivity compared to Type 1 , allowing for a faster response to shifts in the underlying data trend, albeit with a potential overshoot. The choice between these two types will depend on the specific application and the preference for responsiveness versus smoothness.
The PSS calculates the FIR filter coefficients based on a decaying exponential function, adjusted according to the selected filter type and the user-defined period. The filter then applies these coefficients to a window of past data, effectively creating a weighted average that emphasizes more recent data points to varying degrees. The PSS uses a specific initialization technique that uses the first non-null data point to pre-fill the input window, which helps it start right away.
The PSS is an approximation of the Super Smoother filter using an FIR design. While it try's to emulate some of the Super Smoother's smoothing characteristics, users should be aware that the frequency response and overall behavior will differ due to it being a rough approximation. The PSS should be considered an experimental indicator and used in conjunction with other analysis techniques. This is, effectively, just another moving average, but its novelty lies in its attempt to bridge the gap between FIR and IIR filter designs for a specific smoothing goal.
MFS-3 Bars Pattern Strategy3 Bar Pattern Strategy
Detects an Ignite Candle followed by a Pullback Candle followed by a Confirmation Candle.
A Box will be drawn around the setup and three arrows will identify I, P, C (Ignite, Pullback, Confirmation) the setup.
The strategy will calculate a Stop Loss below the Low Price of the Ignite candle and a Take Profit at 2 times the Stop Loss giving a Risk to Reward Ratio of 1:2.
Extra conditions are included to reduce false triggers:
- A down trend must be detected using 3 SMA (Long, Medium, Short) that should be aligned from Long to Short one above the other.
- The Ignite Candle's body must be BELOW the Short SMA
An input form is available to adjust some strategy parameters.
Performance Note
----------------------
Trading conditions are very strict, so most of the time, no signals will be detected in the Strategy window.
This strategy should only be one of many strategies used for trade setups.
Hope you enjoy it.
SMA Ribbon [A]SMA Ribbon with Adjustable MA200
20, 50, 100, and 200 -period Simple Moving Averages (SMAs) for trend analysis.
The SMA200 dynamically changes color based on its direction—green when rising and red when falling. Additionally, you can lock the SMA200 to the daily timeframe , allowing it to display the 200-day moving average on lower timeframes, such as 4-hour or 1-hour charts.
Features:
Dynamic SMA200 Color: Automatically adjusts to show upward (green) or downward (red) trends.
Daily SMA200 Option: Enables the SMA200 to represent the 200-day moving average on intraday charts for long-term trend insights.
Smart Adaptation: The daily SMA200 setting is automatically disabled on daily or higher timeframes, ensuring accurate period calculations.
How to Use:
Use this script to identify key support/resistance levels and overall market trends.
Adjust the "Daily MA for MA200" option in the settings to toggle between timeframe-specific and daily-locked SMA200.
This script is ideal for traders seeking a clean and customizable tool for long-term and short-term trend analysis.
2-Year MA Multiplier [UAlgo]The 2-Year MA Multiplier is a technical analysis tool designed to assist traders and investors in identifying potential overbought and oversold conditions in the market. By plotting the 2-year moving average (MA) of an asset's closing price alongside an upper band set at five times this moving average, the indicator provides visual cues to assess long-term price trends and significant market movements.
🔶 Key Features
2-Year Moving Average (MA): Calculates the simple moving average of the asset's closing price over a 730-day period, representing approximately two years.
Visual Indicators: Plots the 2-year MA in forest green and the upper band in firebrick red for clear differentiation.
Fills the area between the 2-year MA and the upper band to highlight the normal trading range.
Uses color-coded fills to indicate overbought (tomato red) and oversold (cornflower blue) conditions based on the asset's closing price relative to the bands.
🔶 Idea
The concept behind the 2-Year MA Multiplier is rooted in the cyclical nature of markets, particularly in assets like Bitcoin. By analyzing long-term price movements, the indicator aims to identify periods of significant deviation from the norm, which may signal potential buying or selling opportunities.
2-year MA smooths out short-term volatility, providing a clearer view of the asset's long-term trend. This timeframe is substantial enough to capture major market cycles, making it a reliable baseline for analysis.
Multiplying the 2-year MA by five establishes an upper boundary that has historically correlated with market tops. When the asset's price exceeds this upper band, it may indicate overbought conditions, suggesting a potential for price correction. Conversely, when the price falls below the 2-year MA, it may signal oversold conditions, presenting potential buying opportunities.
🔶 Disclaimer
Use with Caution: This indicator is provided for educational and informational purposes only and should not be considered as financial advice. Users should exercise caution and perform their own analysis before making trading decisions based on the indicator's signals.
Not Financial Advice: The information provided by this indicator does not constitute financial advice, and the creator (UAlgo) shall not be held responsible for any trading losses incurred as a result of using this indicator.
Backtesting Recommended: Traders are encouraged to backtest the indicator thoroughly on historical data before using it in live trading to assess its performance and suitability for their trading strategies.
Risk Management: Trading involves inherent risks, and users should implement proper risk management strategies, including but not limited to stop-loss orders and position sizing, to mitigate potential losses.
No Guarantees: The accuracy and reliability of the indicator's signals cannot be guaranteed, as they are based on historical price data and past performance may not be indicative of future results.
Simple Moving Average with Regime Detection by iGrey.TradingThis indicator helps traders identify market regimes using the powerful combination of 50 and 200 SMAs. It provides clear visual signals and detailed metrics for trend-following strategies.
Key Features:
- Dual SMA System (50/200) for regime identification
- Colour-coded candles for easy trend visualisation
- Metrics dashboard
Core Signals:
- Bullish Regime: Price < 200 SMA
- Bearish Regime: Price > 200 SMA
- Additional confirmation: 50 SMA Cross-over or Cross-under (golden cross or death cross)
Metrics Dashboard:
- Current Regime Status (Bull/Bear)
- SMA Distance (% from price to 50 SMA)
- Regime Distance (% from price to 200 SMA)
- Regime Duration (bars in current regime)
Usage Instructions:
1. Apply the indicator to your chart
2. Configure the SMA lengths if desired (default: 50/200)
3. Monitor the color-coded candles:
- Green: Bullish regime
- Red: Bearish regime
4. Use the metrics dashboard for detailed analysis
Settings Guide:
- Length: Short-term SMA period (default: 50)
- Source: Price calculation source (default: close)
- Regime Filter Length: Long-term SMA period (default: 200)
- Regime Filter Source: Price source for regime calculation (default: close)
Trading Tips:
- Use bullish regimes for long positions
- Use bearish regimes for capital preservation or short positions
- Consider regime duration for trend strength
- Monitor distance metrics for potential reversals
- Combine with other systems for confluence
#trend-following #moving average #regime #sma #momentum
Risk Management:
- Not a standalone trading system
- Should be used with proper position sizing
- Consider market conditions and volatility
- Always use stop losses
Best Practices:
- Monitor multiple timeframes
- Use with other confirmation tools
- Consider fundamental factors
Version: 1.0
Created by: iGREY.Trading
Release Notes
// v1.1 Allows table overlay customisation
// v1.2 Update to v6 pinescript
4-Hour Moving AveragesTitle: 4-Hour Moving Averages Indicator
Description:
The "4-Hour Moving Averages" indicator is designed to help traders easily visualize key moving averages derived from the 4-hour timeframe, regardless of the chart interval they are using. This indicator plots four moving averages: a 15-period SMA (Short-Term), a 35-period SMA (Intermediate-Term), an 80-period SMA (Long-Term), and a 130-period SMA (Confirmation).
These moving averages provide a balanced approach for identifying short, medium, and long-term trends, as well as confirming significant market movements. Ideal for swing traders and those looking for clear trend signals, the indicator can be used for various markets, including stocks, forex, and cryptocurrencies.
The 4-hour moving averages overlay directly on the price chart, allowing for easy analysis of current price movements relative to important trend indicators. Use this script to enhance your trading decisions, identify opportunities, and avoid market traps by relying on consistent moving average trends.
Features:
- 15 SMA for Short-Term Trends (in red)
- 35 SMA for Intermediate-Term Trends (in orange)
- 80 SMA for Long-Term Trends (in green)
- 130 SMA for Confirmation (in blue)
Feel free to modify the settings to suit your specific strategy and market conditions.