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) для младших таймфреймов
Centered Oscillators
Malamal WeeklyThis Pine Script implements a weekly breakout trading strategy called "Malamal Weekly" designed for TradingView. It combines multiple technical indicators to identify high-potential entries and applies a dynamic trailing stop-loss system to protect gains.
🔍 Core Strategy Logic
Entry Condition: A long (buy) position is initiated when:
Weekly close meet the various technical conditions.
Stop-Loss Calculation: The stop-loss is dynamically set as the highest value among:
three different technical indicator value
🧠 Key Features
Uses Weekly Timeframe all technical indicator, and close price.
Trailing Stop-Loss updates every bar to lock in profits.
Dashboard Display shows Buy Price, Profit %, CAGR, and Trailing SL at the bottom-right of the chart.
Clean Plotting of Buy & SL levels for visual clarity.
💡 Purpose
This strategy helps position traders identify strong weekly breakouts and manage risk with smart trailing exits, aiming for multi-bagger potential.
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.
Step Channel Momentum Trend [ChartPrime]OVERVIEW
Step Channel Momentum Trend is a momentum-based price filtering system that adapts to market structure using pivot levels and ATR volatility. It builds a dynamic channel around a stepwise midline derived from swing highs and lows. The system colors price candles based on whether price remains inside this channel (low momentum) or breaks out (strong directional flow). This allows traders to clearly distinguish ranging conditions from trending ones and take action accordingly.
⯁ STRUCTURAL MIDLNE (STEP CHANNEL CORE)
The midline acts as the backbone of the trend system and is based on structure rather than smoothing.
Calculated as the average of the most recent confirmed Pivot High and Pivot Low.
The result is a step-like horizontal line that only updates when new pivot points are confirmed.
This design avoids lag and makes the line "snap" to recent structural shifts.
It reflects the equilibrium level between recent bullish and bearish control.
snapshot
This unique step logic creates clear regime shifts and prevents noise from distorting trend interpretation.
⯁ DYNAMIC VOLATILITY BANDS (ATR FILTERING)
To detect momentum strength, the script constructs upper and lower bands using the ATR (Average True Range):
The distance from the midline is determined by ATR × multiplier (default: 200-period ATR × 0.6).
These bands adjust dynamically to volatility, expanding in high-ATR environments and contracting in calm markets.
The area between upper and lower bands represents a neutral or ranging market state.
Breakouts outside the bands are treated as significant momentum shifts.
snapshot
This filtering approach ensures that only meaningful breakouts are visually emphasized — not every candle fluctuation.
⯁ MOMENTUM-BASED CANDLE COLORING
The system visually transforms price candles into momentum indicators:
When price (hl2) is above the upper band, candles are green → bullish momentum.
snapshot
When price is below the lower band, candles are red → bearish momentum.
snapshot
When price is between the bands, candles are orange → low or no momentum (range).
snapshot
The candle body, wick, and border are all colored uniformly for visual clarity.
This gives traders instant feedback on when momentum is expanding or fading — ideal for breakout, pullback, or trend-following strategies.
⯁ PIVOT-BASED SWING ANCHORS
Each confirmed pivot is plotted as a label ⬥ directly on the chart:
snapshot
They also serve as potential manual entry zones, SL/TP anchors, or confirmation points.
⯁ MOMENTUM STATE LABEL
To reinforce the current market mode, a live label is displayed at the most recent candle:
Displays either:
“Momentum Up” when price breaks above the upper band.
snapshot
“Momentum Down” when price breaks below the lower band.
snapshot
“Range” when price remains between the bands.
snapshot
Label color matches the candle color for quick identification.
Automatically updates on each bar close.
This helps discretionary traders filter trades based on market phase.
USAGE
Use the green/red zones to enter with momentum and ride trending moves.
Use the orange zone to stay out or fade ranges.
The step midline can act as a breakout base, pullback anchor, or bias reference.
Combine with other indicators (e.g., order blocks, divergences, or volume) to build high-confluence systems.
CONCLUSION
Step Channel Momentum Trend gives traders a clean, adaptive framework for identifying trend direction, volatility-based breakouts, and ranging environments — all from structural logic and ATR responsiveness. Its stepwise midline provides clarity, while its dynamic color-coded candles make momentum shifts impossible to miss. Whether you’re scalping intraday momentum or managing swing entries, this tool helps you trade with the market’s rhythm — not against it.
Profit Seeker📈 Profit Seeker — Precision Trend Signal Indicator
Profit Seeker is a trend-based multi-condition indicator designed to identify high-probability long and short trade setups by combining the strengths of multiple proven technical tools:
🔍 Core Features:
Heiken Ashi Mode (Optional): Smoothens price action to reduce noise and improve trend clarity.
Stochastic Ribbon Pivots: Detect trend reversals with built-in “HUNT” signals.
Chande Momentum Oscillator (CMO): Confirms weakening or strengthening momentum — labeled as “SIGHT”.
Bollinger Bands (BB): Pinpoint final entry triggers when price breaches volatility extremes — the “FIRE” signal.
Multi-Timeframe Trend Filtering: Trade only in the direction of a dominant higher-timeframe trend.
Color-coded Flags:
🟢 HUNT: Initial trend signal
🟢 SIGHT: Momentum alignment
🟢 FIRE: Volatility-based confirmation
Smart Alerts: Receive real-time long or short alerts when all conditions align.
🛠️ Use Cases:
Ideal for swing and intraday traders
Works on all asset classes: crypto, forex, equities, commodities
Compatible with manual trading or automated bots
Semplice CCI con filtro Volume + RSI BUY/SELLThis indicator combines the CCI and RSI to generate buy and sell signals filtered by volume. It plots green and red arrows for CCI breakouts and small green or blue triangles for RSI triggers. Clean, simple, and ideal for spotting reversals with volume confirmation. Buon lavoro
PRO Trading: CCI Grid Master### English
**Strategy Name:**
PRO Trading: CCI Grid Master
**Description:**
Modern grid trading strategy combining CCI and RSI indicators with intelligent position management. Features 5-level averaging, adaptive stop loss, and three take profit calculation methods. Optimized for lower timeframes (1-15 minutes) where signals are more frequent - higher timeframes generate fewer trading opportunities.
---
#### 🌟 Concept and Uniqueness
CCI Grid Master stands out with its:
- Confirmed entry signals (2+ for longs, 4+ for shorts)
- Exponential position scaling
- Three TP calculation methods
- Visual grid levels on chart
- Risk-managed approach
*Secret ingredient: Custom indicator periods and specialized false signal filtration system that significantly reduces bad entries.*
Unlike basic grid strategies, it implements:
1. Signal confirmation to reduce false entries
2. Smart volume management
3. Multi-layer capital protection
4. Professional risk controls
---
#### 💰 Value Proposition
- **Beginners**: Clear visualization and simple setup
- **Pros**: Advanced risk management controls
- **Algo Traders**: Consistent logic for automation
- **Risk Managers**: Built-in capital protection
Tested across various market conditions (trend, flat, volatile) with consistent results.
---
#### ⚙️ How It Works
**Signal Generation:**
- CCI + RSI combo with custom periods
- Long: CCI < -100 & RSI < 20
- Short: CCI > 100 & RSI > 80
- Signal confirmation (2+ signals/4 bars for longs, 4+ for shorts)
**Grid Mechanics:**
1. First entry (5% equity default)
2. 5 averaging levels at 1.8% intervals
3. Exponential volume scaling (1.6x multiplier)
**Position Management:**
- 3 TP methods:
1. From First Entry
2. From Average (updated on averaging)
3. Realtime Average
- Adaptive stop loss (80% from avg price)
- Opposite signal closing option
**Visuals:**
- Green/Red line: Average entry price (Green for long, Red for short)
- Blue line: Take profit level
- Purple line: Stop loss
- Gray circles: Averaging levels
---
#### 🛠 Setup & Usage
**Recommended Settings:**
```ini
First Entry %: 5.0
Volume Multiplier: 1.6
Grid Step: 1.8%
Profit Target: 1.0%
Stop Loss: 80%
```
**Timeframe Note:**
Optimal performance on 1-15 min charts. Higher timeframes (1H+) may generate fewer signals but offer higher reliability.
**Customization:**
- Conservative:
- Lower First Entry % (2-3%)
- Increase Stop Loss (100-120%)
- Use "Realtime Average" TP
- Aggressive:
- Increase Volume Multiplier (1.8-2.0)
- Reduce Grid Step (1.0-1.5%)
- Use "From First Entry" TP
---
#### ❓ FAQ
**Q:** Why 4 signals for shorts?
**A:** Our proprietary filtration system requires stronger confirmation for short entries to avoid false signals in volatile markets.
**Q:** How to choose TP method?
**A:**
- First Entry: Strong trends
- From Average: Balanced approach
- Realtime: Volatile/range-bound markets
**Q:** Why exponential volume scaling?
**A:** Mathematical approach to lower average entry price while controlling risk exposure.
**Q:** Crypto compatibility?
**A:** Excellent for volatile assets (BTC, ETH, LTC).
---
#### ⚠️ Risk Warning
1. Grid strategies carry higher risk - use risk capital only
2. Always backtest before live trading
3. Minimum account: $1000+ for proper scaling
4. Avoid low-liquidity instruments
5. Never risk >5% per trade
---
#### 💡 Conclusion
PRO Trading: CCI Grid Master delivers professional-grade trading with visual clarity and advanced risk management. Perfect for traders seeking systematic approaches in any market.
*Happy Trading with PRO Trading!*
**Default Settings:**
Optimized for 1-15min timeframes. For daily charts, increase grid step to 2.5%. For crypto, reduce grid step to 1.5% and increase stop loss to 100%.
### Русское описание (Russian Description)
**Название стратегии:**
PRO Trading: CCI Grid Master
**Описание:**
Современная сеточная стратегия, сочетающая индикаторы CCI и RSI с интеллектуальным управлением позицией. Особенности: 5 уровней усреднения, адаптивный стоп-лосс и три метода расчета тейк-профита. Оптимизирована для младших таймфреймов (1-15 минут) с более частыми сигналами - на старших таймфреймах торговых возможностей меньше.
---
#### 🌟 Концепция и уникальность
CCI Grid Master выделяется:
- Подтвержденными сигналами входа (2+ для лонга, 4+ для шорта)
- Экспоненциальным наращиванием позиции
- Тремя методами расчета TP
- Визуализацией уровней сетки
- Профессиональным управлением рисками
*Секретный ингредиент: Кастомные периоды индикаторов и специальная система фильтрации ложных сигналов, значительно снижающая неверные входы.*
В отличие от простых сеточных стратегий:
1. Фильтрация сигналов снижает ложные входы
2. Умное управление объемом позиций
3. Многоуровневая защита капитала
4. Профессиональный контроль рисков
---
#### 💰 Ценность
- **Новичкам**: Простота настройки и визуализация
- **Профи**: Гибкое управление рисками
- **Алготрейдерам**: Стабильная логика для автоматизации
- **Риск-менеджерам**: Встроенная защита депозита
Протестирована в различных рыночных условиях с устойчивыми результатами.
---
#### ⚙️ Как работает
**Генерация сигналов:**
- Комбинация CCI + RSI с кастомными периодами
- Лонг: CCI < -100 и RSI < 20
- Шорт: CCI > 100 и RSI > 80
- Подтверждение сигнала (2+ сигнала за 4 бара для лонга, 4+ для шорта)
**Механика сетки:**
1. Первый вход (5% от депозита)
2. 5 уровней усреднения с шагом 1.8%
3. Экспоненциальное увеличение объема (множитель 1.6х)
**Управление позицией:**
- 3 метода TP:
1. От первого входа
2. От средней цены (обновляется при усреднении)
3. От текущей средней цены (реалтайм)
- Адаптивный стоп-лосс (80% от средней цены)
- Опция закрытия при противоположном сигнале
**Визуализация:**
- Зеленая/Красная линия: Средняя цена входа (Зеленая для лонга, Красная для шорта)
- Синяя линия: Уровень тейк-профита
- Фиолетовая линия: Стоп-лосс
- Серые кружки: Уровни для усреднения
---
#### 🛠 Настройка и использование
**Рекомендуемые параметры:**
```
Процент первого входа: 5.0
Множитель объема: 1.6
Шаг сетки: 1.8%
Цель прибыли: 1.0%
Стоп-лосс: 80%
```
**Примечание по таймфреймам:**
Лучшие результаты на таймфреймах 1-15 минут. На старших таймфреймах (1H+) сигналов меньше, но выше надежность.
**Кастомизация:**
- Консервативно:
- Уменьшить процент входа (2-3%)
- Увеличить стоп-лосс (100-120%)
- Использовать "Realtime Average" TP
- Агрессивно:
- Увеличить множитель объема (1.8-2.0)
- Уменьшить шаг сетки (1.0-1.5%)
- Использовать "From First Entry" TP
---
#### ❓ FAQ
**В:** Почему для шорта нужно 4 сигнала?
**О:** Наша система фильтрации требует более сильного подтверждения для шортовых входов, чтобы избежать ложных сигналов на волатильном рынке.
**В:** Как выбрать метод TP?
**О:**
- От первого входа: Сильные тренды
- От средней цены: Сбалансированный подход
- Realtime Average: Волатильные/боковые рынки
**В:** Зачем экспоненциальное увеличение объема?
**О:** Математический подход к снижению средней цены входа при контроле риска.
**В:** Подходит для крипторынка?
**О:** Отлично работает на волатильных активах (BTC, ETH, LTC).
---
#### ⚠️ Предупреждение о рисках
1. Сеточные стратегии несут повышенный риск - используйте только риск-капитал
2. Всегда тестируйте на исторических данных
3. Минимальный депозит: $1000+
4. Избегайте низколиквидных активов
5. Риск на сделку не должен превышать 5%
---
#### 💡 Заключение
PRO Trading: CCI Grid Master - профессиональный инструмент с продвинутым управлением рисками. Идеально подходит для системной торговли на любом рынке.
*Удачных торгов с PRO Trading!*
---
**Параметры по умолчанию:**
Оптимизированы для таймфреймов 1-15 мин. Для дневных графиков увеличьте шаг сетки до 2.5%. Для крипторынка уменьшите шаг до 1.5% и увеличьте стоп-лосс до 100%.
[DEM] Aroon Oscillator Aroon Oscillator is a momentum-based indicator designed to measure the strength of a trend and the likelihood of its continuation. It does this by tracking the number of periods since the highest high and lowest low within a specified look-back period.
[DEM] 10 in 1 Oscillator 10 in 1 Oscillator combines the signals from ten popular technical indicators into a single aggregated oscillator. It aims to provide a comprehensive view of market sentiment by counting how many of these underlying indicators are currently signaling an "up" or "bullish" condition.
RSI Combo: CrosssOverLoad(DEMO)!!! ONLY FOR CRYPTO ASSETS!!!
(Описание на русском доступно по ссылке внизу )
RSI Combo — Indicator Description
RSI Combo is an intelligent tool for crypto market analysis, designed to assess current trend strength, identify potential reversal zones, and evaluate market participant dominance. Unlike classic RSI formulas, it uses a synthetic evaluation of altcoins versus Bitcoin and the overall liquidity structure.
🌎 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 Bitcoin 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.
📈 Trend Structure & Importance of Context (Tip)
Signal strength always depends on the market context in which it occurs:
If a strong COMBO long signal appeared recently on a higher timeframe (e.g., 4H, 12H, or 1D), and the market is still growing, then long signals on lower timeframes (15m, 30m) become much more reliable. (And vice versa for short logic.)
If higher timeframes recently showed short signals, while lower ones give longs — it could simply be a temporary bounce.
RSI Combo helps you build a time-based signal hierarchy, so you can distinguish between local moves and parts of a broader trend.
You're testing a fully operational indicator that includes the entire mathematical core of our algorithm.
⚡ Non-Repainting Signals
Signals do not repaint or appear after the fact. What you see in history is what appeared in real time.
🧠 Mathematical Core
• BTC vs Alt dominance evaluation
• Reversal zone detection
• Volatility filtering
• Market pressure & exhaustion
📊 RSI Combo Pricing Tiers
A limited demo version is available to you.
A fully functional free demo version for 7 days is available upon request.
mail: namelessone1998@gmail.com
telegram: t.me/RSI_Combo (@RSI_Combo)
Image Url:
disk.yandex.ru
Subscribe for 1 year and get 1 month free.
Demo
• Signals with 5-day delay
• From 15min TF to 23 H
• Combo + Ticker + Market signals
• Full signal history
• No support
🚀 Trial (Free) Trial (7 days)
• Real-time signals
• From 1min TF
• Combo + Ticker + Market signals
• Alerts
• Basic webhook templates
• Full signal history
• No support
• No alerts after trial
💼 Basic ($15/month)
• Real-time signals
• From 7min TF
• Only Ticker + Market signals
• No alerts, no combo
• Signal history: 500 bars
• No webhook, no support
⚙️ Standard ($25/month)
• Real-time signals
• From 1min TF
• Combo + Ticker + Market signals
• Basic webhook templates
• Signal history: 1000 bars
• No support, no extras
📊 Professional ($40/month)
• Real-time signals
• All timeframes
• Full signal package
• Advanced webhook templates
• Signal history: 2500 bars
• No support, no extras
👑 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
• Webhooks — automation and bot integration
• Signal History — analyze asset behavior, optimize per-ticker settings
• 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.
• Support — Telegram-based assistance and help
• Beta Access — early access to experimental features
Russian Description:
Вам доступна демо версия с ограничениями. Полное описание и инструкция, тарифы - доступны по ссылкам. Ознакомьтесь, пожалуйста
Бесплатная полностью функциональная Демо версия сроком на 7 дней предоставляется по запросу:
mail: namelessone1998@gmail.com
telegram: @RSI_Combo
Позволит Вам оценить все возможности и принять решение о приобретении нашего алгоритма.
disk.yandex.ru
disk.yandex.ru
RSI Combo — это интеллектуальный инструмент анализа крипторынка, специально разработанный для понимания силы текущего тренда, ловли разворотных точек.
Базируется на оценке силы альтов против биткоина и объемов ликвидаций.
Вам доступна демо версия с ограничениями. Полное описание и инструкция, тарифы - доступны по ссылкам. Ознакомьтесь, пожалуйста
🌎 Типы сигналов и логика системы
Индикатор выдаёт три ключевых типа сигналов, каждый из которых играет свою роль в тактике трейдера:
• "Сигнал тикера" 🔻 (мелкие красные и зеленые стрелки) — сигнал, возникающий на конкретном активе. Это основной и самый частый вид сигнала. Он фиксирует краткосрочные изменения давления в сторону спроса или предложения.
• "Сигнал рынка" ⬇️ синие разнонаправленные стрелки — ориентир, построенный на доминировании биткоина, ослаблении альтов (либо наоборот). Этот сигнал реже, но даёт понимание, на чьей стороне глобальное преимущество.
• COMBO-сигнал 🔽🔼 (крупные красные и зеленые стрелки)— момент, когда оба предыдущих сигнала совпадают. Это сильнейший тип сигнала, который указывает на согласованное движение актива и рынка. Обычно такие сигналы сопровождаются уверенным движением цены.
Бесплатная полностью функциональная Демо версия сроком на 7 дней предоставляется по запросу:
mail: namelessone1998@gmail.com
telegram: @RSI_Combo
Позволит Вам оценить все возможности и принять решение о приобретении нашего алгоритма.
Закажи подписку на 1 год, и получи 1 месяц бесплатно
MACD by StrikiMACD with All in 1 Alerts
You can adjust your value with MA type freely
Showing highlight price bar
Showing Background on Crossover
KST Strategy [Skyrexio]Overview
KST Strategy leverages Know Sure Thing (KST) indicator in conjunction with the Williams Alligator and Moving average to obtain the high probability setups. KST is used for for having the high probability to enter in the direction of a current trend when momentum is rising, Alligator is used as a short term trend filter, while Moving average approximates the long term trend and allows trades only in its direction. Also strategy has the additional optional filter on Choppiness Index which does not allow trades if market is choppy, above the user-specified threshold. Strategy has the user specified take profit and stop-loss numbers, but multiplied by Average True Range (ATR) value on the moment when trade is open. The strategy opens only long trades.
Unique Features
ATR based stop-loss and take profit. Instead of fixed take profit and stop-loss percentage strategy utilizes user chosen numbers multiplied by ATR for its calculation.
Configurable Trading Periods. Users can tailor the strategy to specific market windows, adapting to different market conditions.
Optional Choppiness Index filter. Strategy allows to choose if it will use the filter trades with Choppiness Index and set up its threshold.
Methodology
The strategy opens long trade when the following price met the conditions:
Close price is above the Alligator's jaw line
Close price is above the filtering Moving average
KST line of Know Sure Thing indicator shall cross over its signal line (details in justification of methodology)
If the Choppiness Index filter is enabled its value shall be less than user defined threshold
When the long trade is executed algorithm defines the stop-loss level as the low minus user defined number, multiplied by ATR at the trade open candle. Also it defines take profit with close price plus user defined number, multiplied by ATR at the trade open candle. While trade is in progress, if high price on any candle above the calculated take profit level or low price is below the calculated stop loss level, trade is closed.
Strategy settings
In the inputs window user can setup the following strategy settings:
ATR Stop Loss (by default = 1.5, number of ATRs to calculate stop-loss level)
ATR Take Profit (by default = 3.5, number of ATRs to calculate take profit level)
Filter MA Type (by default = Least Squares MA, type of moving average which is used for filter MA)
Filter MA Length (by default = 200, length for filter MA calculation)
Enable Choppiness Index Filter (by default = true, setting to choose the optional filtering using Choppiness index)
Choppiness Index Threshold (by default = 50, Choppiness Index threshold, its value shall be below it to allow trades execution)
Choppiness Index Length (by default = 14, length used in Choppiness index calculation)
KST ROC Length #1 (by default = 10, value used in KST indicator calculation, more information in Justification of Methodology)
KST ROC Length #2 (by default = 15, value used in KST indicator calculation, more information in Justification of Methodology)
KST ROC Length #3 (by default = 20, value used in KST indicator calculation, more information in Justification of Methodology)
KST ROC Length #4 (by default = 30, value used in KST indicator calculation, more information in Justification of Methodology)
KST SMA Length #1 (by default = 10, value used in KST indicator calculation, more information in Justification of Methodology)
KST SMA Length #2 (by default = 10, value used in KST indicator calculation, more information in Justification of Methodology)
KST SMA Length #3 (by default = 10, value used in KST indicator calculation, more information in Justification of Methodology)
KST SMA Length #4 (by default = 15, value used in KST indicator calculation, more information in Justification of Methodology)
KST Signal Line Length (by default = 10, value used in KST indicator calculation, more information in Justification of Methodology)
User can choose the optimal parameters during backtesting on certain price chart.
Justification of Methodology
Before understanding why this particular combination of indicator has been chosen let's briefly explain what is KST, Williams Alligator, Moving Average, ATR and Choppiness Index.
The KST (Know Sure Thing) is a momentum oscillator developed by Martin Pring. It combines multiple Rate of Change (ROC) values, smoothed over different timeframes, to identify trend direction and momentum strength. First of all, what is ROC? ROC (Rate of Change) is a momentum indicator that measures the percentage change in price between the current price and the price a set number of periods ago.
ROC = 100 * (Current Price - Price N Periods Ago) / Price N Periods Ago
In our case N is the KST ROC Length inputs from settings, here we will calculate 4 different ROCs to obtain KST value:
KST = ROC1_smooth × 1 + ROC2_smooth × 2 + ROC3_smooth × 3 + ROC4_smooth × 4
ROC1 = ROC(close, KST ROC Length #1), smoothed by KST SMA Length #1,
ROC2 = ROC(close, KST ROC Length #2), smoothed by KST SMA Length #2,
ROC3 = ROC(close, KST ROC Length #3), smoothed by KST SMA Length #3,
ROC4 = ROC(close, KST ROC Length #4), smoothed by KST SMA Length #4
Also for this indicator the signal line is calculated:
Signal = SMA(KST, KST Signal Line Length)
When the KST line rises, it indicates increasing momentum and suggests that an upward trend may be developing. Conversely, when the KST line declines, it reflects weakening momentum and a potential downward trend. A crossover of the KST line above its signal line is considered a buy signal, while a crossover below the signal line is viewed as a sell signal. If the KST stays above zero, it indicates overall bullish momentum; if it remains below zero, it points to bearish momentum. The KST indicator smooths momentum across multiple timeframes, helping to reduce noise and provide clearer signals for medium- to long-term trends.
Next, let’s discuss the short-term trend filter, which combines the Williams Alligator and Williams Fractals. Williams Alligator
Developed by Bill Williams, the Alligator is a technical indicator that identifies trends and potential market reversals. It consists of three smoothed moving averages:
Jaw (Blue Line): The slowest of the three, based on a 13-period smoothed moving average shifted 8 bars ahead.
Teeth (Red Line): The medium-speed line, derived from an 8-period smoothed moving average shifted 5 bars forward.
Lips (Green Line): The fastest line, calculated using a 5-period smoothed moving average shifted 3 bars forward.
When the lines diverge and align in order, the "Alligator" is "awake," signaling a strong trend. When the lines overlap or intertwine, the "Alligator" is "asleep," indicating a range-bound or sideways market. This indicator helps traders determine when to enter or avoid trades.
The next indicator is Moving Average. It has a lot of different types which can be chosen to filter trades and the Least Squares MA is used by default settings. Let's briefly explain what is it.
The Least Squares Moving Average (LSMA) — also known as Linear Regression Moving Average — is a trend-following indicator that uses the least squares method to fit a straight line to the price data over a given period, then plots the value of that line at the most recent point. It draws the best-fitting straight line through the past N prices (using linear regression), and then takes the endpoint of that line as the value of the moving average for that bar. The LSMA aims to reduce lag and highlight the current trend more accurately than traditional moving averages like SMA or EMA.
Key Features:
It reacts faster to price changes than most moving averages.
It is smoother and less noisy than short-term EMAs.
It can be used to identify trend direction, momentum, and potential reversal points.
ATR (Average True Range) is a volatility indicator that measures how much an asset typically moves during a given period. It was introduced by J. Welles Wilder and is widely used to assess market volatility, not direction.
To calculate it first of all we need to get True Range (TR), this is the greatest value among:
High - Low
abs(High - Previous Close)
abs(Low - Previous Close)
ATR = MA(TR, n) , where n is number of periods for moving average, in our case equals 14.
ATR shows how much an asset moves on average per candle/bar. A higher ATR means more volatility; a lower ATR means a calmer market.
The Choppiness Index is a technical indicator that quantifies whether the market is trending or choppy (sideways). It doesn't indicate trend direction — only the strength or weakness of a trend. Higher Choppiness Index usually approximates the sideways market, while its low value tells us that there is a high probability of a trend.
Choppiness Index = 100 × log10(ΣATR(n) / (MaxHigh(n) - MinLow(n))) / log10(n)
where:
ΣATR(n) = sum of the Average True Range over n periods
MaxHigh(n) = highest high over n periods
MinLow(n) = lowest low over n periods
log10 = base-10 logarithm
Now let's understand how these indicators work in conjunction and why they were chosen for this strategy. KST indicator approximates current momentum, when it is rising and KST line crosses over the signal line there is high probability that short term trend is reversing to the upside and strategy allows to take part in this potential move. Alligator's jaw (blue) line is used as an approximation of a short term trend, taking trades only above it we want to avoid trading against trend to increase probability that long trade is going to be winning.
Almost the same for Moving Average, but it approximates the long term trend, this is just the additional filter. If we trade in the direction of the long term trend we increase probability that higher risk to reward trade will hit the take profit. Choppiness index is the optional filter, but if it turned on it is used for approximating if now market is in sideways or in trend. On the range bounded market the potential moves are restricted. We want to decrease probability opening trades in such condition avoiding trades if this index is above threshold value.
When trade is open script sets the stop loss and take profit targets. ATR approximates the current volatility, so we can make a decision when to exit a trade based on current market condition, it can increase the probability that strategy will avoid the excessive stop loss hits, but anyway user can setup how many ATRs to use as a stop loss and take profit target. As was said in the Methodology stop loss level is obtained by subtracting number of ATRs from trade opening candle low, while take profit by adding to this candle's close.
Backtest Results
Operating window: Date range of backtests is 2023.01.01 - 2025.05.01. It is chosen to let the strategy to close all opened positions.
Commission and Slippage: Includes a standard Binance commission of 0.1% and accounts for possible slippage over 5 ticks.
Initial capital: 10000 USDT
Percent of capital used in every trade: 60%
Maximum Single Position Loss: -5.53%
Maximum Single Profit: +8.35%
Net Profit: +5175.20 USDT (+51.75%)
Total Trades: 120 (56.67% win rate)
Profit Factor: 1.747
Maximum Accumulated Loss: 1039.89 USDT (-9.1%)
Average Profit per Trade: 43.13 USDT (+0.6%)
Average Trade Duration: 27 hours
These results are obtained with realistic parameters representing trading conditions observed at major exchanges such as Binance and with realistic trading portfolio usage parameters.
How to Use
Add the script to favorites for easy access.
Apply to the desired timeframe and chart (optimal performance observed on 1h BTC/USDT).
Configure settings using the dropdown choice list in the built-in menu.
Set up alerts to automate strategy positions through web hook with the text: {{strategy.order.alert_message}}
Disclaimer:
Educational and informational tool reflecting Skyrexio commitment to informed trading. Past performance does not guarantee future results. Test strategies in a simulated environment before live implementation.
Stochastic [H/L Point + Cross-in + Breakout + Histogram]Stochastic with showing swing high/low;
You can DIY setup ;
- K/D length
- Type of MA which to calculate K/D
- Histogram of Sto line
- Highlight of OVB/OVS
- Plot shape of K entering channel from OVB/OVS
- Plot shape of K/D crossover
- Filling ribbon Up/Down trend between K/D crossover
MSS Strong Confirmed PROMSS Strong Confirmed PRO is a high-precision market structure indicator built for serious traders. It automatically detects Market Structure Shifts (MSS) and filters them through trend direction (AlphaTrend), RSI confirmation, and strong candlestick patterns.
It only gives you signals when the market shows a real trend change with momentum confirmation — reducing noise and increasing the probability of successful entries.
The script marks confirmed entries with TP/SL levels based on risk-reward ratio, helping traders automate part of their decision-making process. Ideal for scalping and swing trading on any timeframe.
Main Features:
- MSS Detection (Break of swing highs/lows)
- AlphaTrend direction filter
- RSI > 50 / < 50 confirmation
- Strong candle confirmation (body ratio logic)
- Auto TP & SL based on ATR
- Alerts for confirmed long/short setups
Perfect for Smart Money Concept (SMC) traders.
📊 RSI Multi-Timeframe Dashboard by giua64)### Summary
This is an advanced dashboard that provides a comprehensive overview of market strength and momentum, based on the Relative Strength Index (RSI) analyzed across 6 different timeframes simultaneously (from 5 minutes to the daily chart).
The purpose of this script is to offer traders an immediate and easy-to-read summary of market conditions, helping to identify the prevailing trend direction, overbought/oversold levels, and potential reversals through divergence detection. All of this is available in a single panel, eliminating the need to switch timeframes on your main chart.
### Key Features
* **Multi-Timeframe Analysis:** Simultaneously monitors the 5m, 15m, 30m, 1H, 4H, and Daily timeframes.
* **Scoring System:** Each timeframe is assigned a score based on multiple RSI conditions (e.g., above/below 50, overbought/oversold status, direction) to quantify bullish or bearish strength.
* **Aggregated Signal:** The dashboard calculates a total percentage score and provides a clear summary signal: **LONG**, **SHORT**, or **WAIT**.
* **Divergence Detection:** Automatically identifies Bullish and Bearish divergences between price and RSI for each timeframe.
* **Non-Repainting Option:** In the settings, you can choose to base calculations on the close of the previous candle (`Use RSI on Closed Candle`). This ensures that past signals (like status and score) do not change, providing more reliable data for analysis.
* **Fully Customizable:** Users can modify the RSI period, overbought/oversold thresholds, divergence detection settings, and the appearance of the table.
### How to Read the Dashboard
The table consists of 6 columns, each providing specific information:
* **% (Total Score):**
* **Header:** Shows the overall strength as a percentage. A positive value indicates bullish momentum, while a negative value indicates bearish momentum. The background color changes based on intensity.
* **Rows:** Displays the numerical score for the individual timeframe.
* **RSI:**
* **Header:** The background color indicates the average of all RSI values. Green if the average is > 50, Red if < 50.
* **Rows:** Shows the real-time RSI value for that timeframe.
* **Signal (Status):**
* **Header:** This is the final operational signal. It turns **🟢 LONG** when bullish strength is high, **🔴 SHORT** when bearish strength is high, and **⚪ WAIT** in neutral conditions.
* **Rows:** Describes the RSI status for that timeframe (e.g., Bullish, Bearish, Overbought, Oversold).
* **Dir (Direction):**
* **Header:** Displays an arrow representing the majority direction across all timeframes.
* **Rows:** Shows the instantaneous direction of the RSI (↗️ for rising, ↘️ for falling).
* **Diverg (Divergence):**
* Indicates if a bullish (`🟢 Bull`) or bearish (`🔴 Bear`) divergence has been detected on that timeframe.
* **TF (Timeframe):**
* Indicates the reference timeframe for that row.
### Advantages and Practical Use
This tool was created to solve a common problem: the need to analyze multiple charts to understand the bigger picture. With this dashboard, you can:
1. **Confirm a Trend:** A predominance of green and a "LONG" signal provides strong confirmation of bullish sentiment.
2. **Identify Weakness:** Red signals on higher timeframes can warn of an impending loss of momentum.
3. **Spot Turning Points:** A divergence on a major timeframe can signal an excellent reversal opportunity.
### Originality and Acknowledgements
This script is an original work, written from scratch by giua64. The idea was to create a comprehensive and visually intuitive tool for RSI analysis.
Any feedback, comments, or suggestions to improve the script are welcome!
**Disclaimer:** This is a technical analysis tool and should not be considered financial advice. Always do your own research and backtest any tool before using it in a live trading environment.
Crypto Master IndicatorThe Crypto Master Indicator (CMI) is a custom technical indicator for the TradingView platform, developed in Pine Script, designed to assist traders, especially in the cryptocurrency market, in identifying buy and sell opportunities based on multiple technical indicators combined. It is an overlay indicator that integrates multiple technical analysis tools to generate clear and visually accessible trading signals.
My scriptThe real detrended 4-year growth rate measures inflation-adjusted growth relative to a long-term trend for real wages
MomentoScopeA indicator showing momentum. It is mometoscope. Will help decide strength, demand, trend and momentum of a stock. works best on weekly timeframe basis.
Quantum Shift [MOT]🔷 Quantum Shift — Multi-Timeframe Reversal System with EMA-Based Structure Mapping
Quantum Shift is a multi-timeframe trading system designed to help traders identify high-probability reversal zones, breakout continuations, and trend shifts using a combination of real-time signal detection and structural level plotting.
This tool is built for precision execution — especially for traders working on futures markets, indices, and high-frequency assets using 30-second, 1-minute, and 5-minute charts.
Rather than relying on traditional lagging methods, Quantum Shift combines exponential moving averages, volume-triggered reversal candles, and dynamic structure logic to help you interpret market changes with greater clarity and confluence.
________________________________________
🔍 What Does It Do?
Quantum Shift continuously monitors price action and trend pressure across multiple timeframes. When the system detects that the current price behavior has reversed direction and aligns across multiple perspectives, it triggers an actionable visual signal. These signals are plotted on the chart with entry zones, optional stop levels, and color-coded background clouds to represent broader trend flow.
________________________________________
🧠 Core Features & How They Work
________________________________________
✅ 1. Multi-Timeframe Reversal Signals
At the heart of the script is a custom-built engine that detects momentum reversals using:
Reversal candles (Blue for bullish setups, Purple for bearish setups)
Price relationship to exponential moving averages
Agreement across multiple timeframes (typically current, lower, and higher)
This triple-confirmation approach filters out low-conviction setups and focuses on structural shifts that are likely to result in a directional move.
📸 Image: A blue candle signal forming on a 1-minute chart with green background cloud.
________________________________________
✅ 2. EMA-Based Support & Resistance Plotting
When a significant crossover occurs between two exponential moving averages, Quantum Shift automatically plots a horizontal level at the crossover price. These levels are interpreted as dynamic support or resistance zones, based on the direction of the signal.
Bullish EMA crossover → support level is plotted
Bearish EMA crossover → resistance level is plotted
These levels appear on 1-minute and 5-minute charts, and remain until they are invalidated by price
If price breaks back through the level in the opposite direction, it is automatically removed
📸 Image: Dynamic support and resistance lines in action — dashed lines represent 1-minute levels, while solid lines indicate 5-minute levels.
________________________________________
✅ 3. Trend Clouds
Quantum Shift overlays the chart with trend clouds that respond to directional pressure in real time. These zones are calculated using multi-tiered Supertrend logic and provide an at-a-glance way to:
Confirm broader trend bias
Avoid entering against strong directional moves
Visually align entry signals with the current market regime
📸 Image: Background fill transitioning from red to green, with signal appearing shortly after.
________________________________________
✅ 4. Volume & Risk Filters
To enhance quality and reduce noise, Quantum Shift includes:
Volume spike filtering — signals require above-average volume (configurable)
Stop range limitation — filters out setups with excessive risk
Chop zone detection — suppresses signals in sideways markets
These filters can be toggled and adjusted to suit different strategies and risk profiles.
📸 Image: All possible signal filters in the settings
________________________________________
✅ 5. Smart Entry Labeling & Dynamic Stop Loss
Upon confirmation of a valid reversal signal:
The script plots a Buy or Sell label at the entry candle
A dynamic stop-loss level is plotted below/above the reversal point
Alerts can be triggered based on:
Initial candle formation
Breakout of the trigger candle
Confluence of trend filters and volume
📸 Image: A “Sell” label and dynamic stop plotted above purple reversal candle.
________________________________________
✅ 6. Multi-Timeframe Trend Table
The live dashboard provides a simplified view of trend alignment and recent signals across timeframes:
Lower timeframe trend state
Higher timeframe trend state
Last signal candle type
Timeframe labels for clarity
This allows traders to confirm confluence without switching between charts.
📸 Image: Trend table showing last trend and candle state on HTF and LTF
________________________________________
⚙️ Customizable Settings
Quantum Shift is built with flexibility in mind. You can:
• Toggle between fast or slow trend models per timeframe
• Enable/disable filters for volume, chop, trend alignment, and stop distance
• Choose whether entries occur on the trigger candle or the breakout
• Adjust all visuals including cloud transparency, line widths, label offsets
• Use on both premium and non-premium TradingView accounts
________________________________________
🧩 Designed For:
• Futures scalpers working with NQ, ES, MNQ, RTY, etc.
• Intraday traders who need clarity during volatility spikes
• Traders who want EMA structure + price confirmation + trend confluence
• Anyone seeking a visual, rule-based system for reacting to real-time market behavior
________________________________________
🔔 Alerts Built In
• Reversal trigger detection
• Breakout confirmation
• Multi-timeframe trend shift
• Invalidated stop zones
• Complete entry-ready alert logic
________________________________________
⚠️ Disclaimer
This script is for educational and informational purposes only. It does not provide financial advice, and past performance does not guarantee future results. Trading carries risk, and all decisions are your responsibility. Redistribution or unauthorized use is strictly prohibited.
Universal Sentiment Oscillator with Trade RecommendationsUniversal Sentiment Oscillator & Strategy Guide
Summary
This all-in-one indicator is designed to be a comprehensive co-pilot for your trading journey. It moves beyond simple buy/sell signals by analyzing the underlying market sentiment and providing a dynamic, risk-assessed guide of potential trading strategies. Whether you're a novice learning the ropes or an expert seeking confirmation, this tool provides a structured framework for making smarter, more informed decisions in stocks, options, and futures.
How It Works
The core of the indicator is the Sentiment Oscillator, which calculates a score from -5 (Extremely Bearish) to +5 (Extremely Bullish) on every bar. This isn't just a single measurement; it's a weighted aggregate of several key technical conditions:
Trend Analysis: Price position relative to the 20, 50, and 200 EMAs.
Momentum Analysis: The current RSI value.
Hybrid Analysis: The state of the MACD and its signal line.
These factors are intelligently combined and normalized to produce a single, intuitive sentiment score, giving you an at-a-glance understanding of the market's pulse.
Core Features
Dynamic Trade Recommendation Table:
The informational heart of the indicator. This on-chart table provides a list of potential trades perfectly aligned with the current sentiment score.
Risk-Ranked Strategies:
All suggested trades are logically ordered by risk, helping you quickly identify strategies that match your comfort level.
Adjusted Trade Suggestions:
The indicator analyzes sentiment momentum (the score vs. its signal line) to provide proactive, forward-looking trade ideas based on where the market might be heading next.
Customizable Trading Styles:
Tell the indicator if you are a Conservative, Neutral, or Aggressive trader, and the "Adjusted Trade Suggestion" will automatically tailor its recommendations to your personal risk preference.
Context-Aware Futures Mode:
When viewing a futures contract, enable this mode to switch all recommendations from stock/options to futures-specific actions (e.g., "Cautious Long," "Monitor Range").
Predictive Sentiment Cone:
Visualize the potential short-term path of sentiment based on current momentum, helping you anticipate future conditions.
Fully Customizable:
Every parameter—from EMA lengths to trade filters—can be adjusted, allowing you to fine-tune the indicator to your exact specifications.
How to Use This Indicator
This tool is flexible and can be integrated into many trading systems. Here is a powerful, professional approach:
Top-Down Analysis (for Swing or Position Trading):
Establish the Trend: Start on the higher timeframes (Monthly, Weekly, Daily). Use the oscillator's color and score to define the dominant, long-term market sentiment. You only want to look for trades that align with this macro trend.
Refine the Entry: Drop down to the medium timeframes (4-Hour, 1-Hour). Wait for the sentiment on these charts to come into alignment with the higher-timeframe trend. This pullback or consolidation is your "zone of interest."
Pinpoint the Execution: Move to a lower timeframe (e.g., 15-Minute). Use the Adjusted Trade Suggestion and Sentiment Momentum to find a precise entry as momentum begins to shift back in the direction of the primary trend. You can set alerts on the oscillator's zero-line for early warnings of a sentiment shift.
As a Confirmation Tool: If you have an existing trade idea, use the indicator to validate it. Does the sentiment score align with your bullish or bearish thesis? Does the momentum confirm that now is a good time to enter?
As an Idea Generation Tool: Unsure what to trade? Browse different assets and let the indicator's "Primary Trades" and "Adjusted Trade Suggestion" present you with a list of risk-assessed ideas that you can then investigate further.
Disclaimer: This is an analysis tool and should not be considered financial advice. All forms of trading involve substantial risk. You should not trade with money you cannot afford to lose. Always perform your own due diligence and use this indicator as one component of a complete trading plan.
Adaptive Cycle Oscillator with EMADescription of the Adaptive Cycle Oscillator with EMA Pine Script
This Pine Script, titled "Adaptive Cycle Oscillator with EMA", is a custom technical indicator designed for TradingView to help traders analyze market cycles and identify potential buy or sell opportunities. It combines an Adaptive Cycle Oscillator (ACO) with multiple Exponential Moving Averages (EMAs), displayed as colorful, wavy lines, and includes features like buy/sell signals and divergence detection. Below is a beginner-friendly explanation of how the script works, adhering to TradingView's Script Publishing Rules.
What This Indicator Does
The Adaptive Cycle Oscillator with EMA helps you:
Visualize market cycles using an oscillator that adapts to price movements.
Track trends with seven EMAs of different lengths, plotted as a rainbow of wavy lines.
Identify potential buy or sell signals when the oscillator crosses predefined thresholds.
Spot divergences between the oscillator and price to anticipate reversals.
Use customizable settings to adjust the indicator to your trading style.
Note: This is a technical analysis tool and does not guarantee profits. Always combine it with other analysis methods and practice risk management.
Step-by-Step Explanation for New Users
1. Understanding the Indicator
Adaptive Cycle Oscillator (ACO): The ACO analyzes price data (based on high, low, and close prices, or HLC3) to detect market cycles. It smooths price movements to create an oscillator that swings between overbought and oversold levels.
EMAs: Seven EMAs of different lengths are applied to the ACO and scaled based on the market's dominant cycle. These EMAs are plotted as colorful, wavy lines to show trend direction.
Buy/Sell Signals: The script generates signals when the ACO crosses above or below user-defined thresholds, indicating potential entry or exit points.
Divergence Detection: The script identifies bullish or bearish divergences between the ACO and the fastest EMA, which may signal potential reversals.
Visual Style: The indicator uses a rainbow of seven colors (red, orange, yellow, green, blue, indigo, violet) for the EMAs, with wavy lines for a unique visual effect. Static levels (zero, overbought, oversold) are also wavy for consistency.
2. How to Add the Indicator to Your Chart
Open TradingView and load the chart of any asset (e.g., stock, forex, crypto).
Click on the Indicators button at the top of the chart.
Search for "Adaptive Cycle Oscillator with EMA" (or paste the script into TradingView’s Pine Editor if you have access to it).
Click to add the indicator to your chart. It will appear in a separate panel below the price chart.
3. Customizing the Indicator
The script offers several input options to tailor it to your needs:
Base Cycle Length (Default: 20): Sets the initial period for calculating the dominant cycle. Higher values make the indicator slower; lower values make it more sensitive.
Alpha Smoothing (Default: 0.07): Controls how much the ACO smooths price data. Smaller values produce smoother results.
Show Buy/Sell Signals (Default: True): Toggle to display green triangles (buy) and red triangles (sell) on the chart.
Threshold (Default: 0.0): Defines overbought (above threshold) and oversold (below threshold) levels. Adjust to widen or narrow signal zones.
EMA Base Length (Default: 10): Sets the starting length for the fastest EMA. Other EMAs are incrementally longer (12, 14, 16, etc.).
Divergence Lookback (Default: 14): Determines how far back the script looks to detect divergences.
To adjust these:
Right-click the indicator on your chart and select Settings.
Modify the inputs in the pop-up window.
Click OK to apply changes.
4. Reading the Indicator
Oscillator and EMAs: The ACO and seven EMAs are plotted in a separate panel. The EMAs (colored lines) move in a wavy pattern:
Red (fastest) to Violet (slowest) represent different response speeds.
When the faster EMAs (e.g., red, orange) are above slower ones (e.g., blue, violet), it suggests bullish momentum, and vice versa.
Zero Line: A gray wavy line at zero acts as a neutral level. The ACO above zero indicates bullish conditions; below zero indicates bearish conditions.
Overbought/Oversold Lines: Red (overbought) and green (oversold) wavy lines mark threshold levels. Extreme ACO values near these lines may suggest reversals.
Buy/Sell Signals:
Green Triangle (Bottom): Appears when the ACO crosses above the oversold threshold, suggesting a potential buy.
Red Triangle (Top): Appears when the ACO crosses below the overbought threshold, suggesting a potential sell.
Divergences:
Green Triangle (Bottom): Indicates a bullish divergence (price makes a lower low, but the EMA makes a higher low), hinting at a potential upward reversal.
Red Triangle (Top): Indicates a bearish divergence (price makes a higher high, but the EMA makes a lower high), hinting at a potential downward reversal.
5. Using Alerts
You can set alerts for key events:
Right-click the indicator and select Add Alert.
Choose a condition (e.g., "ACO Buy Signal", "Bullish Divergence").
Configure the alert settings (e.g., notify via email, app, or pop-up).
Click Create to activate the alert.
Available alert conditions:
ACO Buy Signal: When the ACO crosses above the oversold threshold.
ACO Sell Signal: When the ACO crosses below the overbought threshold.
Bullish Divergence: When a potential upward reversal is detected.
Bearish Divergence: When a potential downward reversal is detected.
6. Tips for Using the Indicator
Combine with Other Tools: Use the indicator alongside support/resistance levels, candlestick patterns, or other indicators (e.g., RSI, MACD) for confirmation.
Test on Different Timeframes: The indicator works on any timeframe (e.g., 1-minute, daily). Shorter timeframes may produce more signals but with more noise.
Practice Risk Management: Never rely solely on this indicator. Set stop-losses and position sizes to manage risk.
Backtest First: Use TradingView’s Strategy Tester (if you convert the script to a strategy) to evaluate performance on historical data.
Compliance with TradingView’s Script Publishing Rules
This description adheres to TradingView’s Script Publishing Rules (as outlined in the provided link):
No Performance Claims: The description avoids promising profits or specific results, emphasizing that the indicator is a tool for analysis.
Clear Instructions: It provides step-by-step guidance for adding, customizing, and using the indicator.
Risk Disclaimer: It notes that trading involves risks and the indicator should be used with other analysis methods.
No Misleading Terms: Terms like “buy” and “sell” are used to describe signals, not guaranteed actions.
Transparency: The description explains the indicator’s components (ACO, EMAs, signals, divergences) without exaggerating its capabilities.
No External Links: The description avoids linking to external resources or soliciting users.
Educational Tone: It focuses on educating users about the indicator’s functionality.
Limitations
Not a Standalone System: The indicator is not a complete trading strategy. It provides insights but requires additional analysis.
Lagging Nature: As with most oscillators and EMAs, signals may lag behind price movements, especially in fast markets.
False Signals: Signals and divergences may not always lead to successful trades, particularly in choppy markets.
Market Dependency: Performance varies across assets and market conditions (e.g., trending vs. ranging markets).
Pineify Signals and OverlaysIndicator Theoretical Basis
Pineify Signals and Overlays is an invite-only trend-following and reversal-detection toolkit that fuses four well-known concepts— Dow-Theory trend phases , a multi-pair EMA cloud, QQE momentum, and ATR-based risk management—into a single, weight-balanced engine. An optional multi-time-frame (MTF) filter aligns lower-time-frame signals with higher-time-frame structure, helping traders avoid counter-trend setups. All components can be toggled from the settings panel, and a beginner “One-Click” preset loads a conservative profile out of the box.
Why it’s a single script: The algorithm scores every bar on three orthogonal axes—trend, momentum, and volatility—then issues context-aware arrows and coloured clouds only when the axes agree within user-defined tolerances. This inter-locking logic cannot be reproduced by simply stacking independent indicators on a chart, hence the need for an integrated implementation.
Trend Confirmation
Trend Confirmation: This indicator presents two types of market trends: the primary trend and the secondary trend. The primary trend is the long - term direction of the market and can last for days or months; the secondary trend is the adjustment phase within the primary trend.
This indicator uses the EMA (Exponential Moving Average) and visualizes the trend phases through color filling. The judgment of the trend is that blue plus green indicates a bullish trend, and yellow plus red indicates a bearish trend.
The primary trend of this indicator is visualized by two sets of moving averages through color filling. These two sets of moving averages are used to describe the short - term and long - term trends in the market.
The short - period moving averages and the long - period moving averages each consist of 4 moving averages, with a total of 8 moving averages, representing the short - term fluctuations and trends of the market.
Trend Persistence: Once the primary trend is formed, it will persist for a period of time. This indicator judges based on the Dow Theory. Short - term market fluctuations do not necessarily reflect changes in the primary trend. Therefore, the judgment direction of the primary trend is visualized through color.
The Signals of Buying, Selling and Closing
In the primary trend, we can see signals of trend reversal. This indicator incorporates the "Consecutive Candles". The indicator mainly identifies the overbought or oversold state of the market through a series of consecutive conditions, so as to predict the reversal point. The core of this indicator is to identify a series of consecutive price movements in the market trend and determine whether the market is about to reverse based on this sequence. We visualize the turning points through buy and sell signals.
The trend confirmation system utilizes four pairs of Exponential Moving Averages (EMAs) creating dynamic cloud formations that visualize market direction. Short-period EMAs (5, 8, 20, 34) interact with longer-period EMAs (9, 13, 21, 50) to generate color-coded trend clouds . Blue and green clouds indicate bullish conditions, while yellow and red clouds signal bearish trends, providing immediate visual trend identification.
The presentation of buying and selling points, namely "Quantitative Qualitative Estimation", is a technical indicator that combines the concepts of the Relative Strength Index (RSI) and moving averages. It is used to evaluate market trends, overbought and oversold conditions, as well as potential trend reversal points. The oscillator has a relatively long smoothing period, making the indicator relatively stable, thus enabling the visualization of buy + and sell + signals for trading.
ATR Stop - Loss Line
ATR (Average True Range) is an indicator for measuring market volatility. By using the ATR value to set the stop - loss distance, the stop - loss level can be automatically adjusted according to market volatility, making the stop - loss more flexible.
Core principle
Trend-Cloud Engine
EMA Pairs (5, 8, 20, 34 vs 9, 13, 21, 50)—Two four-EMA sets form “fast” and “slow” envelopes. When the volume-weighted mean of the fast set sits above the slow set and both slopes are positive, the bar is tagged primary bullish; the inverse tags primary bearish. Cloud colours (blue/green vs yellow/red) mirror Dow Theory’s primary/secondary trend hierarchy.
Momentum & Exhaustion Layer
QQE Oscillator (RSI 14, factor 4.238) detects momentum extremes and smooths noise more than a raw RSI, making it better suited for multi-time-frame use.
Consecutive-Candle Counter (default 8) highlights potential exhaustion after extended unidirectional moves; reversal symbols appear only if QQE divergence also exists.
Volatility-Adjusted Risk Line
ATR Trailing Stop (ATR 21, dynamic multiplier) expands in high volatility and tightens in low volatility, offering an adaptive exit reference rather than a fixed-tick stop.
Multi-Time-Frame Confirmation
The script automatically chooses a higher aggregation (e.g., 4 × the chart timeframe) and requires primary-trend agreement before issuing “Long ▲+” or “Short ▼+” confirmations. This guards against false signals during counter-trend rebounds.
Recommended parameters
RSI Length: 14 (QQE calculation base)
QQE Factor: 4.238 (Fibonacci-based multiplier)
ATR Period: 21 (volatility measurement)
EMA Lengths: Configurable short (5,8,20,34) and long (9,13,21,50) periods
Consecutive Candles: Selectable count (8)
Multi-timeframe Filter: Filter is enabled by default, resulting in more accurate signals.
Filters
The multi-timeframe filter enhances signal reliability by confirming trends across higher timeframes. This prevents counter-trend trades by ensuring alignment between current chart timeframe and broader market direction. The filter automatically calculates appropriate higher timeframes for trend confirmation.
Signals & Alerts
The indicator system exports multiple alert signals, and you can easily alert for any signal.
Up Trend : Primary long signal appears
Long - ▲ : Buy signal appears
Long - ▲+ : Confirmation buy signal appears
Long - ● : Primary reversal signal appears
Long - ☓ : Secondary reversal signal appears
Down Trend : Primary short signal appears
Short - ▼ : Sell signal appears
Short - ▼+ : Confirmation sell signal appears
Short - ● : Primary reversal signal appears
Short - ☓ : Secondary reversal signal appears
Originality & Value for Traders
Integrated scoring logic ensures signals fire only when trend, momentum, and volatility metrics corroborate, reducing “indicator conflict”.
Auto-computed MTF pairs mean no manual timeframe juggling.
Weight-balanced QQE/EMA blend creates smoother trend clouds than standard MA crosses, yet remains more responsive than Keltner or Donchian approaches.
One-click beginner profile plus full parameter access supports both novice and advanced users.
Risk Disclaimer
Use with Caution: This indicator is provided for educational and informational purposes only and should not be considered as financial advice. Users should exercise caution and perform their own analysis before making trading decisions based on the indicator's signals.
Not Financial Advice: The information provided by this indicator does not constitute financial advice, and the creator (Pineify) shall not be held responsible for any trading losses incurred as a result of using this indicator.
Backtesting Recommended: Traders are encouraged to backtest the indicator thoroughly on historical data before using it in live trading to assess its performance and suitability for their trading strategies.
Risk Management: Trading involves inherent risks, and users should implement proper risk management strategies, including but not limited to stop-loss orders and position sizing, to mitigate potential losses.
No Guarantees: The accuracy and reliability of the indicator's signals cannot be guaranteed, as they are based on historical price data and past performance may not be indicative of future results.