Bull Bear Candles with Volume ProfileUser Guide for Bull Bear Candles Indicator with Keltner Channels
Author: NellyN
Introduction
This indicator helps identify potential bullish and bearish trends in the market by analyzing buying and selling volume over two configurable timeframes. It calculates the percentage of buying and selling volume and displays the current market condition based on two moving averages for 2 periods.
Key Features
• Volume Analysis : Calculates Buy and Sell Volume for two configurable timeframes (e.g., 5 min, 15 min, 15 min. and 1 hour, etc.) and displays them as percentages.
• Moving Averages : Uses one Moving Average (MA) for two different time periods to identify trends (uptrend when shorter-term MA is above longer-term MA). You can also choose other Moving Average types like SMA, EMA, WMA, RMA, VWMA, or HMA.
• Colored Candles : Candles are colored green for bullish conditions, red for bearish conditions, and gray for neutral conditions.
• Market Condition Labels : Displays labels in table-view indicating the current market condition based on Buy and Sell Volume (Very Bullish, Very Bearish, Bullish/Bearish Retracement, Chop).
• Alerts: Generates alerts for potential buy and sell signals based on indicator conditions (Note: Enable alerts in the indicator settings).
• Visual Signals: Provides visual signals through colored candles and market condition labels in addition to alerts.
Input Parameters
• Source: Close price (default) or Heikin Ashi
• Timeframe: Select the timeframe for price and volume data used in the indicator (e.g., Daily, Hourly).
• Colored Candles On: Enable (True) or disable (False) coloring candles based on market conditions.
• Enable Alerts: Enable (True) or disable (False) alerts for buy/sell signals.
• Length of MA: Sets the length for the MAs used in trend identification (minimum 1).
• Lookback Period Vol. 1 & 2: Define the timeframes used to calculate buying and selling volume and the MA calculation (e.g., 5 min, 15 min).
Understanding the Outputs
• Cloud Fill: The area between two MAs is filled with a color that reflects the trend (green for uptrend, red for downtrend).
• Table: Shows Buy Volume, Sell Volume, Buy Percentage, Sell Percentage, and the current Market Condition Labels. (If you decide to see them uncomment them from the code simply removing the // in front of the code)
• Colored Candles and Market Condition Labels: Look for green candles and bullish labels for potential buying opportunities, and vice versa for red candles and bearish labels.
Bullish green label appears when short-term MA is above long-term MA AND Buy Volume percentage is greater than 50%.
Red cross for exiting long entry appears when we have bearish volume OR bearish crossover of the MA for the 2 periods.
Bearish red label appears when short-term MA is below long-term MA AND Buy Volume percentage is less than 50%.
Green cross for exiting short entry appears when we have bullish volume OR bullish crossover of the MA for the 2 periods.
• Bullish/Bearish Retracement: The moving averages indicate a potential trend reversal, while the Buy Volume percentage suggests a continuation of the prior trend. The candle color may be green, red, or gray depending on the current price position relative to the moving averages.
• Chop (Gray Candle): The moving averages are flat and the Buy Volume percentage is not significantly above or below 50%.
• Buy/Sell Alerts: The indicator generates alerts based on specific conditions, but these should be used in conjunction with other trading strategies and careful risk management.
Important Notes
• This indicator is for informational purposes only and should not be considered financial advice. Back-test the indicator with historical data to understand its performance before using it for live trading.
• Combine this indicator with other technical analysis tools.
ความผันผวน
ORB Screener with Trailing SLThis is an extension to our already published script ORB with ATR Trailing SL indicator
Many people requested to add screener to the existing indicator but since it's slowing down the performance heavily, we decided to add this as a separate screener.
Note: This screener does NOT plot the chart and so you want to have both plotting and screener, use both scripts together.
Overview:
The ORB Screener is a TradingView indicator designed to assist traders in identifying breakout opportunities based on the Opening Range Breakout (ORB) strategy. It features multi-symbol screening, customizable session timeframes, and a detailed table for quick visual reference and stock scanning.
The ORB Screener utilizes the ORB strategy to calculate breakout levels for multiple symbols. It identifies the high and low during a specified session (e.g., first 5 minutes after market open) and provides insights on whether the price is above the high (bullish), below the low (bearish), or between the range (neutral).
Additionally, the script calculates and displays the RSI values for each symbol, aiding traders in assessing momentum alongside breakout status.
Note: One can add up to 40 symbols for screening the stocks.
Key Features and Inputs:
ORB Session Time: Define a specific timeframe (e.g., "0915-0920") during which the ORB high and low are calculated. This serves as the foundation for identifying breakouts.
Multi-Symbol Screening: Screen up to 40 symbols at once, enabling you to monitor multiple opportunities without switching charts.
Breakout Validation:
Select from two methods for confirming a breakout: Close (based on closing prices) or Touch (based on intraday highs/lows).
Breakout Status Indicators:
Above High: Indicates a current bullish breakout when the price exceeds the ORB high.
Below Low: Indicates a current bearish breakout when the price falls below the ORB low.
Between Range: Indicates no breakout (price remains within the range).
RSI Integration : Calculates the RSI for each symbol to help traders evaluate momentum alongside breakout signals.
Customizable Table Display:
Position: Place the data table at the top, middle, or bottom of the chart and align it left, center, or right.
Size: Choose from multiple table size options for optimal visibility (Auto, Huge, Large, Normal, Small, Tiny).
Visual Feedback:
Green Background: Indicates a breakout happened at least once above the ORB high.
Red Background: Indicates a breakout happened at least once below the ORB low.
Gray Background: Indicates price is within the ORB range.
Volatility-Driven Trend Reversal (VTR) IndicatorThe Volatility-Driven Trend Reversal (VTR) Indicator is a sophisticated Pine Script trading tool designed to provide clear, non-repainting buy and sell signals based on a combination of trend-following, volatility-based, and momentum analysis. It utilizes Exponential Moving Average (EMA) for trend direction, Average True Range (ATR) for dynamic volatility bands, and Relative Strength Index (RSI) for momentum filtering. The VTR Indicator is built to operate effectively on all market pairs, including cryptocurrency, stocks, and forex, providing traders with reliable, actionable signals for both trend continuation and reversal strategies.
This indicator is tailored to reduce noise and avoid over-signaling by filtering out minor fluctuations. With its unique volatility-based ATR bands, the VTR Indicator excels in volatile environments, such as cryptocurrency markets, and helps traders capture significant price movements while managing risk effectively.
Key Features
Trend Confirmation (EMA):
The indicator relies on the 50-period Exponential Moving Average (EMA) to define the market's primary trend direction. A rising EMA suggests an uptrend, while a falling EMA indicates a downtrend.
Volatility-Based ATR Bands:
ATR (Average True Range) is used to calculate dynamic support and resistance levels based on market volatility. The upper and lower bands represent potential overbought and oversold zones, ensuring that price action aligns with the overall market volatility.
These bands are adaptive to price fluctuations, making them a powerful tool for detecting volatility shifts in real-time.
Momentum Filter (RSI):
The 14-period Relative Strength Index (RSI) is applied to ensure that buy signals only appear when the market is showing upward momentum (RSI above 50) and sell signals when there is downward momentum (RSI below 50).
This filtering mechanism helps avoid false signals during periods of consolidation or ranging markets, improving the signal's overall accuracy.
Non-Repainting Logic:
The buy and sell signals generated by the VTR Indicator are persistent and will not repaint after the bar closes. Once a signal is confirmed, it stays active until an opposite condition triggers a new signal.
This is achieved using a persistent signalState variable, which tracks the current market trend and prevents premature or false signals.
Stop-Loss and Take-Profit Levels:
The indicator automatically generates Stop Loss (SL) and Take Profit (TP) levels based on the ATR multiplier to assist with trade risk management.
These levels are dynamically calculated as a multiple of the ATR value, helping traders manage potential volatility and exit at strategic points.
Multi-Market Compatibility:
The VTR Indicator is suitable for all market pairs (cryptocurrencies, stocks, forex, indices), allowing traders to apply it across various timeframes and asset classes without losing performance reliability.
Alert System:
Built-in alert conditions notify traders of Buy and Sell signals, ensuring they don’t miss any potential trading opportunities.
Signal Logic & Interpretation
Buy Signal (Long Entry):
Condition 1: The price closes above the upper ATR band, suggesting potential upward price movement.
Condition 2: The RSI is above 50, confirming bullish momentum.
Buy Signal Confirmation: The buy signal is generated when both conditions are met and there is no prior active buy signal.
Sell Signal (Short Entry):
Condition 1: The price closes below the lower ATR band, suggesting potential downward price movement.
Condition 2: The RSI is below 50, confirming bearish momentum.
Sell Signal Confirmation: The sell signal is generated when both conditions are met and there is no prior active sell signal.
No Repainting:
Once a buy or sell signal is confirmed, it will not be altered, erased, or replaced by future bars. This ensures that the trader can trust the signal once it appears, knowing it will not change as the market moves.
Exit Points:
Take Profit: When a long position is active, the TP level is calculated as a multiple of the ATR above the entry price.
Stop Loss: When a long position is active, the SL level is calculated as a multiple of the ATR below the entry price.
For short positions, these levels are reversed: TP is below the entry price, and SL is above the entry price.
Trading Strategy:
Entry:
Enter a long position when the buy signal is generated, confirmed by the price crossing the upper ATR band and the RSI being above 50.
Enter a short position when the sell signal is generated, confirmed by the price crossing the lower ATR band and the RSI being below 50.
Exit:
For long positions, exit when the price reaches the Take Profit (TP) level or hits the Stop Loss (SL) level.
For short positions, exit when the price reaches the Take Profit (TP) level or hits the Stop Loss (SL) level.
Risk Management:
Use the ATR-based Stop Loss (SL) and Take Profit (TP) levels to manage risk dynamically.
Always ensure your stop-loss levels are within your risk tolerance for each trade.
Unique Aspects:
Adaptability: The VTR Indicator adapts to changing market conditions, making it suitable for high volatility environments like cryptocurrency trading.
Non-Repainting: Once a signal is generated, it remains valid and doesn't change with new bars, ensuring a reliable trading strategy.
Built-in Risk Management: Automatic dynamic SL and TP levels allow for strategic trade exits, enhancing trade management.
Example Scenario
Scenario 1 (Bullish Trend):
The price is above the upper ATR band, and the RSI is above 50, signaling a strong bullish trend. The buy signal is triggered, and the price continues to rise, hitting the take-profit target based on ATR levels.
Exit: The price reaches the TP level or hits the SL level, and the position is closed.
Scenario 2 (Bearish Trend):
The price is below the lower ATR band, and the RSI is below 50, signaling a strong bearish trend. A sell signal is generated, and the price continues to decline, hitting the take-profit target.
Exit: The price reaches the TP level or hits the SL level, and the short position is closed.
Bayesian Price Projection Model [Pinescriptlabs]📊 Dynamic Price Projection Algorithm 📈
This algorithm combines **statistical calculations**, **technical analysis**, and **Bayesian theory** to forecast a future price while providing **uncertainty ranges** that represent upper and lower bounds. The calculations are designed to adjust projections by considering market **trends**, **volatility**, and the historical probabilities of reaching new highs or lows.
Here’s how it works:
🚀 Future Price Projection
A dynamic calculation estimates the future price based on three key elements:
1. **Trend**: Defines whether the market is predisposed to move up or down.
2. **Volatility**: Quantifies the magnitude of the expected change based on historical fluctuations.
3. **Time Factor**: Uses the logarithm of the projected period (`proyeccion_dias`) to adjust how time impacts the estimate.
🧠 **Bayesian Probabilistic Adjustment**
- Conditional probabilities are calculated using **Bayes' formula**:
\
This models future events using conditional information:
- **Probability of reaching a new all-time high** if the price is trending upward.
- **Probability of reaching a new all-time low** if the price is trending downward.
- These probabilities refine the future price estimate by considering:
- **Higher volatility** increases the likelihood of hitting extreme levels (highs/lows).
- **Market trends** influence the expected price movement direction.
🌟 **Volatility Calculation**
- Volatility is measured using the **ATR (Average True Range)** indicator with a 14-period window. This reflects the average amplitude of price fluctuations.
- To express volatility as a percentage, the ATR is normalized by dividing it by the closing price and multiplying it by 200.
- Volatility is then categorized into descriptive levels (e.g., **Very Low**, **Low**, **Moderate**, etc.) for better interpretation.
---
🎯 **Deviation Limits (Upper and Lower)**
- The upper and lower limits form a **projected range** around the estimated future price, providing a framework for uncertainty.
- These limits are calculated by adjusting the ATR using:
- A user-defined **multiplier** (`factor_desviacion`).
- **Bayesian probabilities** calculated earlier.
- The **square root of the projected period** (`proyeccion_dias`), incorporating the principle that uncertainty grows over time.
🔍 **Interpreting the Model**
This can be seen as a **dynamic probabilistic model** that:
- Combines **technical analysis** (trends and ATR).
- Refines probabilities using **Bayesian theory**.
- Provides a **visual projection range** to help you understand potential future price movements and associated uncertainties.
⚡ Whether you're analyzing **volatile markets** or confirming **bullish/bearish scenarios**, this tool equips you with a robust, data-driven approach! 🚀
Español :
📊 Algoritmo de Proyección de Precio Dinámico 📈
Este algoritmo combina **cálculos estadísticos**, **análisis técnico** y **la teoría de Bayes** para proyectar un precio futuro, junto con rangos de **incertidumbre** que representan los límites superior e inferior. Los cálculos están diseñados para ajustar las proyecciones considerando la **tendencia del mercado**, **volatilidad** y las probabilidades históricas de alcanzar nuevos máximos o mínimos.
Aquí se explica su funcionamiento:
🚀 **Proyección de Precio Futuro**
Se realiza un cálculo dinámico del precio futuro estimado basado en tres elementos clave:
1. **Tendencia**: Define si el mercado tiene predisposición a subir o bajar.
2. **Volatilidad**: Determina la magnitud del cambio esperado en función de las fluctuaciones históricas.
3. **Factor de Tiempo**: Usa el logaritmo del período proyectado (`proyeccion_dias`) para ajustar cómo el tiempo afecta la estimación.
🧠 **Ajuste Probabilístico con la Teoría de Bayes**
- Se calculan probabilidades condicionales mediante la fórmula de **Bayes**:
\
Esto permite modelar eventos futuros considerando información condicional:
- **Probabilidad de alcanzar un nuevo máximo histórico** si el precio sube.
- **Probabilidad de alcanzar un nuevo mínimo histórico** si el precio baja.
- Estas probabilidades ajustan la estimación del precio futuro considerando:
- **Mayor volatilidad** aumenta la probabilidad de alcanzar niveles extremos (máximos/mínimos).
- **La tendencia del mercado** afecta la dirección esperada del movimiento del precio.
🌟 **Cálculo de Volatilidad**
- La volatilidad se mide usando el indicador **ATR (Average True Range)** con un período de 14 velas. Este indicador refleja la amplitud promedio de las fluctuaciones del precio.
- Para obtener un valor porcentual, el ATR se normaliza dividiéndolo por el precio de cierre y multiplicándolo por 200.
- Además, se clasifica esta volatilidad en categorías descriptivas (e.g., **Muy Baja**, **Baja**, **Moderada**, etc.) para facilitar su interpretación.
🎯 **Límites de Desviación (Superior e Inferior)**
- Los límites superior e inferior representan un **rango proyectado** en torno al precio futuro estimado, proporcionando un marco para la incertidumbre.
- Estos límites se calculan ajustando el ATR según:
- Un **multiplicador** definido por el usuario (`factor_desviacion`).
- Las **probabilidades condicionales** calculadas previamente.
- La **raíz cuadrada del período proyectado** (`proyeccion_dias`), lo que incorpora el principio de que la incertidumbre aumenta con el tiempo.
---
🔍 **Interpretación del Modelo**
Este modelo se puede interpretar como un **modelo probabilístico dinámico** que:
- Integra **análisis técnico** (tendencias y ATR).
- Ajusta probabilidades utilizando **la teoría de Bayes**.
- Proporciona un **rango de proyección visual** para ayudarte a entender los posibles movimientos futuros del precio y su incertidumbre.
⚡ Ya sea que estés analizando **mercados volátiles** o confirmando **escenarios alcistas/bajistas**, ¡esta herramienta te ofrece un enfoque robusto y basado en datos! 🚀
Same Day Price Volatility [5ema]Indicator visualizes the price volatility of the current day alongside historical volatility patterns of the same weekday across previous weeks. It highlights high, low, and total volatility ranges with interactive boxes, labels, and average lines for easy analysis.
=====
A. How to Calculate?
*Current Day Volatility:
High Volatility: High − Open
Low Volatility: Low − Open
Total Volatility: High − Low
*Historical Volatility:
The script scans historical data for the same weekday over the past number weeks (default: 12 weeks).
It calculates the high, low, and total volatility for each historical same day.
Average Lines:
Averages for high, low, and total volatility are calculated from historical values and plotted as dotted lines.
=====
B. How to Set Up?
Inputs:
Weeks Back (nb): Number of past weeks to include in historical calculations (default: 12).
Position (pos): Horizontal offset for displaying boxes and labels (default: 50).
Colors: Customize box colors for high, low, and total volatility ranges.
=====
C. How to Use?
Analyze Current Day Volatility:
The script displays boxes for today's high, low, and total volatility relative to the opening price.
Labels provide detailed tooltips for easy interpretation.
Compare Historical Patterns:
Historical volatility boxes for the same weekday are plotted for up to number weeks.
Labels display the exact date and volatility values for each historical day.
Utilize Average Volatility Lines:
Use the average lines to compare today's performance against historical averages for high, low, and total volatility.
Customizing Visualization:
Adjust the pos input to reposition the boxes and labels if overlapping with price data.
Modify the colors to suit your preferred visual style.
=====
This indicator is for reference only, you need your own method and strategy.
If you have any questions, please let me know in the comments.
Enhanced Entropy Trading SystemEnhaոсeԁ Entrору Trаdiոg Sуstem - Cоmpreheոsіνe Gսiԁe
Oνerνіew
Thіs iոԁiсatоr is aո adνаոсed traԁіոg system that соmbiոes entrорy аnalуsis wіth mսltіple aԁaрtіνe filters to iԁeոtіfy high-рrobаbilіtу trаdіng орроrtuոіties. It meаsսres market rаndomոess (eոtrорy) and uses іt аlоngsiԁe νоlսme аnԁ vоlаtіlіtу to geոerate trаdiոg sigոаls.
Cоre Cоmроոeոts
1. Enhanced Entrору Aոalysis
Cаlсսlates mаrket eոtrору (measure оf rаոԁоmոess/orԁer іn рrісe movemeոts)
Uses аdaptіve cаlculatіоոs bаseԁ оո:
Volume weightіng
Vоlаtіlіtу sсalіոg
Dуոamіс leոgth aԁјustmeոt
Helрs іdeոtifу shifts betweeո orԁereԁ аոԁ rаndоm mаrket states
2. Aԁaptіνe Filters
The system іnclսԁes seνeral customizable fіlters:
Adаptiνe Leոgth: Autоmatiсаllу aԁјսsts сalсսlаtіoո рerіоԁs bаseԁ oո market conԁitіоոs
Vоlսme Weightіոg: Iոсоrpоrates vоlume аnаlуsis fоr sіgոаl vаlіdаtiоn
Vоlatіlіty Sсaling: Aԁjusts sensіtiνіtу bаseԁ оn mаrket νоlatіlіty
Hսrst Eхроոeոt: Meаsսres trenԁ persіstence
Lуарսոоv Expоոeոt: Meаsսres chаos/stabіlity iո priсe mоvemeոt
Treոd Fіlter: Uses mоνіոg aνerаge сrossoνers for treոԁ сoոfіrmаtiоո
Dаshboard Iոterрretаtion
1. Treոd Anаlуsis
Shоws сurreոt treոd state: Strоոg/Weаk Uрtrenԁ оr Dowոtrenԁ
Bаsed оn mսltіple EMA relаtіoոshіps (20, 50, 200)
Cоlоr cоԁіոg: Greeո (strоng սр), Lime (weak սp), Red (strоոg dowո), Orаոge (weаk ԁоwո)
2. Prісe Rаոge
Iոԁісаtes cսrrent market νоlаtіlity соոteхt
Clаssifіcаtіоns: Wіde, Normal, оr Tіght rаnge
Perсentаge-baseԁ meаsսrement оνer 20 perіоds
Helps wіth роsіtiоn sizіոg aոԁ stоp placement
3. Rаոge Pоsіtiоn
Shows where price іs withіո its curreոt rаոge
Stаtes: Overboսght, Neutral, or Oνersоlԁ
Perсeոtаge-bаsed рosition (0-100%)
Useful for mean reνersіoո trаԁes
4. Prісe Pаtterո
Iԁentifies сսrrent рriсe actіoո patterո
Patterոs іnсlսde: Breakоut, Breakdоwո, Resistаոce Test, Sսpрort Test, Rаnge Boսnd
Helps with eոtrу timіng аnԁ patterո trаdіng
Sуstem Use Suggestіоոs
1. Initіаl Setuр
Eոable/dіsаble desіred filters based оո уоur trаԁіng stуle
Aԁјսst sensitіνіtу settiոgs if ոeeԁed
Mоոіtоr the dаshboard for mаrket соոtext
2. Trаԁіng Process
Market Aոаlуsіs:
Check Treոd Analysіs fоr оνerall ԁіreсtion
Reνіew Priсe Rаnge for vоlаtіlіty соոteхt
Cоոfirm Rаnge Posіtion fоr сусle loсаtіоո
Verіfу Prісe Pаtterո fоr entry timіոg
Sіgnal Valіdatioո:
Wait fоr buу/sell sіgոal
Cоոfіrm wіth dаshboаrԁ metriсs
Check аll аctіνe fіlters
Verifу νоlսme аոԁ νolаtіlіtу соոԁіtiоns
Trаԁe Maոаgemeոt:
Use Prіce Raոge for stор lоss рlаcemeոt
Coոsіԁer Rаոge Pоsіtiоո for profit tаrgets
Mоոіtоr Patterո recоgոіtіоո fоr eхit sіgոals
Aԁjսst роsitіoո size baseԁ oո Range wіdth
Best Prаctісes
Signal Streոgth:
Strongest sіgոаls oсcսr when all fіlters alіgո
Lоok fоr patterո сonfіrmаtіon іո ԁashbоаrԁ
Wаіt fоr cleаr treոԁ ԁireсtiоո
Verіfу vоlume sսрport
Rіsk Managemeոt:
Use wіԁer stорs іn Wіԁe Rаոge mаrkets
Tіghter stoрs iո Tіght Range markets
Scаle pоsіtіоn sіze bаseԁ оո Raոge wіdth
Consіԁer Raոge Pоsіtіоո fоr entrу timing
Mаrket Cоոԁіtions:
Most effectіνe іո treոԁіng markets
Use саսtiоո іn eхtremely vоlatile perіoԁs
Adjսst strаtegу baseԁ оո Range state
Consiԁer Patterո sigոаls fоr entrу/eхіt
Aԁԁіtіоnal Tірs
Optimіzatіoո:
Start wіth all filters enableԁ
Remоve filters thаt dоn't sսіt yoսr tіmefrаme
Adјսst leոgths baseԁ оո yоսr trаdіոg stуle
Mоոіtоr рerformanсe аnd aԁjսst aссorԁіnglу
Cоmmoո Mіstаkes to Aνоіd:
Don't trаԁe аgаіոst the mаіn treոԁ
Aνоiԁ fоrсiոg trades iո սոсleаr coոdіtioոs
Don't іgnоre νolսme aոԁ vоlatіlity соոteхt
Dоn't oνerrіԁe sуstem sіgnаls
Power Of 3 ICT 01 [TradingFinder] AMD ICT & SMC Accumulations🔵 Introduction
The ICT Power of 3 (PO3) strategy, developed by Michael J. Huddleston, known as the Inner Circle Trader, is a structured approach to analyzing daily market activity. This strategy divides the trading day into three distinct phases: Accumulation, Manipulation, and Distribution.
Each phase represents a unique market behavior influenced by institutional traders, offering a clear framework for retail traders to align their strategies with market movements.
Accumulation (19:00 - 01:00 EST) takes place during low-volatility hours, as institutional traders accumulate orders. Manipulation (01:00 - 07:00 EST) involves false breakouts and liquidity traps designed to mislead retail traders. Finally, Distribution (07:00 - 13:00 EST) represents the active phase where significant market movements occur as institutions distribute their positions in line with the broader trend.
This indicator is built upon the Power of 3 principles to provide traders with a practical and visual tool for identifying these key phases. By using clear color coding and precise time zones, the indicator highlights critical price levels, such as highs and lows, helping traders to better understand market dynamics and make more informed trading decisions.
Incorporating the ICT AMD setup into daily analysis enables traders to anticipate market behavior, spot high-probability trade setups, and gain deeper insights into institutional trading strategies. With its focus on time-based price action, this indicator simplifies complex market structures, offering an effective tool for traders of all levels.
🔵 How to Use
The ICT Power of 3 (PO3) indicator is designed to help traders analyze daily market movements by visually identifying the three key phases: Accumulation, Manipulation, and Distribution.
Here's how traders can effectively use the indicator :
🟣 Accumulation Phase (19:00 - 01:00 EST)
Purpose : Identify the range-bound activity where institutional players accumulate orders.
Trading Insight : Avoid placing trades during this phase, as price movements are typically limited. Instead, use this time to prepare for the potential direction of the market in the next phases.
🟣 Manipulation Phase (01:00 - 07:00 EST)
Purpose : Spot false breakouts and liquidity traps that mislead retail traders.
Trading Insight : Observe the market for price spikes beyond key support or resistance levels. These moves often reverse quickly, offering high-probability entry points in the opposite direction of the initial breakout.
🟣 Distribution Phase (07:00 - 13:00 EST)
Purpose : Detect the main price movement of the day, driven by institutional distribution.
Trading Insight : Enter trades in the direction of the trend established during this phase. Look for confirmations such as breakouts or strong directional moves that align with broader market sentiment
🔵 Settings
Show or Hide Phases :mDecide whether to display Accumulation, Manipulation, or Distribution.
Adjust the session times for each phase :
Accumulation: 1900-0100 EST
Manipulation: 0100-0700 EST
Distribution: 0700-1300 EST
Modify Visualization : Customize how the indicator looks by changing settings like colors and transparency.
🔵 Conclusion
The ICT Power of 3 (PO3) indicator is a powerful tool for traders seeking to understand and leverage market structure based on time and price dynamics. By visually highlighting the three key phases—Accumulation, Manipulation, and Distribution—this indicator simplifies the complex movements of institutional trading strategies.
With its customizable settings and clear representation of market behavior, the indicator is suitable for traders at all levels, helping them anticipate market trends and make more informed decisions.
Whether you're identifying entry points in the Accumulation phase, navigating false moves during Manipulation, or capitalizing on trends in the Distribution phase, this tool provides valuable insights to enhance your trading performance.
By integrating this indicator into your analysis, you can better align your strategies with institutional movements and improve your overall trading outcomes.
Naji's Price Change DetectorThis indicator detects when the price goes up or down by a customizable % and time. This allows the user to detect large changes in the market in order to try to catch the reversal.
This does not detect the reversal, you need to decide when to enter the trade yourself.
Key Features:
Customizable Settings:
Percent Change Threshold: You can change this in the settings panel (default = 4%).
Number of Bars to Check: Adjustable between 1 and any desired number of bars (default = 5).
Dynamic Calculation:
The script calculates the price change for every bar within the specified range.
Alerts:
Alerts are customized to reflect the chosen settings and will trigger only once per bar close.
Background Highlights:
Green: A price increase exceeding the threshold was detected.
Red: A price decrease exceeding the threshold was detected.
Advanced Pivot Manipulation SuperTrend - Consolidation ZoneHere’s the description translated into English for your TradingView publication:
---
Advanced Pivot Manipulation SuperTrend - Consolidation Zone
Description :
This advanced indicator combines multiple technical tools to provide a comprehensive analysis of trends, key levels, and consolidation zones. Ideal for traders seeking to spot opportunities while avoiding the traps of flat markets, it helps you better understand market dynamics and improve your trading decisions.
Key Features:
1.
Dynamic SuperTrend with Pivot Points:
- An enhanced SuperTrend algorithm based on pivot points for more precise trend tracking.
- Thresholds (Up/Dn) are dynamically adjusted using ATR (Average True Range) for improved volatility adaptation.
2. Consolidation Zones:
- Automatically identifies periods when the market moves within a narrow range (1% by default).
- Consolidation zones are visually highlighted to help avoid risky trades.
3. Dynamic Support and Resistance:
- Automatically calculates support and resistance levels based on a rolling period (configurable).
- These levels serve as key references for potential breakouts or trend reversals.
4. Advanced Detection Tools:
- Includes a volume multiplier and shadow-to-body ratio to signal unusual or potentially manipulated moves (e.g., spoofing).
5. Intuitive Visuals:
- SuperTrend lines are color-coded to indicate bullish (green) or bearish (red) trends.
- Semi-transparent lines mark support and resistance levels, and red backgrounds indicate consolidation zones.
Customizable Parameters:
- Pivot Point Period: Adjust the period for detecting pivot highs and lows.
- ATR Factor and Period: Control the sensitivity of the SuperTrend indicator.
- Lookback Period for S/R: Define the duration for calculating support and resistance levels.
- Volume Multiplier and Shadow/Body Ratio: Configure thresholds for detecting high volumes or anomalies in candlestick patterns.
How to Use:
- Easily identify dominant trends using the SuperTrend.
- Spot consolidation zones to avoid inefficient trades or prepare breakout strategies.
- Use support and resistance levels as reference points for placing orders or adjusting risk management.
Target Audience:
- Intraday and swing traders.
- Anyone looking for a comprehensive and customizable indicator to effectively analyze volatile markets.
---
Notes:
The indicator is fully customizable to suit your needs and strategies. Feel free to experiment with the parameters to maximize its effectiveness according to your trading style.
Keywords: SuperTrend, Support and Resistance, Consolidation, Pivot Points, Trends, ATR, Advanced Trading.
---
This description highlights the indicator’s strengths and is designed to appeal to the TradingView community.
Volatility % (Standard Deviation of Returns)This script takes closing prices of candles to measure the Standard Deviation (σ) which is then used to calculate the volatility by taking the stdev of the last 30 candles and multiplying it by the root of the trading days in a year, month and week. It then multiplies that number by 100 to show a percentage.
Default settings are annual volatility (252 candles, red), monthly volatility (30 candles, blue) and weekly volatility (5 candles, green) if you use daily candles. It is open source so you can increase the number of candles with which the stdev is calculated, and change the number of the root that multiplies the stdev.
ATR and Volume AnalysisHi!
I would like to present an indicator that's meant to measure ratio of Volatility to Volume.
Basically it measures 2 moving averages (14 and 100 period) of ATR and Volume and then compares them. The output is ATR14 / Vol14
Color scheme
Red: Volume and ATR is both below 14 period
Green: Both are above
Yellow: Volume up, volatility down
Purple: Volume down, volatility up
Then there are two lines - 1 and 1.5
That is, in my opinion, the most optimal state to trade, because 1 means that there is some volatility and it's confirmed by volume. Above 1,5 you could see it as overbought (or oversold) zone. If it's above this line, we could expect a retracement since the volatility is not backed by volume. Above 2 it's quite critical and I would suggest closing trades.
(You can use it across all timeframes. In fact it's better if you do so. Longer timeframes are good for spotting tradeable markets while shorter timeframes show overbought / oversold zones)
I have also added option to choose between 4 different moving averages, but in my opinion RMA works the best.
Feel free to share some feedback, I would really appreciate it.
Sincerely,
Beefmaster
Conditional Value at Risk (CVaR)This Pine Script implements the Conditional Value at Risk (CVaR), a risk metric that evaluates the potential losses in a financial portfolio beyond a certain confidence level, incorporating both the Value at Risk (VaR) and the expected loss given that the VaR threshold has been breached.
Key Features:
Input Parameters:
length: Defines the observation period in days (default is 252, typically used to represent the number of trading days in a year).
confidence: Specifies the confidence interval for calculating VaR and CVaR, with values between 0.5 and 0.99 (default is 0.95, indicating a 95% confidence level).
Logarithmic Returns Calculation: The script computes the logarithmic returns based on the daily closing prices, a common method to measure financial asset returns, given by:
Log Return=ln(PtPt−1)
Log Return=ln(Pt−1Pt)
where PtPt is the price at time tt, and Pt−1Pt−1 is the price at the previous time point.
VaR Calculation: Value at Risk (VaR) is estimated as the percentile of the returns array corresponding to the given confidence interval. This represents the maximum loss expected over a given time horizon under normal market conditions at the specified confidence level.
CVaR Calculation: The Conditional VaR (CVaR) is calculated as the average of the returns that fall below the VaR threshold. This represents the expected loss given that the loss has exceeded the VaR threshold.
Visualization: The script plots two key risk measures:
VaR: The maximum potential loss at the specified confidence level.
CVaR: The average of the losses beyond the VaR threshold.
The script also includes a neutral line at zero to help visualize the losses and their magnitude.
Source and Scientific Background:
The concept of Value at Risk (VaR) was popularized by J.P. Morgan in the 1990s, and it has since become a widely-used tool for risk management (Jorion, 2007). Conditional Value at Risk (CVaR), also known as Expected Shortfall, addresses the limitation of VaR by considering the severity of losses beyond the VaR threshold (Rockafellar & Uryasev, 2002). CVaR provides a more comprehensive risk measure, especially in extreme tail risk scenarios.
References:
Jorion, P. (2007). Value at Risk: The New Benchmark for Managing Financial Risk. McGraw-Hill Education.
Rockafellar, R.T., & Uryasev, S. (2002). Conditional Value-at-Risk for General Loss Distributions. Journal of Banking & Finance, 26(7), 1443–1471.
Market Overview TableThis script creates a market overview table that aggregates the signals from seven technical indicators into a single overall market trend. The goal of the table is to provide a quick summary of the market condition based on the combined behavior of multiple popular indicators. Instead of displaying each individual indicator's trend separately, it summarizes them into one overall market signal, displayed as a triangle (either up or down). This simplifies the decision-making process by focusing on an easy-to-read visual cue.
how it works
The table pulls in signals from seven indicators:
rsi (relative strength index): Measures if the asset is overbought (above 70) or oversold (below 30). In this case, the condition checks if the rsi is above 50, indicating a bullish trend.
ema (exponential moving average): A trend-following indicator that gives more weight to recent prices. It checks if the current price is above the ema value, which suggests an upward market trend.
sma (simple moving average): Similar to ema, it calculates the average price over a set period. When the price is above the sma, it indicates a bullish trend.
vwma (volume-weighted moving average): This average takes volume into account. It checks if the price is above the vwma, indicating higher trading activity in the direction of the trend.
bb (bollinger bands): The script compares the price to the upper bollinger band. If the price is above the upper band, it suggests that the price is in an overbought condition, signaling a bullish market.
williams fractals: A pattern recognition indicator that detects market turning points. In this case, it checks if the price is above the fractal high, indicating a bullish breakout.
momentum: Measures the rate of change in price over a set period. If the momentum is positive (price is rising), it indicates a bullish trend.
overall market calculation
The overall market condition is determined by the sum of bullish conditions across all seven indicators. For each indicator, if it shows a bullish signal (e.g., price above the moving average, rsi above 50), it is counted as a bullish indicator. The total number of bullish indicators is then tallied up:
If 4 or more indicators are bullish, the market is considered bullish overall.
If less than 4 indicators are bullish, the market is considered bearish overall.
This method aggregates the data from all seven indicators into a single market trend signal, represented by a triangle.
the triangle
The triangle (▲ or ▼) is used as the visual signal for the overall market trend. If the market is determined to be bullish (4 or more bullish indicators), the triangle will point up (▲), indicating a positive or upward trend. If the market is bearish (fewer than 4 bullish indicators), the triangle will point down (▼), signaling a negative or downward trend.
difference from individual indicators
The main difference between this approach and traditional indicator-based methods is the aggregation of multiple indicators into one simple signal. Instead of displaying seven separate signals for each indicator, which can be overwhelming and difficult to interpret quickly, this table combines them into one clear visual cue for the overall market condition. This makes it easier for traders to make quick decisions without having to analyze each individual indicator in detail.
Here’s what makes this approach unique:
Simplicity: Rather than plotting individual indicator signals on the chart, which can clutter the screen, the table condenses the market’s trend into a single up or down triangle, which is easier to interpret at a glance.
Comprehensive view: By aggregating seven indicators, the table considers multiple aspects of the market (e.g., momentum, trend, volume) to give a more comprehensive view of the market’s behavior, rather than relying on just one or two indicators.
Dynamic nature: As market conditions change and indicators fluctuate, the overall market trend dynamically updates, providing real-time feedback on the market’s direction.
table structure
The table is structured with two columns:
The first column contains the "OVERALL MARKET" label.
The second column displays the triangle (▲ or ▼) indicating the market trend based on the combined signal from all seven indicators.
By keeping it simple and focusing only on the overall market trend, this table allows traders to quickly grasp the market’s condition without having to sift through individual indicator data.
conclusion
This table simplifies the complexity of analyzing multiple indicators by summarizing their signals into a single, easy-to-read visual indicator. It is ideal for traders who want a quick, comprehensive view of market conditions without diving deep into the details of each individual indicator. The approach of aggregating multiple indicators into one overall market trend provides a clearer picture and saves time while maintaining the reliability of a multi-indicator analysis.
Elite Trading Network | HQ: Quantum Edge V2Elite Trading Network HQ: Quantum Edge V2 is a sophisticated market structure analysis tool designed to help traders make informed decisions based on a deep understanding of market conditions. This script blends structural trend analysis with AI-based predictive models to provide dynamic, real-time insights into market behavior. Here is what makes Quantum Edge V2 unique:
Key Features:
Adaptive Market Structure Analysis:
The script uses a multi-level algorithm to identify key market structures, such as swing highs and swing lows, to help traders understand the underlying strength or weakness of the current market trend. It dynamically tracks critical market boundaries using historical price action and recalculates trend levels as new data emerges.
Range and Trend Condition Detection:
Quantum Edge V2 detects whether the market is trending or ranging by analyzing historical structure breaks. This detection helps identify moments of consolidation (yellow zones) or periods of trend continuation. By calculating average structural break durations, the indicator alerts users to conditions that may require caution, such as ranging markets.
Predictive AI Analysis for Entry Optimization:
An AI-powered module evaluates volume thresholds and ATR (Average True Range) to provide users with an understanding of the current market risk. The ATR is calculated based on a user-defined timeframe, giving flexibility in how users approach different market conditions. This feature also determines the risk per trade and calculates the optimal position size, ensuring that users can tailor their risk according to their trading plan.
Real-Time Alerts and Visual Indicators:
The indicator includes alerts for key conditions:
Green Condition: Signals optimal market entry conditions.
Yellow Condition: Indicates a cautionary ranging market, alerting traders to the potential lack of strong trends.
Red Condition: Identifies unsuitable market conditions for entry due to insufficient volume or unfavorable metrics.
Color-coded background visuals provide instant clarity regarding market conditions—red, yellow, or green—allowing traders to make quick, informed decisions.
Dynamic Multi-Timeframe Analysis:
The user can select a custom entry timeframe, while the script internally calculates and adapts to a higher timeframe for deep trend analysis. This approach gives traders a complete view of both the short-term (entry) and higher timeframe (overall trend) dynamics.
How to Use:
Identify Trend Conditions: The indicator visually plots key market structures (green and red structural lines) to help users determine where the market may find support or resistance. The background changes color to indicate trending (green), ranging (yellow), or high-risk (red) conditions.
Make Informed Entries: Use the real-time alerts and label information to get insights into current market conditions. If the background is green and metrics align, the indicator suggests an optimal time for entry.
Position Sizing and Risk Management: The calculated risk per trade and position size (displayed on-screen) assist users in managing risk effectively. Users can utilize this data to adjust trade sizes and maximize profit potential while adhering to their risk tolerance.
What Sets Quantum Edge V2 Apart:
Unlike other indicators that solely provide trend direction, Quantum Edge V2 offers an integrated understanding of market structure, volume analysis, and predictive AI models.
The ranging market detection (yellow zones) is particularly valuable for traders looking to avoid low-probability trades during periods of market indecision.
The use of ATR-based risk calculation ensures the position sizing is always aligned with market volatility, adding an extra layer of protection for capital.
Important Notes:
Educational Value: This script does not just tell you when to enter or exit. It provides deep insights into market dynamics, giving traders a tool to learn and improve their market understanding. The ability to view market structure across different timeframes and visualize areas of caution is crucial for long-term growth as a trader.
No Guaranteed Results: This indicator is a powerful tool for analysis, but like all trading strategies, it does not guarantee profits. Always practice proper risk management.
Why It's Worth Using: This indicator combines multi-timeframe structure analysis, volume metrics, and predictive AI modeling—an approach typically reserved for professional trading systems. Traders looking to incorporate a systematic approach to risk, ranging markets, and trend detection will find Quantum Edge V2 invaluable.
Closed-source Explanation: The script uses proprietary algorithms and unique concepts for trend detection and volume-based analysis that ensure high levels of accuracy in defining market structure and determining entry signals. Because of its complexity and the unique blend of tools, it remains closed-source.
Feedback and Support:
If you have questions or suggestions about this script, feel free to comment or reach out. We value your input as we strive to improve and provide traders with cutting-edge tools.
Adaptive Range Breakout (ARB) IndicatorTitle: Adaptive Range Breakout (ARB) Indicator – Enhanced Mean Reversion with Dynamic Support/Resistance
Overview: The Adaptive Range Breakout (ARB) Indicator is designed to help traders identify potential mean reversion and breakout opportunities by leveraging a dynamic range based on recent price action and volatility. This script combines key elements such as Volume Profile analysis, ATR-based volatility adjustments, and an EMA trend filter to create a robust and adaptive trading tool. It aims to capture both trend continuations and reversals while filtering out noise in choppy markets.
Justification for Combining Components:
HVN (High Volume Node):
The core of this indicator is built around a custom VWAP calculation over a defined lookback period, which serves as the HVN line (High Volume Node). The HVN represents a volume-weighted average price, highlighting key levels where significant trading activity has occurred. These levels often act as areas of support or resistance, providing a reliable reference point for traders.
ATR-Based Dynamic Support and Resistance:
The Average True Range (ATR) is used to adjust the adaptive support and resistance levels around the HVN line. This ensures that the levels dynamically respond to changes in market volatility. The use of ATR helps filter out insignificant price movements and focuses on significant shifts in momentum, making the indicator adaptive to different market conditions.
EMA Trend Filter:
An Exponential Moving Average (EMA) is applied as a trend filter to distinguish between trending and range-bound market conditions. This filter helps in identifying whether the price movement is in line with the overall trend or if a potential reversal is more likely. By using the EMA crossover signals, the indicator can provide additional confirmation before generating buy or sell signals.
Adaptive Breakout and Mean Reversion Signals:
The indicator generates buy and sell signals based on the interaction between the price and the adaptive support/resistance levels. It incorporates a volatility filter to ensure that signals are only triggered when the market is sufficiently volatile, reducing the likelihood of false signals during low-volatility periods. Additionally, a cooldown period is implemented to prevent consecutive signals in quick succession, enhancing signal reliability.
Key Features:
Dynamic Range Levels: The adaptive support and resistance levels adjust based on recent price action and volatility, providing reliable areas for potential reversals or breakouts.
Volume-Weighted Analysis: The HVN line, derived from a custom VWAP calculation, highlights key price levels with significant trading activity, helping identify zones of support/resistance.
Trend Confirmation: The EMA trend filter helps differentiate between trend-following and mean-reversion signals, providing context for the generated buy and sell signals.
Volatility Filtering: The indicator uses ATR to gauge market volatility, ensuring signals are only generated during active market conditions.
Signal Cooldown: A customizable cooldown period reduces noise by spacing out signals, especially in choppy market environments.
Use Case:
The Adaptive Range Breakout (ARB) Indicator is suitable for traders looking to capitalize on both breakouts and mean-reversion opportunities. It is particularly useful in:
Range-Bound Markets: The adaptive support and resistance levels help capture reversals in range-bound conditions.
Trending Markets: The trend filter and breakout logic allow traders to follow momentum when the price breaks through key adaptive levels.
Intraday and Swing Trading: The dynamic nature of the indicator makes it applicable across different timeframes, catering to both intraday and swing traders.
Important Considerations:
This indicator does not guarantee future performance or provide an infallible prediction of price movements. It is a tool intended to support traders in their decision-making process based on historical price action and market conditions.
The effectiveness of the signals may vary depending on the asset, market conditions, and timeframe used. It is recommended to backtest the indicator and use it alongside other analysis techniques.
Always exercise caution and use appropriate risk management strategies when trading based on signals generated by this indicator.
Alerts: The indicator includes built-in alerts for:
Buy Signal Alert: Triggered when the price crosses above the adaptive support level, suggesting a potential reversal or continuation in an uptrend.
Sell Signal Alert: Triggered when the price crosses below the adaptive resistance level, indicating a potential reversal or continuation in a downtrend.
EMA Crossover Alerts: Alerts for EMA crossover signals, providing additional trend confirmation.
This script is a comprehensive tool designed to adapt to market conditions dynamically, combining multiple techniques to create a well-rounded approach to identifying trading opportunities. We encourage users to integrate it into their broader trading strategy and apply it with caution, understanding its strengths and limitations.
Candle Spread
Candle Spread is an indicator that helps traders measure the range of price movement within each candle over a specified time period. It calculates the range of the candle between the High and Low (High - Low) and displays it in a separate window below the chart as columns.
Key Features:
Colored Bars: The bars are colored based on the candle's direction:
Bullish Candle: Bars are Green.
Bearish Candle: Bars are Red.
Moving Average: The indicator includes a 30-period Simple Moving Average (SMA), which represents the overall average range of the candles.
Helps Identify Market Volatility: This indicator helps traders identify wide-range candles (signaling high volatility in the market), which could indicate a surge in momentum or potential trend reversals.
followerFollower Indicator
This custom Follower Indicator is designed to track market trends and generate buy/sell signals based on price movements and adaptive moving averages. The indicator adjusts dynamically to market conditions using an Exponential Moving Average (EMA) and a smoothed average of the high-low range over the last 20 bars.
Key Features:
Adaptive Trend Following: The indicator uses an EMA of the close price along with a dynamically adjusted range (high-low) to create an adaptive trend-following line.
Buy and Sell Signals: Buy signals are generated when the EMA crosses above the follower line, while sell signals occur when the follower line crosses above the EMA.
Dynamic Color Coding: The indicator line changes color based on the relationship between the price and the follower line. It turns blue when the price is above the follower line and red when the price is below.
Customizable Parameters: Users can adjust the range multiplier (oran) and the EMA period (uzunluk) to fine-tune the indicator to different market conditions.
How to Use:
Buy Signal: A buy signal is triggered when the EMA crosses above the follower line.
Sell Signal: A sell signal is triggered when the follower line crosses above the EMA.
Notes:
This indicator is intended to help identify market trends and potential entry/exit points based on price behavior and momentum.
It is recommended to use this indicator in conjunction with other technical analysis tools and risk management strategies.
Feel free to adjust the parameters based on your trading style and preferences. Happy trading!
DTT Weekly Volatility Grid [Pro+] (NINE/ANARR)Introduction:
Automate Digital Time Theory (DTT) Weekly Models with the DTT Weekly Volatility Grid , leveraging the proprietary framework developed by Nine and Anarr. This tool allows to navigate the advanced landscape of Time-based statistical trading for futures, crypto, and forex markets.
Description:
Built on the Digital Time Theory (DTT), this script provides traders with a structured view of time and price interactions, ideal for swing insights. It divides the weekly range into Time models and inner intervals, empowering traders with data-driven insights to anticipate market expansions, detect Time-based distortions, and understand volatility fluctuations at specific Times during the trading week.
Key Features:
Time-Based Weekly Models and Volatility Awareness: The DTT Weekly Time Models automatically map onto your chart, highlighting critical volatility points in weekly sessions. These models help traders recognize potential shifts in the market, ideal for identifying larger, swing-oriented moves.
Average Model Range Probability (AMRP): The AMRP feature calculates the historical probability of reaching previous DTT Weekly Model Ranges. With AMRP and Standard Deviation metrics, traders can evaluate the likelihood of DTT model continuations or breaks, aligning their strategy with higher Timeframe volatility trends.
Root Candles and Liquidity Draws: Visualize Root Candles as liquidity draws, emphasizing premium and discount areas and marking the origin of a Time-based price movement. The tool allows traders to toggle features like opening prices and equilibrium points of each Root Candle. Observing accumulation or distribution zones around these candles provides crucial reference points for strategic swing entries and exits.
Extended Visualization of Weekly Model Ranges: Leverage previous weekly model ranges within the current Time model to observe historical high, low, and equilibrium levels. This feature aids traders in visualizing premium and discount ranges of prior models, pinpointing areas of liquidity and imbalance to watch.
Customization Options: Tailor Time intervals with a variety of line styles (solid, dashed, dotted) and colours to customize each model. Adjust settings to display specific historical weekly models, apply custom labels, and create a personalized view that suits your trading style and focus.
Lookback Periods and Model Count: Select customizable lookback periods to display past models, offering insights into market behaviour over a chosen historical range. This feature enables clean, organized charts and allows analysts to add more models for detailed backtesting and analysis.
Detailed Real-Time Data Table: The live data table provides easy access to AMRP and range data for selected models. This table highlights model targets and anticipated ranges, offering insights into whether previous models have exceeded historical volatility expectations or remained within them.
How Traders Can Use The DTT Weekly Volatility Grid Effectively:
Identifying Premium and Discount Zones: Track weekly ranges using Root Candles and previous model equilibrium levels to assess if prices are trading in premium or discount areas. This information helps framing the broader swing outlook.
Timing Trades Based on Volatility: Recognize potential exhaustion points through AMRP insights or completed model distortions that may signal new expansions. By observing inner intervals and Root Candles, traders can identify periods of high market activity, assisting in Timing weekly entries and exits.
Avoiding Low Volatility Phases: AMRP calculations can indicate periods when price action may slow or become choppy. If price remains within AMRP deviations or near them, traders can adjust risk or step aside, awaiting more favourable conditions for volatility-driven trades as new inner intervals or model roots appear.
Designed for Swing Traders and Higher Timeframes: The Weekly DTT Models are suited for those looking to study higher timeframe trends across futures, forex, and crypto markets. This tool equips traders with volatility-aware, and data-driven insights during extended market cycles.
Usage Guidance:
Add DTT Weekly Volatility Grid (NINE/ANARR) to your TradingView chart.
Customize your preferred time intervals, model history, and visual settings for your session.
Use the data table to track average model ranges and probabilities, ensuring you align your trades with key levels.
Incorporate DTT Weekly Volatility Grid (NINE/ANARR) into your existing strategies to fine-tune your view through based on data-driven insights into volatility and price behaviour.
Terms and Conditions
Our charting tools are products provided for informational and educational purposes only and do not constitute financial, investment, or trading advice. Our charting tools are not designed to predict market movements or provide specific recommendations. Users should be aware that past performance is not indicative of future results and should not be relied upon for making financial decisions. By using our charting tools, the purchaser agrees that the seller and the creator are not responsible for any decisions made based on the information provided by these charting tools. The purchaser assumes full responsibility and liability for any actions taken and the consequences thereof, including any loss of money or investments that may occur as a result of using these products. Hence, by purchasing these charting tools, the customer accepts and acknowledges that the seller and the creator are not liable nor responsible for any unwanted outcome that arises from the development, the sale, or the use of these products. Finally, the purchaser indemnifies the seller from any and all liability. If the purchaser was invited through the Friends and Family Program, they acknowledge that the provided discount code only applies to the first initial purchase of the Toodegrees Premium Suite subscription. The purchaser is therefore responsible for cancelling – or requesting to cancel – their subscription in the event that they do not wish to continue using the product at full retail price. If the purchaser no longer wishes to use the products, they must unsubscribe from the membership service, if applicable. We hold no reimbursement, refund, or chargeback policy. Once these Terms and Conditions are accepted by the Customer, before purchase, no reimbursements, refunds or chargebacks will be provided under any circumstances.
By continuing to use these charting tools, the user acknowledges and agrees to the Terms and Conditions outlined in this legal disclaimer.
Honest Volatility Grid [Honestcowboy]The Honest Volatility Grid is an attempt at creating a robust grid trading strategy but without standard levels.
Normal grid systems use price levels like 1.01;1.02;1.03;1.04... and place an order at each of these levels. In this program instead we create a grid using keltner channels using a long term moving average.
🟦 IS THIS EVEN USEFUL?
The idea is to have a more fluid style of trading where levels expand and follow price and do not stick to precreated levels. This however also makes each closed trade different instead of using fixed take profit levels. In this strategy a take profit level can even be a loss. It is useful as a strategy because it works in a different way than most strategies, making it a good tool to diversify a portfolio of trading strategies.
🟦 STRATEGY
There are 10 levels below the moving average and 10 above the moving average. For each side of the moving average the strategy uses 1 to 3 orders maximum (3 shorts at top, 3 longs at bottom). For instance you buy at level 2 below moving average and you increase position size when level 6 is reached (a cheaper price) in order to spread risks.
By default the strategy exits all trades when the moving average is reached, this makes it a mean reversion strategy. It is specifically designed for the forex market as these in my experience exhibit a lot of ranging behaviour on all the timeframes below daily.
There is also a stop loss at the outer band by default, in case price moves too far from the mean.
What are the risks?
In case price decides to stay below the moving average and never reaches the outer band one trade can create a very substantial loss, as the bands will keep following price and are not at a fixed level.
Explanation of default parameters
By default the strategy uses a starting capital of 25000$, this is realistic for retail traders.
Lot sizes at each level are set to minimum lot size 0.01, there is no reason for the default to be risky, if you want to risk more or increase equity curve increase the number at your own risk.
Slippage set to 20 points: that's a normal 2 pip slippage you will find on brokers.
Fill limit assumtion 20 points: so it takes 2 pips to confirm a fill, normal forex spread.
Commission is set to 0.00005 per contract: this means that for each contract traded there is a 5$ or whatever base currency pair has as commission. The number is set to 0.00005 because pinescript does not know that 1 contract is 100000 units. So we divide the number by 100000 to get a realistic commission.
The script will also multiply lot size by 100000 because pinescript does not know that lots are 100000 units in forex.
Extra safety limit
Normally the script uses strategy.exit() to exit trades at TP or SL. But because these are created 1 bar after a limit or stop order is filled in pinescript. There are strategy.orders set at the outer boundaries of the script to hedge against that risk. These get deleted bar after the first order is filled. Purely to counteract news bars or huge spikes in price messing up backtest.
🟦 VISUAL GOODIES
I've added a market profile feature to the edge of the grid. This so you can see in which grid zone market has been the most over X bars in the past. Some traders may wish to only turn on the strategy whenever the market profile displays specific characteristics (ranging market for instance).
These simply count how many times a high, low, or close price has been in each zone for X bars in the past. it's these purple boxes at the right side of the chart.
🟦 Script can be fully automated to MT5
There are risk settings in lot sizes or % for alerts and symbol settings provided at the bottom of the indicator. The script will send alert to MT5 broker trying to mimic the execution that happens on tradingview. There are always delays when using a bridge to MT5 broker and there could be errors so be mindful of that. This script sends alerts in format so they can be read by tradingview.to which is a bridge between the platforms.
Use the all alert function calls feature when setting up alerts and make sure you provide the right webhook if you want to use this approach.
Almost every setting in this indicator has a tooltip added to it. So if any setting is not clear hover over the (?) icon on the right of the setting.
Adaptive Kalman Trend Filter (Zeiierman)█ Overview
The Adaptive Kalman Trend Filter indicator is an advanced trend-following tool designed to help traders accurately identify market trends. Utilizing the Kalman Filter—a statistical algorithm rooted in control theory and signal processing—this indicator adapts to changing market conditions, smoothing price data to filter out noise. By focusing on state vector-based calculations, it dynamically adjusts trend and range measurements, making it an excellent tool for both trend-following and range-based trading strategies. The indicator's adaptive nature is enhanced by options for volatility adjustment and three unique Kalman filter models, each tailored for different market conditions.
█ How It Works
The Kalman Filter works by maintaining a model of the market state through matrices that represent state variables, error covariances, and measurement uncertainties. Here’s how each component plays a role in calculating the indicator’s trend:
⚪ State Vector (X): The state vector is a two-dimensional array where each element represents a market property. The first element is an estimate of the true price, while the second element represents the rate of change or trend in that price. This vector is updated iteratively with each new price, maintaining an ongoing estimate of both price and trend direction.
⚪ Covariance Matrix (P): The covariance matrix represents the uncertainty in the state vector’s estimates. It continuously adapts to changing conditions, representing how much error we expect in our trend and price estimates. Lower covariance values suggest higher confidence in the estimates, while higher values indicate less certainty, often due to market volatility.
⚪ Process Noise (Q): The process noise matrix (Q) is used to account for uncertainties in price movements that aren’t explained by historical trends. By allowing some degree of randomness, it enables the Kalman Filter to remain responsive to new data without overreacting to minor fluctuations. This noise is particularly useful in smoothing out price movements in highly volatile markets.
⚪ Measurement Noise (R): Measurement noise is an external input representing the reliability of each new price observation. In this indicator, it is represented by the setting Measurement Noise and determines how much weight is given to each new price point. Higher measurement noise makes the indicator less reactive to recent prices, smoothing the trend further.
⚪ Update Equations:
Prediction: The state vector and covariance matrix are first projected forward using a state transition matrix (F), which includes market estimates based on past data. This gives a “predicted” state before the next actual price is known.
Kalman Gain Calculation: The Kalman gain is calculated by comparing the predicted state with the actual price, balancing between the covariance matrix and measurement noise. This gain determines how much of the observed price should influence the state vector.
Correction: The observed price is then compared to the predicted price, and the state vector is updated using this Kalman gain. The updated covariance matrix reflects any adjustment in uncertainty based on the latest data.
█ Three Kalman Filter Models
Standard Model: Assumes that market fluctuations follow a linear progression without external adjustments. It is best suited for stable markets.
Volume Adjusted Model: Adjusts the filter sensitivity based on trading volume. High-volume periods result in stronger trends, making this model suitable for volume-driven assets.
Parkinson Adjusted Model: Uses the Parkinson estimator, accounting for volatility through high-low price ranges, making it effective in markets with high intraday fluctuations.
These models enable traders to choose a filter that aligns with current market conditions, enhancing trend accuracy and responsiveness.
█ Trend Strength
The Trend Strength provides a visual representation of the current trend's strength as a percentage based on oscillator calculations from the Kalman filter. This table divides trend strength into color-coded segments, helping traders quickly assess whether the market is strongly trending or nearing a reversal point. A high trend strength percentage indicates a robust trend, while a low percentage suggests weakening momentum or consolidation.
█ Trend Range
The Trend Range section evaluates the market's directional movement over a specified lookback period, highlighting areas where price oscillations indicate a trend. This calculation assesses how prices vary within the range, offering an indication of trend stability or the likelihood of reversals. By adjusting the trend range setting, traders can fine-tune the indicator’s sensitivity to longer or shorter trends.
█ Sigma Bands
The Sigma Bands in the indicator are based on statistical standard deviations (sigma levels), which act as dynamic support and resistance zones. These bands are calculated using the Kalman Filter's trend estimates and adjusted for volatility (if enabled). The bands expand and contract according to market volatility, providing a unique visualization of price boundaries. In high-volatility periods, the bands widen, offering better protection against false breakouts. During low volatility, the bands narrow, closely tracking price movements. Traders can use these sigma bands to spot potential entry and exit points, aiming for reversion trades or trend continuation setups.
Trend Based
Volatility Based
█ How to Use
Trend Following:
When the Kalman Filter is green, it signals a bullish trend, and when it’s red, it indicates a bearish trend. The Sigma Cloud provides additional insights into trend strength. In a strong bullish trend, the cloud remains below the Kalman Filter line, while in a strong bearish trend, the cloud stays above it. Expansion and contraction of the Sigma Cloud indicate market momentum changes. Rapid expansion suggests an impulsive move, which could either signal the continuation of the trend or be an early sign of a possible trend reversal.
Mean Reversion: Watch for prices touching the upper or lower sigma bands, which often act as dynamic support and resistance.
Volatility Breakouts: Enable volatility-adjusted sigma bands. During high volatility, watch for price movements that extend beyond the bands as potential breakout signals.
Trend Continuation: When the Kalman Filter line aligns with a high trend strength, it signals a continuation in that direction.
█ Settings
Measurement Noise: Adjusts how sensitive the indicator is to price changes. Higher values smooth out fluctuations but delay reaction, while lower values increase sensitivity to short-term changes.
Kalman Filter Model: Choose between the standard, volume-adjusted, and Parkinson-adjusted models based on market conditions.
Band Sigma: Sets the standard deviation used for calculating the sigma bands, directly affecting the width of the dynamic support and resistance.
Volatility Adjusted Bands: Enables bands to dynamically adapt to volatility, increasing their effectiveness in fluctuating markets.
Trend Strength: Defines the lookback period for trend strength calculation. Shorter periods result in more responsive trend strength readings, while longer periods smooth out the calculation.
Trend Range: Specifies the lookback period for the trend range, affecting the assessment of trend stability over time.
-----------------
Disclaimer
The information contained in my Scripts/Indicators/Ideas/Algos/Systems does not constitute financial advice or a solicitation to buy or sell any securities of any type. I will not accept liability for any loss or damage, including without limitation any loss of profit, which may arise directly or indirectly from the use of or reliance on such information.
All investments involve risk, and the past performance of a security, industry, sector, market, financial product, trading strategy, backtest, or individual's trading does not guarantee future results or returns. Investors are fully responsible for any investment decisions they make. Such decisions should be based solely on an evaluation of their financial circumstances, investment objectives, risk tolerance, and liquidity needs.
My Scripts/Indicators/Ideas/Algos/Systems are only for educational purposes!
ICT Setup 03 [TradingFinder] Judas Swing NY 9:30am + CHoCH/FVG🔵 Introduction
Judas Swing is an advanced trading setup designed to identify false price movements early in the trading day. This advanced trading strategy operates on the principle that major market players, or "smart money," drive price in a certain direction during the early hours to mislead smaller traders.
This deceptive movement attracts liquidity at specific levels, allowing larger players to execute primary trades in the opposite direction, ultimately causing the price to return to its true path.
The Judas Swing setup functions within two primary time frames, tailored separately for Forex and Stock markets. In the Forex market, the setup uses the 8:15 to 8:30 AM window to identify the high and low points, followed by the 8:30 to 8:45 AM frame to execute the Judas move and identify the CISD Level break, where Order Block and Fair Value Gap (FVG) zones are subsequently detected.
In the Stock market, these time frames shift to 9:15 to 9:30 AM for identifying highs and lows and 9:30 to 9:45 AM for executing the Judas move and CISD Level break.
Concepts such as Order Block and Fair Value Gap (FVG) are crucial in this setup. An Order Block represents a chart region with a high volume of buy or sell orders placed by major financial institutions, marking significant levels where price reacts.
Fair Value Gap (FVG) refers to areas where price has moved rapidly without balance between supply and demand, highlighting zones of potential price action and future liquidity.
Bullish Setup :
Bearish Setup :
🔵 How to Use
The Judas Swing setup enables traders to pinpoint entry and exit points by utilizing Order Block and FVG concepts, helping them align with liquidity-driven moves orchestrated by smart money. This setup applies two distinct time frames for Forex and Stocks to capture early deceptive movements, offering traders optimized entry or exit moments.
🟣 Bullish Setup
In the Bullish Judas Swing setup, the first step is to identify High and Low points within the initial time frame. These levels serve as key points where price may react, forming the basis for analyzing the setup and assisting traders in anticipating future market shifts.
In the second time frame, a critical stage of the bullish setup begins. During this phase, the price may create a false break or Fake Break below the low level, a deceptive move by major players to absorb liquidity. This false move often causes smaller traders to enter positions incorrectly. After this fake-out, the price reverses upward, breaking the CISD Level, a critical point in the market structure, signaling a potential bullish trend.
Upon breaking the CISD Level and reversing upward, the indicator identifies both the Order Block and Fair Value Gap (FVG). The Order Block is an area where major players typically place large buy orders, signaling potential price support. Meanwhile, the FVG marks a region of supply-demand imbalance, signaling areas where price might react.
Ultimately, after these key zones are identified, a trader may open a buy position if the price reaches one of these critical areas—Order Block or FVG—and reacts positively. Trading at these levels enhances the chance of success due to liquidity absorption and support from smart money, marking an opportune time for entering a long position.
🟣 Bearish Setup
In the Bearish Judas Swing setup, analysis begins with marking the High and Low levels in the initial time frame. These levels serve as key zones where price could react, helping to signal possible trend reversals. Identifying these levels is essential for locating significant bearish zones and positioning traders to capitalize on downward movements.
In the second time frame, the primary bearish setup unfolds. During this stage, price may exhibit a Fake Break above the high, causing a brief move upward and misleading smaller traders into incorrect positions. After this false move, the price typically returns downward, breaking the CISD Level—a crucial bearish trend indicator.
With the CISD Level broken and a bearish trend confirmed, the indicator identifies the Order Block and Fair Value Gap (FVG). The Bearish Order Block is a region where smart money places significant sell orders, prompting a negative price reaction. The FVG denotes an area of supply-demand imbalance, signifying potential selling pressure.
When the price reaches one of these critical areas—the Bearish Order Block or FVG—and reacts downward, a trader may initiate a sell position. Entering trades at these levels, due to increased selling pressure and liquidity absorption, offers traders an advantage in profiting from price declines.
🔵 Settings
Market : The indicator allows users to choose between Forex and Stocks, automatically adjusting the time frames for the "Opening Range" and "Trading Permit" accordingly: Forex: 8:15–8:30 AM for identifying High and Low points, and 8:30–8:45 AM for capturing the Judas move and CISD Level break. Stocks: 9:15–9:30 AM for identifying High and Low points, and 9:30–9:45 AM for executing the Judas move and CISD Level break.
Refine Order Block : Enables finer adjustments to Order Block levels for more accurate price responses.
Mitigation Level OB : Allows users to set specific reaction points within an Order Block, including: Proximal: Closest level to the current price. 50% OB: Midpoint of the Order Block. Distal: Farthest level from the current price.
FVG Filter : The Judas Swing indicator includes a filter for Fair Value Gap (FVG), allowing different filtering based on FVG width: FVG Filter Type: Can be set to "Very Aggressive," "Aggressive," "Defensive," or "Very Defensive." Higher defensiveness narrows the FVG width, focusing on narrower gaps.
Mitigation Level FVG : Like the Order Block, you can set price reaction levels for FVG with options such as Proximal, 50% OB, and Distal.
CISD : The Bar Back Check option enables traders to specify the number of past candles checked for identifying the CISD Level, enhancing CISD Level accuracy on the chart.
🔵 Conclusion
The Judas Swing indicator helps traders spot reliable trading opportunities by detecting false price movements and key levels such as Order Block and FVG. With a focus on early market movements, this tool allows traders to align with major market participants, selecting entry and exit points with greater precision, thereby reducing trading risks.
Its extensive customization options enable adjustments for various market types and trading conditions, giving traders the flexibility to optimize their strategies. Based on ICT techniques and liquidity analysis, this indicator can be highly effective for those seeking precision in their entry points.
Overall, Judas Swing empowers traders to capitalize on significant market movements by leveraging price volatility. Offering precise and dependable signals, this tool presents an excellent opportunity for enhancing trading accuracy and improving performance
Percentile Momentum IndicatorInput Parameters:
lengthPercentile: Defines the period used to calculate the percentile values (default: 30).
lengthMomentum: Defines the period for calculating the Rate of Change (ROC) momentum (default: 10).
Core Logic:
Rate of Change (ROC): The script calculates the ROC of the closing price over the specified period (lengthMomentum).
Percentile Calculations: The script calculates two key percentiles:
percentile_upper (80th percentile of the high prices)
percentile_lower (20th percentile of the low prices)
Percentile Average: An average of the upper and lower percentiles is calculated (avg_percentile).
Trade Signals:
Buy Signal: Triggered when the ROC is positive, the close is above the percentile_lower, and the close is above the avg_percentile.
Sell Signal: Triggered when the ROC is negative, the close is below the percentile_upper, and the close is below the avg_percentile.
Trade State Management:
The script uses a binary state: 1 for long (buy) and -1 for short (sell).
The trade state is updated based on buy or sell signals.
Bar Coloring:
Bars are colored dynamically based on the trade state:
Green for long (buy signal).
Red for short (sell signal).
The same color is applied to the percentile and average percentile lines for visual consistency.
BarRange StrategyHello,
This is a long-only, volatility-based strategy that analyzes the range of the previous bar (high - low).
If the most recent bar’s range exceeds a threshold based on the last X bars, a trade is initiated.
You can customize the lookback period, threshold value, and exit type.
For exits, you can choose to exit after X bars or when the close price exceeds the previous bar’s high.
The strategy is designed for instruments with a long-term upward-sloping curves, such as ES1! or NQ1!. It may not perform well on other instruments.
Commissions are set to $2.50 per side ($5.00 per round trip).
Recommended timeframes are 1h and higher. With adjustments to the lookback period and threshold, it could potentially achieve similar results on lower timeframes as well.