Tripwire Pro+Tripwire – Trail-Based Trend Direction Indicator
OVERVIEW
Tripwire is a powerful, volatility-adaptive trailing indicator designed to keep traders on the right side of momentum while offering signals and alerts based on the users settings and filters.
CONCEPT & INSPIRATION
This indicator is directly inspired from the Zombie9Trail by Frosty (creator of the Zombie Pack and TickHunter for NinjaTrader).
When all filters are turned off, Tripwire replicates the core behavior of Zombie9Trail — delivering the same razor-sharp trailing logic.
Most of Frosty's testing has been done from the 1 minute time frame, while I have personally found for my style of trading the 5 minute time frame works better for me.
WHAT THIS VERSION ADDS — TradingView Enhancements
• Optional multi-layer trend filters (21, 34, 170 EMA) to separate high-probability pullbacks from actual trend changes
• Clean Buy/Sell/Pullback signal labels with alert conditions
• Real-time dashboard showing current trail value, trend state, and filter status
• Fully customizable ATR length, multiplier, source, and visual styling
• All values exported as plots — perfect for CSV download and strategy development
HOW TO USE
Filters ON (recommended for trend-following) → Take signals in the direction of the higher-timeframe trend. Great for staying in strong moves and avoiding fake outs.
Filters OFF (pure Zombie9Trail mode) → Possibly catch early reversals and ride new trends
CREDIT & RESPECT
Core trailing methodology and original genius: Frosty — creator of Zombie9Trail / Zombie Pack / TickHunter (NinjaTrader).
This TradingView adaptation was built in direct homage to his NinjaTrader work and with his encouragement. Everything beyond the base trailing logic (filters, dashboard, alerts, exportable plots, visual polish) is original.
DISCLAIMER
For educational and informational purposes only. Not financial advice. Past performance is no guarantee of future results. Test thoroughly.
Hareketli Ortalamalar
CTA Flow Replicator [Institutional Speeds]Decoding the Black Box: Commodity Trading Advisors (CTAs) control hundreds of billions of dollars in systematic capital. Their buying and selling are not based on news or fundamentals, but on trend signals. This guide allows you to replicate those signals. By monitoring three specific 'Trend Speeds' (20, 50, and 120-day averages) and key volatility filters, you can visualize exactly where institutional algorithms are likely to buy the dip or force a sell-off.
This script automatically plots the "Three Speeds" (20, 50, 120), color-codes the background based on the "Zone" you are in (Max Long vs. Danger), and flags High Volatility regimes using VIX data.
How to Read the Indicator on Your Chart:
Green Line (20 SMA): The "Gas Pedal." If we are above this, CTAs are pressing longs.
Orange Line (50 SMA): The "Brake." If we break this, the selling starts.
Red Line (120 SMA): The "Floor." Watch for bounces here.
Background Colors:
Green Zone: Safe to hold/buy dips.
Yellow Zone: Trimming/Cash. Be careful.
Red Zone: Short/Hedging only.
Grey Zone: High Volatility (VIX > 20). Even if the trend is up, the background turns grey to warn you that "Risk is High" and position sizing should be smaller.
200SMA Distance OscillatorThe oscillator measures the percentage deviation of closing price x from SMA200.
The idea behind the oscillator was preceded by an analysis of how often MAs in the index hold/bounce or are broken through.
Basically, the idea was about index analysis, i.e., the macro picture of a market.
Who wants to buy individual stocks when the overall market is plummeting ;-)
Or in other words: How long are you long in a market? When is it time to take profits?
After the analysis of the stability of SMAs in the index was rather modest (ratio of just under 6:4 for bounce to breakout – overall in 20, 50, 100, and 200 frames from 2020 to 2025), it was noticeable that the percentage over- or underperformance was scalable, especially in indices.
And since indices generally move upwards, there were fixed limits for over- and underestimations – especially in the longer term (SMA200) – unlike with individual stocks.
It is therefore more a question of macro trends and less of short-term movements, e.g., in day trading.
It was now interesting to see at what percentage range counter-movements were likely – particularly in the positive range for profit-taking, but of course also in the negative range for entry into sold-off markets.
If, for example, closing prices around +25% above SMA200 were reached in the NDX, the probability is very high that the market has overreacted and an interim correction will follow – so the theory goes.
On the other hand, continuous levels of +5 to +10% are a product of healthy positive development in a bull market and do not necessarily require action.
The oscillator was specifically designed for the NDX, but can also be used for the SPX and others.
The style was based on the RSI, so that the color level rises from 10% to 20% (overbought/oversold principle).
Based on manually examined movements, the criteria were set as follows:
+/-10% = flow / no color background
> +/-10% = border areas / color background
The center line represents the 252 average of the percentage deviations and could also be used as a trigger, provided it has been historically examined and is valid.
The oscillator is very interesting because it behaves completely differently from one financial instrument to another and, as a result, also in the timeframes (4h, D, W).
It would probably make sense to change the flow and border levels in the code when using it outside of indices.
The fact is that the oscillator must be “adjusted” to each instrument in order to achieve its goal of providing the best possible prediction. “Adjusting” refers to the analysis of the levels at which an instrument/asset usually reacts.
As with all indicators and oscillators, it is advisable to take other indicators and, in particular, macro news into account when analyzing this development.
If I find any substantial correlations with other indicators, I will be happy to provide an update.
The idea came from me, the code from Grok.
The code is not 100% perfect, but the data (percentage deviation, color background) is correct according to initial analysis.
In the settings, you can make the lines of the plots invisible. This makes the oscillator clearer. You can also adjust the settings for the average line.
DeltaATR + VWAP DIF + MA'sI attempted to create an indicator using a different approach to analyzing potential trend reversals, and although it is still a work in progress, it is already fully functional. The indicator combines the price relative to VWAP with ATR normalization, providing a way to measure deviations in terms of market volatility.
How the indicator works:
Delta Calculation:
The core of the indicator calculates the difference between the current price and the VWAP (Volume Weighted Average Price), then normalizes this difference by the ATR (Average True Range). This provides a volatility-adjusted measure of how far the price has moved relative to its typical range.
Histogram Visualization:
The deltaATR is displayed as a histogram, where positive values indicate the price is above VWAP and negative values indicate it is below. The histogram is color-coded for easy interpretation: typically red for above VWAP and green for below, with configurable transparency.
Dual Moving Averages:
Two moving averages (fast and slow) are applied to the deltaATR. This creates a crossover system:
When the fast average crosses above the slow average, it may indicate an upcoming bullish reversal.
When the fast average crosses below the slow average, it may indicate a potential bearish reversal.
Zero Line Reference:
A reference line at zero corresponds to VWAP, helping traders see whether price is generally above or below the average volume-weighted level.
Alert Lines (Optional Panel):
A second panel provides four configurable alert lines, allowing users to set key thresholds to monitor extreme deltaATR values. These lines are thin, dashed, and fully customizable in terms of color and thickness.
Panel for Values and Signals:
The indicator includes a side panel showing:
Current deltaATR
Fast and slow averages
Current trend signal (Bullish, Bearish, or Neutral)
How it can be used:
Identify potential trend reversals by monitoring the crossover between the fast and slow averages of deltaATR.
Use the histogram to observe when the price is deviating significantly from VWAP in terms of ATR.
Set alert lines for specific thresholds to highlight overextended conditions or significant volatility moves.
Combine with other technical indicators for confirmation before entering or exiting trades.
This indicator is particularly useful for traders looking to anticipate reversals in volatile markets, as it adapts the delta measure to the current market conditions using ATR normalization, making it more responsive and robust than raw price deviations alone.
SELL TOP
Short TradingView Description
This indicator identifies potential exhaustion points in upward trends by combining multiple technical components into one weighted signal.
It evaluates price behavior, volatility structure, momentum shifts, volume pressure, and candle characteristics.
A SELL alert is triggered only when several conditions align and exceed a predefined threshold.
The indicator uses three core technical tools:
* **RSI** – to measure strength and potential overextension
* **MACD** – to confirm momentum weakness
* **Bollinger Bands (BB)** – to assess volatility and price deviation
Each signal is clearly marked on the chart, including a visual stop-level above the signal candle.
This tool does not execute trades or guarantee results; it serves as an analytical assistant to highlight areas where bullish momentum may be weakening.
Sensitivity and behavior can be adjusted through the indicator’s settings.
9/21 EMA Trend TOP rIGHT CORNER INDICATORCrossover indicator for the 9 & 21 EMA. Buy Sell for cross up or down respectively. Daily, weekly and Monthly trend.
⚡ VWAP (Recent Segment Only)VWAP, RECENT segment on a horizontal line, so it does not break or squueze the chart like traditional VWAP
find it very useful visually, it does not clutter the chart like traditional VWAP. it will not make the chart messy. clean usefull most recent VWAP line.
Enjoy!
Hull VWMA Crossover StrategyA simple variation on the Hull Moving Average which reacts faster to high volume events, making it more responsive in those cases than even the standard Hull average -- CREDIT GOES TO Saolof - -- Edited into a strategy with some more options that im going to continue to refine. LMK if theres any features or confluence you want me to add -- cheers!
Thi Cloud EMA SystemThis is a spinoff of the Ripster's cloud system.
I altered it in order to be more accurate using the 5 min candle instead of the 10
VHull Adaptive VHull Elite Adaptive - Advanced Hull Moving Average System
The VHull Elite Enhanced is a sophisticated trend-following indicator that combines the power of Hull Moving Averages with intelligent adaptive filtering and market regime detection. Designed for traders who demand precision and clarity, this indicator cuts through market noise to reveal true directional movement.
What Makes It Special
At its core, this indicator uses an enhanced Hull Moving Average calculation that blends traditional Hull MA with zero-lag components. The result is a line that responds quickly to genuine price movements while filtering out false signals. The adaptive noise filter automatically adjusts to current market volatility, providing smoother readings in choppy conditions and faster response in trending markets.
Key Features
The indicator displays a single, dynamic line that changes color based on trend strength. When the trend is strong and reliable, the line appears vibrant and solid. As momentum weakens, the color becomes more transparent, giving you an instant visual cue about trend quality. This color-coding eliminates guesswork and helps you stay in strong trends while avoiding weak or choppy moves.
Smart Market Analysis
The professional dashboard provides essential information at a glance. You can see the current Hull value, trend direction, strength percentage with visual bars, market regime classification, and volume status. The market regime detector identifies whether you are in a strong trend, regular trend, ranging market, volatile chop, or quiet period. This helps you adjust your trading strategy to match current market conditions.
Customization Options
Choose between Fixed mode for consistent behavior or Smart Adaptive mode that automatically adjusts to market conditions. The adaptive filter can be tuned for more smoothing or faster response. You can customize colors, line width, and dashboard position and size to match your preferences. The clean, minimal interface keeps your charts uncluttered while providing all the information you need.
Best Use Cases
This indicator excels in trending markets where it helps you identify entry points, stay with the trend, and recognize when momentum is fading. Use it on any timeframe from intraday to daily charts. It works well on stocks, forex, crypto, and futures. Combine it with your favorite support and resistance levels or volume analysis for a complete trading system.
How To Read It
When the line is green and trending up with high strength readings, look for long opportunities. When the line is red and trending down with high strength, consider short positions. Pay attention to the strength percentage - readings above 70 indicate very strong trends worth following. When strength drops below 40, the trend may be losing steam or entering consolidation.
The dashboard regime indicator helps you avoid trading during unfavorable conditions. Strong Trend and Trending regimes are ideal for position trades. Ranging and Volatile Chop conditions favor shorter-term strategies or staying on the sidelines.
Settings Guide
Start with the default settings which work well for most assets and timeframes. If you find the line too responsive, lower the Filter Sensitivity. For faster reaction to price changes, increase the sensitivity. Smart Adaptive mode is recommended for most traders as it automatically optimizes performance. Use Fixed mode if you prefer consistent behavior regardless of market conditions.
The Base Hull Length controls the overall responsiveness. Lower values like 14 to 18 work well for day trading. Standard settings of 21 to 34 suit swing trading. Higher values above 50 are better for position trading and longer timeframes.
Pro Tips
Watch for the line changing from transparent to solid color as a sign that a new strong trend is beginning. When the line color is very faint, the market may be consolidating - this is often a good time to wait for better setups. Use the volume indicator in the dashboard to confirm moves - strong trends should have elevated volume. The regime detector helps you know when to be aggressive and when to be cautious.
This indicator is not a standalone trading system but a powerful tool to identify high-quality trend opportunities and filter out low-probability setups. Combine it with proper risk management and your trading plan for best results.
EGX Monitor Dashboard By Biscuits_Trading_Solutionsلوحة مراقبة البورصة المصرية من Biscuits_Trading_Solutions
نظرة عامة:
لوحة مراقبة البورصة المصرية هي أداة تحليل فني شاملة مصممة لتوفير نظرة فورية وواضحة على صحة السوق. تجمع الأداة مؤشرات رئيسية مختارة بعناية لتناسب السوق المصري لتوفر عليك عبء إضافة عدد كبير من المؤشرات في وقت واحد على الشاشة - بما في ذلك متوسطات متحركة، MACD، RSI، ADX، ATR، وتحليل متقدم لحجم التداول (دلتا) - في جدول واحد وسهل القراءة على الرسم البياني. مثالية للمتداولين الذين يحتاجون لتقييم الاتجاه، الزخم، وديناميكيات الحجم في لمحة دون تشويش الشاشة.
English Version is below ⬇️⬇️
المميزات الرئيسية:
* لوحة متابعة للمتوسطات المتحركة: تتابع وتلون وضع السعر بالنسبة لـ 6 متوسطات متحركة رئيسية (200 بسيط، 100 بسيط/آسي، 50 بسيط، 20 آسي، 9 آسي).
* تحليل متقدم لـ MACD: تعرض قيمة هِستوجرام MACD، حالة التقاطع بين MACD وخط الإشارة، وتكشف عن انحرافات صعودية محتملة (Bullish Divergence).
* مقاييس الزخم: تتضمن قراءات RSI و ADX، مع تلوينها للإشارة إلى مناطق الشراء المفرط والبيع المفرط وقوة الاتجاه.
تحليل متطور للحجم:
*دلتا الحجم/السيولة (الفارق بين حجم الشراء وحجم البيع).
* الحجم مقارنة بمتوسطه المتحرك لـ 20 و 50 فترة (لمقارنته بفترة متوسطة 20 شمعة وطويلة 50 شمعة)
* دلتا الحجم مقارنة بمتوسطها المتحرك لـ 20 و 50 فترة لقياس ضغط البيع والشراء.
عرض مرئي نظيف : جميع البيانات معروضة في جدول شبه شفاف يمكن وضعه في أي مكان على الرسم البياني. يتم أيضًا رسم المتوسطات المتحركة بخفة للاستدلال البصري.
مدخلات قابلة للتخصيص : جميع أطوال المؤشرات، المضاعفات، وموضع الجدول قابلة للتعديل كليًا من الإعدادات.
إزاحة الشمعة : تسمح لك بمشاهدة قراءات المؤشر من عدد محدد من الشمعات السابقة، مما يفيد في تحليل الظروف السابقة.
طريقة الاستخدام:
* تقييم الاتجاه: انظر إلى جدول المتوسطات المتحركة. وجود عدة خلايا خضراء (السعر فوق المتوسط) يشير إلى اتجاه صاعد قوي، بينما يشير اللون الأحمر إلى اتجاه هابط.
* تأكيد الزخم: تحقق من مؤشر RSI (شراء مفرط >70، بيع مفرط <30) و ADX (اتجاه قوي >25) لفهم سياق الزخم.
*تأكيد الحجم: استخدم أعمدة الحجم لتأكيد الحركات. حركة السعر المصحوبة بحجم "أعلى من المتوسط" ودلتا "صعودي" تكون أكثر أهمية.
إشارات الدخول/الخروج:
* انحراف MACD الصعودي يمكن أن يشير إلى انعكاس محتمل.
* وجود "نعم" لـ "MACD > Sig" يؤكد الزخم الصعودي.
* قيم ATR المرتفعة تشير إلى زيادة التقلب، وغالبًا ما ترافق الاتجاهات القوية أو اختراقات المستويات.
الإعدادات:
ما عليك سوى إضافة المؤشر إلى الرسم البياني الخاص بك. ستظهر اللوحة تلقائيًا. يمكنك ضبط جميع المعاملات (أطوال المتوسطات المتحركة، إعدادات الحجم، مكان الجدول) في تبويب "الإدخالات" في نافذة المؤشر لتناسب أسلوب تداولك.
إخلاء مسؤولية: جميع الإشارات التي تظهر ليست دعوة للبيع والشراء، هذا المحتوى تعليمي يساعدك على قراءة الشاشة بشكل أفضل، وقرارك الاستثماري يعود لك وحدك.
---
EGX Monitor Dashboard By Biscuits_Trading_Solutions
Overview :
The EGX Monitor Dashboard is a comprehensive technical analysis tool designed to provide a clear and immediate overview of the market's health. It consolidates key indicators, carefully selected for the Egyptian market, saving you the burden of adding a large number of indicators to your screen at once —including moving averages, MACD, RSI, ADX, ATR, and advanced volume delta analysis—into a single, easy-to-read table on your chart. Perfect for traders who need to assess trend, momentum, and volume dynamics at a glance without cluttering their screen.
Key Features :
* Moving Average Dashboard: Tracks and color-codes the price position relative to 6 key moving averages (200 SMA, 100 SMA/EMA, 50 SMA, 20 EMA, 9 EMA).
* Advanced MACD Analysis: Displays the MACD histogram value, the MACD vs. Signal line crossover state, and detects potential bullish divergences.
* Momentum Gauges: Includes RSI and ADX readings, color-coded for overbought/oversold and trend strength conditions.
Advanced Volume/Liquidity Analysis:
* Volume Delta (the difference between buying and selling volume).
* Volume compared to its 20 and 50-period moving averages (for medium-term 20-bar and long-term 50-bar comparisons).
* Volume Delta compared to its 20 and 50-period moving averages to measure buying/selling pressure.
Clean Visualization: All data is presented in a semi-transparent table that can be positioned anywhere on the chart. The moving averages are also plotted lightly for visual reference.
Customizable Inputs: All indicator lengths, multipliers, and the table position are fully adjustable in the settings.
Bar Offset: Allows you to view the indicator readings from a specific number of bars back, useful for analyzing past conditions.
How to Use:
* Trend Assessment: Look at the MA table. A cluster of green "Bullish" cells (price above MA) indicates a strong uptrend, while red indicates a downtrend.
* Momentum Confirmation: Check the RSI (overbought >70, oversold <30) and ADX (strong trend >25) for momentum context.
* Volume Confirmation: Use the volume columns to confirm moves. A price move with "Above Avg" volume and "Bullish" Delta is more significant.
Entry/Exit Clues:
* A "Bullish" MACD divergence can signal a potential reversal.
* A "Yes" for "MACD > Sig" confirms bullish momentum.
* High ATR values indicate increased volatility, often accompanying strong trends or breakouts.
Configuration:
Simply add the indicator to your chart. The dashboard will appear automatically. You can adjust all parameters (MA lengths, volume settings, table position) in the indicator's "Inputs" tab to suit your trading style.
Disclaimer: All signals that appear are not an invitation to buy or sell. This content is educational and is intended to help you read the screen better. Your investment decision is yours alone.
GBPUSD Weekly Cross LinesThis indicator tracks 20/50 EMA crossovers on GBPUSD (Weekly timeframe) and displays the crossover points across all symbols and timeframes, allowing traders to visually align current price action with key historical turning points in GBPUSD.
The script works by detecting bullish (20 EMA crossing above 50 EMA) and bearish (20 EMA crossing below 50 EMA) signals since 2010, using request.security() to source data from GBPUSD weekly candles, even if the indicator is applied to AAPL, EURJPY, BTCUSD, or any other asset.
Each crossover is marked with a vertical line that persists across all charts, offering a powerful way to:
Compare current market context with GBPUSD’s historical trend shifts
Observe intermarket correlations
Align trading timing across multiple assets
Spot macro trend transitions that ripple across global markets
Session Breaker with Pivots and VWAP (Arjo)Session Breaker with Pivots and VWAP : A complete intraday trading toolkit in one clean indicator.
This indicator combines four powerful tools that help traders understand intraday bias with clarity and confidence.
It plots the previous day’s last 30-minute high/low box (IST: 15:00–15:30) , the first-hour anchored VWAP (IST: 09:15–10:15) , daily pivot levels , and ATR-based dynamic support/resistance .
Key Features:
• Custom Session High & Low (default 30-min opening range or any session you choose)
→ Visual colored box that instantly changes color when price breaks above the high (cyan) or below the low (purple)
→ The separate darker box shows the exact opening-range boundaries
• Previous Day Classic Pivot Points (PP, BC, TC) + previous session midpoint
→ Clean horizontal lines that auto-update every day
• Morning Session VWAP (default 09:15–10:15 or fully customizable)
→ Perfect reference for early trend strength
• Dynamic Support & Resistance channel based on 20 EMA ± 1×ATR
→ Shaded zones for quick visual context
How to use this tool
//---------------Morning behavior----------------------------
Scenario 1: Opening above previous 30-min high + above 1-hr VWAP
# Institutions were buying heavily in the last 30 minutes yesterday
# Fresh buying continues today above VWAP.
→ Strong bullish continuation day
Scenario 2: Opening inside yesterday's last 30 Mins range + rejecting 1-hr VWAP
# Price keeps oscillating around the first-hour VWAP
No strong buying/selling pressure
→ Expect sideways mean reversion
Scenario 3: Opening below yesterday's last 30-min low but reclaiming 1-hr VWAP.
Then moves towards yesterday’s midpoint or even high.
# Overnight panic selling is absorbed by institutions, then the market reverses. This is a high-probability reversal.
→ Short-covering rally
Scenario 4: Gap up into yesterday's last 30 Mins high and failing 1-hour VWAP
→ Ideal countertrend short.
Scenario 5: Opening below yesterday's last 30-minute low + below 1-hour VWAP
# Aggressive selling
# Staying below VWAP = no buyer strength
#Institutions are selling rallies into VWAP
→ Strong bearish continuation day
In Short:
1. Price opens ABOVE previous 30-min HIGH + stays ABOVE VWAP → TREND DAY UP
2. Price opens INSIDE the previous 30-min range + hovers around VWAP → RANGE / MEAN REVERSION DAY
3. Price opens BELOW previous 30-min LOW + reclaims VWAP → REVERSAL DAY UP (Short-Covering or Short Trap)
4. Gap up opens ABOVE previous 30-min HIGH + failing 1-hr VWAP → Countertrend short.
5. Price opens BELOW previous 30-min LOW + stays BELOW VWAP → TREND DAY DOWN
Disclaimer
This indicator is an analytical and educational tool . It does not provide buy/sell signals. Users may combine these concepts with their own trading approach and risk management.
Happy trading, ARJO.
True Market MeanTrue Market Mean (Optimized) - User Guide
📋 Overview
The True Market Mean (TMM) indicator is a sophisticated multi-timeframe market analysis tool that approximates the "true" market equilibrium price by combining perspectives from different market participants. It helps identify potential support/resistance levels and trend direction changes.
🎯 Concept
The TMM calculates a weighted average of four key market perspectives:
Realized Price - Long-term cost basis (350-period SMA)
Long-Term Holder Proxy - Very long-term perspective (1400-period EMA)
Short-Term Holder Proxy - Recent market activity (50-period WMA)
Momentum Proxy - Market sentiment and trend strength
⚙️ Input Parameters
Time Periods
Realized Price Period (350): Long-term cost basis calculation
Long-term Holder Period (1400): Very long-term market perspective
Short-term Holder Period (50): Recent price action
Momentum Period (200): Trend strength measurement
Weighting System
Base Weight Realized Price (0.35): Primary long-term anchor
Base Weight LTH (0.30): Long-term trend component
Base Weight STH (0.25): Short-term market activity
Base Weight Momentum (0.10): Trend strength influence
Features
Use Dynamic Weighting: Automatically adjusts weights based on market volatility
Show Information Table: Displays real-time data table
Show Alternative TMM: Shows secondary calculation method
📊 Interpretation
Primary Signals
Bullish Signal (Green Triangle ↑): Price crosses above TMM
Bearish Signal (Red Triangle ↓): Price crosses below TMM
Strong Signals: Solid colored triangles (strong conviction)
Weak Signals: Light colored triangles (weaker conviction)
Market States
Green Background: Price above TMM (bullish regime)
Red Background: Price below TMM (bearish regime)
Information Table
The table (top-right) shows:
Primary and Alternative TMM values
Current market status (BULLISH/BEARISH)
Price deviation from TMM (%)
TMM trend direction (RISING/FALLING)
Market volatility level (LOW/MEDIUM/HIGH)
🎨 Visual Elements
Lines
Orange Line: Primary TMM calculation
Purple Line: Alternative TMM calculation (if enabled)
Background
Light green: Bullish territory (price > TMM)
Light red: Bearish territory (price < TMM)
💡 Trading Applications
Trend Identification
Bullish Trend: Price consistently above rising TMM
Bearish Trend: Price consistently below falling TMM
Range-bound: Price oscillating around flat TMM
Support/Resistance
TMM often acts as dynamic support/resistance
Significant deviations from TMM may indicate overbought/oversold conditions
Entry/Exit Signals
Long Entry: Strong bullish signal with price above TMM
Short Entry: Strong bearish signal with price below TMM
Exit/Stop: Price crossing back below/above TMM
⚠️ Risk Management
Use TMM in conjunction with other indicators
Consider volatility levels when interpreting signals
Strong signals in high volatility may be more significant
Always use proper stop-losses
🔧 Customization Tips
For Day Trading
Reduce all periods (e.g., 50, 200, 20, 50)
Increase STH weight for more sensitivity
For Swing Trading
Use default periods
Balanced weights work well
For Long-term Investing
Increase LTH and Realized Price periods
Give more weight to long-term components
Volatility Adjustments
In high volatility markets, dynamic weighting automatically emphasizes momentum
In low volatility, long-term components dominate
📈 Performance Tips
Best Timeframes: 4H, Daily, Weekly for reliable signals
Asset Classes: Works well with stocks, crypto, forex
Market Conditions: Effective in both trending and ranging markets
Confirmation: Combine with volume analysis for stronger signals
🚀 Advanced Features
Dynamic Weighting
When enabled, the indicator automatically:
Increases momentum weight during high volatility
Emphasizes long-term components in stable markets
Adapts to changing market conditions
Alternative TMM
The purple line uses price deviation instead of momentum rate-of-change, providing:
Different sensitivity to market moves
Additional confirmation of primary signals
Alternative perspective on market equilibrium
❗❗❗ Limitations❗❗❗
Lagging indicator (based on moving averages)
Works best in conjunction with other tools
May give false signals during low-volume periods
Requires parameter optimization for different assets
🔄 Optimization
Experiment with:
Period lengths based on your trading style
Weight distributions for different market conditions
Enabling/disabling alternative TMM based on preference
Table display based on screen space
Uptrick: Dynamic Z-Score DivergenceIntroduction
Uptrick: Dynamic Z-Score Divergence is an oscillator that combines multiple momentum sources within a Z-Score framework, allowing for the detection of statistically significant mean-reversion setups, directional shifts, and divergence signals. It integrates a multi-source normalized oscillator, a slope-based signal engine, structured divergence logic, a slope-adaptive EMA with dynamic bands, and a modular bar coloring system. This script is designed to help traders identify statistically stretched conditions, evolving trend dynamics, and classical divergence behavior using a unified statistical approach.
Overview
At its core, this script calculates the Z-Score of three momentum sources—RSI, Stochastic RSI, and MACD—using a user-defined lookback period. These are averaged and smoothed to form the main oscillator line. This normalized oscillator reflects how far short-term momentum deviates from its mean, highlighting statistically extreme areas.
Signals are triggered when the oscillator reverses slope within defined inner zones, indicating a shift in direction while the signal remains in a statistically stretched state. These mean-reversion flips (referred to as TP signals) help identify turning points when price momentum begins to revert from extended zones.
In addition, the script includes a divergence detection engine that compares oscillator pivot points with price pivot points. It confirms regular bullish and bearish divergence by validating spacing between pivots and visualizes both the oscillator-side and chart-side divergences clearly.
A dynamic trend overlay system is included using a Slope Adaptive EMA (SA-EMA). This trend line becomes more responsive when Z-Score deviation increases, allowing the trend line to adapt to market conditions. It is paired with ATR-based bands that are slope-sensitive and selectively visible—offering context for dynamic support and resistance.
The script includes configurable bar coloring logic, allowing users to color candles based on oscillator slope, last confirmed divergence, or the most recent signal of any type. A full alert system is also built-in for key signals.
Originality
The script is based on the well-known concept of Z-Score valuation, which is a standard statistical method for identifying how far a signal deviates from its mean. This foundation—normalizing momentum values such as RSI or MACD to measure relative strength or weakness—is not unique to this script and is widely used in quantitative analysis.
What makes this implementation original is how it expands the Z-Score foundation into a fully featured, signal-producing system. First, it introduces a multi-source composite oscillator by combining three momentum inputs—RSI, Stochastic RSI, and MACD—into a unified Z-Score stream. Second, it builds on that stream with a directional slope logic that identifies turning points inside statistical zones.
The most distinctive additions are the layered features placed on top of this normalized oscillator:
A structured divergence detection engine that compares oscillator pivots with price pivots to validate regular bullish and bearish divergence using precise spacing and timing filters.
A fully integrated slope-adaptive EMA overlay, where the smoothing dynamically adjusts based on real-time Z-Score movement of RSI, allowing the trend line to become more reactive during high-momentum environments and slower during consolidation.
ATR-based dynamic bands that adapt to slope direction and offer real-time visual zones for support and resistance within trend structures.
These features are not typically found in standard Z-Score indicators and collectively provide a unique approach that bridges statistical normalization, structure detection, and adaptive trend modeling within one script.
Features
Z-Score-based oscillator combining RSI, StochRSI, and MACD
Configurable smoothing for stable composite signal output
Buy/Sell TP signals based on slope flips in defined zones
Background highlighting for extreme outer bands
Inner and outer zones with fill logic for statistical context
Pivot-based divergence detection (regular bullish/bearish)
Divergence markers on oscillator and price chart
Slope-Adaptive EMA (SA-EMA) with real-time adaptivity based on RSI Z-Score
ATR-based upper and lower bands around the SA-EMA, visibility tied to slope direction
Configurable bar coloring (oscillator slope, divergence, or most recent signal)
Alerts for TP signals and confirmed divergences
Optional fixed Y-axis scaling for consistent oscillator view
The full setup mode can be seen below:
Input Parameters
General Settings
Full Setup: Enables rendering of the full visual system (lines, bands, signals)
Z-Score Lookback: Lookback period for normalization (mean and standard deviation)
Main Line Smoothing: EMA length applied to the averaged Z-Score
Slope Detection Index: Used to calculate directional flips for signal logic
Enable Background Highlighting: Enables visual region coloring in
overbought/oversold areas
Force Visible Y-Axis Scale: Forces max/min bounds for a consistent oscillator range
Divergence Settings
Enable Divergence Detection: Toggles divergence logic
Pivot Lookback Left / Right: Defines the structure of oscillator pivot points
Minimum / Maximum Bars Between Pivots: Controls the allowed spacing range for divergence validation
Bar Coloring Settings
Bar Coloring Mode:
➜ Line Color: Colors bars based on oscillator slope
➜ Latest Confirmed Signal: Colors bars based on the most recent confirmed divergence
➜ Any Latest Signal: Colors based on the most recent signal (TP or divergence)
SA-EMA Settings
RSI Length: RSI period used to determine adaptivity
Z-Score Length: Lookback for normalizing RSI in adaptive logic
Base EMA Length: Base length for smoothing before adaptivity
Adaptivity Intensity: Scales the smoothing responsiveness based on RSI deviation
Slope Index: Determines slope direction for coloring and band logic
Band ATR Length / Band Multiplier: Controls the width and responsiveness of the trend-following bands
Alerts
The script includes the following alert conditions:
Buy Signal (TP reversal detected in oversold zone)
Sell Signal (TP reversal detected in overbought zone)
Confirmed Bullish Divergence (oscillator HL, price LL)
Confirmed Bearish Divergence (oscillator LH, price HH)
These alerts allow integration into automation systems or signal monitoring setups.
Summary
Uptrick: Dynamic Z-Score Divergence is a statistically grounded trading indicator that merges normalized multi-momentum analysis with real-time slope logic, divergence detection, and adaptive trend overlays. It helps traders identify mean-reversion conditions, divergence structures, and evolving trend zones using a modular system of statistical and structural tools. Its alert system, layered visuals, and flexible input design make it suitable for discretionary traders seeking to combine quantitative momentum logic with structural pattern recognition.
Disclaimer
This script is for educational and informational purposes only. No indicator can guarantee future performance, and trading involves risk. Always use risk management and test strategies in a simulated environment before deploying with live capital.
RSI Hybrid Momentum (RSI + SMA SHORT + SMA LONG)RSI Hybrid Momentum Indicator
Overview
The RSI Hybrid Momentum Indicator is a custom technical analysis tool designed to enhance traditional RSI readings by incorporating short-, medium-, and long-term momentum signals using SMA overlays. It delivers clear visualization, trend interpretation, and an at-a-glance momentum state table for traders.
This indicator is optimized for dark/black chart backgrounds, offering well-contrasted colors and lightly shaded momentum regimes.
RSI Levels (Demarcation Lines)
Three important RSI thresholds are visually highlighted:
70 — Overbought (Red dashed line)
50 — Midline (Blue dotted line)
30 — Oversold (Green dashed line)
These levels help traders recognize trend strength, reversals, and potential price exhaustion zones.
Regime Shading
The indicator lightly shades the entire RSI panel based on overall momentum alignment:
Light Green Background → All three momentums are Bullish
Light Red Background → All three momentums are Bearish
No Shading → Mixed or neutral momentum conditions
This shading allows quick identification of strong trend periods.
Momentum Table
A clean, minimalistic 2-column table appears in the top-right of the panel.
Columns:
Type (Short, Medium, Long Momentum)
State (Bullish / Bearish)
Color Coding:
Green background → Bullish
Red background → Bearish
Light blue header for visibility on dark charts
This provides an instant snapshot of momentum alignment across time horizons.
Summary
This RSI Hybrid Momentum Indicator combines RSI and its moving averages into a powerful, visually clean analytical tool. With:
Clear distinctions between short, medium, and long-term momentum
Smart color choices for black backgrounds
Lightly shaded trend regimes
A neat summarizing table
…it provides both clarity and depth, making RSI analysis more robust and actionable.
Daily vs Monthly VWAP CrossoverDaily vs Monthly VWAP Crossover Strategy
Description:
Overview This indicator is a trend-following tool designed to identify significant shifts in market sentiment by comparing short-term institutional value against the longer-term trend. It utilizes Anchored VWAP (Volume Weighted Average Price) logic to track the average price paid by traders for the current Day versus the current Month.
How It Works Unlike standard Moving Averages which lag significantly, VWAP factors in volume, making it a preferred benchmark for institutional traders.
Daily VWAP (Fast Line): Anchors at the start of the current trading day. It represents the intraday equilibrium price.
Monthly VWAP (Slow Line): Anchors at the start of the current month. It represents the broader value consensus for the month.
The indicator calculates these values cumulatively on every tick/bar, regardless of the chart timeframe selected (e.g., 30m, 1h).
Trading Logic & Signals The strategy is based on the concept of value migration:
BUY Signal (Bullish Reversal): Triggers when the Daily VWAP crosses ABOVE the Monthly VWAP. This suggests that short-term buying pressure and volume are pushing the price higher than the monthly average cost basis, indicating a potential breakout or trend continuation.
SELL Signal (Bearish Reversal): Triggers when the Daily VWAP crosses BELOW the Monthly VWAP. This indicates that intraday weakness has dragged the price below the month's average value, signaling potential downside momentum.
Features
Visual Crossovers: Clearly marked "B" (Buy) and "S" (Sell) labels on the chart.
Trend Background: The background color changes subtly (Green/Red) to indicate the current dominance of the Daily vs. Monthly trend.
Alerts: Fully compatible with TradingView alerts for real-time notifications on crossovers.
Best Practices
Timeframe: Designed optimally for intraday charts such as 30-minute or 1-hour timeframes.
Confirmation: As with any VWAP strategy, this works best when combined with price action analysis (e.g., breakout of key resistance) rather than used blindly in choppy, sideways markets.
##Liquidity weighted Supertrend with MA Ribbon by AngelVery useful 2 indicators in 1. 2 liquidity weighted supertrends; all customizable settings to your likings and a 4 ma ribbon. MA 1 and 2 gives you buy/sell signal on the crossover and added a background trend color change for easy visual of price trend! enjoy!
Multi Time Frame EMA & MA IndicatorThis indicator automatically applies prime-number EMAs and MAs based on the current chart timeframe, using faster cool-tone EMAs and slower warm-tone MAs to clearly distinguish momentum vs trend.
It adapts dynamically for 1m, 5m, 15m, 1H, 4H, and 1D charts, and uses a visual hierarchy where thinner lines represent faster averages and thicker lines represent slower ones, ensuring clarity in both light and dark themes.
An on-chart label displays which EMA and MA lengths are active for the selected timeframe.
EMA + RSI Forex StrategyHere is a complete and ready-to-use Pine Strategy Script v5 trading strategy. It’s designed for forex pairs and uses combination of EMA crossover and RSI confirmation to identify high-probability entries. The script includes backtesting capability and adjustable parameters for optimization.
Custom MA Break → Retest → ContinueCatch breakouts and continuation moves with precision! This indicator highlights key levels, retests, and signals actionable long and short opportunities—all on one chart
Features:
Arrows and labels show potential long and short entries
Configurable MA types (SMA, EMA, SMMA, WMA) and lengths
Retest logic filters false breakouts
Alternating signals prevent repeated entries
Usage:
Ideal for trending markets. Combine with support/resistance or volume for additional confirmation. Invite-only: source code is secure and hidden.
RSI + 55 EMA + Volume (SL Marked, No Engulfing)This is to help entering in trades by considering 50 EMA and RSI indicators, Volume is used for confirmations






















