Moving Average Adaptive RSI [BackQuant]Moving Average Adaptive RSI
What this is
A momentum oscillator that reshapes classic RSI into a zero-centered column plot and makes it adaptive. It builds RSI from two parts:
• A sensitivity window that scans several recent bars to capture the strongest up and down impulses.
• A selectable moving average that smooths those impulses before computing RSI.
The output ranges roughly from −100 to +100 with 0 as the midline, with optional extra smoothing and built-in divergence detection.
How it works
Impulse extraction
• For each bar the script inspects the last rsi_sen bars and collects upward and downward price changes versus the current price.
• It keeps the maximum upward change and maximum downward change from that window, emphasizing true bursts over single-bar noise.
MA-based averaging
• The up and down impulse series are averaged with your chosen MA over rsi_len bars.
• Supported MA types: SMA, EMA, DEMA, WMA, HMA, SMMA (RMA), TEMA.
Zero-centered RSI transform
• RS = UpMA ÷ DownMA, then mapped to a symmetric scale: 100 − 200 ÷ (1 + RS) .
• Above 0 implies positive momentum bias. Below 0 implies negative momentum bias.
Optional extra smoothing
• A second smoothing pass can be applied to the final oscillator using smoothing_len and smooth_type . Toggle with “Use Extra Smoothing”.
Visual encoding
• The oscillator is drawn as columns around the zero line with a gradient that intensifies toward extremes.
• Static bands mark 80 to 100 and −80 to −100 for extreme conditions.
Key inputs and what they change
• Price Source : input series for momentum.
• Calculation Period (rsi_len) : primary averaging window on up and down components. Higher = smoother, slower.
• Sensitivity (rsi_sen) : how many recent bars are scanned to find max impulses. Higher = more responsive to bursts.
• Calculation Type (ma_type) : MA family that shapes the core behavior. HMA or DEMA is faster, SMA or SMMA is slower.
• Smoothing Type and Length : optional second pass to calm noise on the final output.
• UI toggles : show or hide the oscillator, candle painting, and extreme bands.
Reading the oscillator
• Midline cross up (0) : momentum bias turning positive.
• Midline cross down (0) : momentum bias turning negative.
• Positive territory :
– 0 to 40: constructive but not stretched.
– 40 to 80: strong momentum, continuation more likely.
– Above 80: extreme risk of mean reversion grows.
• Negative territory : mirror the same levels for the downside.
Divergence detection
The script plots four divergence types using pivot highs and lows on both price and the oscillator. Lookbacks are set by lbL and lbR .
• Regular bullish : price lower low, oscillator higher low. Possible downside exhaustion.
• Hidden bullish : price higher low, oscillator lower low. Bias to trend continuation up.
• Regular bearish : price higher high, oscillator lower high. Possible upside exhaustion.
• Hidden bearish : price lower high, oscillator higher high. Bias to trend continuation down.
Labels: ℝ for regular, ℍ for hidden. Green for bullish, red for bearish.
Candle coloring
• Optional bar painting: green when the oscillator is above 0, red when below 0. This is for visual scanning only.
Strengths
• Adaptive sensitivity via a rolling impulse window that responds to genuine bursts.
• Configurable MA core so you can match responsiveness to the instrument.
• Zero-centered scale for simple regime reads with 0 as a clear bias line.
• Built-in regular and hidden divergence mapping.
• Flexible across symbols and timeframes once tuned.
Limitations and cautions
• Trends can remain extended. Treat extremes as context rather than automatic reversal signals.
• Divergence quality depends on pivot lookbacks. Short lookbacks give more signals with more noise. Long lookbacks reduce noise but add lag.
• Double smoothing can delay zero-line transitions. Balance smoothness and timeliness.
Practical usage ideas
• Regime filter : only take long setups from your separate method when the oscillator is above 0, shorts when below 0.
• Pullback confirmation : in uptrends, look for dips that hold above 0 or turn up from 0 to 40. Reverse for downtrends.
• Divergence as a heads-up : wait for a zero-line cross or a price trigger before acting on divergence.
• Sensitivity tuning : start with rsi_sen 2 to 5 on faster timeframes, increase slightly on slower charts.
Alerts
• MA-A RSI Long : oscillator crosses above 0.
• MA-A RSI Short : oscillator crosses below 0.
Use these as bias or timing aids, not standalone trade commands.
Settings quick reference
• Calculation : Price Source, Calculation Type, Calculation Period, Sensitivity.
• Smoothing : Smoothing Type, Smoothing Length, Use Extra Smoothing.
• UI : Show Oscillator, Paint Candles, Show Static High and Low Levels.
• Divergences : Pivot Lookback Left and Right, Div Signal Length, Show Detected Divergences.
Final thoughts
This tool reframes RSI by extracting strong short-term impulses and averaging them with a moving-average model of your choice, then presenting a zero-centered output for clear regime reads. Pair it with your structure, risk and execution process, and tune sensitivity and smoothing to the market you trade.
Medie mobili
MTF Adaptive Trendline Scalper (ATR + EMA System) By GouravThe MTF Adaptive Trendline Scalper is a precision-built trading tool designed for intraday scalpers and swing traders.
🔹 Core Features:
Adaptive Trendline Engine: Dynamically shifts trendline support/resistance using volatility (ATR) and Bollinger-band extremes.
Multi-Timeframe Mode: Calculate signals on your chosen higher timeframe or sync with the chart resolution.
Automatic Buy/Sell Signals: Clear trend reversal markers (💣 Buy / 🔨 Sell) for fast execution.
Volatility Filtering: ATR-based buffer reduces noise in choppy conditions.
Extra EMA Overlay: Plots 9 / 15 / 50 / 200 EMAs to help confirm trend bias and momentum.
🔹 How It Helps You Trade:
Catch scalping entries with trendline flips.
Trade trend-following continuations using EMA alignment.
Spot reversals when price pierces the adaptive channel.
Works on all assets (Forex, Crypto, Stocks, Indices) and any timeframe.
⚠️ Note: This is not financial advice. Always combine with your own risk management and strategy.
Configurable 3MA with Crossover CloudThis script is a versatile and powerful enhancement of the classic triple moving average setup, designed to provide clear, at-a-glance insights into market trends and momentum shifts. It plots three moving averages on your chart and colors the area between the two shorter-term MAs, creating a visual "cloud" that instantly signals bullish or bearish sentiment.
The core of this indicator is its complete customizability, allowing you to tailor it precisely to your trading strategy and the asset you are analyzing.
Key Features:
Dynamic Crossover Cloud: The space between the first two moving averages is colored to represent momentum:
Green Cloud: Indicates a bullish crossover, where the shorter-term MA is above the medium-term MA.
Red Cloud: Indicates a bearish crossover, where the shorter-term MA is below the medium-term MA.
Complete Customization: Unlike standard MA indicators, every aspect of the three moving averages can be configured independently:
Length: Set the period for each MA.
Type: Choose between a Simple Moving Average (SMA) or an Exponential Moving Average (EMA) for each line.
Source: Base the calculation on any price source (close, open, high, low, hl2, etc.).
Individual Visibility Toggles: Clean up your chart by hiding any of the three moving averages directly from the settings panel.
How to Use:
This indicator is ideal for trend-following and crossover strategies.
Identify Momentum: Use the color of the cloud to quickly gauge short-term momentum. A green cloud suggests bullish strength, while a red cloud suggests bearish pressure.
Confirm the Trend: Use the third, long-term moving average (e.g., a 200-period MA) as a macro trend filter. For a higher probability trade, only consider long positions when the price is above the long-term MA and the cloud is green. Conversely, only consider short positions when the price is below the long-term MA and the cloud is red.
Customize for Your Style: Adjust the default settings (13 EMA, 50 SMA, 200 EMA) to fit your preferred timeframes and trading style, whether you're a scalper, day trader, or swing trader.
DBG X WOLONG📊 USER GUIDE – DBG X WOLONG ALGORITHM
🎯 OVERVIEW
The DBG X WOLONG Future Algorithm is a Pine Script v5 that integrates multiple advanced technical indicators, enabling traders to analyze markets and make precise trading decisions.
⚙️ MAIN SETTINGS
🔹 Sensitivity
Value: 1–20 (Default: 6)
Function: Adjusts the sensitivity of the SuperTrend signal
Guidelines:
Low value (1–5): Fewer signals, higher accuracy
High value (15–20): More signals, but with possible noise
🎨 DISPLAY SETTINGS
🔹 Candle Colors
Version 1: Based on MACD histogram
Version 2: Based on SuperTrend
🔹 Color Themes
Theme 1: Traditional Green/Red
Theme 2: Gold/Purple
Theme 3: Blue/Orange
No Fill: No background color displayed
📊 TRADING SIGNALS
🔹 Buy/Sell Signals
BUY 🚀 appears when:
SuperTrend shifts from bearish to bullish
Closing price > SMA 13
Braid Filter confirms
SELL appears when:
SuperTrend shifts from bullish to bearish
Closing price < SMA 13
Braid Filter confirms
🔹 Reversal Signals
▲ (Up Arrow): Buy signal when RSI crosses above 30
▼ (Down Arrow): Sell signal when RSI crosses below 70
🔹 Pullback Signals
▲ Purple: Pullback in bullish trend
▼ Purple: Pullback in bearish trend
🎯 TAKE PROFIT & STOP LOSS
🔹 TP Modes
Version 1: TP based on pivot points
Version 2: TP based on regression line
Close Price: TP at candle close
🔹 TP/SL Settings
TP Ratio: 2.0 (Default)
TP Length: 150 (Default)
ATR SL Length: 10
ATR SL Risk: 1.9
🔹 Labels Displayed
ENTRY: Entry point
STOP LOSS: Stop loss point
TP 1/2/3: 3 take profit levels
☁️ MOVING AVERAGE CLOUD
🔹 Supported MA Types
SMA – Simple Moving Average
EMA – Exponential Moving Average
WMA – Weighted Moving Average
HMA – Hull Moving Average
ALMA – Arnaud Legoux Moving Average
McGinley – McGinley Dynamic
FRAMA – Fractal Adaptive Moving Average
🔹 Cloud Cycles
Default: 2, 6, 11, 18, 21, 24, 28, 34
Customizable: All 8 cycles
🔹 Ribbon Cycles
Default: 6, 13, 20, 28, 36, 45, 55, 444
Customizable: All 8 cycles
🔧 BRAID FILTER
🔹 Function
Filters out noise signals
Confirms strong trends
🔹 Settings
MA Filter: McGinley (Recommended)
Filter Strength: 80% (Default)
📈 TRENDS & INDICATORS
🔹 SuperTrend
Main trend indicator
Generates primary buy/sell signals
🔹 Advanced Ichimoku
Tenkan-Sen: Blue line
Kijun-Sen: Orange line
Senkou Span A/B: Ichimoku cloud
🔹 Trend Tracking
Based on EMA 10 vs EMA 20
Candle colors follow trend direction
🔹 Trend Catcher
Range Filter with multiple options
Adjustable sensitivity
📊 MULTI-TIMEFRAME TREND PANEL
🔹 Displayed Timeframes
1m, 3m, 5m
15m, 30m, 1H
2H, 4H, 8H, Daily
🔹 Displayed Info
Current Position: Bullish/Bearish
Trend: Per timeframe
Volume: Current trading volume
🔹 Panel Positioning
9 selectable positions
Sizes: Large, Normal, Small, Extra Small
🚀 TRADE EXECUTION
📈 LONG ENTRY
✅ Entry Conditions
BUY 🚀 signal appears
SuperTrend turns from red to green
Price > SMA 13
Braid Filter confirms (green)
Trend Panel shows "Bullish" across multiple TFs
📊 Additional Confirmations
MACD Histogram > 0 and rising
RSI crosses above 30 (if reversal signal)
EMA Pullback shows ▲ purple
🎯 Trade Management
Entry: According to ENTRY label
Stop Loss: According to STOP LOSS label
Take Profit: TP1 → TP2 → TP3
📉 SHORT ENTRY
✅ Entry Conditions
SELL signal appears
SuperTrend turns from green to red
Price < SMA 13
Braid Filter confirms (red)
Trend Panel shows "Bearish" across multiple TFs
📊 Additional Confirmations
MACD Histogram < 0 and declining
RSI crosses below 70 (if reversal signal)
EMA Pullback shows ▼ purple
🎯 Trade Management
Entry: According to ENTRY label
Stop Loss: According to STOP LOSS label
Take Profit: TP1 → TP2 → TP3
🎛️ RECOMMENDED SETTINGS
👥 For Beginners
Sensitivity: 6
Candle Colors: Version 1
Buy/Sell Signals: ON
Reversal Signals: OFF
Trend Panel: ON
🏆 For Experienced Traders
Sensitivity: 4–8 (depending on market)
Reversal Signals: ON
Pullback: ON
All indicators: ON
ATR SL Risk: 1.5–2.0
⚡ For Scalping
Sensitivity: 8–12
Timeframes: 1m, 3m, 5m
Use only: SuperTrend + Braid Filter
Quick TP: Only TP1
📊 For Swing Trading
Sensitivity: 4–6
Timeframes: 1H, 4H, 1D
Use all: Full signals
TP: All 3 levels (TP1, TP2, TP3)
⚠️ IMPORTANT NOTES
🔴 Avoid Trading When
Signals conflict across timeframes
Market is strongly ranging/sideways
Abnormally low volume
Price is at major support/resistance zones
🟢 Prefer Trading When
At least 2–3 confirmations align
Clear trend across multiple timeframes
Strong volume surge
Breakout from consolidation zone
💡 Usage Tips
Always wait for confirmation: Never enter with just 1 signal
Risk management: Place SL according to STOP LOSS label
Follow trend panel: Prioritize overall trend
Use multiple timeframes: Analyze top-down
Backtest first: Test strategy on historical data
🛠️ TROUBLESHOOTING
❓ No signals appear
Check if inputs are enabled
Adjust sensitivity
Try switching timeframe
❓ Too many false signals
Lower sensitivity
Increase Braid Filter strength
Trade only with main trend
❓ Trend panel not showing
Enable "Display Dashboard"
Select proper panel position
Adjust panel size
📞 SUPPORT
If you encounter issues using this script, please:
Carefully read this guide
Practice on a demo account
Backtest thoroughly before live trading
📈 Wishing you successful trading! 🚀
Tal's multi-indicator trading system# Tal's Trading Indicator - Complete Analysis
## Overview
This is a comprehensive TradingView Pine Script indicator that combines multiple technical analysis tools into one unified system. The indicator is primarily written in Hebrew and includes several advanced features.
## Main Components
### 1. Cup & Handle Pattern Detection
The core feature of this indicator is automated Cup & Handle pattern recognition:
**Key Parameters:**
- **Left/Right lookback periods**: Controls pivot point detection (3 left, 1 right default)
- **Search range**: Looks back 50 bars for pattern formation
- **Angle percentage**: 22% maximum angle between cup rim points
- **Cup height percentages**: 22% for both top and bottom cup measurements
- **Maximum breakouts**: 20% tolerance for false breakouts above/below pattern lines
**Pattern Validation:**
- Detects pivot highs and validates cup formation
- Uses mathematical cosine calculations for cup shape validation
- Checks for breakout violations within acceptable thresholds
- Identifies handle formation within 30 bars maximum
- Confirms breakout above cup rim
### 2. Technical Ratings System
Integrates TradingView's technical rating system across multiple timeframes:
**Supported Timeframes:**
- Current timeframe (customizable)
- 1 Hour, 4 Hour, Daily, Weekly, Monthly
**Rating Categories:**
- Moving Averages ratings
- Oscillator ratings
- Combined (All) ratings
**Visual Display:**
- Color-coded table (Strong Buy, Buy, Neutral, Sell, Strong Sell)
- Multi-timeframe comparison
- Customizable position and colors
### 3. Analyst Ratings Integration
Displays professional analyst recommendations:
**Included Data:**
- Average price target
- Median price target
- High/low price estimates
- Buy/Hold/Sell recommendation counts
- Strong buy/sell recommendations
**Visual Elements:**
- Price target lines on chart
- Comprehensive analyst table
- Color-coded recommendation display
### 4. Moving Averages & Trend Analysis
**Displayed Averages:**
- 20-period SMA (blue)
- 50-period SMA (yellow)
- 150-period SMA (green)
**Trend Logic:**
- Bullish: Close > SMA20 > SMA50 > SMA150
- Used for signal filtering when enabled
### 5. Entry/Exit Signal System
**Entry Conditions:**
- Cup & Handle breakout confirmed
- Optional trend filter (bullish alignment required)
- No existing position
**Take Profit Methods:**
1. **Classic Pattern Target**: Entry price + cup height
2. **Analyst Average Target**: Uses analyst average price target
**Stop Loss Methods:**
1. **Handle Low**: Uses the lowest point of the handle
2. **Breakout Line**: Uses the cup rim level
## Visual Features
### Status Panel
Real-time display showing:
- Cup detection status
- Handle detection status
- Breakout confirmation
- Current trend direction
### Color Coding
- **Cup patterns**: Yellow fill with aqua borders
- **Retracement zones**: Red highlighting
- **Signals**: Green triangles for entries
- **Levels**: Green/red lines for TP/SL
## User Customization
### Cup & Handle Settings
- Pivot detection sensitivity
- Pattern angle tolerance
- Height requirements
- Breakout thresholds
- Visual display options
### Technical Ratings
- Timeframe selection
- Rating type focus (MAs, Oscillators, All)
- Color scheme customization
- Table positioning
### Signal System
- Enable/disable signals
- Trend filtering toggle
- TP/SL calculation methods
- Alert conditions
## Advanced Features
### Mathematical Validation
- Uses cosine functions for cup shape verification
- Percentage-based breakout tolerance
- Dynamic handle detection within time windows
### Memory Management
- Automatic cleanup of old pattern data
- Array size limitations to prevent memory issues
- Efficient storage of historical patterns
### Alert System
- Configurable entry signal alerts
- Real-time notifications for new opportunities
## Use Cases
1. **Pattern Traders**: Automated Cup & Handle detection with precise entry/exit levels
2. **Multi-timeframe Analysis**: Compare technical strength across different periods
3. **Fundamental Integration**: Combine technical patterns with analyst expectations
4. **Risk Management**: Built-in stop loss and take profit calculations
## Strengths
- Comprehensive pattern recognition with mathematical validation
- Multi-timeframe technical analysis integration
- Professional analyst data inclusion
- Flexible customization options
- Built-in risk management tools
## Considerations
- Complex indicator with many parameters to optimize
- Pattern detection may have false signals in choppy markets
- Requires understanding of Cup & Handle pattern characteristics
- Best used in conjunction with other confirmation signals
This indicator represents a sophisticated approach to combining classical chart patterns with modern technical analysis tools, making it suitable for both discretionary and systematic trading approaches.
Sorry Cryptoface Market Cypher B//@version=5
indicator("Sorry Cryptoface Market Cypher B", shorttitle="SorryCF B", overlay=false)
// 🙏 Respect to Cryptoface
// Market Cipher is the brainchild of Cryptoface, who popularized the
// combination of WaveTrend, Money Flow, RSI, and divergence signals into a
// single package that has helped thousands of traders visualize momentum.
// This script is *not* affiliated with or endorsed by him — it’s just an
// open-source educational re-implementation inspired by his ideas.
// Whether you love him or not, Cryptoface deserves credit for taking complex
// oscillator theory and making it accessible to everyday traders.
// -----------------------------------------------------------------------------
// Sorry Cryptoface Market Cypher B
//
// ✦ What it is
// A de-cluttered, optimized rework of the popular Market Cipher B concept.
// This fork strips out repaint-prone code and redundant signals, adds
// higher-timeframe and trend filters, and introduces volatility &
// money-flow gating to cut down on the "confetti signals" problem.
//
// ✦ Key Changes vs. Original MC-B
// - Non-repainting security(): switched to request.security(..., lookahead_off)
// - Inputs updated to Pine v5 (input.int, input.float, etc.)
// - Trend filter: EMA or HTF WaveTrend required for alignment
// - Volatility filter: minimum ADX & ATR % threshold to avoid chop
// - Money Flow filter: signals require minimum |MFI| magnitude
// - WaveTrend slope check: reject flat or contra-slope crosses
// - Cooldown filter: prevents multiple signals within N bars
// - Bar close confirmation: dots/alerts only fire once a candle is closed
// - Hidden divergences + “second range” divergences disabled by default
// (to reduce noise) but can be toggled on
//
// ✦ Components
// - WaveTrend oscillator (2-line system + VWAP line)
// - Money Flow Index + RSI overlay
// - Stochastic RSI
// - Divergence detection (WT, RSI, Stoch)
// - Optional Schaff Trend Cycle
// - Optional Sommi flags/diamonds (HTF confluence markers)
//
// ✦ Benefits
// - Fewer false positives in sideways markets
// - Signals aligned with trend & volatility regimes
// - Removes repaint artifacts from higher-timeframe sources
// - Cleaner chart (reduced “dot spam”)
// - Still flexible: all original toggles/visuals retained
//
// ✦ Notes
// - This is NOT the official Market Cipher.
// - Educational / experimental use only. Do your own testing.
// - Best tested on 2H–4H timeframes; short TFs may still look choppy
//
// ✦ Credits
// Original open-source inspirations by LazyBear, RicardoSantos, LucemAnb,
// falconCoin, dynausmaux, andreholanda73, TradingView community.
// This fork modified by Lumina+Thomas (2025).
// -----------------------------------------------------------------------------
Fear & Greed Oscillator — LEAP Puts (v6, manual DMI/ADX)Fear & Greed Oscillator — LEAP Puts (v6, manual DMI/ADX) is a Puts-focused mirror of the Calls version, built to flag top risk and momentum rollovers for timing LEAP Put entries. It outputs a smoothed composite from −100 to +100 using slower MACD, manual DMI/ADX (Wilder), RSI and Stoch RSI extremes, OBV distribution vs. accumulation, and volume spike & direction, with optional Put/Call Ratio and IV Rank inputs. All thresholds, weights, and smoothing match the Calls script for 1:1 customization, and a component table shows what’s driving the score. Reading is simple: higher values = rising top-risk (red shading above “Top-Risk”); lower values = deep dip / bounce risk (green shading). Built-in alerts cover Top-Risk, Deep Dip, and zero-line crosses for clear, actionable cues.
ICT GMMA VegasHigh-Level Summary
This indicator blends:
ICT concepts (Market Structure Shift, Break of Structure, Order Blocks, Liquidity Pools, Fair Value Gaps, Killzones, etc.).
GMMA (Guppy Multiple Moving Averages) to visualize short, medium, and long trend strength.
Vegas Tunnels (EMA channels 144/169 and 576/676, plus optional 288/388 mid-tunnels).
Vegas Touch entry module with candlestick patterns (Pin Bar 40%, Engulfing 60%).
Extra slope EMAs (EMA60 & EMA200 with color change by slope).
It not only shows the structure (OB, Liquidity, FVGs) but also plots entry arrows and alerts when Vegas Touch + GMMA align.
⚙️ Script Components
1. GMMA Visualization
Short-term EMAs (3–15, green).
Medium-term EMAs (30–60, red).
Long-term EMAs (100–250, blue).
Used to measure crowd sentiment: short EMAs = traders, long EMAs = investors.
The script counts how many EMAs the close is above/below:
If close above ≥17 → possible buy trend.
If close below ≥17 → possible sell trend.
Plots arrows for buy/sell flips.
2. Vegas Tunnels
Short-term tunnel → EMA144 & EMA169.
Long-term tunnel → EMA576 & EMA676.
Mid-tunnels → EMA288 & EMA388.
Plotted as orange/fuchsia/magenta bands.
Conditions:
Breakout checks → if close crosses above/below these EMAs compared to prior bar.
3. ICT Toolkit
Market Structure Shift (MSS) & BOS (Break of Structure): labels & dotted lines when price shifts trend.
Liquidity zones (Buy/Sell): boxes drawn around swing highs/lows with clustering.
Fair Value Gaps (FVG/IFVG): automatic box drawing, showing break status.
Order Blocks (OB): bullish/bearish blocks, breaker OB recognition.
Killzones: highlights NY open, London open/close, Asia session with background shading.
Displacement: plots arrows on large impulse candles.
NWOG/NDOG: Weekly/Monday Open Gaps.
Basically, this section gives a full ICT price action map on the chart.
4. Vegas Touch Entry Module (Pin40/Eng60 + EMA12 switch)
This is the custom entry system you added:
Logic:
If EMA12 > EMA169, use Tunnel (144/169) as reference.
If EMA12 ≤ EMA169, use Base (576/676).
Hard lock: no longs if EMA12 < EMA676; no shorts if EMA12 > EMA676.
Touch condition:
Long → price touches lower band (Tunnel/Base).
Short → price touches upper band (Tunnel/Base).
With ATR/Percent tolerance.
Trend filter:
Must also align with long-term Vegas direction (144/169 vs 576/676 cross).
Close must be on the outer side of the band.
Candlestick filter:
Pin Bar (≥40% wick) or
Engulfing (≥60% bigger body than previous).
Cooldown: avoids multiple signals in short succession.
Plots:
Green triangle below = Long entry.
Red triangle above = Short entry.
Alerts: triggers once per bar close with full message.
5. Slope EMAs (Extra)
EMA60 and EMA200 plotted as thick lines.
Color:
Green if sloping upward (current > value 2 bars ago).
Red if sloping downward.
📡 Outputs & Alerts
Arrows for GMMA trend flips.
Arrows for Vegas Touch entries.
Labels for MSS, BOS, FVGs, OBs.
Liquidity/FVG/OB boxes.
Background shading for killzones.
Alerts:
“📡 Entry Alert (Long/Short)” for GMMA.
“VT LONG/SHORT” for Vegas Touch.
📝 Key Idea
This is not just one system, but a multi-layered confluence tool:
ICT structure & liquidity context.
GMMA trend recognition.
Vegas Tunnel directional bias.
Candlestick-based confirmation (Pin/Engulf).
Alert automation for live trading.
👉 It’s essentially a trader’s dashboard: structural map + moving averages + entry signals all in one.
FijuThis indicator is designed to identify buy opportunities and then assist in trade management.
It relies on several technical filters:
Long-term trend: price above the 200-period moving average.
Momentum: bullish MACD (MACD line > signal line) and optionally positive.
Relative strength: RSI above 30, with detection of overbought conditions and weakness through the RSI moving average.
Timing: additional validation using candle color and proximity of the price to the SMA200 (limited deviation).
The indicator highlights different states using background colors and a label on the last candle:
🟢 Buy: potential buy signal.
🔵 Hold: keep the position.
🟠 Warning: caution, RSI is overbought or losing strength.
🔴 Sell: conditions invalidated, exit recommended.
👉 This is not an automated system but a decision-support tool. It only works for long entries and must be combined with a proper trade management methodology (money management, stop-loss, take-profit, trend following, etc.).
ARMA(Autoregressive Moving Average) Model -DeepALGO-📊 ARMA Model Indicator
This script is a custom indicator based on the ARMA (Autoregressive Moving Average) model, one of the fundamental and widely used models in time series analysis.
While ARMA is typically employed in statistical software, this implementation makes it accessible directly on TradingView, allowing traders to visualize and apply the dynamics of ARMA in financial markets with ease.
🧩 What is the ARMA Model?
The ARMA model explains time series data by combining two components: Autoregression (AR) and Moving Average (MA).
AR (Autoregression) component
Captures the dependence of current values on past values, modeling the inherent autocorrelation of the series.
MA (Moving Average) component
Incorporates past forecast errors (residuals), smoothing out randomness and noise while improving predictive capability.
By combining these two aspects, ARMA models can capture both the underlying structure of the data and the random fluctuations, providing a more robust description of price behavior than simple averages alone.
⚙️ Design of This Script
In classical statistics, ARMA coefficients are estimated using the ACF (Autocorrelation Function) and PACF (Partial Autocorrelation Function). However, this process is often too complex for trading environments.
This script simplifies the approach:
The coefficients theta (θ) and epsilon (ε) are fixed, automatically derived from the chosen AR and MA periods.
This eliminates the need for statistical estimation, making the indicator easy to apply with simple parameter adjustments.
The goal is not academic rigor, but practical usability for traders.
🔧 Configurable Parameters
AR Period (p): Order of the autoregressive part.
MA Period (q): Order of the moving average part. Shorter periods yield faster responsiveness, while longer periods produce smoother outputs.
Offset: Shifts the line forward or backward for easier comparison.
Smoothing Period: Additional smoothing to reduce noise.
Source: Choose from Close, HL2, HLC3, High, or Low.
🎯 Advantages Compared to Traditional Moving Averages
Commonly used moving averages such as SMA (Simple Moving Average) and EMA (Exponential Moving Average) are intuitive but have limitations:
SMA applies equal weights to past data, which makes it slow to respond to new price changes.
EMA emphasizes recent data, providing faster response but often introducing more noise and reducing smoothness.
The ARMA-based approach provides two key advantages:
Balance of Responsiveness and Smoothness
AR terms capture autocorrelation while MA terms correct residuals, resulting in a smoother line that still reacts more quickly than SMA or EMA.
Flexible Adaptation
By adjusting the MA period (q), traders can fine-tune how closely the model follows price fluctuations—ranging from rapid short-term responses to stable long-term trend recognition.
📈 Practical Use Cases
The ARMA indicator can be applied in several practical ways:
Trend Direction Estimation
The slope and position of the ARMA line can provide a straightforward read of bullish or bearish market conditions.
Trend Reversal Identification
Changes in the ARMA line’s direction may signal early signs of a reversal, often with faster reaction compared to traditional moving averages.
Confirmation with Other Indicators
Combine ARMA with oscillators such as RSI or MACD to improve the reliability of signals.
Combination with Heikin-Ashi
Heikin-Ashi candles smooth out price action and highlight trend changes. When used together with ARMA, they can significantly enhance reversal detection. For example, if Heikin-Ashi indicates a potential reversal and the ARMA line simultaneously changes direction, the confluence provides a stronger and more reliable trading signal.
⚠️ Important Notes
Risk of Overfitting
Excessive optimization of AR or MA periods may lead to overfitting, where the indicator fits historical data well but fails to generalize to future market conditions. Keep parameter choices simple and consistent.
Weakness in Sideways Markets
ARMA works best in trending environments. In range-bound conditions, signals may become noisy or less reliable. Consider combining it with range-detection tools or volume analysis.
Not a Standalone System
This indicator should not be used in isolation for trading decisions. It is best employed as part of a broader analysis framework, combining multiple indicators and fundamental insights.
💡 Summary
This script brings the theoretical foundation of ARMA into a practical, chart-based tool for traders.
It is particularly valuable for those who find SMA too lagging or EMA too noisy, offering a more nuanced balance between responsiveness and smoothness.
By capturing both autocorrelation and residual structure, ARMA provides a deeper view of market dynamics.
Combined with tools such as Heikin-Ashi or oscillators, it can significantly enhance trend reversal detection and strategy reliability.
Pi Cycle OscillatorThis oscillator combines the Pi Cycle Top indicator with a percentile-based approach to create a more precise and easy to read market timing tool.
Instead of waiting for moving average crossovers, it shows you exactly how close you are to a potential market top.
Orange background means you should start preparing for a potential top and look into taking profits.
Red background means that the crossover has happened on the original Pi Cycle Indicator and that you should have already sold everything. (Crossover of the gray line aka 100)
Thank you
Bollinger Band Width Percentile - The_Caretaker
Pi Cycle Top - megasyl20
Moving Average Simple 1_M colorThis is a simple moving average. There is an option to show the last 1 month or last 20 bars in a different color. This can more clearly show the most recent change in direction
LEAP Put Edge — Top Risk Oscillator (v6, divergences + HTF)Pinpoint market tops with precision — a composite oscillator built to spot exhaustion, bearish divergences, and high-probability LEAP Put entry zones.
The LEAP Put Edge — Top Risk Oscillator is designed specifically to help identify high-probability entry points for long-dated Put options (LEAPs) by highlighting exhaustion at market tops. Unlike generic overbought/oversold tools, it combines slower MACD and DMI/ADX for trend quality, RSI and Stochastic RSI for momentum extremes, volume spike and upper-wick exhaustion signals for capitulation risk, and optional bearish divergences in RSI and MACD to confirm weakening strength. The output is a smoothed composite score scaled from -100 to +100, where higher values indicate rising top-risk and bearish edge conditions. Clear thresholds, color-coded plots, and built-in alerts make it straightforward and practical for traders seeking simple, actionable signals to time Put entries with confidence.
Low Volatility Breakout in Trend
█ OVERVIEW
"Low Volatility Breakout in Trend" is a technical analysis tool that identifies periods of low-volatility consolidation within an ongoing trend and signals potential breakouts aligned with the trend's direction. The indicator detects trends using a simple moving average (SMA) of price, identifies consolidation zones based on the size of candle bodies, and displays the percentage change in volume (volume delta) at the breakout moment.
█ CONCEPTS
The core idea of the indicator is to pinpoint moments where traders can join an ongoing trend by capitalizing on breakouts from consolidation zones, supported by additional information such as volume delta. It provides clear visualizations of trends, consolidation zones, and breakout signals to facilitate trading decisions.
Why Use It?
* Breakout Identification: The indicator locates low-volatility consolidation zones (measured by the size of individual candle bodies, not the price range of the consolidation) and signals breakouts, enabling traders to join the trend at key moments.
* Volume Analysis: Displays the percentage change in volume (delta) relative to its simple moving average, providing insight into market activity rather than acting as a signal filter.
* Visual Clarity: Colored trend lines, consolidation boxes (drawn only after the breakout candle closes, not on subsequent candles), and volume delta labels enable quick chart analysis.
* Flexibility: Adjustable parameters, such as the volatility window length or SMA period, allow customization for various trading strategies and markets.
How It Works
* Trend Detection: The indicator calculates a simple moving average (SMA) of price (default: based on the midpoint of high/low) and creates dynamic trend bands, offset by a percentage of the average candle height (band scaling). A price above the upper band signals an uptrend, while a price below the lower band indicates a downtrend. Trend changes occur not when the price crosses the SMA but when it crosses above the upper band or below the lower band (offset by the average candle height multiplied by the scaling factor).
* Consolidation Identification: Identifies low-volatility zones when the candle body size is smaller than the average body size over a specified period (default: 20 candles) multiplied by a volatility threshold — the maximum allowable body size as a percentage of the average body (e.g., 2 means the candle body must be less than twice the average body to be considered low-volatility).
* Breakout Signals: A breakout occurs when the candle body exceeds the volatility threshold, is larger than the maximum body in the consolidation, and aligns with the trend direction (bullish in an uptrend, bearish in a downtrend).
* Visualization: Draws a trend line with a gradient, consolidation boxes (appearing only after the breakout candle closes, marking the consolidation zone), and volume delta labels. Optionally displays breakout signal arrows.
* Signals and Alerts: The indicator generates signals for bullish and bearish breakouts, including the volume delta percentage. Alerts are an additional feature that can be enabled for notifications.
Settings and Customization
* Volatility Window: Length of the period for calculating the average candle body size (default: 20).
* Volatility Threshold: Maximum candle body size as a percentage of the average body (default: 2).
* Minimum Consolidation Bars: Number of candles required for a consolidation (default: 10).
* SMA Length for Trend: Period of the SMA for trend detection (default: 100).
* Band Scaling: Offset of trend bands as a percentage of the average candle height (default: 250%), determining the distance from the SMA.
* Visualization Options: Enable/disable consolidation boxes (Show Consolidation Boxes, drawn after the breakout candle closes), volume delta labels (Show Volume Delta Labels), and breakout signals (Show Breakout Signals, e.g., triangles).
* Colors: Customize colors for the trend line, consolidation boxes, and volume delta labels.
█ OTHER SECTIONS
Usage Examples
* Joining an Uptrend: When the price breaks out of a consolidation in an uptrend with a volume delta of +50%, open a long position; the signal is stronger if the breakout candle surpasses a local high.
* Avoiding False Breakouts: Ignore breakout signals with low volume delta (e.g., below 0%) and combine the indicator with other tools (e.g., support/resistance levels or oscillators) to confirm moves in low-activity zones.
Notes for Users
* On markets that do not provide volume data, the indicator will not display volume delta — disable volume labels and enable breakout signals (e.g., triangles) instead.
* Adjust parameters to suit the market's characteristics to minimize noise.
* Combine with other tools, such as Fibonacci levels or oscillators, for greater precision.
Canyons Trend Ride SignalTrend alignment signals using 3 EMA's. pre-code written parameters must all be met to throw a signal out. Works best with Heiken ashi candles. Works on Gold, Nas100, S&P 500 and US30
EMA20/EMA100 RSI Cross – Simpler than SimpleThis indicator combines the clarity of EMA20–EMA100 crossovers with the strength of RSI confirmation, giving traders a straightforward yet effective tool for spotting momentum shifts.
Designed with simplicity in mind, it delivers clear visual signals and instant alerts whenever price conditions align, works perfectly well in every timeframe (my choice is 15M timeframe).
No clutter, no overcomplication – just clean, intuitive signals to help you stay on top of the market.
I want to give it back to Tradingview society, so feel free to try and experience.
Best,
@lpha Trader Dashboardmarket open gui dashboard
gui is to provide market open and countdown candle chart times , highlights when candle due to expire
Option Buying Indicator5-period Exponential Moving Average (EMA): A short-term average of price, giving more weight to recent data. It reacts quickly to price changes.
50-period Exponential Moving Average (EMA): A longer-term average of price, indicating the medium-term trend.
Volume-Weighted Average Price (VWAP): The average price of a stock during a specific period, weighted by the volume traded at each price level. VWAP is often used by large institutional traders to gauge entry and exit points.
Pivot Points: Technical analysis indicators used to determine the overall trend of the market over different time frames. They are calculated based on the previous day's high, low, and closing prices and are used to identify potential support and resistance levels.
5ema&1maI wanted a simple indicator that had 5 EMAs and 1 MA. But I wanted to be able to change the values for all averages depending on my use.
This is a simple script that does that.
BIST/TL RSI MA Fibonacci TaramaThe indicator features multiple functions.
RSI
Different types Moving Averages of RSI
Fibonacci levels of RSI in specific timeframes
Two Moving Averages in the main panel
Moving Average and deviations of this average at 3.2 and 6.4 ATR
Scanning in 5 different conditions, including all BIST stocks