ATR Momentum Pro### 🧠 **Purpose of the Script**
This indicator visualizes the **momentum of volatility** by calculating the difference between the current ATR (Average True Range) and its moving average. It helps detect periods when market volatility is accelerating or decelerating.
---
### ⚙️ **1. User Inputs**
```pinescript
atr_length = input.int(14, "ATR Period", minval=1, maxval=100)
ma_length = input.int(20, "MA Period", minval=1, maxval=50)
ma_type = input.string("SMA", "MA Type", options= )
```
* `atr_length`: Number of periods used to calculate ATR (default is 14).
* `ma_length`: Number of periods for smoothing the ATR.
* `ma_type`: Type of Moving Average to use for smoothing (SMA, EMA, RMA, or WMA).
---
### 📈 **2. Calculations**
```pinescript
atr = ta.atr(atr_length)
```
* Calculates the standard **ATR**, which measures market volatility using high, low, and close prices.
```pinescript
ma_value = switch ma_type
"SMA" => ta.sma(atr, ma_length)
"EMA" => ta.ema(atr, ma_length)
"RMA" => ta.rma(atr, ma_length)
"WMA" => ta.wma(atr, ma_length)
```
* Applies the selected Moving Average to the ATR to smooth it.
```pinescript
oscillator = atr - ma_value
```
* Calculates the **ATR Momentum Oscillator**:
* Positive values: volatility is increasing.
* Negative values: volatility is decreasing.
---
### 📊 **3. Oscillator Plot**
```pinescript
plot(oscillator, "ATR Momentum", color=color.new(color.blue, 0), style=plot.style_histogram)
```
* Plots the oscillator as a **blue histogram** in a separate pane below the chart.
---
### 🏷️ **4. Informational Label**
```pinescript
var label lbl = label.new(bar_index, na, "", style=label.style_label_center)
if barstate.islast
label.set_xy(lbl, bar_index, ta.highest(high, 10) )
label.set_text(lbl,
"ATR: " + str.tostring(atr, "#.##") +
" MA(" + str.tostring(ma_length) + "): " + str.tostring(ma_value, "#.##") +
" Momentum: " + str.tostring(oscillator, "#.##"))
label.set_color(lbl, oscillator > 0 ? color.green : color.red)
```
* Creates a **single label** that updates only on the **latest bar**.
* The label shows:
* Current ATR
* ATR moving average
* Momentum (difference between the two)
* Label color:
* **Green** if momentum > 0
* **Red** if momentum < 0
* The label is positioned just above the price (highest high of the last 10 bars, offset by 1 bar).
---
### ✅ **Use Case**
This indicator is useful for:
* Spotting increases or decreases in market volatility
* Confirming breakout strength
* Filtering trades based on volatility momentum
---
Would you like me to add **buy/sell signals** when the oscillator crosses above or below zero?
M-oscillator
PeakPulse™ PremiumPeakPulse™ is an optimized signal indicator designed to detect price exhaustion zones with high accuracy.
It identifies potential tops and bottoms where the market is likely to reverse direction.
This tool:
Highlights price levels where momentum weakens
Generates precise reversal signals at extreme price regions
Combines multiple internal algorithms rather than relying on a single indicator
Displays clean visual signals directly on the chart
Does not include strategy or automation—purely signal-focused
🎯 Ideal for:
Scalpers, intraday traders, and swing traders
Traders looking for early signs of reversals or market turning points
Reducing noise and simplifying market structure recognition
✅ All logic and parameters are internally optimized. No user configuration is required.
🔒 The core formula is proprietary and fully hidden. Access is limited to invited users only.
Professional Multi-Indicator SystemDescription
Professional Multi-Indicator System merges several proven technical indicators into a single overlay, allowing you to monitor trend, momentum, volatility, and key price levels all at once. Below you’ll find why these components work together, default parameters, backtest results, usage recommendations, and important disclaimers.
1. Mashup Justification & Components
MACD: Detects trend direction and momentum shifts via fast/slow crossover and histogram analysis.
RSI: Filters overbought/oversold conditions and confirms momentum using a 50-level threshold.
Bollinger Bands: Captures volatility squeezes and band touches to signal potential breakouts or pullbacks.
Fibonacci Retracement: Automatically (or manually) draws key support/resistance levels at 23.6%, 38.2%, 50%, 61.8%, 78.6%, and 100%.
Combined Workflow:
Trend Confirmation (MACD + RSI)
Volatility Check (Bollinger Bands)
Level-Based Entries/Exits (Fibonacci)
This layered approach reduces false signals and increases overall reliability.
2. Default Settings
Account Size: $10,000 (example)
Commission: 0.1% per trade
Slippage: 0.05%
Test Instrument & Period: BTCUSDT 1H, Jan 1 2022 – Dec 31 2023
Risk per Trade: Maximum 5% of equity
Indicator Defaults:
MACD: 12 / 26 / 9 (optional confirmation)
RSI: 14 period, OB = 70, OS = 30 (optional confirmation)
Bollinger Bands: 20 period, ±2 σ (optional confirmation)
Fibonacci: 50 period, auto-trend detection on
Volume Filter: 20-period SMA, threshold = 1.5× average
Visuals: Modern labels, large icons, info table in top-right
3. Backtest Summary
Total Trades: 158
Win Rate: 58.2%
Average Risk/Reward: 1:1.6
Max Drawdown: 12.4%
Net Return: +24.7%
Note: Past performance does not guarantee future results. Adjust settings to your own instruments and timeframes.
4. How to Use
Add to Chart: Select “Professional Multi-Indicator System.”
Review Settings: Open Settings → Main, MACD, RSI, Bollinger, Volume, Fibonacci, Visuals.
Enable Confirmations: Turn on “confirmation” for each component to filter weak signals.
Wait for Strong Signal: Consider entries when signalStrength ≥ 3/5.
Manage Risk: Size positions ≤ 5% of your capital; factor in commission/slippage.
Exit Rules: Close on “Strong SELL” alert or your predefined stop-loss.
5. Warnings & Disclaimer
This indicator is for educational purposes only. Always apply your own analysis and risk management. Past performance is not indicative of future results. Update commission, slippage, and risk settings to match your trading environment.
[Pandora's Chambers] Apex-Flux NavigatorThe " Apex Flux Navigator FC" indicator, whose name alludes to the unveiling of hidden market forces, offers a rich visual representation of market pressure by combining volume-based pivot analysis with RSI, including a dynamic Fibonacci grid, balanced pressure lines, and highlighted boxes for quick readability. The term "Chambers" in its name refers to the way the indicator frames the balance of power between buyers and sellers within the space defined by two consecutive pivot lines, essentially creating visual chambers that encapsulate this ongoing struggle. The grid is built according to the 25%, 38.2%, 50%, 61.8%, and 75% levels, marking key support and resistance points. Crucially, this indicator allows you to spot pinpoint momentum divergences against volume, offering insights into potential trend reversals or continuations. The indicator also calculates cumulative buy/sell percentages since the formation of each pivot, displays an average Buy/Sell ratio for each point, uses a smart algorithm that analyzes the length of movement against speed, and draws backgrounds that outline liquidity zones based on Fibonacci ratios of volume and overbought/oversold areas (boxes) to clearly and legibly highlight buyer/seller pressure zones. Furthermore, the rapid identification of pressure zones and momentum shifts can assist in recognizing opportunities for quick scalping trades. Additionally, the width and spacing of the pressure lines visually represent the current market volatility and the difference in liquidity between buyers and sellers.
General Description
The indicator enables automatic identification of pivot points (highs and lows) based on buy/sell activity and TradingView RSI.
It draws vertical lines connecting the full pivot high to the full pivot low, creating a standard Fibonacci grid, and adds balanced pressure lines on the price sides with F--/F+/(F++) annotations corresponding to the degree of TradingView pressure.
How it Works
Pivot Identification – Uses ta.pivothigh and ta.pivotlow with the Pivot Sensitivity parameter to determine highs and lows.
Volume and RSI Collection – The f_addPivot function stores buy/sell volume according to the day's fluctuations and initial RSI; in each bar, the cumulative volume and RSI are updated to calculate a dynamic average.
Creation of Lines and Pressure Points – Calculates pressure percentages based on volume and displays them through dotted/solid lines and labels, including dynamic colors and backgrounds (boxes) for visual illustration using the TradingView “Pressure Lines” technique.
How to Interpret the Output
Dotted lines indicate Liquidity zones where the dominant side's volume is particularly strong and may mark areas that the price is drawn to in order to achieve equilibrium.
Labels with text (“B: xx% | RSI yy%”) display the buy/sell percentage and the average RSI since the pivot's creation together.
F--/F+/F++ annotations reflect a pressure quality scale using the f_getAnnotation function based on pressure percentages.
How to Use
Select “Add to chart” to attach the indicator to the chart.
Through the indicator's settings, you can change Pivot Sensitivity, Fibonacci Grid Length, RSI Period, and more.
Inputs and Settings
Pivot Sensitivity (default: 3)
Extend Pressure Lines (default: off)
RSI Period (default: 14)
Fibonacci Grid Length, Color, Offset
Colors and line styles for the reporting mode
Tips and Recommendations
Use a timeframe that reflects appropriate volatility (e.g., H4/D) to reduce noise; the shorter the timeframe, the more fluid the information the indicator presents.
To improve identification accuracy, combine with moving averages or additional Fibonacci tools.
Avoid automated trading based on the indicator alone – always require confirmation from an additional indicator.
Trade Smart – Let the Apex Flux Navigator FC guide you to significant market pressure levels!
RSI Run‑Length by ATTARSI Run‑Length by ATTA – The Next Generation of RSI
The RSI Run‑Length by ATTA indicator was developed to quantify not only the magnitude of price movements but also the continuity with which they occur. Instead of relying on point‑by‑point averages of gains and losses, it counts each sequence of consecutive gains (up‑run) and each sequence of consecutive losses (down‑run), applies Wilder’s RMA smoothing to these counts, and then computes the classic RSI formula on their ratio.
This approach significantly reduces market noise by giving greater weight to sustained trends, while simultaneously reducing the lag inherent in traditional methods. Rather than waiting for signals triggered by isolated fluctuations, RSI Run‑Length by ATTA detects turning points at the earliest stages of movement streaks and maintains precise, timely responsiveness.
Core Principles:
Run‑Length Counting: Measures trend depth without distortion from isolated spikes.
Wilder’s RMA on Counts: Provides statistical smoothing to suppress excessive volatility.
Classic RSI Formula: Applies the familiar RSI calculation to the smoothed run‑length ratio.
This mechanism enables early identification of momentum shifts and the construction of strategies based on stable sequences rather than sporadic gains. The simplicity of a single parameter (run‑length period – default 14) and the logical sequence of counting, smoothing, and ratio calculation make the tool both transparent and intuitive for technical traders and quantitative analysts alike.
Usage Instructions:
Select the run‑length period (commonly 14 bars).
Set overbought/oversold thresholds (recommended 70/30).
Overlay with complementary indicators (classic RSI, MACD, etc.) for confirmation.
I invite traders and analysts to incorporate RSI Run‑Length by ATTA into their indicator libraries to gain deeper, more actionable insights into price momentum.
Composite RSI Dynamic Fibonacci LevelsHello TradingView Community! I'm excited to introduce "RSI Composite Pro V2", a comprehensive technical analysis tool that combines the power of the classic RSI with the Composite RSI, which allows comparison with a different asset.
This indicator includes many features to help you evaluate the market from different angles:
Key Features:
Classic RSI: Measures the momentum of the asset itself.
Composite RSI: Calculates the performance of the asset on your chart relative to another asset you specify (e.g., an index). Helps you understand relative strength or weakness.
Regular and Hidden Divergences: Automatically detects and plots both bullish and bearish divergences on both Classic RSI and Composite RSI. Crucial for identifying potential trend reversals or continuations. 📉📈
Composite RSI Fibonacci Levels: Automatically draws Fibonacci levels based on the high and low points of the Composite RSI over a specified lookback period. Visualizes potential support and resistance areas. ✨
Multiple Moving Averages (MA): You can add different MA types (SMA, EMA, SMMA, WMA, VWMA) to both Classic RSI and Composite RSI.
Bollinger Bands (BB): You can show Bollinger Bands along with the SMA to analyze volatility and potential overbought/oversold regions.
Flexible Composite Symbol Selection: You can choose between Automatic (detects BIST/NASDAQ/NYSE based on the chart), Manual, or predefined indices (XU100, NDX, SPX). 🌐
Adjustable Parameters: You can adjust many parameters like RSI length, Fibo lookback period, MA/BB settings, divergence lookback values, etc., to suit your strategy. ⚙️
Visual Enhancements: Colored fills for RSI levels and clear drawings and labels for divergences. 🎨
Alert Conditions: Set alerts for detected divergences so you don't miss opportunities. 🔔
How It Works:
Classic RSI measures the asset's own momentum, while Composite RSI shows the asset's performance relative to another asset you choose. Divergences provide potential reversal signals by finding discrepancies between price action and the RSI/Composite RSI. Fibo levels identify potential support/resistance areas for the Composite RSI.
Important Notes:
⚠️ Divergences and Repaint Risk: Divergence detection evaluates past peaks/troughs relative to future data, which can lead to repaint (signal change) risk. Signals are fixed historically; you can reduce the repaint effect by decreasing the lookback values.
This indicator is solely an analysis tool and does not constitute financial advice. You are responsible for your own buy/sell decisions.
Conclusion:
I hope this indicator adds value to your analysis and gives you an edge in the market. If you have any questions, feedback, or suggestions, please feel free to leave them in the comments.
Wishing you success! 🙏
Volume fightThe Volume fight indicator looks for the predominance of bullish or bearish trading volume on the chart by dividing the trading volume in the bar into 2 parts - "bullish volume" and "bearish volume", and comparing the weighted average values by volume with each other at a given distance.
This indicator is suitable for any instrument (cryptocurrency, Forex, stocks) and is able to work on any TF.
The Volume fight indicator should be used as an auxiliary indicator that tells you who is currently prevailing in the market - " bulls "or"bears".
To configure the indicator, it is necessary to set the range of evaluation of the predominance of bullish or bearish volume (the number of bars, by default-24 bars for TF=1H). The smaller the TF, the higher the range value should be used to filter out false signals.
When there is a predominance of "bulls" on the chart, a green triangle appears (relevant at the close of the bar) and the histogram is highlighted in green, when "bears" appear on the chart, a red triangle appears (relevant at the close of the bar) and the histogram is highlighted in red.
In the indicator settings, there is smoothing to reduce false signals and highlight the flat zone by specifying a percentage, at least which should be the difference between the forces of the "bullish" and "bearish" volume. If the difference between the volume forces is less than the specified one (by default-15%), the zone is considered flat and is displayed in gray on the histogram.
If you set the percentage to zero, the flat zones will not be highlighted, but there will be much more false signals, since the indicator becomes very sensitive when the smoothing percentage decreases.
There is a function-to show the color background of the current trading zone. For" bullish "- green, for" bearish " - red.
In the settings, you can enable the display and use of each signal in the trading zone, not only the initial one, but also each after the flat zone. By default, only the signal of the beginning of the ascending/descending zone is used.
The indicator has alerts for "bullish" and "bearish" movements. Use alerts - "Once per bar close".
If you have any questions, you can write to me in private messages or by using the contacts in my signature.
We are publishing this script anew, it is included in the review of the best 3 scripts for filtering false signals.
youtu.be
----------------------------------------------------
Индикатор Volume fight ищет на графике преобладание бычьего или медвежьего объёма торгов путём разделения торгового объёма в баре на 2 части - "бычий объём" и "медвежий объём", и сравнения средне-взвешенных значений по объёму между собой на заданной дистанции.
Данный индикатор подходит для любого инструмента (криптовалюта, Forex, акции) и способен работать на любом ТФ.
Индикатор Volume fight следует использовать как вспомогательный индикатор, который подсказывает Вам кто сейчас преобладает на рынке - "быки" или "медведи".
Для настройки индикатора необходимо выставить диапазон оценки преобладания бычьего или медвежьего объема (количество баров, по умолчанию - 24 бара для ТФ=1Ч). Чем меньше ТФ, тем выше следует использовать значение диапазона, чтобы отфильтровать ложные сигналы.
При возникновении преобладания на графике "быков" появляется зелёный треугольник (актуален по закрытию бара) и гистограмма подсвечивается зелёным цветом, при возникновении на графике "медведей" появляется красный треугольник (актуален по закрытию бара) и гистограмма подсвечивается красным цветом.
В настройках индикатора есть сглаживание для уменьшения ложных сигналов и выделения зоны флета с помощью указания процента, не менее которого, должна быть разница между силами "бычьего" и "медвежьего" объёма. Если разница между силами объёмов меньше заданного (по умолчанию - 15%), то зона считается флетовой и отображается на гистограмме серым цветом.
Если выставить процент равным нулю, то зоны флета выделяться не будут, но будет гораздо больше ложных сигналов, так как индикатор становится очень чувствительным при снижении процента сглаживания.
Есть функция - показывать цветовой фон текущей торговой зоны. Для "бычьего" - зелёный, для "медвежьего" - красный.
В настройках можно включить отображение и использование каждого сигнал в торговой зоне, не только начального, но и каждого после зоны флета. По умолчанию - только сигнал начала восходящей/нисходящей зоны.
Индикатор имеет оповещения для "бычьего" и "медвежьего" движения. Используйте оповещения - "на закрытии бара".
Этот скрипт мы публикуем заново, он вошел в обзор лучших 3-х скриптов для фильтрации ложных сигналов.
youtu.be
Squeeze Momentum Indicator Version3This is an efficient plugin based on the squeeze kinetic energy theory.
这是一个基于挤压动能理论的有效插件
1,Determining Fast and Slow Lines
快慢线判断
When the fast line (blue) crosses above the slow line (red), forming a golden cross, it is considered a bullish signal.
当快线(蓝色)穿过红线(慢线)时候,既发生金叉的时候,看多。
When the slow line (red) crosses below the fast line (blue), it is known as a "death cross," and is typically considered a bearish signal.
当慢线(红色)穿过蓝线(快线)时候,既发生金叉的时候,看空。
2,Judgment of Bullish and Bearish Areas
空头多头区域判断
When the two lines are above the center point, the overall trend is bullish. Even if a death cross occurs, the downward momentum is relatively weak.
当两条线在中心点上方时整体是多头趋势,就算发生死叉也相对没那么大动能跌。
Conversely, when the two lines are below the center point, the overall trend is bearish. Even if a golden cross occurs, the upward momentum is relatively weak.
反之当两条线在中心点下方时整体是多头趋势,就算发生金叉也相对没那么大动能突破。
3,Judgment of Compressed Momentum Dots
压缩动能圆点判断
Center Point Dot Judgment Method
中心点园点判断法
When a gray dot appears, it indicates that the momentum is very weak, and the trend has dissipated, with changes possible at any time. (Note! A change in trend does not mean a shift from bullish to bearish or from bearish to bullish; it simply suggests that the market may enter a consolidation phase and will no longer exhibit high-intensity trend movements.)
当灰色圆点出现时代表动能很弱,趋势已经消失,随时变化(注!趋势随时变化并不是由多头变为空头或者空头转为多头的意思,只是说可能接下来将进入震荡区间。不在继续高强度趋势动作。)
当中间圆点出现白色时代表,趋势开始越来越强劲,开始单边行情,
When a white dot appears in the middle, it indicates that the trend is becoming stronger and a one-sided market is beginning.
当中间圆点出现白色时代表,趋势开始越来越强劲,开始单边行情,
Usage Method
使用方法
First, judge the entry conditions for momentum, then assess the area, and finally consider golden and death crosses for entry.
先判断动能进场条件,后判断区域,再考虑金叉死叉进场。
3 > 2 > 1
When the compressed momentum dot changes from white to gray, consider exiting and wait for the consolidation phase to end before re-entering.
当压缩动能圆点从白色转为灰色后考虑离场,等待震荡行情结束后再进场
JT Bot AI
JT Bot AI
This is a description of the trading bot JT Bot AI, designed for scalping and long-term trading on cryptocurrency markets. Using flexible indicator settings, the bot analyzes volatility, support and resistance levels, trend, and other factors to generate buy or sell signals. It is suitable for various strategies and timeframes, and works particularly effectively with Heiken Ashi candlestick charts on a 7-minute timeframe.
The bot can catch movements of 2% for scalping trades and up to 20% for longer-term investments. With proper tuning and usage, it consistently brings an profit of from 30% to 100% per month. It is important to manually adjust the settings for each specific asset to achieve the best results.
This bot allows adaptation for different goal types — from one-time signals to scalping strategies. It is versatile and easily customizable to current market conditions. Easy setup and the ability to adapt to market changes significantly increase the efficiency and convenience of using this tool.
For feedback, contact us via Telegram @JTBott
Write to me on Telegram to receive settings for various coins
---------------------------------------------------------------------------------------------------------
JT Bot AI
Это описание торгового бота JT Bot AI, предназначенного для скальпинга и долгосрочных сделок на криптовалютных рынках. Используя гибкую настройку индикатора, бот анализирует волатильность, уровни поддержки и сопротивления, тренд и другие факторы, чтобы выдавать сигналы на покупку или продажу. Он подходит для различных стратегий и таймфреймов, особенно эффективно работает с графиком свечей Хейкен Аши на 7-минутном таймфрейме.
Бот способен ловить движения от 2% для скальпинг-трейдов и до 20% для более долгосрочных инвестиций. Он стабильно приносит от 30% до 100% прибыли в месяц при правильной настройке и использовании. При этом важно учитывать, что настройка для каждого конкретного актива должна быть скорректирована вручную, чтобы обеспечить наилучшие результаты.
Данный бот позволяет адаптироваться под разные типы целей — от однократных сигналов до скальпинг-стратегий. Он универсален и легко настраивается под текущие рыночные условия. Легкая настройка и возможность адаптации под текущие рыночные условия существенно увеличивают эффективность и удобство использования этого инструмента.
Для обратной связи пишите в Телеграмм @JTBott
Пишите мне в телеграмм что бы получить настройки на различные монеты
[SlawaF] Money Flow Oscillator (MFO)The Money Flow Oscillator (MFO) is a technical indicator that measures the strength of money flow in and out of a security by analyzing price and volume. It helps identify overbought and oversold conditions, similar to the RSI but with a stronger emphasis on volume.
Key Features:
Length (14 default) – The lookback period for calculating money flow.
Smoothing Period (9 default) – Applies an SMA to smooth the oscillator for cleaner signals.
Gradient Mode – When enabled, the line changes color based on value (green at lower levels, red at higher levels).
Custom Line Color – If gradient is disabled, a user-defined color is used.
Overbought/Oversold Levels – Horizontal lines at 80 (overbought) and 20 (oversold).
How It Works:
Typical Price is calculated as (High + Low + Close) / 3.
Raw Money Flow is Typical Price × Volume.
Positive & Negative Money Flow are summed over the selected period.
Money Flow Ratio compares buying vs. selling pressure.
MFO converts the ratio into a 0-100 oscillator.
Smoothing is applied via SMA for refined signals.
Usage:
Overbought (>80) – Potential selling opportunity.
Oversold (<20) – Potential buying opportunity.
Trend Confirmation – Rising MFO suggests bullish momentum, while falling MFO indicates bearish pressure.
Money Flow Oscillator (MFO) – это технический индикатор, который оценивает силу притока и оттока денежных средств на основе цены и объема. Он помогает определять состояния перекупленности и перепроданности, аналогично RSI, но с большим акцентом на объем.
Основные параметры:
Длина (14 по умолчанию) – Период расчета денежного потока.
Сглаживание SMA (9 по умолчанию) – Скользящая средняя для сглаживания осциллятора.
Градиент – Если включен, цвет линии меняется от зеленого (низкие значения) до красного (высокие).
Цвет линии без градиента – Пользовательский цвет, если градиент отключен.
Уровни перекупленности/перепроданности – Горизонтальные линии на 80 (перекупленность) и 20 (перепроданность).
Принцип работы:
Типичная цена = (High + Low + Close) / 3.
Сырой денежный поток = Типичная цена × Объем.
Положительный и отрицательный потоки суммируются за выбранный период.
Отношение денежных потоков сравнивает давление покупателей и продавцов.
MFO преобразует отношение в осциллятор 0-100.
Сглаживание SMA улучшает качество сигналов.
Как использовать:
Перекупленность (>80) – Возможность продажи.
Перепроданность (<20) – Возможность покупки.
Подтверждение тренда – Рост MFO указывает на бычий импульс, падение – на медвежий.
The Adam Khoo Magic with Williams %RTotally inspired by Adam Khoo's analogy
This is meant for the monthly bar:
Where you try to find the highest point of the average recession/correction time to the bottom:
average correction time to bottom: 4.2months
average bear market time to bottom: 13months (default)
Plot/Fill chart with the 4 tranches recommended:
-8%, -15%, -21% and -35% to gauge entry point
Changed that hardcoded timeframe to follow the dynamic highlength
Added new way of how Adam predicts potential bottom by looking at Williams %R 52 & 13.
TEMA Pressure+DivergenceTEMA Divergence + Pressure indicators feature the best of both TEMA indicators in one indicator, providing effective management of your charts for the auxiliary TEMA studies which are crucial in the decision-making process of taking directional entries.
Both indicators combined offer a sense of strength and directionality of current conditions. 55 is an optimal lookback, although 28 can be used for faster response if preferred.
Volumetric Tensegrity🧮 Volumetric Tensegrity unifies two of the Leading Indicator suite's critical engines — ZVOL ( volume anomaly detection ) and OBVX ( directional conviction ). Originally designed as a structural economizer for traders navigating strict indicator limits (e.g. < 10 slots per chart), it was forced to evolve beyond that constraint simply to fulfill it, albeit with a difference. The fatal flaw of traditional fusion, where two metrics are blended mathematically, is that they lose scale integrity (i.e. meaning). VTense encodes optical tensegrity to scale the amplitude of the ZVOL histogram and the slope of the OBVX spread independently, so that expansion and direction may coexist without either dominating the frame.
🧬 Tensegrity , by definition, is an intelligent design principle where elements in compression are suspended within a network of continuous tension, forming a stable, self-supporting structure . Originally conceived in esoteric biomorphology (c.f. Da Vinci, Snelson, Casteneda), tensegrity balances force through opposition, not rigidity. Applied to financial markets, Volumetric Tensegrity captures this same principle: price compresses, volume expands, conviction builds or fades — yet structure holds through the interplay. The result is not a prediction engine, but a pressure field — one that visualizes where structure might bend, break, or rebound based on how volume breathes.
🗜️ Rather than layering multiple indicators and consuming precious chart space, VTense frees up room for complementary overlays like momentum mapping, liquidity tiers, or volatility phase detection — making it ideal for modular traders operating in tight technical real estate.
🧠 Core Logic - VTense separates and preserves two essential structural forces:
• ZVOL Histogram : A Z-score-based expansion map that measures current volume deviation from its historical average. It reveals buildup zones, dormant stretches, and breakout pressure — regardless of price behavior.
• OBVX Spread : A directional conviction curve that tracks the difference between On-Balance Volume and its volume-weighted fast trend. It shows whether the crowd is leaning in (accumulation/distribution) or backing off.
🔊 ZVOL controls the amplitude of the histogram, while OBVX controls the curvature and slope of the spread. Without sacrificing breathing behavior or analytical depth, VTense provides a compact yet dynamic lens to track both expansion pressure and directional bias within a single footprint.
🌊 Volumetric Tensegrity forecasts breakout readiness, trend fatigue, and compression zones by measuring the volatility within volume . Unlike traditional tools that track volatility of price, this indicator reveals when effort becomes unstable — signaling inflection points before price reacts. Designed to decode rhythm shifts at the volume level, it operates as a pre-ignition scanner that thrives on low-timeframe charts (15m and under) while scaling effectively to 1H for validation.
🪖 From Generals to Scouts
👀 When used jointly, ZVOL + OBVX act as the general : deep-field analysts confirming stress, commitment, or exhaustion. VTense , by contrast, functions as a scout — capturing subtle buildup and alignment before structure fully reveals itself. The indicator aims to be a literal vanguard, establishing a position that can be confirmed or flexibly abandoned when the higher authority arrives to evaluate.
🥂 Use the ZVOL + OBVX pair when :
• You need independent axis control and manual dissection
• You’re building long-form confluence setups
• You have more indicator slots than you need
🔎 Use VTense when :
• You need compact clarity across multiple instruments
• You’re prioritizing confluence _detection_ over granular separation
• You’re building efficient multi-layered systems under slot constraints
🏗️ Structural Behavior and Interpretation
🫁 Z VOL Respiration Histogram : Structural Effort vs Baseline
🔵 Compression Coil – volume volatility is low and stable; the market is coiling
🟢 Steady Rhythm – volume is healthy but unremarkable; balanced participation
🟡 Passive/Absorbed Effort – expansion failing to manifest; watch for reversal
🟠 Clean Expansion – actionable volatility rise backed by structure
🔴 Volatile Blowout – chaos, climax; likely end-phase or fakeout
⚖️ ZVOL Respiration measures how hard the crowd is pressing — not just that volume is rising, but how statistically abnormal the surge is. Because it is rescaled proportionally to OBVX, the amplitude of the histogram reflects structural urgency without overwhelming the visual field.
🖐️ OBVX Spread : Real-Time Directional Conviction Behind Price Moves
🔑 The curvature of the spread reveals not just directional bias but crowd temp o: sharp slopes = urgent transitions; gradual slopes = building structural shifts. Curvature is key: sharp OBVX slope = urgency; gentle arcs = controlled drift or indecision.
• Green Rising : Accumulation — upward pressure from real buyers
• Red Falling : Distribution — sell pressure, downward slope
• Flat Curves : Transitional → uncertainty, microstructure digestion
🎭 Synchronized vs Divergent Behavior
⏱️ Synchronized (high-confluence) : often precedes structural breakouts, with internal conviction clearly visible before price resolves.
• ZVOL expands (yellow/orange/red) and OBVX climbs steeply green = strong bullish pressure
• ZVOL expands while OBVX steepens red = growing sell-side intent
🪤 Divergent (conflict tension) : flags potential traps, fakeouts, and liquidity sweeps.
• ZVOL expands sharply, but OBVX flattens or opposes → reactive expansion without crowd commitment
⛔️ Latent Drift + Structural Holding Patterns : tensegrity in action — the market holds tension without directional release.
• ZVOL compresses (blue) + OBVX meanders near zero → structure is resting, building up energy
• After prolonged drift, expect violent asymmetry when balance finally breaks
📚 Phase Interpretation: Dynamic Structural Read
• 1️⃣ Quiet Coil : Histogram flat, OBVX flat → no urgency
• 2️⃣ Initial Pulse : Yellow bars, OBVX slope builds → actionable tension
• 3️⃣ Structural Breath : Synchronized expansion and slope → directional commitment
• 4️⃣ Disagreement : Spike in ZVOL, flattening OBVX → exhaustion risk or false signal
💡 Suggested Use
• Run on 15m charts for breakout anticipation and 1H for validation
• Pair with ZVOL + OBVX to confirm crowd conviction behind the tension phase
• Use as a rhythm filter for the suite's trend indicators (e.g., RDI , SUPeR TReND 2.718 , et. al.)
• Ideal during low-volume regimes to detect pressure buildup before triggers
🧏🏻 Volumetric Tensegrity doesn’t signal. It breathes , and listens to pressure shifts before they speak in price. As a scout, it lets you see structural posture before signals align — helping you front-run resolution with clarity, not prediction.
StochRSI Crossover SignalsStochRSI Strategy V1.2 | Narrow Bands – Crossover-Based Trading Strategy
This strategy is built around the Stochastic RSI indicator on daily candles, using tight entry and exit bands to capture well-defined turning points in price action.
⚙️ Strategy Logic:
Entry (Long):
When the %K line crosses above the %D line, and both are below a defined lower threshold (default: 20) — indicating potential bullish momentum from an oversold state.
Exit (Close):
When the %K line crosses below the %D line, and both are above an upper threshold (default: 80) — indicating waning momentum from an overbought condition.
Stop-Loss:
A fixed stop-loss percentage is calculated from the entry price (default: 10%).
✅ Key Features:
Full synchronization between visual signals (green/red arrows) and actual trade execution.
Clean, focused logic — no external indicators or moving averages required.
Suitable for momentum-based traders seeking precise entries and exits after strong directional moves or extremes.
Smart Trader Bot V0.5🚀 All-in-One Smart Trading Strategy — Proven, Configurable, Profitable
Tired of strategies that promise the moon but don’t deliver? This one actually works — because I personally trade with it.
This is a fully customizable Pine Script strategy that combines powerful entry signals with multiple take profit and stop-loss methods, including:
- ✅ Fixed % Targets
- ✅ ATR-based exits
- ✅ Swing High/Low logic
- ✅ Smart Trailing SL & TP
All settings are tweakable, or you can skip the trial-and-error and just plug in my tested configurations — the same ones I use in my own Bybit account, across multiple crypto assets and timeframes . Yes, you'll get access to my real configurations and results .
---
💹 Win Rate? Up to 100%. Seriously.
With the right config:
- 🔥 90–100% win rate on certain setups
- 📉 Low drawdown and maximized profits thanks to dynamic trailing logic
- 🧠 No deep market analysis needed — the logic is already built-in
Backtested across 2 years of data, the minimum win rate is 80% — and that’s across multiple coins and timeframes. You don’t need to be an expert; just understand TradingView alerts and connect to your exchange via webhook.
---
👥 Who Can Use It?
If you’re a trader with basic TradingView experience and want:
- Less chart time
- More consistency
- Configs that just work
Then this was made for you.
It works best with crypto , but supports stocks, forex, and indices too.
---
💰 Pricing & Guarantee
Choose the plan that fits you:
- 📆 Monthly – $20
- 📅 Quarterly – $50
- 📅 Yearly – $150
- ✅ 14-Days no-questions-asked money-back guarantee
Test it, use it, profit with it — or get your money back. Simple.
---
🔐 Private & Secure
Access is locked to subscribers only. You’ll get:
- My real-time configurations
- Private invite-only access
- Easy setup guide
- Ongoing support and updates
---
Start trading smarter today.
No hype. No fluff. Just results.
True Strength Index (TSI)%📌 Script Name: TSI Percentuale
This script is a custom True Strength Index (TSI) indicator that expresses momentum strength as a percentage from 0% to 100%, instead of the traditional TSI scale.
✅ What the Script Does
Calculates the standard TSI:
Uses double exponential smoothing of price changes and their absolute values.
Formula:
TSI_raw
=
100
×
DoubleSmoothed(ΔPrice)
DoubleSmoothed(|ΔPrice|)
TSI_raw=100×
DoubleSmoothed(|ΔPrice|)
DoubleSmoothed(ΔPrice)
Normalizes TSI to a percentile scale:
Over a user-defined lookback period, the script finds the lowest and highest TSI values.
It then rescales the current TSI to a value between 0% (minimum) and 100% (maximum).
50% represents neutral momentum (i.e., "flat").
Plots the result:
tsi_percent is plotted as a blue line.
Horizontal dashed/dotted lines are drawn at:
0% → strong downward momentum
50% → neutral
100% → strong upward momentum
⚙️ Inputs
Long Length: Long EMA smoothing period (default: 25)
Short Length: Short EMA smoothing period (default: 13)
Signal Length: (not used in this version, can be removed or extended)
Lookback Period: Number of bars to calculate min/max normalization (default: 100)
🧠 Why Use This Indicator
The classic TSI ranges around and can be hard to interpret.
This version makes TSI visually intuitive by converting it to percentile form, allowing easier comparison of momentum strength across time and instruments.
It’s particularly useful for defining zones like:
Above 70% = strong bullish
Below 30% = strong bearish
Stochastic w/ Crossovers and Deadspace FilterThis is my extremely useful modification of the classic Stochastic indicator. It includes clear signals of crossovers and crossunders of the K/D lines.
Additionally, I added a "deadspace" filter to remove plotting of signals in the middle of the range, which tend to be misleading.
This can be incredibly useful to find entries and trends, especially when using 2 instances of this indicator at different lengths (such as one of 14,1,3 and another of 28,3,6).
The deadspace filter works based on the middle line, so a value of 20 will not plot any crossovers between 30-70.
EXODUS EXODUS by (DAFE) Trading Systems
EXODUS is a sophisticated trading algorithm built by Dskyz (DAFE) Trading Systems for competitive and competition purposes, designed to identify high-probability trades with robust risk management. this strategy leverages a multi-signal voting system, combining three core components—SPR, VWMO, and VEI—alongside ADX, choppiness filters, and ATR-based volatility gates to ensure trades are taken only in favorable market conditions. the algo uses a take-profit to stop-loss ratio, dynamic position sizing, and a strict voting mechanism requiring all signals to align before entering a trade.
EXODUS was not overfitted for any specific symbol. instead, it uses a generic tuned setting, making it versatile across various markets. while it can trade futures, it’s not currently set up for it but has the potential to do more with further development. visuals are intentionally minimal due to its competition focus, prioritizing performance over aesthetics. a more visually stunning version may be released in the future with enhanced graphics.
The Unique Core Components Developed for EXODUS
SPR (Session Price Recalibration)
SPR measures momentum during regular trading hours (RTH, 0930-1600, America/New_York) to catch session-specific trends.
spr_lookback = input.int(15, "SPR Lookback") this sets how many bars back SPR looks to calculate momentum (default 15 bars). it compares the current session’s price-volume score to the score 15 bars ago to gauge momentum strength.
how it works: a longer lookback smooths out the signal, focusing on bigger trends. a shorter one makes SPR more sensitive to recent moves.
how to adjust: on a 1-hour chart, 15 bars is 15 hours (about 2 trading days). if you’re on a shorter timeframe like 5 minutes, 15 bars is just 75 minutes, so you might want to increase it to 50 or 100 to capture more meaningful trends. if you’re trading a choppy stock, a shorter lookback (like 5) can help catch quick moves, but it might give more false signals.
spr_threshold = input.float (0.7, "SPR Threshold")
this is the cutoff for SPR to vote for a trade (default 0.7). if SPR’s normalized value is above 0.7, it votes for a long; below -0.7, it votes for a short.
how it works: SPR normalizes its momentum score by ATR, so this threshold ensures only strong moves count. a higher threshold means fewer trades but higher conviction.
how to adjust: if you’re getting too few trades, lower it to 0.5 to let more signals through. if you’re seeing too many false entries, raise it to 1.0 for stricter filtering. test on your chart to find a balance.
spr_atr_length = input.int(21, "SPR ATR Length") this sets the ATR period (default 21 bars) used to normalize SPR’s momentum score. ATR measures volatility, so this makes SPR’s signal relative to market conditions.
how it works: a longer ATR period (like 21) smooths out volatility, making SPR less jumpy. a shorter one makes it more reactive.
how to adjust: if you’re trading a volatile stock like TSLA, a longer period (30 or 50) can help avoid noise. for a calmer stock, try 10 to make SPR more responsive. match this to your timeframe—shorter timeframes might need a shorter ATR.
rth_session = input.session("0930-1600","SPR: RTH Sess.") rth_timezone = "America/New_York" this defines the session SPR uses (0930-1600, New York time). SPR only calculates momentum during these hours to focus on RTH activity.
how it works: it ignores pre-market or after-hours noise, ensuring SPR captures the main market action.
how to adjust: if you trade a different session (like London hours, 0300-1200 EST), change the session to match. you can also adjust the timezone if you’re in a different region, like "Europe/London". just make sure your chart’s timezone aligns with this setting.
VWMO (Volume-Weighted Momentum Oscillator)
VWMO measures momentum weighted by volume to spot sustained, high-conviction moves.
vwmo_momlen = input.int(21, "VWMO Momentum Length") this sets how many bars back VWMO looks to calculate price momentum (default 21 bars). it takes the price change (close minus close 21 bars ago).
how it works: a longer period captures bigger trends, while a shorter one reacts to recent swings.
how to adjust: on a daily chart, 21 bars is about a month—good for trend trading. on a 5-minute chart, it’s just 105 minutes, so you might bump it to 50 or 100 for more meaningful moves. if you want faster signals, drop it to 10, but expect more noise.
vwmo_volback = input.int(30, "VWMO Volume Lookback") this sets the period for calculating average volume (default 30 bars). VWMO weights momentum by volume divided by this average.
how it works: it compares current volume to the average to see if a move has strong participation. a longer lookback smooths the average, while a shorter one makes it more sensitive.
how to adjust: for stocks with spiky volume (like NVDA on earnings), a longer lookback (50 or 100) avoids overreacting to one-off spikes. for steady volume stocks, try 20. match this to your timeframe—shorter timeframes might need a shorter lookback.
vwmo_smooth = input.int(9, "VWMO Smoothing")
this sets the SMA period to smooth VWMO’s raw momentum (default 9 bars).
how it works: smoothing reduces noise in the signal, making VWMO more reliable for voting. a longer smoothing period cuts more noise but adds lag.
how to adjust: if VWMO is too jumpy (lots of false votes), increase to 15. if it’s too slow and missing trades, drop to 5. test on your chart to see what keeps the signal clean but responsive.
vwmo_threshold = input.float(10, "VWMO Threshold") this is the cutoff for VWMO to vote for a trade (default 10). above 10, it votes for a long; below -10, a short.
how it works: it ensures only strong momentum signals count. a higher threshold means fewer but stronger trades.
how to adjust: if you want more trades, lower it to 5. if you’re getting too many weak signals, raise it to 15. this depends on your market—volatile stocks might need a higher threshold to filter noise.
VEI (Velocity Efficiency Index)
VEI measures market efficiency and velocity to filter out choppy moves and focus on strong trends.
vei_eflen = input.int(14, "VEI Efficiency Smoothing") this sets the EMA period for smoothing VEI’s efficiency calc (bar range / volume, default 14 bars).
how it works: efficiency is how much price moves per unit of volume. smoothing it with an EMA reduces noise, focusing on consistent efficiency. a longer period smooths more but adds lag.
how to adjust: for choppy markets, increase to 20 to filter out noise. for faster markets, drop to 10 for quicker signals. this should match your timeframe—shorter timeframes might need a shorter period.
vei_momlen = input.int(8, "VEI Momentum Length") this sets how many bars back VEI looks to calculate momentum in efficiency (default 8 bars).
how it works: it measures the change in smoothed efficiency over 8 bars, then adjusts for inertia (volume-to-range). a longer period captures bigger shifts, while a shorter one reacts faster.
how to adjust: if VEI is missing quick reversals, drop to 5. if it’s too noisy, raise to 12. test on your chart to see what catches the right moves without too many false signals.
vei_threshold = input.float(4.5, "VEI Threshold") this is the cutoff for VEI to vote for a trade (default 4.5). above 4.5, it votes for a long; below -4.5, a short.
how it works: it ensures only strong, efficient moves count. a higher threshold means fewer trades but higher quality.
how to adjust: if you’re not getting enough trades, lower to 3. if you’re seeing too many false entries, raise to 6. this depends on your market—fast stocks like NQ1 might need a lower threshold.
Features
Multi-Signal Voting: requires all three signals (SPR, VWMO, VEI) to align for a trade, ensuring high-probability setups.
Risk Management: uses ATR-based stops (2.1x) and take-profits (4.1x), with dynamic position sizing based on a risk percentage (default 0.4%).
Market Filters: ADX (default 27) ensures trending conditions, choppiness index (default 54.5) avoids sideways markets, and ATR expansion (default 1.12) confirms volatility.
Dashboard: provides real-time stats like SPR, VWMO, VEI values, net P/L, win rate, and streak, with a clean, functional design.
Visuals
EXODUS prioritizes performance over visuals, as it was built for competitive and competition purposes. entry/exit signals are marked with simple labels and shapes, and a basic heatmap highlights market regimes. a more visually stunning update may be released later, with enhanced graphics and overlays.
Usage
EXODUS is designed for stocks and ETFs but can be adapted for futures with adjustments. it performs best in trending markets with sufficient volatility, as confirmed by its generic tuning across symbols like TSLA, AMD, NVDA, and NQ1. adjust inputs like SPR threshold, VWMO smoothing, or VEI momentum length to suit specific assets or timeframes.
Setting I used: (Again, these are a generic setting, each security needs to be fine tuned)
SPR LB = 19 SPR TH = 0.5 SPR ATR L= 21 SPR RTH Sess: 9:30 – 16:00
VWMO L = 21 VWMO LB = 18 VWMO S = 6 VWMO T = 8
VEI ES = 14 VEI ML = 21 VEI T = 4
R % = 0.4
ATR L = 21 ATR M (S) =1.1 TP Multi = 2.1 ATR min mult = 0.8 ATR Expansion = 1.02
ADX L = 21 Min ADX = 25
Choppiness Index = 14 Chop. Max T = 55.5
Backtesting: TSLA
Frame: Jan 02, 2018, 08:00 — May 01, 2025, 09:00
Slippage: 3
Commission .01
Disclaimer
this strategy is for educational purposes. past performance is not indicative of future results. trading involves significant risk, and you should only trade with capital you can afford to lose. always backtest and validate any strategy before using it in live markets.
(This publishing will most likely be taken down do to some miscellaneous rule about properly displaying charting symbols, or whatever. Once I've identified what part of the publishing they want to pick on, I'll adjust and repost.)
About the Author
Dskyz (DAFE) Trading Systems is dedicated to building high-performance trading algorithms. EXODUS is a product of rigorous research and development, aimed at delivering consistent, and data-driven trading solutions.
Use it with discipline. Use it with clarity. Trade smarter.
**I will continue to release incredible strategies and indicators until I turn this into a brand or until someone offers me a contract.
2025 Created by Dskyz, powered by DAFE Trading Systems. Trade smart, trade bold.
【FREE】MAKE YOUR SIGNこのスクリプトは、トレンド方向に沿った逆張り型のエントリータイミングを検出するためのツールです。
以下の5つのテクニカル要素を組み合わせて、裁量トレードをサポートします。
スクリプトの主要機能
トレンド方向の判定
**移動平均線(MA)**を3本使用します(短期・中期・長期)。
条件: 短期MA > 中期MA > 長期MA なら上昇トレンド、その逆なら下降トレンド。
トレンドの方向が確定した場合のみ、シグナルが発生します(トレンドフィルター機能)。
逆張り条件の検出
RSI(Relative Strength Index)とストキャスティクスの両方が指定された閾値に達したとき、短期的な売られすぎ / 買われすぎを検出。
例: RSIが30以下かつストキャスが20以下 ➔ 買いシグナル
逆に、RSIが70以上かつストキャスが80以上 ➔ 売りシグナル
時間帯フィルター
シグナル発生は、ユーザーが設定した特定の時間帯に限定できます。
例: ロンドン時間(16:00-20:00)、ニューヨーク時間(21:00-1:00)などに絞り、重要な市場時間帯のみでのエントリーを狙えます。
フィボナッチリトレースメントの自動描画
直近の高値・安値を検出し、フィボナッチライン(0.236, 0.382, 0.5, 0.618, 0.786)をチャート上に自動で表示。
押し目・戻り売りの目安ラインとして機能します。
通貨強弱ヒートマップ
複数の通貨ペアのEMAの並び順を分析し、各通貨の強さランクをヒートマップで表示。
トレードの際、強い通貨 vs 弱い通貨の組み合わせを視覚的に判断できます。
シグナルのロジック
シンプルに言えば、**「トレンド方向に沿った逆張りエントリー」**です。
たとえば、以下のようなシナリオでシグナルが点灯します:
買いシグナル発生条件:
MAが上昇トレンドの並び(短期 > 中期 > 長期)
RSIが30以下
ストキャスが20以下
現在時刻が設定した時間帯内
売りシグナル発生条件:
MAが下降トレンドの並び(短期 < 中期 < 長期)
RSIが70以上
ストキャスが80以上
🔎 Main Features
1️⃣ Trend Direction Filter
Uses 3 Moving Averages (MA) (short, medium, long-term).
Condition: If Short MA > Medium MA > Long MA ➔ Uptrend. The reverse ➔ Downtrend.
Signals only appear when trend alignment is confirmed.
2️⃣ Countertrend Signal Detection
Combines RSI and Stochastic to detect overbought/oversold conditions.
Example: RSI below 30 and Stochastic below 20 ➔ Buy Signal.
RSI above 70 and Stochastic above 80 ➔ Sell Signal.
3️⃣ Session Filter
Signals are limited to user-defined sessions.
Example: Only show signals during London (16:00-20:00) or New York (21:00-1:00) sessions.
4️⃣ Automatic Fibonacci Retracement
Draws Fibonacci levels (0.236, 0.382, 0.5, 0.618, 0.786) based on recent high/low.
Useful for spotting potential pullback zones.
5️⃣ Currency Strength Heatmap
Analyzes multiple forex pairs by checking EMA alignment.
Displays each currency's strength/weakness visually, helping you trade strong vs weak pairs.
🎯 Signal Logic
In simple terms:
"Countertrend entry signals filtered by main trend direction."
🔥 Buy Signal Conditions:
MAs aligned in uptrend (Short > Medium > Long)
RSI below 30
Stochastic below 20
Within user-set time session
❄️ Sell Signal Conditions:
MAs aligned in downtrend (Short < Medium < Long)
RSI above 70
Stochastic above 80
Within user-set time session
ATR Strength Index~~~~~~~ATRRSI~~~~~~~~~
Understanding the ATR Strength IndexThe "ATR Strength Index" (ATR SI) is a custom technical indicator derived by applying the calculation methodology of the Relative Strength Index (RSI) to the values of the Average True Range (ATR).
While the standard RSI measures the momentum of price changes, the ATR SI measures the momentum of volatility itself, as represented by the ATR.It is important to note that this is not a standard, widely recognised indicator like the traditional RSI or ATR.
It's a custom construction designed to provide a different perspective on market dynamics – specifically, the speed and magnitude of changes in volatility.
How it is Calculated
The calculation of the ATR Strength Index follows the same steps as the standard RSI, but the input data is the ATR value for each period, rather than the price.Let ATRi be the Average True Range value for the current period i.Let ATRi−1 be the Average True Range value for the previous period i−1.Calculate the period-over-period change in ATR:ΔATRi=ATRi−ATRi−1Separate ATR Gains and ATR Losses:If ΔATRi>0, then ATR,Gaini=ΔATRi and ATR,Lossi=0.If ΔATRi<0, then ATR,Gaini=0 and ATR,Lossi=∣ΔATRi∣.If ΔATRi=0, then ATR,Gaini=0 and ATR,Lossi=0.Calculate the Smoothed Average ATR Gain and Average ATR Loss over a specified lookback period (let's call this the "RSI Length" or n).
This typically uses a smoothing method similar to Wilder's original RSI calculation (a modified moving average or exponential moving average).Average,ATR,Gainn=Smoothed Average of ATR,Gain over n periodsAverage,ATR,Lossn=Smoothed Average of ATR,Loss over n periodsCalculate the ATR Relative Strength (ATR RS):ATR,RSn=Average,ATR,LossnAverage,ATR,GainnCalculate the ATR Strength Index:ATR,SIn=100−1+ATR,RSn100The resulting index oscillates between 0 and 100, just like the standard RSI.
How to Use It
Interpreting the ATR Strength Index focuses on the momentum of volatility rather than price momentum:High Values (e.g., above 70): Indicate that volatility (as measured by ATR) has been increasing rapidly over the chosen period.
This could suggest a market transitioning from a period of low volatility to high volatility, potentially preceding or accompanying strong directional price moves or increased choppiness.Low Values (e.g., below 30): Indicate that volatility has been decreasing rapidly.
This could suggest a market transitioning from high volatility to low volatility, potentially entering a period of consolidation or ranging price action.Midline (50): Represents a balance between increasing and decreasing volatility momentum.Divergence: You could potentially look for divergence between the ATR value itself and the ATR Strength Index. For example, if ATR is making higher highs but the ATR SI is making lower highs, it might suggest that while volatility is still increasing, the speed of that increase is slowing down. The interpretation and reliability of such divergence would need careful testing.
This indicator is best used as a supplementary tool to gain insight into the underlying volatility dynamics of the market, rather than as a primary signal generator for price direction.
It can help in understanding the current market environment – whether volatility is picking up or dying down – which can inform the suitability of different trading strategies (e.g., trend-following strategies might be more effective when volatility momentum is high, while range-bound strategies might suit periods of low volatility momentum).
Uniqueness
The ATR Strength Index is unique because it applies a momentum oscillator's logic (RSI) to a volatility indicator's output (ATR).Standard RSI: Focuses on the directional force of price movements.Standard ATR: Measures the amount of volatility, regardless of direction.ATR Strength Index: Measures the speed and direction of change in volatility.
It provides a perspective that neither the standard RSI nor ATR offers on their own – a quantified measure of how quickly the market's choppiness or range is expanding or contracting. This can be valuable for traders who incorporate volatility analysis into their decision-making process.In summary, the ATR Strength Index is a custom indicator that adapts the RSI calculation to measure the momentum of volatility, offering a unique view on market dynamics by showing how rapidly volatility is increasing or decreasing.
ADX Full [Titans_Invest]ADX Full
This is, without a doubt, the most complete ADX indicator available on TradingView — and quite possibly the most advanced in the world. We took the classic ADX structure and fully optimized it, preserving its essence while elevating its functionality to a whole new level. Every aspect has been enhanced — from internal logic to full visual customization. Now you can see exactly what’s happening inside the indicator in real time, with tags, flags, and informative levels. This indicator includes over 22 long entry conditions and 22 short entry conditions , covering absolutely every possibility the ADX can offer. Everything is transparent, adjustable, and ready to fit seamlessly into any professional trading strategy. This isn’t just another ADX — it’s the definitive ADX, built for traders who take the market seriously.
⯁ WHAT IS THE ADX❓
The Average Directional Index (ADX) is a technical analysis indicator developed by J. Welles Wilder. It measures the strength of a trend in a market, regardless of whether the trend is up or down.
The ADX is an integral part of the Directional Movement System, which also includes the Plus Directional Indicator (+DI) and the Minus Directional Indicator (-DI). By combining these components, the ADX provides a comprehensive view of market trend strength.
⯁ HOW TO USE THE ADX❓
The ADX is calculated based on the moving average of the price range expansion over a specified period (usually 14 periods). It is plotted on a scale from 0 to 100 and has three main zones:
Strong Trend: When the ADX is above 25, indicating a strong trend.
Weak Trend: When the ADX is below 20, indicating a weak or non-existent trend.
Neutral Zone: Between 20 and 25, where the trend strength is unclear.
⯁ ENTRY CONDITIONS
The conditions below are fully flexible and allow for complete customization of the signal.
______________________________________________________
🔹 CONDITIONS TO BUY 📈
______________________________________________________
• Signal Validity: The signal will remain valid for X bars .
• Signal Sequence: Configurable as AND or OR .
🔹 +DI > -DI
🔹 +DI < -DI
🔹 +DI > ADX
🔹 +DI < ADX
🔹 -DI > ADX
🔹 -DI < ADX
🔹 ADX > Threshold
🔹 ADX < Threshold
🔹 +DI > Threshold
🔹 +DI < Threshold
🔹 -DI > Threshold
🔹 -DI < Threshold
🔹 +DI (Crossover) -DI
🔹 +DI (Crossunder) -DI
🔹 +DI (Crossover) ADX
🔹 +DI (Crossunder) ADX
🔹 +DI (Crossover) Threshold
🔹 +DI (Crossunder) Threshold
🔹 -DI (Crossover) ADX
🔹 -DI (Crossunder) ADX
🔹 -DI (Crossover) Threshold
🔹 -DI (Crossunder) Threshold
______________________________________________________
______________________________________________________
🔸 CONDITIONS TO SELL 📉
______________________________________________________
• Signal Validity: The signal will remain valid for X bars .
• Signal Sequence: Configurable as AND or OR .
🔸 +DI > -DI
🔸 +DI < -DI
🔸 +DI > ADX
🔸 +DI < ADX
🔸 -DI > ADX
🔸 -DI < ADX
🔸 ADX > Threshold
🔸 ADX < Threshold
🔸 +DI > Threshold
🔸 +DI < Threshold
🔸 -DI > Threshold
🔸 -DI < Threshold
🔸 +DI (Crossover) -DI
🔸 +DI (Crossunder) -DI
🔸 +DI (Crossover) ADX
🔸 +DI (Crossunder) ADX
🔸 +DI (Crossover) Threshold
🔸 +DI (Crossunder) Threshold
🔸 -DI (Crossover) ADX
🔸 -DI (Crossunder) ADX
🔸 -DI (Crossover) Threshold
🔸 -DI (Crossunder) Threshold
______________________________________________________
______________________________________________________
🤖 AUTOMATION 🤖
• You can automate the BUY and SELL signals of this indicator.
______________________________________________________
______________________________________________________
⯁ UNIQUE FEATURES
______________________________________________________
Signal Validity: The signal will remain valid for X bars
Signal Sequence: Configurable as AND/OR
Condition Table: BUY/SELL
Condition Labels: BUY/SELL
Plot Labels in the Graph Above: BUY/SELL
Automate and Monitor Signals/Alerts: BUY/SELL
Signal Validity: The signal will remain valid for X bars
Signal Sequence: Configurable as AND/OR
Table of Conditions: BUY/SELL
Conditions Label: BUY/SELL
Plot Labels in the graph above: BUY/SELL
Automate & Monitor Signals/Alerts: BUY/SELL
______________________________________________________
📜 SCRIPT : ADX Full
🎴 Art by : @Titans_Invest & @DiFlip
👨💻 Dev by : @Titans_Invest & @DiFlip
🎑 Titans Invest — The Wizards Without Gloves 🧤
✨ Enjoy!
______________________________________________________
o Mission 🗺
• Inspire Traders to manifest Magic in the Market.
o Vision 𐓏
• To elevate collective Energy 𐓷𐓏