Z-scored ZLEMA | OquantZ-Scored ZLEMA | Oquant
This indicator combines the Zero-Lag Exponential Moving Average (ZLEMA) with Z-score normalization to present recent ZLEMA values relative to its mean. It helps users observe trend direction and momentum with reduced lag, while also highlighting potential overbought or oversold levels based on how far ZLEMA values deviate from their mean.
🧠 Concept Overview
📉 Zero Lag Exponential Moving Average (ZLEMA)
The EMA is a popular tool that calculates an average price, but unlike a simple moving average, it gives more weight to recent prices. This means the EMA reacts faster to new price changes and is less affected by older data. However, even with this weighting, the EMA still introduces some lag.
ZLEMA improves on the EMA by reducing this lag. It does this by adjusting how it accounts for previous prices, effectively "shifting" the data to better align the average with current market action. The result is an average that stays smooth but responds more quickly to real price changes—helping traders spot turning points or trend shifts earlier without being fooled by random noise.
📏 Z-score Normalization
Once ZLEMA is calculated, the indicator applies Z-score normalization to measure how far the current ZLEMA value is from its mean. The Z-score expresses this difference using standard deviations, providing a clear, standardized scale. This helps highlight when price moves are unusually strong—either upward or downward—beyond normal fluctuations.
🔍 How This Indicator Works
Smooth Price Data with ZLEMA
The indicator begins by applying the Zero-Lag Exponential Moving Average (ZLEMA) to the chosen price data. Unlike a regular moving average, ZLEMA reduces the typical delay by adjusting the input data before averaging. It does this by "shifting" the price series to remove the lag caused by older prices. This way, ZLEMA stays smooth but reacts more quickly to recent price changes—helping the indicator follow market moves faster without being too noisy.
Normalize ZLEMA values Using Z-score
Once ZLEMA is calculated, the indicator applies Z-score normalization to measure how far the current ZLEMA value is from its mean. The Z-score expresses this difference in terms of standard deviations, creating a clear, standardized scale. This helps highlight when price moves are unusually strong—either up or down—beyond normal fluctuations.
Set Signal Thresholds
Two threshold levels are set on the Z-score scale—crossing above the upper threshold is considered a long (buy) signal, indicating bullish momentum, while crossing below the lower threshold is considered a short (sell) signal, indicating bearish momentum.
Show Visual Signals on the Chart
The Z-score and bars are plotted with colors: green when Z-score is above the bullish threshold, purple when Z-score is below the bearish threshold.
⚙️ Customizable Inputs
Source: Choose the price source (close, open, etc.) for calculations.
ZLEMA Length: Adjust the ZLEMA length to control smoothness versus responsiveness.
Z-score period: Set the Z-score period to define how far back the indicator measures normal price behavior.
Thresholds: Adjust the upper and lower thresholds to control how sensitive the indicator is to strong momentum changes.
📈 Practical Use
This indicator helps identify trend directions and changes faster by combining ZLEMA with statistical analysis. It highlights when price moves are stronger than normal, making it easier to spot early signs of momentum shifts. Traders can use it to confirm trends or detect potential reversals with more timely signals.
🔔 Alert Support
This indicator includes optional built-in alert conditions that notify you when the Z-score crosses above the bullish threshold (long signal) or below the bearish threshold (short signal). You can enable these alerts to get timely updates on potential momentum shifts without constantly watching the chart.
⚠️ Disclaimer: This indicator is intended for educational and informational purposes only. Trading/investing involves risk, and past performance does not guarantee future results. Always test and evaluate indicators/strategies before applying them in live markets. Use at your own risk.
Oscillators
Adaptive Trend Filter🔒 IAFL Adaptive Trend Filter – Smart Entry & Exit Tool for All Traders
Description:
This invite-only indicator is designed to offer precision-based trade entries and exits using adaptive trend logic. Rather than simply combining common tools, it integrates market strength and directional confirmation in a customized framework optimized for intraday, swing, and positional trading.
🎯 What Sets This Apart?
🔹 Dynamic Strategy Modes
Traders can toggle between three distinct behavioral modes based on their trading style—intraday, swing, or positional—each optimized to adjust internal decision thresholds, not just display values.
🔹 Filtered Entry System
Buy and Sell signals are only generated when multiple custom-defined trend conditions align, significantly reducing noise and false signals. This makes it particularly useful during volatile or consolidating markets.
🔹 Smart Risk Tools
Includes a built-in module to automatically generate Stop Loss and Take Profit levels using real-time market dynamics or predefined risk-reward rules. This helps users manage trades more consistently.
🔹 Trade Insight Panel
A non-intrusive on-chart panel gives users key details such as:
Latest signal
Stop loss & target levels
Current position status and live P/L
🔹 Non-Repainting Logic
Signals are confirmed and stable. There’s no repainting once a bar closes, ensuring that what users see is what actually happened.
🧠 How to Use It
Ideal for traders who want signal confirmation before acting
Suitable for equities, indices, crypto, or commodities
Can be combined with price action, volume, or multi-timeframe analysis
Works best on trending instruments with adequate volatility
This is a tool for discretionary trading, not an auto-entry system. It’s meant to complement a trader's strategy, not replace it.
❌ No Promotions or External Links
No website links
No contact info
No ads or offers
It is solely intended to provide value to serious traders who are looking for a thoughtful entry-filtering system.
🔐 Why Invite-Only?
This system is not just a mashup of public indicators. It involves:
Proprietary entry/exit logic
Dynamic threshold adjustments under the hood
User interface tools designed for better clarity and discipline
It’s invite-only to ensure that it's used responsibly and by users who understand how to integrate it into their process.
CE Reversal + TSI OB/OS FilterChandelier Exit Reversal + TSI OB/OS Breakout Filter
This script combines the classic Chandelier Exit (CE) strategy with a momentum-based filter using the True Strength Index (TSI). It is designed to improve signal quality by confirming reversal entries with momentum breakouts from overbought/oversold zones.
🔍 Signal Logic
Buy Signal:
Price crosses above the Chandelier Exit line (bullish breakout)
TSI crosses upward from below the oversold level
Sell Signal:
Price crosses below the Chandelier Exit line (bearish breakout)
TSI crosses downward from above the overbought level
✅ Purpose
This filter improves the reliability of reversal entries by requiring confirmation of a momentum shift. It helps eliminate false breakouts by validating CE signals with TSI breakouts.
📊 Use Case
Best used on trending pairs or instruments showing clear structure reversals. The combination of trend-level CE breakouts and momentum confirmation makes it suitable for swing entries or lower-timeframe scalping with directional bias.
📈 Smart Alert System — EMA/MA/Volume/SMC AlertsHere's a detailed description of your custom TradingView **Pine Script v6**:
---
### 📌 **Title**: Smart Alert System — Webhook Ready (with EMA, MA, Volume, and SMC)
This script is designed to **monitor price behavior**, detect important **technical analysis events**, and **send real-time alerts via webhook to a Telegram bot**.
---
## 🔧 SETTINGS
| Setting | Description |
| ----------------------- | ------------------------------------------------------------------------------ |
| `volumeSpikeMultiplier` | Multiplier to determine a volume spike compared to the 20-bar average volume |
| `testAlert` | If `true`, sends a test alert when the indicator is first applied to the chart |
---
## 🔍 COMPONENT BREAKDOWN
### 1. **EMA & MA Calculations**
These indicators are calculated and plotted on the chart:
* **EMAs**: 13, 25, 30, 200 — used for trend and touch detection
* **MAs**: 100, 300 — used for break and retest detection
```pinescript
ema_13 = ta.ema(close, 13)
ema_200 = ta.ema(close, 200)
ma_100 = ta.sma(close, 100)
```
---
### 2. **📈 Volume Spike Detection**
* A volume spike is identified when the current bar's volume is **2x (default)** greater than the 20-period average.
* A red triangle is plotted above such candles.
* A **JSON alert** is triggered.
```pinescript
volSpike = volume > avgVol * volumeSpikeMultiplier
```
---
### 3. **📊 EMA Touch Alerts**
* The script checks if the current close is:
* Within 0.1% of an EMA value **OR**
* Has crossed above/below it.
* If so, it sends an alert with the EMA name.
```pinescript
touch(val, crossed) =>
math.abs(close - val) / val < 0.001 or crossed
```
---
### 4. **📉 MA Break and Retest Alerts**
* A **break** is when price falls **below** a moving average.
* A **retest** is when price climbs **above** the same average after breaking below.
```pinescript
breakBelow(ma) => close > ma and close < ma
```
---
### 5. 🧠 **SMC Alerts (Break of Structure \ & Change of Character \ )**
These follow **Smart Money Concepts (SMC)**. The script identifies:
* **BOS**: New higher high in uptrend or lower low in downtrend
* **CHOCH**: Opposite of trend, e.g. lower low in uptrend or higher high in downtrend
```pinescript
bos = (high > high ) and (low > low ) and (low > low )
choch = (low < low ) and (high < high ) and (high < high )
```
---
### 6. 🧪 Dummy Test Alert (1-time fire)
* Sends a `"✅ Test Alert Fired"` to verify setup
* Executes **once only** after adding the indicator
```pinescript
var bool sentTest = false
if testAlert and not sentTest
```
---
### 7. 🚀 Alert Delivery (Webhook JSON)
All alerts are sent as a JSON payload that looks like this:
```json
{
"pair": "BTCUSD",
"event": "🔺 Volume Spike",
"timeframe": "15",
"timestamp": "2024-06-29T12:00:00Z",
"volume": "654000"
}
```
This format makes it compatible with your **Telegram webhook server**.
---
### 🔔 Alerts You Can Create in TradingView
* Set **Webhook URL** to your `https://xxxx.ngrok-free.app/tradingview-webhook`
* Use alert condition: `"Any alert()`" — because all logic is internal.
* Select **"Webhook URL"** and leave the message body blank.
---
### 🛠️ Use Cases
* Notify yourself on **EMA interaction**
* Detect **trend shifts or retests**
* Spot **volume-based market interest**
* Get real-time **BOS/CHOCH alerts** for Smart Money strategies
* Alert through **Telegram using your Node.js webhook server**
---
Would you like me to break down the full Pine Script block-by-block as well?
MACD GPIntroducing the MACD GP Indicator: Experience Enhanced Trading Signals
The MACD GP indicator is a customized version of the Moving Average Convergence Divergence (MACD), specifically designed to help traders capitalize on state shifts for clearer and more actionable signals.
This innovative tool highlights critical trading opportunities by visually representing changes in the MACD's state, specifically focusing on:
Color Changes: Instantly recognize shifts in momentum and trend direction as the indicator's visual representation changes color.
Position Relative to the Zero Line: Clearly identify bullish or bearish sentiment as the indicator moves above or below the zero line, providing a decisive signal for potential entry and exit points.
With the MACD GP , you'll gain a more intuitive understanding of market dynamics, allowing you to react swiftly and confidently to emerging trends. Streamline your trading decisions and enhance your analytical edge with this powerful, customized MACD indicator.
CCI-coded OBV Detector BetaVersion 0.1 [FelixHsu]Using CCI‐coded OBV to detect major price bottoms and tops over a given time period.
MAGICAL 50 LINEIndicator Magical Line
This is bottom finishing identification indicator which will gives a quick entry and profit area booking.
Use with RSI 14, 32
HMA lines shows an reversal identification while line make us an entry
When RSI below 40 and cross above 32 you can see a HMA also cross over and will give you entry points
Pro Trading: CCI Signals (Pivots + order blockEnglish Version:
A professional trading system combining momentum signals, pivot points, and order flow analysis
Overview & Uniqueness
This indicator provides a comprehensive trading solution by combining three powerful technical approaches:
CCI Momentum Signals - Identifies overbought/oversold conditions with RSI confirmation
Smart Pivot Detection - Finds key reversal points using price rejection logic
Order Block Analysis - Highlights institutional order zones
Unique feature: Advanced "Buy2/Sell4" signals detect clustered momentum events for higher-probability entries.
How It Works
Pivot Detection
Automatically identifies swing highs ("Top") and lows ("Bottom") when price rejects a level by your specified Sigma percentage
Signal Generation
Buy/Sell: Triggered when CCI crosses extreme levels (-100/+100) with optional RSI confirmation
Buy2/Sell4: Enhanced signals activated after clustered momentum events (multiple confirmations in 4 bars)
Order Blocks
Highlights candles with abnormally large range (configurable via ATR multiplier) as potential institutional activity zones
Smart Filters
Time-based filter prevents consecutive Buy2/Sell4 signals within user-defined bar count
Configuration Guide
Pivot Settings
Adjust Sigma (% retracement) for pivot sensitivity
Customize pivot colors
CCI & RSI Parameters
Set CCI length and OB/OS levels
Toggle RSI filter and configure levels
Signal Filters
Enable/disable time filter for Buy2/Sell4 signals
Set minimum bars between enhanced signals
Alerts
Enable/disable alerts per signal type
Choose "One alert per bar" to avoid duplicates
FAQ
Q: Why don't I see Buy2/Sell4 signals?
A: 1) Ensure "Show signals" are enabled 2) Check time filter settings 3) Requires clustered momentum (≥2 signals in 4 bars)
Q: How are Order Blocks calculated?
A: Blocks form when |close-open| > ATR × threshold (default: 1.5)
Q: Can I use this for scalping?
A: Yes! Lower CCI periods (3-5) and smaller Sigma (0.01-0.02) work best for short timeframes
Disclaimer
This tool is for educational purposes only. Past performance ≠ future results. Test settings in demo accounts before live trading. The creator isn't liable for trading losses or investment decisions made using this indicator.
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Русская Версия:
Pro Trading: CCI Signals + Pivots and Order Block
Профессиональная торговая система, объединяющая сигналы момента, точки разворота и анализ ордерного потока
Концепция и Уникальность
Индикатор предоставляет комплексное торговое решение, объединяя три мощных подхода:
Сигналы момента CCI - Выявляет зоны перекупленности/перепроданности с подтверждением RSI
Умное обнаружение пивотов - Находит ключевые точки разворота через логику ценового отката
Анализ ордерных блоков - Подсвечивает зоны институциональных ордеров
Уникальная особенность: Сигналы "Buy2/Sell4" обнаруживают кластеризацию событий момента для входов с высокой вероятностью.
Как Это Работает
Обнаружение Пивотов
Автоматически определяет максимумы ("Top") и минимумы ("Bottom") при откате цены на заданный % Sigma
Генерация Сигналов
Buy/Sell: Активируются при пересечении CCI экстремальных уровней (-100/+100) с опциональным подтверждением RSI
Buy2/Sell4: Усиленные сигналы после кластеризации событий (несколько подтверждений за 4 бара)
Ордерные Блоки
Подсвечивает свечи с аномальным диапазоном (настраивается через множитель ATR) как зоны институциональной активности
Умные Фильтры
Временной фильтр предотвращает последовательные сигналы Buy2/Sell4 в пределах заданного количества баров
Настройка
Параметры Пивотов
Настройте Sigma (% отката) для чувствительности
Параметры CCI и RSI
Установите период CCI и уровни перекупленности/перепроданности
Включите/отключите фильтр RSI и настройте уровни
Фильтры Сигналов
Включите/отключите временной фильтр для Buy2/Sell4
Установите минимальное количество баров между усиленными сигналами
Оповещения
Включите/отключите оповещения для каждого типа сигнала
Выберите "Одно оповещение на бар" для исключения дубликатов
Часто Задаваемые Вопросы
В: Почему не отображаются сигналы Buy2/Sell4?
О: 1) Проверьте включение "Показать сигналы" 2) Проверьте настройки временного фильтра 3) Требуется кластеризация событий (≥2 сигнала за 4 бара)
В: Как рассчитываются ордерные блоки?
О: Блоки формируются при |close-open| > ATR × порог (по умолчанию: 1.5)
В: Можно ли использовать для скальпинга?
О: Да! Уменьшите период CCI (3-5) и Sigma (0.01-0.02) для младших таймфреймов
Metaplanet MSW Strike LevelsMetaplanet Moving Strike Warrant (MSW) Price Tracker
This indicator displays Metaplanet's actual Moving Strike Warrant pricing schedule with real-time strike price visualization. It shows the exact strike prices that determine warrant exercise values based on Metaplanet's official MSW terms.
Key Features:
Current Period: Strike locked at ¥1,649 from June 24th through July 1st, 2025
Automatic Updates: Starting July 2nd, strike prices re-evaluate every 3 trading days using 3-day SMA of closing prices
Visual Strike Lines: Yellow horizontal lines show active MSW strike prices for each period
Background Signals: Light green when price is above strike (favorable), light red when below
Information Panel: Orange table displays current strike price and next evaluation date
Evaluation Markers: Orange/yellow dots mark re-evaluation dates
How It Works:
The indicator follows Metaplanet's official MSW schedule, automatically calculating new strike prices every 3 trading days based on the 3-day simple moving average of previous closing prices. This helps warrant holders track exercise opportunities and understand the dynamic pricing mechanism.
Cumulative Price🎯 Cumulative Price - Usage Framework
🧭 Purpose
Cumulative Price offers a simple contextualization of price action within a daily session.
It resets to zero daily, tracking the cumulative range of price movement in ticks — a concept similar to cumulative delta, but focused purely on price activity, not volume.
🧠 Core Concept
The oscillator shows results from effort accumulate over time. Instead of measuring who is buying or selling, it reveals how far is pushing relative to zero.
🔔 Signal Types
⚖️ Zero Signal
Triggered when the oscillator crosses above or below the zero line.
📌 Interpreted as:
Price is testing fairness or market agreement.
This level is a balancing point — price may accept it (continue) or reject it (reverse).
🚩 Peak Signal
Triggered when the oscillator reaches a new extreme, defined by ATR-based thresholds.
📌 Interpreted as:
Price is undergoing strong effort — likely accumulation or distribution.
Could signal a transition, consolidation, or imminent breakout/reversal.
🧩 How to Use
Approach both signals with thoughtful market questioning:
🧐 Something significant is happening — what is it?
📈 How intense is the move? Does it align with volatility or deviate from it?
🌐 Where does this action sit in broader market context?
🧪 Analytical Tips
Zero Signals are useful for:
Identifying reversion points or fairness tests.
Monitoring price acceptance around the session midpoint.
Peak Signals help:
Spot early accumulation/distribution behavior.
Anticipate volatility expansion or fade exhaustion.
💡 Additional Thoughts
This tool does not dictate trades. Instead, it provides context.
Combine it with tools like Cumulative Delta for a layered analysis of price result and volume effort.
Use it to frame narratives, not absolutes. Ask:
"If this is happening here, what does that say about intent?"
RSI GP [NMTUAN]Master Trends Effectively with RSI GP !
Have you ever struggled to identify market trends and optimal entry/exit points? Do you want a powerful, finely tuned tool to help you trade with greater confidence? Discover RSI GP – a groundbreaking indicator customized from the original Relative Strength Index (RSI), offering traders a more favorable perspective for trend trading!
The traditional RSI indicator is a familiar tool, but RSI GP elevates its analytical capabilities to a new level. Author Nguyễn Minh Tuấn has tailored this indicator so it doesn't just show overbought/oversold regions, but also helps you:
Identify trends more clearly: With unique enhancements, RSI GP provides a more intuitive and understandable view of the current market trend, helping you avoid noisy signals and focus on the main direction of price movement.
Detect potential reversals sooner: Thanks to optimized adjustments, this indicator reacts more sensitively to changes in momentum, helping you identify potential trend reversal points before they become obvious on the price chart.
Support effective trend trading: RSI GP doesn't just tell you "where the trend is going"; it also helps you determine the appropriate time to enter or exit the market in line with that trend, optimizing profits and minimizing risks.
RSI GP is the ideal tool for traders who want to:
Improve their ability to read and understand the market.
Increase accuracy in trend-following trading decisions.
Own an optimized indicator that provides a competitive edge.
Experience the Difference Today!
Don't let market volatility confuse you any longer. Equip yourself with RSI GP and start trading trends more intelligently and effectively.
Are you ready to elevate your trading with RSI GP ?
Mathematical EquationMathematical Equation — Advanced Multi-Factor Trend Reversal System
Overview
Mathematical Equation is a sophisticated multi-factor trading indicator designed to detect high-probability trend reversals. Its primary objective is to help traders identify key market turning points by combining volatility filtering, momentum validation, dynamic trend states, and custom adaptive logic. It generates clear LONG and SHORT signals when a unique set of mathematical conditions converge, making it a powerful tool for discretionary and systematic traders seeking precise entry timing.
What It Does
Mathematical Equation analyzes price action across several advanced dimensions:
1. Volatility-Adjusted Trend Engine — Uses a custom volatility filter based on ATR envelopes to define directional trend shifts, providing a foundational trend context.
2. Momentum Confirmation — Implements a MACD-style dynamic line and signal line system to validate directional strength and momentum transitions.
3. Volume Flow Index (VFI) with Adaptive Thresholds — Measures cumulative money flow relative to a dynamic cutoff, filtering out noise and confirming volume participation.
4. Custom Trend Oscillator — Computes a normalized line trend oscillator that identifies exhaustion and potential reversals using adaptive scaling across historical ranges.
5. Signal Alerts — Provides built-in alerts for both LONG and SHORT signals, enabling traders to respond quickly when a new reversal condition is met.
How It Works
The indicator dynamically classifies the market into actionable reversal states:
1. LONG — Triggered when price shows bullish confirmation, trend shifts to up, momentum crosses bullish thresholds, VFI confirms accumulation, and the oscillator signals an emerging bullish phase.
2. SHORT — Triggered when price shows bearish confirmation, trend shifts to down, momentum crosses bearish thresholds, VFI confirms distribution, and the oscillator signals emerging bearish momentum.
Result: Each signal is calculated only when trend regime, momentum alignment, volume flow, and oscillator exhaustion converge, significantly increasing selectivity and reducing false entries.
How To Use It
1. Confirm the Context — Always interpret signals within the broader market structure and trend bias. Use higher timeframes to validate macro direction.
2. Act According to the Signal Type:
-- LONG: Enter long positions when a bullish reversal signal is confirmed. Best suited for catching early trend transitions or countertrend rebounds.
-- SHORT: Enter short positions when a bearish reversal signal appears. Ideal for topping patterns or failed rallies.
Why It Is Unique
1. Integrates volatility filters, dynamic momentum validation, volume flow analysis, and proprietary trend oscillators into a single framework.
2. Goes beyond simple moving averages or crossovers by incorporating multi-dimensional confirmations for increased accuracy.
3. Provides clearly defined reversal signals, allowing traders to confidently act on emerging shifts in trend.
4. Enables traders to filter low-quality setups and focus on high-confluence conditions.
Apply Risk Management
Never rely solely on any single signal. Always use stop losses, proper position sizing, and a clear risk/reward plan. This indicator is designed to enhance trading decisions, not to replace disciplined execution.
Timeframe Selection
Optimized for intraday to swing trading (15M to 1H charts). Use lower timeframes for tactical entries once higher timeframe signals are confirmed.
Best Suited For
Swing traders, active intraday traders, and reversal-focused strategies.
Important Notes
Signals generated by Mathematical Equation are intended to support analysis, not replace it. Always combine them with personal market assessment and robust risk management. No indicator can guarantee performance or eliminate losses. This tool was developed by ProphetAlgoAI to adapt as market dynamics evolve, offering traders a consistently high-quality decision-support system.
License
This indicator was developed by the ProphetAlgoAI team. Its use is restricted to TradingView under a private, invite-only agreement. Redistribution or use outside TradingView is strictly prohibited unless explicitly authorized by the ProphetAlgoAI team.
Divergence Detector📈 Divergence Detector – Pine Script Indicator
🎯 Purpose
Detects bullish/bearish divergences between price and:
📊 WaveTrend
📈 RSI (Relative Strength Index)
📉 Stochastic Oscillator
Divergences signal potential trend reversals.
✨ Features & Advantages
✅ Multi-Indicator Analysis – checks 3 oscillators simultaneously.
✅ Customizable Filters – min. divergence length & distance between signals.
✅ Clean Visuals – colored lines + labels for clarity.
✅ Alerts – get notified when divergences appear.
⚙️ Settings
🔹 General
Pivot Lookback (15) – pivot detection depth.
Max Bars to Look Back (50) – limits divergence search range.
Min Divergence Length (6) – avoids noise.
Min Distance Between Signals (10) – prevents signal overcrowding.
🔹 Indicators
WaveTrend:
Channel Length (9)
Average Length (12)
MA Length (3)
RSI: Length (14)
Stochastic:
Length (14)
K Smoothing (3)
🔹 Colors & Style
Bullish (🟢 Green)
Bearish (🔴 Red)
Line Width (2)
Show Labels (ON/OFF)
📖 How to Use?
1. Bullish Divergence 🟢:
Price → Lower Lows | Oscillator → Higher Lows = Potential UP reversal.
2. Bearish Divergence 🔴:
Price → Higher Highs | Oscillator → Lower Highs = Potential DOWN reversal.
3. Alerts – enable in TradingView.
⚠️ Limitations
❌ False signals – not every divergence leads to a reversal.
❌ Lagging – pivot-based detection delays signals.
❌ Chart clutter – too many lines if unchecked.
💡 Pro Tips
✔ Combine with support/resistance levels.
✔ Avoid using alone on low timeframes (M1-M15).
✔ Adjust settings for your trading style (e.g., increase Min Divergence Length for daily charts).
❤️ Support This Project
If you find this indicator helpful and want to support future developments, donations are appreciated at:
USDT (TRC20): THFFLEZSpTqapYF6oj9rmuTCQVUXvuz7VS
Your generosity helps maintain and improve free indicators for the trading community!
Optimus Prime X SignalsOptimus Prime X Signals - TradingView Indicator Description
Overview
The Optimus Prime X Signals is a sophisticated, customizable technical analysis indicator designed for the TradingView platform. It combines three widely used technical indicators—Average True Range (ATR), Exponential Moving Average (EMA), and Relative Strength Index (RSI)—to generate actionable buy and sell signals. By integrating these indicators, the script provides traders with a versatile tool to identify potential entry and exit points in various market conditions. The indicator is displayed as an overlay on the price chart, with clear visual cues for signals, including labeled markers and candlestick color changes.
This indicator is suitable for traders of all experience levels, offering flexible configuration options to tailor signal generation to specific trading strategies and timeframes. It also includes built-in alert conditions, enabling seamless integration with TradingView’s alert system for real-time notifications.
Features
1. Multi-Indicator Signal Generation
The indicator combines signals from ATR-based support/resistance levels, EMA price deviations, and RSI overbought/oversold conditions. Traders can enable or disable each indicator’s contribution to the final signal, allowing for a highly customizable approach.
2. Visual Feedback
* Buy and Sell Labels: Green "Buy" labels appear below the price bar, and red "Sell" labels appear above the price bar when signals are triggered.
* Candlestick Coloring: Candlesticks turn white when a buy or sell signal is generated, providing an immediate visual cue.
* Overlay Design: The indicator integrates directly with the price chart, ensuring a clutter-free and intuitive user experience.
3. Flexible Configuration
Each indicator component (ATR, EMA, RSI) has its own configuration group in the settings panel, allowing traders to:
* Adjust periods, multipliers, and thresholds.
* Specify custom timeframes for each indicator.
* Enable or disable individual indicators for signal generation.
4. Alert Integration
The script includes two alert conditions:
* Buy Signal: Triggered when all enabled conditions (ATR, EMA, RSI) align for a bullish signal.
* Sell Signal: Triggered when all enabled conditions align for a bearish signal.
These alerts can be configured within TradingView to notify traders via email, SMS, or other supported methods.
Configuration Options
Support/Resistance Configuration (ATR)
* Use (ATR) Support/Resistance for Signals: Enable or disable ATR-based signals (default: enabled).
* ATR Period: Set the lookback period for calculating the ATR (default: 5).
* ATR Multiplier: Define the multiplier applied to the ATR value to calculate support and resistance levels (default: 0.5).
* ATR Timeframe: Specify the timeframe for ATR calculations (default: Daily, "D").
The ATR is used to establish dynamic support (price below the last close minus ATR * multiplier) and resistance (price above the last close plus ATR * multiplier) levels. A buy signal is generated when the price falls below the support level, and a sell signal is generated when the price rises above the resistance level.
EMA Configuration
* Use EMA for Signals: Enable or disable EMA-based signals (default: enabled).
* EMA Period: Set the lookback period for the EMA calculation (default: 50).
* EMA (%) Distance: Define the percentage distance from the EMA to create upper and lower bands (default: 0.5%).
* EMA Timeframe: Specify the timeframe for EMA calculations (default: chart timeframe).
The EMA component generates a buy signal when the price falls below the lower EMA band (EMA * (1 - distance/100)) and a sell signal when the price rises above the upper EMA band (EMA * (1 + distance/100)).
RSI Configuration
* Use RSI for Signals: Enable or disable RSI-based signals (default: enabled).
* RSI Period: Set the lookback period for RSI calculation (default: 14).
* RSI Overbought Level: Define the RSI level for overbought conditions (default: 70).
* RSI Oversold Level: Define the RSI level for oversold conditions (default: 30).
* RSI Timeframe: Specify the timeframe for RSI calculations (default: chart timeframe).
The RSI component triggers a buy signal when the RSI falls below the oversold level and a sell signal when it rises above the overbought level.
How It Works
Signal Logic
The indicator generates buy and sell signals based on the combined conditions of the enabled indicators:
* Buy Signal: Triggered when all enabled conditions are met (e.g., price below ATR support, price below EMA lower band, and RSI below oversold level).
* Sell Signal: Triggered when all enabled conditions are met (e.g., price above ATR resistance, price above EMA upper band, and RSI above overbought level).
If any indicator is disabled, its condition is ignored in the signal calculation, allowing traders to focus on specific indicators or combinations.
Visual and Alert Output
* When a signal is triggered, a label ("Buy" or "Sell") is plotted on the chart, and the corresponding candlestick is colored white.
* Alerts are available for integration with TradingView’s notification system, ensuring traders can act promptly on signals.
Usage Instructions
1. Add to Chart: Add the "Optimus Prime X Signals" indicator to your TradingView chart.
2. Configure Settings: Access the indicator’s settings to customize ATR, EMA, and RSI parameters, including periods, multipliers, thresholds, and timeframes.
3. Enable Alerts: Set up alerts for buy and sell signals through TradingView’s alert system for real-time notifications.
4. Analyze Signals: Monitor the chart for labeled signals and candlestick color changes to identify potential trading opportunities.
Notes for Traders
* Customization: Adjust the settings to align with your trading style, market, and timeframe. For example, increase the ATR multiplier for wider support/resistance zones or adjust the RSI levels for more or less frequent signals.
* Timeframe Flexibility: Use different timeframes for ATR, EMA, and RSI to capture multi-timeframe trends and improve signal accuracy.
* Risk Management: Always combine this indicator with proper risk management strategies, as no indicator guarantees profitable trades.
* Backtesting: Test the indicator on historical data to evaluate its performance in your chosen market and timeframe.
Limitations
* The indicator may generate false signals in choppy or sideways markets, as it relies on trend and momentum-based conditions.
* Signals are based on historical data and may lag in fast-moving markets.
* The maximum number of labels displayed is set to 500 to comply with TradingView’s limitations.
Conclusion
The Optimus Prime X Signals indicator is a powerful and user-friendly tool for traders seeking to combine ATR, EMA, and RSI signals into a cohesive trading strategy. Its customizable settings, clear visual feedback, and alert integration make it suitable for both novice and experienced traders. By providing flexibility in configuration and timeframe selection, it empowers users to adapt the indicator to various markets and trading styles.
For support or feedback, please contact the script author through TradingView’s messaging system.
Momentum Trail Oscillator [AlgoAlpha]🟠 OVERVIEW
This script builds a Momentum Trail Oscillator designed to measure directional momentum strength and dynamically track shifts in trend bias using a combination of smoothed price change calculations and adaptive trailing bands. The oscillator aims to help traders visualize when momentum is expanding or contracting and to identify transitions between bullish and bearish conditions.
🟠 CONCEPTS
The core idea combines two methods. First, the script calculates a normalized momentum measure by smoothing price changes relative to their absolute values, which creates a bounded oscillator that highlights whether moves are directional or choppy. Second, it uses a trailing band mechanism inspired by volatility stops, where bands adapt to the oscillator’s volatility, adjusting the thresholds that define a shift in directional bias. This dual approach seeks to address both the magnitude and persistence of momentum, reducing false signals in ranging markets.
🟠 FEATURES
The momentum calculation applies Hull Moving Averages and double EMA smoothing to price changes, producing a smooth, responsive oscillator.
The trailing bands are derived by offsetting a weighted moving average of the oscillator by a multiple of recent momentum volatility. A directional state variable tracks whether the oscillator is above or below the bands, updating when the momentum crosses these dynamic thresholds.
Overbought and oversold zones are visually marked between fixed levels (+30/+40 and -30/-40), with color fills to highlight when momentum is in extreme areas. The script plots signals on both the oscillator pane and optionally overlays markers on the main price chart for clarity.
🟠 USAGE
To use the indicator, apply it to any symbol and timeframe. The “Oscillator Length” controls how sensitive the momentum line is to recent price changes—lower values react faster, higher values smooth out noise. The “Trail Multiplier” sets how far the adaptive bands sit from the oscillator mid-line, which affects how often trend state changes occur. When the momentum line rises into the upper filled area and then crosses back below +40, it signals potential overbought exhaustion. The opposite applies for the oversold zone below -40. The plotted trailing bands switch visibility depending on the current directional state: when momentum is trending up, the lower band acts as the active trailing stop, and when trending down, the upper band becomes active. Trend changes are marked with circular symbols when the direction variable flips, and optional overlay arrows appear on the price chart to highlight overbought or oversold reversals. Traders can combine these signals with their own price action or volume analysis to confirm entries or exits.
RATE OF CHANGE ROLLING INTEGRALAdded an integral balance to the ROC subchart.
just tracks the balance of area back to the ROC length.
Best ADX Pro DI Smoothing🎯 Best ADX Pro Plus: Advanced Dual-Smoothing Trend Analyzer
📌 Overview
The ultimate ADX evolution featuring independent smoothing systems for both ADX and DI lines. This professional-grade tool combines adaptive trend detection with noise-reduction technology, perfect for all market conditions and timeframes.
✨ Unique Features
✔ Optional secondary smoothing for DI+/- lines
✔ 5 smoothing methods (EMA/SMA/RMA/WMA/SMMA) with separate ADX/DI controls
✔ Smart threshold system with visual alerts
✔ Built-in fail-safes against whipsaws and false breakouts
⚙️ Optimal Configurations
• Scalping Mode (M1-M15)
DI Smoothing: ON (EMA 3-5)
ADX Smoothing: WMA 10
Thresholds: 15/20
• Swing Trading Mode (H1-D1)
DI Smoothing: RMA 5-7
ADX Smoothing: SMMA 14
Thresholds: 20/25
• Position Trading Mode (W1-MN)
DI Smoothing: OFF
ADX Smoothing: SMA 30
Thresholds: 25/30
📈 Professional Strategies
🔴 Turbo Trend System
1. Activate WMA smoothing for both ADX and DI
2. Enter when:
ADX crosses above 20
DI+ > DI- by 2+ points
3. Exit on DI crossover or ADX < 15
🟠 Counter-Trend Setup
1. Use SMMA without DI smoothing
2. Look for:
ADX > 30 (overextended trend)
DI divergence with price
3. Confirm with volume/RSI
⚠️ Critical Notes
Always combine with ATR in ranging markets
Shorter settings (<10) increase false signals
For crypto, use EMA+WMA combination
💡 Why Traders Choose This ADX
The ONLY ADX with independent DI/ADX smoothing
Custom-tailored for any trading style
Visual threshold breach alerts
Multi-timeframe reliability
Best ADX Pro🎯 Best ADX Pro: Advanced Multi-Smoothing Trend Analysis
📌 Overview
The Best ADX Pro is a sophisticated enhancement of the traditional ADX indicator, offering five smoothing methods for unparalleled adaptability across market conditions. Designed for traders who demand precision, it combines flexible trend detection with customizable sensitivity, making it ideal for all trading styles—from scalping to long-term investing.
✨ Key Upgrades from Standard ADX
5 Smoothing Methods – Choose between EMA, SMA, RMA, WMA, and SMMA to match your strategy’s responsiveness.
Smart Thresholds – Dual levels (default: 20 and 25) filter weak trends and confirm strong momentum.
Zero-Division Protection – Ensures stable calculations during low-volatility periods.
Alerts & Crosses – Built-in alerts for DI+/DI- crossovers and ADX threshold breaks.
⚙️ When to Use Each Smoothing Mode
🔴 EMA (Exponential Moving Average)
Best For: Scalping/Crypto
Timeframe: M1-M15
Risk: Higher false signals
🟠 WMA (Weighted Moving Average)
Best For: Swing Trading
Timeframe: H1-H4
Risk: Moderate
🟢 SMA (Simple Moving Average)
Best For: Position Trading
Timeframe: D1-W1
Risk: Lowest noise
🔵 RMA/SMMA (Wilder’s & Smoothed MA)
Best For: Classic ADX Strategy
Timeframe: Any
Risk: Balanced
📈 Pro Strategies
🔴 Trend Acceleration
Enter: When ADX > 20 (WMA/RMA) + DI+ > DI- (uptrend).
Exit: If ADX < 15 or DI- crosses DI+.
🟠 Reversal Trading
SMMA + Length 20: Wait for DI+/DI- crossover + ADX rising from below 25.
🟢 Low-Noise Filtering
SMA + Length 30: Ignore trades if ADX < 20 (avoids choppy markets).
⚠️ Limitations & Fixes
Whipsaws in Ranges → Combine with ATR to filter low-volatility phases.
Lag on SMA → Use WMA/EMA for faster entries on lower timeframes.
🎯 Who Should Use It?
🚀 Day Traders: EMA/WMA for quick signals.
⏳ Swing Traders: RMA/SMMA for reliability.
🤖 Algorithmic Trading: SMA for backtest stability.
🎨 Color Guide
🔴 EMA → Fastest signals (volatile markets).
🟠 WMA → Prioritizes recent data (aggressive trends).
🟢 SMA → Smoothest output (low noise).
🔵 RMA/SMMA → Classic ADX Wilder’s smoothing.
Base RSI Combo: CrossOverloadBasic RSI COMBO Indicator
🌎 Types of Signals & System Logic
• Ticker Signal🔻(small red and green arrows) — local signal on a specific asset. This is the most frequent type, capturing short-term shifts in demand/supply pressure.
• Market Signal ⬇️(blue bidirectional arrows)— derived from USDT.D dominance, alt weakness, and the liquidity vector.
💼 Basic ($15/month)
• Real-time signals
• From 7min TF
• Only Ticker + Market signals
• No alerts, no combo
• No webhook, no support
Standart RSI Combo: CrossOverloadStandard RSI COMBO Indicator
!!! ONLY FOR CRYPTO ASSETS!!!
!!! Только для крипто-активов!!!
🌎 Types of Signals & System Logic
• Ticker Signal🔻(small red and green arrows) — local signal on a specific asset. This is the most frequent type, capturing short-term shifts in demand/supply pressure.
• Market Signal ⬇️(blue bidirectional arrows)— derived from USDT.D dominance, alt weakness, and the liquidity vector.
• COMBO Signal 🔽🔼 (large red and green arrows)— occurs when both above signals align. This is the strongest type.
⚙️ Standard ($25/month)
• Real-time signals
• From 1min TF
• Combo + Ticker + Market signals
• Basic webhook templates
• No support, no extras
• Alerts — respond fast to entry/exit signals
• Market Signal — gauge overall trend
• Custom Signals (Premium) — quickly add alerts for all signal types across unlimited tickers, no need to manually enter ticker names or timeframes. Especially useful when tracking many assets — activate once, and alerts will flow automatically.
Premium RSI Combo: CrossOverloadPremium RSI COMBO Indicator
!!! ONLY FOR CRYPTO ASSETS!!!
!!! Только для крипто-активов!!!
🌎 Types of Signals & System Logic
• Ticker Signal🔻(small red and green arrows) — local signal on a specific asset. This is the most frequent type, capturing short-term shifts in demand/supply pressure.
• Market Signal ⬇️(blue bidirectional arrows)— derived from USDT.D dominance, alt weakness, and the liquidity vector.
• COMBO Signal 🔽🔼 (large red and green arrows)— occurs when both above signals align. This is the strongest type.
👑 Premium ($65/month)
• Real-time signals
• All timeframes
• All signals + per-ticker sensitivity
• Custom webhook (with ID + TF)
• Full signal history
• Priority support (Telegram)
• Beta feature access
📝 Parameter Highlights
• Alerts — respond fast to entry/exit signals
• Market Signal — gauge overall trend
• Custom Signals (Premium) — quickly add alerts for all signal types across unlimited tickers, no need to manually enter ticker names or timeframes. Especially useful when tracking many assets — activate once, and alerts will flow automatically.
• Sensitivity Tuning (Pro/Premium) — allows you to adapt indicator behavior to each specific ticker. We've analyzed hundreds of altcoin charts to derive optimal average parameters, but each asset has unique structure, volatility, and dynamics. Fine-tuning gives traders more accurate and relevant signals.
Best ADXBest ADX Indicator: Enhanced Trend Strength Analysis
Overview
The Best ADX is a refined version of the classic Average Directional Index (ADX), designed to provide clearer trend strength and direction signals. Unlike the traditional ADX, this enhanced version incorporates two directional lines (DI+ and DI-) and two customizable threshold levels, improving trend detection and filtering market noise.
Key Differences from Standard ADX
✔ EMA Instead of SMMA (RMA) – Uses Exponential Moving Average (EMA) for smoother and more responsive calculations compared to the standard Smoothed Moving Average (SMMA).
✔ Dual Threshold Levels – Features two adjustable horizontal lines (default: 20 and 25) for better trend strength classification:
Level 20: Weak trend.
Level 25: Strong trend.
Enhanced Visualization – DI+ (green) and DI- (red) lines improve directional clarity.
Advantages
✅ Sharper Signals – EMA integration ensures faster reaction to price changes.
✅ Customizable Sensitivity – Adjustable ADX length and threshold levels for different trading styles.
✅ Clear Trend Confirmation – DI+/DI- crossovers help identify trend reversals early.
✅ Dual Strength Filters – Two-tiered thresholds improve trend validation.
Potential Limitations
❌ False Signals in Ranging Markets – Like standard ADX, it may generate unreliable signals during consolidation.
❌ Minor Lag on Lower Timeframes – Shorter calculation periods may introduce slight delays.
❌ Requires Additional Confirmation – Best used alongside other indicators (e.g., Moving Averages, RSI).
How to Use Best ADX
1. Core Signals
🔹 Trend Strength:
ADX > 20 → Emerging trend.
ADX > 25 → Strong trend.
ADX < 20 → Weak trend or ranging market.
🔹 Trend Direction:
DI+ > DI- → Uptrend.
DI- > DI+ → Downtrend.
DI+ crosses DI- upwards → Potential bullish reversal.
DI- crosses DI+ upwards → Potential bearish reversal.
2. Trading Strategies
Trend-Following Approach
Long Entry:
ADX > 20 (trend strength).
DI+ > DI- (bullish momentum).
Price above Moving Average (confirmation).
Short Entry:
ADX > 20.
DI- > DI+ (bearish momentum).
Price below Moving Average.
Trend Reversal Signals
Bullish Reversal: DI+ crosses DI- from below.
Bearish Reversal: DI- crosses DI+ from below.
Avoiding Choppy Markets
If ADX < 20, the market is likely ranging → Avoid trend-based trades.
Conclusion
The Best ADX is a powerful upgrade to the traditional ADX, offering enhanced responsiveness, customizable thresholds, and improved trend clarity. Ideal for trend traders, it works best on H1 and higher timeframes and pairs well with other technical tools for confirmation.
Recommended For:
✔ Swing & position traders (H1, D1).
✔ Trend-following strategies.
✔ Filtering weak market movements.
Elevate your trading with Best ADX – where precision meets adaptability! 🚀
PRO RSI Combo: CrossOverloadProfessional RSI COMBO Indicator
🌎 Types of Signals & System Logic
• Ticker Signal🔻(small red and green arrows) — local signal on a specific asset. This is the most frequent type, capturing short-term shifts in demand/supply pressure.
• Market Signal ⬇️(blue bidirectional arrows)— derived from USDT.D dominance, alt weakness, and the liquidity vector.
• COMBO Signal 🔽🔼 (large red and green arrows)— occurs when both above signals align. This is the strongest type.
📊 Professional ($40/month)
• Real-time signals
• All timeframes
• Full signal package
• Advanced webhook templates
• Signal history: 2500 bars
• No support, no extras
• Alerts — respond fast to entry/exit signals
• Market Signal — gauge overall trend
• Custom Signals (Premium) — quickly add alerts for all signal types across unlimited tickers, no need to manually enter ticker names or timeframes. Especially useful when tracking many assets — activate once, and alerts will flow automatically.
• Sensitivity Tuning (Pro/Premium) — allows you to adapt indicator behavior to each specific ticker. We've analyzed hundreds of altcoin charts to derive optimal average parameters, but each asset has unique structure, volatility, and dynamics. Fine-tuning gives traders more accurate and relevant signals.
Doji Ashi v2.0 (with SL & TP levels)This is a version of @SassyStonks Doji Ashi v2.0 that includes ATR based SL levels with adjustable R:R TP levels.
What is Doji Ashi v2.0?
This indicator is designed for short-term intraday momentum trading, offering Buy and Sell signals based on a refined combination of filters including:
Trend alignment with daily SMAs
Momentum confirmation using EMA 3/8 cross
Relative volume to identify activity spikes
VWAP positioning to confirm trend consistency
Time filters to avoid unreliable early market chop
It adapts dynamically depending on whether you’re trading Stocks or Crypto, with appropriate filters toggled automatically.
...
How the Script Works
Core Logic:
A Buy signal appears when:
The price is in an uptrend (via SMAs)
VWAP and volume confirm momentum
EMA 3 crosses above EMA 8
Relative strength is strong (if enabled)
Market opens past first 30 mins
A Sell signal appears when:
The asset shows weakness across these same filters, in reverse
You’ll see green “BUY” or red “SELL” markers on your chart instantly when the full condition set is met. This script does not repaint.
Entry Logic Options:
Choose between:
"Cross" mode: Signals appear on 3/8 EMA crossover
"Above/Below" mode: Persistent signal while 3 EMA stays above/below 8 EMA
...
Strategy for Consistent Gains
This script works best on liquid stocks such as LUNR, ASTS and PLUG. It also works with Crypto. Make sure you choose the correct indicator setup type (Stocks or Crypto) in the setting before testing.
If you don't see any signals the default settings may be too strict for your chosen stock. Have a play with the settings to find the right balance for you. The default settings follow the strategy below for what I believe are currently the best results.
Alerts for buy/sell signals can be set from the alerts menu. For best results, make sure you set the alert to action on close of bar.
This indicator is most effective when:
Used with liquid stocks or crypto
Entries are confirmed with VWAP, not counter-trend
Signals are filtered by volume spikes and trend direction
Example strategy:
Buy a Call when you see a BUY signal with high volume, in an uptrend
Exit on a cross back to VWAP (the orange line) or a quick 1% profit
Do the opposite with PUTs on a SELL signal
This is ideal for quick day trades (scalps or trend moves), and avoids the choppy, uncertain zones at market open.
...
Optimizing via Settings
There are additional, stricter filters in the settings. Please adapt to your preference.
Presets:
Stocks (Default): Applies all filters but lets you disable them as needed
Crypto: Disables stock-specific filters (SPY comparison, RS, Daily trend)
Filters:
Daily Trend Filter: Helps align trades with higher timeframe direction (recommended ON for stocks)
Market Trend & RS: Filters based on SPY and relative performance (test enabling for SPY-following tickers)
VWAP Entry Filter: Keeps you from fighting the dominant intraday trend
Ignore First 30 Minutes: Avoids false signals at the open
Experiment with toggling filters ON/OFF to match your asset class and volatility conditions.
...
Finally
The best way to master this indicator is to understand the trading mindset it came from.
Read The Damn Wiki — it’s free, comprehensive, and packed with wisdom that this script distills into a usable tool.
If you would like to adapt this indicator you are very welcome to do so. All I ask in return is that you share your findings with the wider community.
...
Happy trading. May your entries be sharp and your exits cleaner.
~ @SassyStonks