DivergenceUnderstanding the Divergence Indicator
This indicator is designed to identify and analyze divergences between price action and multiple technical indicators across different timeframes. Divergence occurs when the price of an asset moves in one direction while a technical indicator moves in the opposite direction, potentially signaling a trend reversal or continuation.
Key Features
1. Customizable Parameters: Users can adjust settings for divergence detection, including:
- Bullish/Bearish divergence detection
- Regular/Hidden divergence identification
- Pivot lookback periods
- Weighting for different divergence types
2. Strength Calculation: The indicator calculates divergence strength based on the magnitude of divergence and user-defined weightings.
3. Visual Representation: Divergences are displayed on the chart with lines connecting price and indicator pivots, along with labels showing divergence strength.
Utility in Trading
1. Early Trend Reversal Signals: By identifying divergences, traders can anticipate potential trend reversals before they occur in price action.
2. Trend Continuation Confirmation: Hidden divergences can help confirm the continuation of an existing trend.
3. Multi-Timeframe Analysis: The indicator allows for divergence detection across various timeframes, enhancing the reliability of signals.
4. Risk Management: Traders can use divergence signals to adjust their stop-loss levels or take profits on existing positions.
5. Comprehensive Market View: By analyzing multiple indicators simultaneously, traders gain a more robust assessment of market conditions.
6. Objective Strength Evaluation: The divergence strength calculation provides an objective measure of signal significance.
By incorporating this divergence indicator into their trading strategy, traders can potentially improve their market timing, risk management, and overall trading performance.
Multitimeframe
Multi-Timeframe Liquidity LevelsMulti-Timeframe Liquidity Levels – Overview
The Multi-Timeframe Liquidity Levels indicator automatically displays significant highs and lows from various timeframes (Daily, Weekly, Monthly, and Quarterly) on your current chart. This allows traders to quickly identify potential support and resistance zones without frequently switching between different timeframe charts. Additionally, the script offers extra lines for special reference points (e.g., the “Midnight” midpoint of the current day and the previous day’s open/close) to highlight potential liquidity zones even more clearly.
1. Core Idea and Benefits
Time-Saving: Instead of manually reviewing charts in different timeframes, the indicator fetches relevant high/low levels automatically and shows them on your active timeframe.
Clear Layout: Traders instantly see where the Daily, Weekly, Monthly, and Quarterly highs and lows lie—areas often associated with institutional orders or liquidity hunts.
Customizable: You can tailor the color scheme, line style (Solid, Dashed, Dotted), and line width, ensuring the displayed levels fit your personal charting style.
2. How It Works
Multi-Timeframe High/Low
For each timeframe (Day, Week, Month, Quarter), the indicator references the previous candle’s high and low (high , low ).
Using request.security(...), these values are plotted on the chart you’re currently viewing.
Flexible Display
You can individually enable or disable the Daily, Weekly, Monthly, and Quarterly lines, depending on which levels are most relevant to your trading.
With Line Style (Solid, Dashed, Dotted) and Line Width, you can easily emphasize certain lines you consider more important.
Additional Lines
“Midnight” Line: A theoretical midpoint between today’s high and low, which can be useful for gauging daily pivot areas.
Previous Day’s Open/Close: Many traders track these reference points to anticipate market reactions. You can show or hide these lines as desired.
Automatic Line Removal & Creation
When a particular timeframe (e.g., “Show Monthly Levels”) is disabled, the script automatically removes the existing monthly lines.
Enabling it again recreates those lines without hassle.
3. Usage and Interpretation
Identifying Support and Resistance
Highs and lows from higher timeframes are often key zones for entries, exits, or major market reactions.
A Daily level may be crucial for short-term traders, whereas Monthly or Quarterly levels can indicate long-term liquidity areas.
Spotting Market Shifts
If price decisively moves above a Higher-Timeframe line, it could signal strong momentum.
Conversely, a failed breakout (where price quickly returns under or above a level) might warn of a potential reversal.
Extra Lines as Filters
The “Midnight” Line helps visualize a rough central price for the current day, aiding in intraday directional bias.
Previous Day’s Open/Close: Common reference points for day traders, where swift approaches and rejections can indicate potential entries or partial take-profit zones.
4. Practical Tips
Use Color-Coding Wisely: Assign distinct colors (e.g., Blue for Daily, Green for Weekly, Orange for Monthly, Purple for Quarterly) so you can easily discern which timeframe you’re looking at.
Toggle On/Off As Needed: Day traders might focus on Daily and Weekly, while long-term traders may pay closer attention to Monthly and Quarterly.
Combine with Price Action: Lines alone don’t constitute a trading strategy. Use them alongside candlestick patterns, volume analysis, or other indicators for a more complete market perspective.
5. Important Notes & Recommendations
Not Financial Advice: This indicator simply reflects historical high/low data across multiple timeframes and does not constitute a buy or sell recommendation.
Trader Responsibility: Observe how the market actually behaves around these lines and adapt your risk management accordingly.
Catalyst TrendCatalyst Trend – A Comprehensive Trend and Regime Analyzer
The Catalyst Trend indicator was designed to dynamically and intuitively merge various classic analytical techniques. The goal is to filter out short-term market noise and reveal reliable trend phases or potential turning points. Below is a detailed explanation of its core elements and practical usage.
1. Concept and Idea
Multidimensional Trend Detection
This indicator goes beyond a simple momentum or volatility focus. It factors in multiple measurements to provide a more well-rounded market perspective.
Versatile Indicator Fusion
Linear Regression (LinReg): Multiple LinReg calculations are combined to smooth out price fluctuations and produce a robust trendline—known here as the “Cycle Reduced Line.”
ADX (Average Directional Index): Measures trend strength.
RSI (Relative Strength Index): Flags potential overbought or oversold conditions, in both the current timeframe and a higher timeframe.
ATR (Average True Range): Assesses volatility; used to dynamically adjust calculation lengths.
By weaving these elements together, the indicator adds value beyond simply stacking multiple indicators. It adapts to real-time market conditions, aiming to highlight genuine trends and reduce false signals.
2. Key Functions and Calculations
Dynamic Length & Smoothing
A blend of volatility (ATR), ADX values, and RSI inputs determines how many candles are used in the LinReg calculations and how heavily the data is smoothed.
This allows the indicator to respond promptly during periods of high volatility, while automatically adjusting to filter out unnecessary noise in quieter phases.c
Cycle Reduced Line
The script averages several offset LinReg calculations to produce a cleaner overall signal. Random outliers are thus minimized, making the trend path more visually consistent.
An additional EMA smoothing (“Final Smoothing”) further stabilizes this trendline, reducing the impact of minor price fluctuations.
Channel Bands (Optional)
These bands are derived from the standard deviation of the price residual (the difference between the smoothed price and the trendline).
They highlight potential over-extension zones: the upper band can mark short-term overbought areas, while the lower band might indicate oversold conditions.
Trend and Sideways Determination
Slope Calculation: The slope of the trendline (comparing the current bar to the previous one) helps identify short-term directional shifts.
DX Threshold: Once the ADX surpasses a user-defined threshold and the slope is positive, it may indicate a developing uptrend. Similarly, if the slope is negative and ADX > threshold, it could signal a potential downtrend.
Multi-Level Color Coding
Original Mode: Interpolated colors reflect uptrends, downtrends, and sideways phases, factoring in metrics like ADX and RSI.
Single Color: For a neutral look, the indicator can be displayed in one uniform color.
HTF RSI: This mode uses the higher-timeframe RSI to color the trendline (Long/Short/Neutral), offering a quick gauge of overarching market pressure.
3. Use Cases and Interpretation
Timeframes & Markets
The indicator is versatile and adapts well to different intervals, from 5-minute charts to weekly views.
It can be applied to various markets—crypto, forex, stocks—since volatility and trend strength are universal concepts.
Signal Recognition
Color Swings into a more pronounced upward hue (e.g., green) may signal mounting strength.
Neutral or mixed tones often point to sideways phases, which breakout traders might watch for potential price surges.
A shift to downward colors (e.g., red) may indicate a growing bearish trend.
Channel Bands & Volatility
When the bands spread widely, it’s wise to proceed with caution: abrupt spikes above the upper band or below the lower band can flag rapid short-term extremes.
These bands are more of a reference for potential overextension than a strict buy or sell trigger.
Additional Confirmations
Not a standalone panacea: The Catalyst Trend indicator is an analytical tool, best used alongside other methods such as volume analysis or price action (candlestick patterns, support/resistance levels) to bolster confidence in trading decisions.
4. Practical Tips
Parameter Adjustments
Depending on the market—crypto vs. traditional currency pairs—different ADX, RSI, or smoothing periods may be more effective. Experiment with the settings to tailor the indicator to your preferred timeframe.
Strategic Integration
Trailing Stops: For those riding a trend, the trendline or the channel bands may serve as a reference to trail stop-loss orders.
Trend Confirmation: Using RSI and ADX filters can help traders avoid sideways markets or stay the course when the trend is strong.
5. Important Final Notes
No Guarantee of Profits
No indicator can predict the future. Markets are inherently volatile and often unpredictable.
Responsible Risk Management
Test the indicator in a demo environment or with smaller positions before committing to large trades.
Turtle Soup ICT Strategy [TradingFinder] FVG + CHoCH/CSD🔵 Introduction
The ICT Turtle Soup trading setup, designed in the ICT style, operates by hunting or sweeping liquidity zones to exploit false breakouts and failed breakouts in key liquidity Zones, such as recent highs, lows, or major support and resistance levels.
This setup identifies moments when the price breaches these liquidity zones, triggering stop orders placed (Stop Hunt) by other traders, and then quickly reverses direction. These movements are often associated with liquidity sweeps that create temporary market imbalances.
The reversal is typically confirmed by one of three structural shifts : a Market Structure Shift (MSS), a Change of Character (CHoCH), or a break of the Change in State of Delivery (CISD). Each of these structural shifts provides a reliable signal to interpret market intent and align trading decisions with the expected price movement. After the structural shift, the price frequently pullback to a Fair Value Gap (FVG), offering a precise entry point for trades.
By integrating key concepts such as liquidity, liquidity sweeps, stop order activation, structural shifts (MSS, CHoCH, CISD), and price imbalances, the ICT Turtle Soup setup enables traders to identify reversal points and key entry zones with high accuracy.
This strategy is highly versatile, making it applicable across markets such as forex, stocks, cryptocurrencies, and futures. It offers traders a robust and systematic approach to understanding price movements and optimizing their trading strategies
🟣 Bullish and Bearish Setups
Bullish Setup : The price first sweeps below a Sell-Side Liquidity (SSL) zone, then reverses upward after forming an MSS or CHoCH, and finally pulls back to an FVG, creating a buying opportunity.
Bearish Setup : The price first sweeps above a Buy-Side Liquidity (BSL) zone, then reverses downward after forming an MSS or CHoCH, and finally pulls back to an FVG, creating a selling opportunity.
🔵 How to Use
To effectively utilize the ICT Turtle Soup trading setup, begin by identifying key liquidity zones, such as recent highs, lows, or support and resistance levels, in higher timeframes.
Then, monitor lower timeframes for a Liquidity Sweep and confirmation of a Market Structure Shift (MSS) or Change of Character (CHoCH).
After the structural shift, the price typically pulls back to an FVG, offering an optimal trade entry point. Below, the bullish and bearish setups are explained in detail.
🟣 Bullish Turtle Soup Setup
Identify Sell-Side Liquidity (SSL) : In a higher timeframe (e.g., 1-hour or 4-hour), identify recent price lows or support levels that serve as SSL zones, typically the location of stop-loss orders for traders.
Observe a Liquidity Sweep : On a lower timeframe (e.g., 15-minute or 30-minute), the price must move below one of these liquidity zones and then reverse. This movement indicates a liquidity sweep.
Confirm Market Structure Shift : After the price reversal, look for a structural shift (MSS or CHoCH) indicated by the formation of a Higher Low (HL) and Higher High (HH).
Enter the Trade : Once the structural shift is confirmed, the price typically pulls back to an FVG. Enter a buy trade in this zone, set a stop-loss slightly below the recent low, and target Buy-Side Liquidity (BSL) in the higher timeframe for profit.
🟣 Bearish Turtle Soup Setup
Identify Buy-Side Liquidity (BSL) : In a higher timeframe, identify recent price highs or resistance levels that serve as BSL zones, typically the location of stop-loss orders for traders.
Observe a Liquidity Sweep : On a lower timeframe, the price must move above one of these liquidity zones and then reverse. This movement indicates a liquidity sweep.
Confirm Market Structure Shift : After the price reversal, look for a structural shift (MSS or CHoCH) indicated by the formation of a Lower High (LH) and Lower Low (LL).
Enter the Trade : Once the structural shift is confirmed, the price typically pulls back to an FVG. Enter a sell trade in this zone, set a stop-loss slightly above the recent high, and target Sell-Side Liquidity (SSL) in the higher timeframe for profit.
🔵 Settings
Higher TimeFrame Levels : This setting allows you to specify the higher timeframe (e.g., 1-hour, 4-hour, or daily) for identifying key liquidity zones.
Swing period : You can set the swing detection period.
Max Swing Back Method : It is in two modes "All" and "Custom". If it is in "All" mode, it will check all swings, and if it is in "Custom" mode, it will check the swings to the extent you determine.
Max Swing Back : You can set the number of swings that will go back for checking.
FVG Length : Default is 120 Bar.
MSS Length : Default is 80 Bar.
FVG Filter : This refines the number of identified FVG areas based on a specified algorithm to focus on higher quality signals and reduce noise.
Types of FVG filter s:
Very Aggressive Filter: Adds a condition where, for an upward FVG, the last candle's highest price must exceed the middle candle's highest price, and for a downward FVG, the last candle's lowest price must be lower than the middle candle's lowest price. This minimally filters out FVGs.
Aggressive Filter: Builds on the Very Aggressive mode by ensuring the middle candle is not too small, filtering out more FVGs.
Defensive Filter: Adds criteria regarding the size and structure of the middle candle, requiring it to have a substantial body and specific polarity conditions, filtering out a significant number of FVGs.
Very Defensive Filter: Further refines filtering by ensuring the first and third candles are not small-bodied doji candles, retaining only the highest quality signals.
In the indicator settings, you can customize the visibility of various elements, including MSS, FVG, and HTF Levels. Additionally, the color of each element can be adjusted to match your preferences. This feature allows traders to tailor the chart display to their specific needs, enhancing focus on the key data relevant to their strategy.
🔵 Conclusion
The ICT Turtle Soup trading setup is a powerful tool in the ICT style, enabling traders to exploit false breakouts in key liquidity zones. By combining concepts of liquidity, liquidity sweeps, market structure shifts (MSS and CHoCH), and pullbacks to FVG, this setup helps traders identify precise reversal points and execute trades with reduced risk and increased accuracy.
With applications across various markets, including forex, stocks, crypto, and futures, and its customizable indicator settings, the ICT Turtle Soup setup is ideal for both beginner and advanced traders. By accurately identifying liquidity zones in higher timeframes and confirming structure shifts in lower timeframes, this setup provides a reliable strategy for navigating volatile market conditions.
Ultimately, success with this setup requires consistent practice, precise market analysis, and proper risk management, empowering traders to make smarter decisions and achieve their trading goals.
JCM_MadridThis indicator provides dynamic bar coloring and buy/sell signals based on EMA relationships and price momentum. It allows traders to visually identify trend changes and potential trade opportunities directly on the chart.
Indicator Basics:
Name: The script is titled "JCM_Madrid".
Overlay: It overlays its calculations and outputs directly on the price chart.
User Inputs:
-Range: Defines the length of the EMA (Exponential Moving Average).
-Ref-1 and Ref-2: Set reference lengths for secondary EMAs used in the calculations.
-Source: The price data source for EMA calculations (e.g., close, open, high, low).
-Enable Buy/Sell: Boolean toggles to activate or deactivate buy and sell signals.
Calculations:
EMA Value: Computes the main EMA based on the source and Range.
CloseMA: The difference between the close price and the EMA.
SqzMA: The difference between a secondary EMA (Ref-1) and the main EMA.
RefMA: The difference between another secondary EMA (Ref-2) and the main EMA.
Bar Coloring:
Bars are colored based on the relationship between SqzMA and CloseMA:
Purple: When SqzMA > CloseMA.
Blue: When SqzMA < CloseMA.
Buy/Sell Signals:
A Buy Signal is generated when:
CloseMA crosses from below to above 0.
The close price is higher than the previous close.
Buy signals are enabled.
A Sell Signal is generated when:
CloseMA crosses from above to below 0.
The close price is lower than the previous close.
Sell signals are enabled.
Signals are displayed as labels on the chart:
"Buy": Green label below the candle.
"Sell": Yellow label below the candle
BK MA Horizontal Lines
Indicator Description:
I am incredibly proud and excited to share my first indicator with the TradingView community! This tool has been instrumental in helping me optimize my positioning and maximize my trades.
Moving Averages (MAs) are among the top three most crucial indicators for trading, and I believe that the Daily, Weekly, and Monthly MAs are especially critical. The way I’ve designed this indicator allows you to combine MAs from your Daily timeframe with one or two from the Weekly or Monthly timeframes, depending on what is most relevant for the specific product or timeframe you’re analyzing.
For optimal use, I recommend:
Spacing your chart about 11 spaces from the right side.
Setting the Labels at 10 in the indicator configuration.
Keeping the line thickness at size 1, while using size 2 for my other indicator, "BK BB Horizontal Lines", which follows a similar concept but applies to Bollinger Bands.
If you find success with this indicator, I kindly ask that you give back in some way through acts of philanthropy, helping others in the best way you see fit.
Good luck to everyone, and always remember: God gives us everything. May all the glory go to the Almighty!
GROK - 40 Day High BreakoutTitle: GROK - Customizable High Breakout Detector
To scan base breakout with Pine Screener
Description:
This Pine Script indicator identifies high breakout patterns based on a user-defined lookback period. By default, it checks for a breakout of the 40-day high, but the period can be adjusted to suit your trading strategy. Key features include:
Custom Lookback Period: Easily modify the number of days for high breakout detection. Lookback period is length of base you want to scan using pine screener.
Visual Alerts: Displays a green triangle above the price bar when a breakout is detected.
Alert Conditions: Built-in alert notifications for automated breakout detection.
Screener Compatibility: Plots breakout signals as a histogram for screener use.
This script is ideal for traders looking to identify strong breakout patterns and incorporate them into their strategies.
How to Use:
Adjust the lookback period in the settings to match your desired breakout criteria.
Add alerts for automated notifications when a breakout is detected.
Use the visual markers and histogram to analyze breakout patterns on your chart.
Inside Bar Multi-Currency ScannerDescription:
This script is an Inside Bar Scanner that allows you to monitor multiple currency pairs across different timeframes (15 minutes, 1 hour, and 4 hours). Its main features include:
Inside Bar Detection:
An Inside Bar is a candlestick where both the High and Low are within the range of the previous candle.
The script automatically identifies Inside Bars and displays the results in a table.
Customizable Timeframes:
Supports scanning in 15-minute, 1-hour, and 4-hour timeframes.
Results are displayed for each timeframe separately.
Multi-Currency Support:
Scan up to 10 currency pairs simultaneously.
Currency pairs are customizable and selected by the user.
Candle Coloring:
Inside Bars are highlighted with colors:
Semi-transparent green for bullish Inside Bars.
Semi-transparent red for bearish Inside Bars.
Colors are customizable and selected by the user.
Alerts:
Custom alerts for detecting Inside Bars in selected timeframes.
Receive notifications when an Inside Bar is detected in any of the selected currency pairs.
How to Use:
Select your desired currency pairs from the Scanner Currencies section.
Enable your preferred timeframes in the Scanner Timeframe section.
The script will display a table of results with Inside Bar information for each currency pair and timeframe.
Optionally, customize the candle colors in the Scanner InsideBar Color section.
Additional Explanation for Timeframe Status:
In each selected timeframe, there are three possible states for the candles:
Previous Candle is an Inside Bar:
Displayed with a green background and the symbol ✔.
Previous Candle is NOT an Inside Bar:
Displayed with a red background and the symbol ✘.
Current Candle is an Inside Bar:
Displayed with an orange background and the symbol ⌕.
These visual indicators provide a clear and quick overview of the Inside Bar status for each selected currency pair and timeframe.
Quantum RSI Signals Suite [QuantAlgo]Introducing Quantum RSI Signals Suite 🎯💫
The Quantum RSI Signals Suite by QuantAlgo is a sophisticated technical indicator that combines statistical z-score analysis with enhanced trend following to identify market trends and reversals. This premium system integrates normalized RSI readings with multi-timeframe statistical measurements to help traders and investors identify trend direction and potential reversals. By evaluating both RSI dynamics and directional trend analysis together, this tool enables users to make data-driven trading decisions with statistical validation.
🌊 Indicator Architecture
The Quantum RSI Signals Suite provides a unique framework for assessing market trends through a blend of normalized RSI and dynamic trend-weighted z-score calculations. Unlike traditional RSI indicators that use fixed overbought/oversold levels, this system incorporates statistical measurements and directional trend analysis to adjust sensitivity automatically. By combining normalized RSI values with adaptive z-score zones and trend following analysis, it evaluates both current market conditions and historical context, while the statistical parameters ensure stable yet responsive signals. This quantum approach allows users to identify trending conditions while remaining aware of statistical extremes, enhancing both trend-following and mean-reversion strategies.
📊 Technical Composition and Calculation
The Quantum RSI Signals Suite is composed of several technical components that create a dynamic trending system:
RSI Normalization: Utilizes scaled RSI values (-1 to 1) for balanced momentum representation
Z-Score Analysis: Computes statistical significance of RSI movements to determine dynamic zones
Trend Following Analysis: Analyzes historical z-score movements to identify persistent trends
Signal Amplification: Combines z-score with trend analysis for enhanced signal generation
📈 Key Indicators and Features
The Quantum RSI Signals Suite utilizes normalized RSI with customizable length and z-score parameters to adapt to different trading styles. Advanced calculations are applied to determine statistical significance levels, providing context-aware boundaries for trend identification. The trend following component evaluates historical z-score movements to validate signals and identify potential reversals.
The indicator incorporates multi-layered visualization with:
Color-coded histogram and trend representation (bullish/bearish)
Combined statistical and trend-based signals
Dynamic trend-weighted scoring system
Mean reversion signals with distinct markers (⤻/↷)
Gradient fills for better visual clarity
Programmable alerts for trend changes
⚡️ Practical Applications and Examples
✅ Add the Indicator: Add the indicator to your TradingView chart by clicking on the star icon to add it to your favorites ⭐️
👀 Monitor Signals: Watch the final score's position relative to the zero line to identify trend direction and potential reversals. The combined histogram and line visualization makes trend changes clearly visible.
🎯 Track Signals: Pay attention to the mean reversion markers that appear above and below the price chart:
→ Upward triangles (⤻) signal potential bullish reversals when final score crosses above zero
→ X crosses (↷) indicate potential bearish reversals when final score crosses below zero
🔔 Set Alerts: Configure alerts for trend changes in both bullish and bearish directions, ensuring you can act on significant technical developments promptly.
🌟 Summary and Tips
The Quantum RSI Signals Suite by QuantAlgo is a sophisticated technical tool, designed to support both trend following and mean reversion strategies across different market environments. By combining normalized RSI analysis with statistical z-score measurements and trend following analysis, it helps traders and investors identify significant trend changes while measuring statistical extremes, providing validated signals. The tool's adaptability through customizable RSI length, z-score parameters, and trend analysis settings makes it suitable for various trading timeframes and styles, allowing users to capture opportunities while maintaining awareness of statistical market conditions.
Key parameters to optimize for your trading or investing style:
RSI Length: Adjust for more or less sensitivity to price changes (default: 14)
Z-Score Length: Fine-tune the statistical window for signal stability (default: 20)
Trend Analysis Range: Balance historical context with current market conditions
Source Data: Customize price input for specialized strategies
Real-Time HTF Volume Footprint [BigBeluga]Real-time HTF Volume Footprint Profile is designed to provide a comprehensive view of higher timeframe volume profiles on your current chart. It overlays critical volume information from larger timeframes (like daily, weekly, or monthly) onto lower timeframe charts, helping you spot significant levels where volume is concentrated, acting as potential support or resistance.
🔵 Key Features:
HTF High and Low Zones: The indicator highlights the high and low of the chosen higher timeframe with clear zones, marking them with boxes. These zones help you see the broader market structure at a glance.
Volume Profile within HTF Range: Each higher timeframe range displays a volume profile, showing the distribution of volume at each price level. The most-traded price is highlighted in blue, known as the Point of Control (POC), indicating the price level with the highest activity.
Dynamic POC Option: Activate Dynamic POC to observe how the Point of Control shifts over time, giving insight into changing market interests and potential price direction.
Timeframe Flexibility: Select from daily, weekly, and monthly ranges (and more) to overlay their footprint profiles on your lower timeframe chart. This helps you tailor the indicator to the trading horizon that suits your strategy.
Info Table: Table shows a traders which timeframe is selected with last high and low of the selected timeframe
Visual Clarity with Custom Colors: The indicator uses subtle fills and distinct colors to ensure volume profile data integrates seamlessly into your chart without overwhelming other indicators or price data.
🔵 When to Use:
The HTF Volume Footprint Profile is essential for traders who want to bridge the gap between high-timeframe and intraday analysis. By visualizing HTF volume distribution on lower timeframes, this tool helps you:
Spot potential liquidity zones where price might react.
Identify support and resistance levels within HTF ranges.
Monitor PoC shifts that indicate changes in market behavior.
Track how current price aligns with significant volume clusters, providing a clear edge for volume-based strategies.
This indicator empowers traders to analyze lower timeframes with the context of higher timeframe volume profiles, providing a solid basis for identifying critical support and resistance levels shaped by large volume clusters. Whether you’re looking to spot liquidity zones or align your trades with broader market trends, HTF Volume Footprint Profile equips you with a strategic view.
Intrabar BoxPlotThe Intrabar BoxPlot publication highlights an uncommon technique by displaying statistical intrabar Lower Timeframe (LTF) values on the chart.
🔶 USAGE
🔹 Middle 50% Boxes
By showing the middle 50% intrabar values through a box, we can more easily see where the intrabar activity is mainly situated.
The middle 50% intrabar values are referred to from here on as Interquartile range (IQR).
In this example, the successive IQRs form a channel where the price eventually breaks out.
Disproportionately distributed values can give insights which can be used to find potential support/resistance areas.
IQR gaps can give valuable information as well. Potentially, the price can return to these gaps.
Seeing the IQR areas against regular candles gives an alternative image of the underlying price movements.
🔹 Highest volume Price level
The script displays the price level with the highest volume situated, dependable on the user's source setting. Setting the source at 'close' will only display intrabar close values; the same goes for high, low, ...
As seen in the above example, the volume levels can aid in finding support/resistance.
🔹 Median
The location of the median off all intrabar values is displayed as a coloured dot: green when the close price is higher than the opening price and red if otherwise. The median can give valuable insights into price movements.
🔹 Outliers
Medium (white dots) and extreme (white X) outliers, in combination with the IQR box, can help identify potential areas of interest.
🔹 Volume Delta
When there is a discrepancy between the delta volume and direction of the candle, this will be displayed as follows:
Green candle: when the sum of the volume of red intrabars is higher than the sum of the volume of green intrabars, the candle will be coloured orange.
Red candle: when the sum of the volume of green intrabars is higher than the sum of the volume of red intrabars, the candle will be coloured blue.
🔹 Highlight Boxplot only
Probably the easiest way to display boxplot only is by changing the Bar's style to Bars .
🔶 DETAILS
All intrabar values (Lower TimeFrame - LTF) are sorted and evaluated. Values can be close , high , low , ... by selecting this in Settings ( source ).
The middle 50% of all values are displayed as a box; this contains the values between percentile 25 (p25) and percentile 75 (p75). The value of percentile rank 75 means 75% of all values are lower. The value of percentile rank 25 means 25% of all values are lower, or 75% is higher.
The difference between p75 and p25 is also known as Interquartile range (IQR)
IQR is used to check for outliers.
Wiki: Boxplot , Interquartile range
Extreme high: maximum value, higher than p75 + IQR*3
Max outlier high: maximum value, higher than p75 + IQR*1.5 but lower than p75 + IQR*3
Max: maximum value, lower than p75 + IQR*1.5
Min: minimum value, higher than p25 - IQR*1.5
Min outlier low: minimum value, lower than p25 - IQR*1.5 but higher than p25 - IQR*3
Extreme low: minimum value, lower than p25 - IQR*3
Max and min must not be interpreted with the current candle high/low.
🔹 Example: Length of chart-puppets
The following example can make it easier to digest. Forty "chart-puppets" are sorted by their length.
The p25 value is 97
The p50 value is 120
The p75 value is 149
75% of all "chart-puppets" are smaller than p75, and 25% is larger than p75.
50% of all "chart-puppets" are smaller than p50, and 50% is larger than p50 (= median).
25% of all "chart-puppets" are smaller than p25, and 75% is larger than p25.
IQR = 149 - 97 = 52
Extreme outlier limit max: p75 + IQR*3 = 149 + 52*3 = 305
Mild outlier limit max: p75 + IQR*1.5 = 149 + 52*1.5 = 227
Mild outlier limit min: p25 - IQR*1.5 = 97 - 52*1.5 = 19
Extreme outlier limit min: p25 - IQR*3 = 97 - 52*3 = -59
In this example there are no outliers to be found, all values are located between p25 - IQR*1.5 (19) and p75 + IQR*1.5. (227)
🔹 Source settings
Note that results are dependable on the chosen source (settings). When, for example, close is chosen as the source, only intrabar close prices are included. This means a low or high can stretch further then the min or max.
Here we can see different results with different source settings
🔹 LTF settings
When 'Auto' is enabled (Settings, LTF), the LTF will be the nearest possible x times smaller TF than the current TF. When 'Premium' is disabled, the minimum TF will always be 1 minute to ensure TradingView plans lower than Premium don't get an error.
Examples with current Daily TF (when Premium is enabled):
500 : 3 minute LTF
1500 (default): 1 minute LTF
5000: 30 seconds LTF (1 minute if Premium is disabled)
🔶 SETTINGS
Source: Set source at close, high, low,...
🔹 LTF
LTF: LTF setting
Auto + multiple: Adjusts the initial set LTF
Premium: Enable when your TradingView plan is Premium or higher
🔹 Intrabar Delta : Colors, dependable on different circumstances.
Up: Price goes up, with more bullish than bearish intrabar volume.
Up-: Price goes up, with more bearish than bullish intrabar volume.
Down: Price goes down, with more bearish than bullish intrabar volume.
Down+: Price goes down, with more bullish than bearish intrabar volume.
🔹 Table
Show table: Show details at the top right corner
Show TF: Show LTF at the bottom right corner
Text color/table size
See DETAILS for more information
PO3 ExotradesPO3 Exotrades Indicator
The PO3 Exotrades indicator is designed to provide an advanced and customizable way to visualize market trends on higher timeframes. It displays scaled and color-coded candles with precise wick and body structures for better chart analysis. This indicator is ideal for traders who want to analyze and monitor higher timeframe (HTF) market data directly on lower timeframe charts.
Key Features:
Scaled and Customizable Candles: The indicator allows for adjustable candle size and spacing, making it suitable for different trading styles and preferences. You can scale up or down the candle body width while maintaining the original height to ensure accurate visual representation.
Color-Coding for Market Direction: The indicator automatically colors the body of the candles based on the market's trend. Green represents a bullish candle, while red represents a bearish candle, giving quick visual cues for price movement direction.
Wicks Visualization: The indicator also visualizes the wicks of the candles, providing detailed insight into price action and volatility. Wicks can be color-customized for both bullish and bearish movements.
Timeframe Customization: You can set the timeframe (TF) to your preferred value, allowing for flexibility in analyzing high timeframe candles on lower timeframe charts.
Chart Trading (CRT) Friendly: Ideal for Chart Trading (CRT), the indicator's clean and clear visuals help traders spot key market signals more effectively, making it a perfect tool for those who engage in intra-day or long-term chart trading.
User-Friendly Adjustments: Customize the appearance of the candles, wicks, and their spacing to suit your preferences, enhancing your chart analysis and trading strategy.
How to Use:
Apply the PO3 Exotrades indicator to your chart.
Adjust the scale to increase or decrease the candle width for better visual clarity.
Use the indicator's color-coded candles to identify bullish and bearish market conditions quickly.
Analyze the wick structures to understand volatility and price action during key market movements.
Leverage the HTF data on lower timeframes to align your trading strategies with higher timeframe trends, optimizing your entries and exits.
Whether you're a scalper, day trader, or swing trader, the PO3 Exotrades indicator enhances your technical analysis and provides an edge in your trading decisions by visualizing HTF data in a clear and actionable way.
SIM Custom Weighted Index MakerSIM Custom Weighted Index Maker
The UNIQE SIM Custom Index Maker is a versatile and customizable indicator designed to help traders create their own personalized index using up to 10 different symbols. This tool is particularly useful for those who want to monitor the performance of a specific group of assets, such as meme coins, tech stocks, or any other category of interest. Additionally, users can now assign weights to each symbol, allowing for a more tailored index calculation.
Key Features:
Symbol Selection:
- Users can select up to 10 different symbols to include in their custom index.
- Each symbol can be individually enabled or disabled, allowing for flexible index composition.
Weight Assignment:
- Users can assign weights to each symbol, providing more control over the influence of each symbol on the index.
- By default, all symbols are equally weighted.
Timeframe Selection:
- The indicator supports both the chart's current timeframe and a fixed timeframe, providing users with the flexibility to analyze data at their preferred granularity.
OHLC Price Calculation:
- The indicator fetches the Open, High, Low, and Close (OHLC) prices for each enabled symbol.
- It then calculates the weighted average OHLC prices across all enabled symbols to create the index values.
Index Visualization:
- The custom index is plotted as candlesticks, with green candles indicating a rise in the index value and red candles indicating a fall.
- The wicks of the candlesticks are colored gray for better visual distinction.
Usage:
Select Symbols:
- Input the symbols you want to include in your index. You can choose up to 10 symbols.
- Enable or disable each symbol as needed to fine-tune your index.
Assign Weights:
- Assign weights to each symbol to control their influence on the index. By default, all symbols are equally weighted.
Choose Timeframe:
- Decide whether to use the chart's current timeframe or a fixed timeframe for data analysis.
Analyze the Index:
- The indicator will plot the custom index on your chart, allowing you to monitor the collective performance of your selected symbols.
Benefits:
- Customization : Create an index tailored to your specific interests or investment strategies.
- Flexibility : Easily add or remove symbols and adjust their weights to fine-tune the index composition.
- Visualization : Clear and intuitive candlestick representation of the index for easy analysis.
The SIM Custom Weighted Index Maker is a powerful tool for traders looking to gain insights into the performance of a custom group of assets, making it an essential addition to any trader's toolkit.
Austin MTF EMA Entry PointsAustin MTF EMA Entry Points
Overview
The Austin MTF EMA Entry Points is a custom TradingView indicator designed to assist traders in identifying high-probability entry points by combining multiple time frame (MTF) analysis. It leverages exponential moving averages (EMAs) from the daily, 1-hour, and 15-minute charts to generate buy and sell signals that align with the overall trend.
This indicator is ideal for traders who:
Want to trade in the direction of the broader daily trend.
Seek precise entry points on lower time frames (1H and 15M).
Prefer using EMAs as their main trend-following tool.
How It Works
Daily Trend Filter:
The indicator calculates the 50 EMA on the daily chart.
The daily EMA acts as the primary trend filter:
If the current price is above the daily 50 EMA, the trend is bullish.
If the current price is below the daily 50 EMA, the trend is bearish.
Lower Time Frame Entry Points:
The indicator calculates the 20 EMA on both the 1-hour (1H) and 15-minute (15M) time frames.
Buy and sell signals are generated when the price aligns with the trend on all three time frames:
Buy Signal: Price is above the daily 50 EMA and also above the 20 EMA on both the 1H and 15M charts.
Sell Signal: Price is below the daily 50 EMA and also below the 20 EMA on both the 1H and 15M charts.
Visual and Alert Features:
Plot Lines:
The daily 50 EMA is plotted in yellow for easy identification of the main trend.
The 20 EMA from the 1H chart is plotted in blue, and the 15M chart's EMA is in purple for comparison.
Buy/Sell Markers:
Green "Up" arrows appear for buy signals.
Red "Down" arrows appear for sell signals.
Alerts:
Alerts notify users when a buy or sell signal is triggered, making it easier to act on trading opportunities in real-time.
How to Use the Indicator
Identify the Main Trend:
Check the relationship between the price and the daily 50 EMA (yellow line):
Only look for buy signals if the price is above the daily 50 EMA.
Only look for sell signals if the price is below the daily 50 EMA.
Wait for Lower Time Frame Alignment:
For a valid signal, ensure that the price is also above or below the 20 EMA (blue and purple lines) on both the 1H and 15M time frames:
This alignment confirms short-term momentum in the same direction as the daily trend.
Act on Signals:
Use the arrows as visual cues for entry points:
Enter long trades on green "Up" arrows.
Enter short trades on red "Down" arrows.
The alerts will notify you of these signals, so you don’t have to monitor the chart constantly.
Exit Strategy:
Use your preferred stop-loss, take-profit, or trailing stop strategy.
You can also exit trades if the price crosses back below/above the daily 50 EMA, signaling a potential reversal.
Use Cases
Swing Traders: Use the daily trend filter to trade in the direction of the dominant trend, while using 1H and 15M signals to fine-tune entries.
Day Traders: Leverage the 1H and 15M time frames to capitalize on short-term momentum while respecting the broader daily trend.
Position Traders: Monitor the indicator to determine potential reversals or significant alignment across time frames.
Customizable Inputs
The indicator includes the following inputs:
Daily EMA Length: Default is 50. Adjust this to change the length of the trend filter EMA.
Lower Time Frame EMA Length: Default is 20. Adjust this to change the short-term EMA for the 1H and 15M charts.
Time Frames: Hardcoded to "D", "60", and "15", but you can modify the script for different time frames if needed.
Example Scenarios
Buy Signal:
Price is above the daily 50 EMA.
Price crosses above the 20 EMA on both the 1H and 15M time frames.
A green "Up" arrow is displayed, and an alert is triggered.
Sell Signal:
Price is below the daily 50 EMA.
Price crosses below the 20 EMA on both the 1H and 15M time frames.
A red "Down" arrow is displayed, and an alert is triggered.
Strengths and Limitations
Strengths:
Aligns trades with the higher time frame trend for increased probability.
Uses multiple time frame analysis to identify precise entry points.
Visual signals and alerts make it easy to use in real-time.
Limitations:
May produce fewer signals in choppy or ranging markets.
Requires discipline to avoid overtrading when conditions are unclear.
Lag in EMAs could result in late entries in fast-moving markets.
Final Notes
The Austin MTF EMA Entry Points indicator is a powerful tool for traders who value multiple time frame alignment and trend-following strategies. While it simplifies decision-making, it is always recommended to backtest and practice proper risk management before using it in live markets.
Try it out and make smarter, trend-aligned trades today! 🚀
Quantum Wave OscillatorQuantum Wave (QWO) Oscillator
Version: 1.0
Overview
Quantum Wave (QWO) is a dynamic oscillator designed to help traders identify potential buy and sell signals by analyzing price momentum relative to its moving average. Utilizing trigonometric transformations, Quantum Wave offers a clear visualization of market trends, making it easier to spot reversals and continuations.
Key Features
Customizable Parameters: Adjust the length and amplitude to fit various trading strategies and timeframes.
Dynamic Coloring: Colors change based on bullish (green) or bearish (red) momentum.
Clear Signals: Generates buy and sell signals when the oscillator crosses the zero line.
Clamped Waveform: Maintains values between -250 and 250 for clear visualization.
Signal Version Available: Enhanced version includes alert notifications for trading signals.
How to Use Quantum Wave
Add to Chart:
Open TradingView.
Go to Indicators and search for Quantum Wave (QWO).
Add it to your chart.
Configure Settings:
Length (len): Period for the SMA calculation (default: 14). Shorter lengths increase sensitivity.
Amplitude (amp): Strength of the oscillator signal (default: 2.0). Adjust to amplify or dampen responses.
Colors: Customize colors for above/below zero and buy/sell signals as desired.
Interpret the Oscillator:
Quantum Wave Plot: Green indicates bullish momentum; red indicates bearish.
Zero Line: Crosses above suggest buy signals; crosses below suggest sell signals.
Use the Signal Version:
Upgrade to the signal version to receive automated alerts for buy and sell signals, enhancing timely trading decisions.
Pros
Easy Visualization: Clear color cues and area plots simplify momentum analysis.
Highly Customizable: Tailor settings to match your trading style and market conditions.
Signal Alerts: The signal version provides automated notifications for efficient trading.
Noise Reduction: Clamped values prevent extreme oscillations from obscuring signals.
Cons
Lagging Nature: May produce delayed signals as it relies on moving averages.
False Signals: Potential for incorrect signals in volatile or sideways markets.
Parameter Sensitivity: Requires careful adjustment of length and amplitude for optimal performance.
Limited Scope: Does not indicate overbought or oversold conditions inherently.
Tips for Effective Use
Combine with Other Indicators: Enhance reliability by pairing Quantum Wave with trend indicators like RSI or MACD.
Optimize Settings: Experiment with different lengths and amplitudes to suit specific assets and timeframes.
Use the Signal Version: Leverage automated alerts to stay informed of trading opportunities without constant monitoring.
Implement Risk Management: Always use stop-loss orders and other risk management techniques to protect your trades.
Conclusion
Quantum Wave (QWO) is a powerful and customizable oscillator that provides clear insights into market momentum and trading signals. Its dynamic coloring and signal capabilities make it a valuable tool for traders aiming to enhance their market analysis. For those seeking automated alerts, the signal version offers added convenience and efficiency. Incorporate Quantum Wave into your trading strategy to improve decision-making and capitalize on market movements.
Tomas Ratio Strategy with Multi-Timeframe AnalysisHello,
I would like to present my new indicator I have compiled together inspired by Calmar Ratio which is a ratio that measures gains vs losers but with a little twist.
Basically the idea is that if HLC3 is above HLC3 (or previous one) it will count as a gain and it will calculate the percentage of winners in last 720 hourly bars and then apply 168 hour standard deviation to the weekly average daily gains.
The idea is that you're supposed to buy if the thick blue line goes up and not buy if it goes down (signalized by the signal line). I liked that idea a lot, but I wanted to add an option to fire open and close signals. I have also added a logic that it not open more trades in relation the purple line which shows confidence in buying.
As input I recommend only adjusting the amount of points required to fire a signal. Note that the lower amount you put, the more open trades it will allow (and vice versa)
Feel free to remove that limiter if you want to. It works without it as well, this script is meant for inexperienced eye.
I will also publish a indicator script with this limiter removed and alerts added for you to test this strategy if you so choose to.
Also, I have added that the trades will enter only if price is above 720 period EMA
Disclaimer
This strategy is for educational purposes only and should not be considered financial advice. Always backtest thoroughly and adjust parameters based on your trading style and market conditions.
Made in collaboration with ChatGPT.
Previous Key Levels (fadi)Previous Key Levels indicator is a highly configurable OHLC levels tool designed to provide traders with the ability to plot multiple levels while minimizing screen clutter. This indicator is perfect for those who want to monitor various timeframes simultaneously without overloading their charts with unnecessary information.
How to Use It
This indicator offers traders the flexibility to track up to 6 higher timeframes (HTFs) and multiple candles for each timeframe. For example, a trader can choose to monitor the OHLC of the last four 4-hour candles, providing a comprehensive view of significant price levels over different periods.
Key Features
Highly Configurable: Customize the number of timeframes and candles to suit your trading strategy.
Minimal Screen Clutter: Efficiently plot multiple levels without overwhelming your chart.
Flexible Application: Ideal for identifying support and resistance levels, liquidity sweeps, target levels, and more, adapting to various trading styles.
Traders have diverse trading styles and preferences. Some may use these levels to identify support and resistance zones, while others might look for liquidity sweeps or set target levels. By offering a high degree of customization, the Previous Key Levels indicator caters to the unique needs of individual traders, helping them make informed decisions based on historical price action across multiple timeframes.
Timeframe Settings
Toggle to track 6 HTF settings and the number of candles to track for each.
Limit to next HTFs only can be used to limit the HTF levels displayed based on the current timeframe.
Hide Above will disable the indicator above the specified interval.
Offset to Left and Right are used to specify where the level line starts and ends based on the current candle.
Offset between HTFs extends HTF levels to become more readable.
HTF Settings
Choice of the OHLC levels to track.
Specify the color, line style, and line width for each level.
Mark the start of that level, for example, draw a vertical line where the 4H candle has started.
Trace back to draw optional lines to track back to the origin of the level.
Label Settings
Highly configurable labels that allow traders to customize the labels to their liking.
Label color, background, and size.
Customize using up to 9 configurable parts.
Fading Levels
To prevent clutter, the indicator offers the option to change the transparency of the levels based on their distance from the current price. The distance is calculated based on a configurable Average True Range (ATR).
Change Transparency to a percentage of its current color.
Range should be within X candles will fade any level that is X candles length away from the current price.
ATR length used in calculation will calculate the average size of candles in the calculation.
Drummond Geometry All-in-One IndicatorOverview
This indicator is a unique implementation of Drummond Geometry principles, specifically designed to help traders understand market structure, identify key decision points, and improve trade timing across any asset class or timeframe. It combines several essential elements—each with a distinct purpose—into a unified framework that offers actionable insights.
What Makes This Script Unique?
Unlike other indicators that replicate isolated elements of Drummond Geometry, this script integrates and enhances its core components with advanced customization and precision. The closed-source implementation is designed to maintain proprietary methods for calculating Terminations and Areas 1-6, ensuring an edge for users while preserving the intellectual property of the developer. Here's what sets it apart:
• Proprietary Enhancements : Unique algorithms for dynamic PL Dot calculation and energy zone mapping, unavailable in existing open-source implementations.
• Synergistic Integration : The components (PL Dot, Envelope, Areas, Terminations) are optimized to work together seamlessly, offering a holistic view of market dynamics.
• Custom Visualization : Advanced visuals provide traders with a clear, intuitive understanding of trends, reversals, and congestion zones.
Key Features and How They Work
1. PL Dot :
o Purpose : A dynamic moving average that acts as a magnet for price action, reflecting short-term energy flow.
o Unique Approach : Proprietary smoothing techniques minimize lag and enhance sensitivity to market changes.
o Usage :
Identify trend direction with a sloping PL Dot.
Enter trades on PL Dot Refresh signals (price returning to the PL Dot during trends).
2. Envelope (Top & Bottom) :
o Purpose : Dynamic support and resistance levels based on market geometry.
o Unique Approach : Adaptive boundaries that respond to volatility, providing a more accurate reflection of market extremes.
o Usage :
Spot reversals when price breaches and retreats from Envelope boundaries.
Confirm trend strength when price sustains above or below the Envelope.
3. Areas 1 to 6 :
o Purpose : Key energy zones that represent varying levels of market activity, support, and resistance.
o Unique Approach : Proprietary zone calculation aligns with Drummond's principles while enhancing precision for intraday and swing trading.
o Usage :
Monitor Area 1 and Area 6 for potential reversals.
Use Areas 2-5 for trend confirmation or intraday trading opportunities.
4. Terminations :
o Purpose : Indicators of trend exhaustion or significant energy shifts in the market.
o Unique Approach : Advanced detection logic for pinpointing high-probability reversal zones.
o Usage :
Look for retreats to the PL Dot or Envelope after a Termination point is reached.
Combine with PL Dot Refresh for precise entries and exits.
How to Use This Indicator
1. Trend Trading :
o Identify trends with a sloping PL Dot and sustained price action above or below it.
o Enter on PL Dot Refresh signals and set targets near Envelope boundaries or specific Areas.
2. Reversal Trading :
o Watch for Terminations combined with Envelope breaches or price congestion near the PL Dot.
o Confirm reversals with shape changes in the PL Dot or shifts in Area activity.
3. Congestion Trading :
o Use Areas 1-6 to identify range-bound conditions.
o Trade breakouts when price moves beyond Envelope boundaries or Areas 2-5.
Important Notes
• Not a Holy Grail : This indicator is a powerful tool, but no indicator can guarantee success or eliminate risk in trading. The market is inherently unpredictable, and even the best tools require skill, practice, and proper application.
• Risk Management is Key : Always use sound risk management practices. Position sizing, stop-loss orders, and an understanding of your risk tolerance are crucial to long-term success.
• Not Financial Advice : This script is intended for educational and informational purposes only. None of the information provided constitutes trading or investment advice. Use it at your own discretion, and consult with a financial professional if necessary.
Why Use This Indicator?
• Comprehensive Analysis : A unified framework combining trend detection, support/resistance identification, and energy zone mapping.
• Adaptability : Suitable for all markets and timeframes, including stocks, forex, and crypto.
• Enhanced Decision-Making : Provides clear signals for trends, reversals, and congestion.
________________________________________
Start Trading Smarter
Transform your trading approach with this advanced Drummond Geometry implementation. Gain unparalleled insights into market behavior and unlock new opportunities with precision and confidence.
Spread Analysis (COIN/BTC)The Spread Analysis (COIN/BTC) indicator calculates the Z-score of the price ratio between Coinbase stock ( NASDAQ:COIN ) and Bitcoin ( CRYPTOCAP:BTC ). It helps identify overbought or oversold conditions based on deviations from the historical mean of their price relationship.
Key Features:
Z-Score Calculation:
• Tracks the relative price ratio of NASDAQ:COIN to $BTC.
• Compares the current ratio to its historical average, highlighting extreme overvaluation or undervaluation.
• Buy and Sell Signals:
• Buy Signal: Triggered when the Z-score is less than -2, indicating NASDAQ:COIN may be undervalued relative to $BTC.
• Sell Signal: Triggered when the Z-score exceeds 2, suggesting NASDAQ:COIN may be overvalued relative to $BTC.
• Dynamic Z-Score Visualization:
• Blue line plots the Z-score over time.
• Dashed lines at +2 and -2 mark overbought and oversold thresholds.
• Green and red triangles highlight actionable buy and sell signals.
Use Case:
This indicator is ideal for identifying relative valuation opportunities between NASDAQ:COIN and $BTC. Use it to exploit divergences in their historical relationship and anticipate potential reversions to the mean.
Limitations:
• Best suited for range-bound markets; may produce false signals in strongly trending conditions.
• Assumes a consistent correlation between NASDAQ:COIN and CRYPTOCAP:BTC , which may break during independent price drivers like news or earnings.
DCA Alpha 1.0 Trading Tool for Dollar-Cost Averaging
Description:
DCA Alpha 1.0 is a precision-engineered trading tool designed to assist traders and investors in accumulating assets during market downturns. Using proprietary algorithms that combine momentum decay, extreme price deviation metrics, trend dynamics, divergence analysis, and mean regression, it identifies potential bottom extreme zones in various asset classes such as indices, stocks, crypto, and commodities.
This indicator highlights market conditions where assets are oversold, undervalued, or experiencing capitulation—providing disciplined, unleveraged dollar-cost averaging (DCA) opportunities. Ideal for long-term growth strategies, DCA Alpha 1.0 helps cut through market noise, pinpointing moments of peak fear and maximum reward potential.
Whether navigating volatile crypto markets, timing corrections in indices, or accumulating commodities, DCA Alpha 1.0 serves as a vital tool for mastering the art of buying low and building your assets up strategically.
Instructions:
Getting Started:
Add the Indicator:
Install DCA Alpha 1.0 on your TradingView chart.
Select your preferred asset class: stocks, indices, crypto, or commodities.
Choose an appropriate timeframe (e.g., daily or weekly for long-term DCA strategies).
Customize Inputs: Adjust the following settings to align with your strategy:
Percentage of Equity to Trade: Define the portion of your portfolio to allocate per signal (default: 1% equity).
Profit Target Percentages: Set thresholds for locking in gains (default: 50% on lower timeframes, 500% on higher timeframes).
Zones and Signals:
Extreme Negative Zones:
What It Represents:
These zones highlight conditions where prices are deeply oversold, indicating extreme bearish sentiment. The market is likely nearing a bottom, offering high-probability buying opportunities.
Entry Signals:
When the price enters these extreme negative zones, visual markers (e.g., green triangles or other indicators) will signal a potential buying opportunity. These moments are indicative of market exhaustion, signaling that a reversal could be imminent.
Momentum Decay & Divergence:
Momentum decay occurs when price movement slows over time. In extreme negative zones, if prices continue to fall but at a diminishing rate (e.g., decreased volume or a fading oscillator), it suggests weakening bearish momentum. This, coupled with bullish divergence (oscillator forming higher lows while price makes lower lows), signifies a reversal, making it an ideal point to consider dollar-cost averaging into the asset.
Neutral Zones:
What It Represents:
The neutral zone is a state of market equilibrium, where prices are neither overbought nor oversold. The market is in a balanced state, with no strong trend emerging.
Mean Regression:
In a neutral zone, the market is reverting to its mean or average price after overreacting in either direction. A price transition from extreme zones (overbought/oversold) to the neutral zone suggests a reversion to the market's long-term average, making this a period of reduced volatility and uncertainty.
Entering or Exiting Neutral Zones:
Traders should avoid entering or exiting positions during neutral zone conditions unless transitioning from an extreme zone (negative or positive). Transitioning from an extreme negative zone to neutral may suggest an opportunity to accumulate assets gradually, while a shift from neutral to an extreme negative zone may indicate a deeper correction and warrant caution.
Momentum Decay & Divergence (Exiting Neutral Zone):
If prices are rising but the oscillator shows lower highs (bearish divergence), and momentum is fading, this could signal a pullback. A transition out of the neutral zone in this context may prompt traders to hold off on new positions or consider profit-taking.
Extreme Positive Zones:
What It Represents:
Markets can also become overbought or overvalued. When price enters extreme positive zones, the asset may be overvalued, suggesting potential selling or a waiting period.
Exit Signals:
Red triangle indicators signal potential exit points when prices reach overbought conditions, signaling a time to lock in profits and reduce exposure.
Momentum Decay & Divergence (Exiting Positive Zone):
When prices are making new highs but momentum is weakening (momentum decay) and the oscillator is showing lower highs (bearish divergence), this could indicate a faltering rally. Such conditions represent an ideal time to reduce exposure or exit positions.
Key Inputs for Customization:
Percentage of Equity to Trade:
This setting allows you to allocate a portion of your total portfolio per buy signal. By default, 1% of equity is used per signal, but this can be adjusted based on your risk tolerance and strategy.
Profit Target Percentages:
These thresholds help lock in gains once the price moves a set percentage in your favor.
Lower Timeframes: Default profit target of 50%.
Higher Timeframes: Default profit target of 500%.
These settings can be customized for specific risk/reward preferences.
Warning!!! : Aggressive Mode
Aggressive Mode is an advanced feature designed for traders who want to increase the frequency of signals during periods of market volatility. This mode will trigger more frequent entries, even into slightly less extreme zones, capturing short-term reversals.
What Aggressive Mode Does:
It amplifies signals by allowing the tool to identify more frequent price reversals, including brief market corrections, increasing trade frequency. While this can offer more trading opportunities, it also exposes you to higher risk.
Warning:
Aggressive Mode should be used only by experienced traders familiar with short-term volatility. The increased frequency of signals could lead to higher risk exposure. Ensure robust risk management practices, such as stop-loss orders and profit-taking strategies, are in place before activating this mode.
Default Setting:
Aggressive Mode is disabled by default. It can be activated at your discretion based on your experience level and risk appetite.
Best Practices:
Focus on High-Quality Assets: Prioritize assets with strong recovery potential (e.g., major indices, blue-chip cryptocurrencies).
Use Longer Timeframes: Minimize market noise and optimize your DCA strategy by focusing on higher timeframes (e.g., daily or weekly charts).
Review Trading Inputs: Regularly adjust your inputs to ensure they align with your financial goals and risk tolerance.
Implement Risk Management: Use stop-loss orders and profit targets to manage risk, especially when using Aggressive Mode.
Disclaimer:
DCA Alpha 1.0 is designed specifically for unleveraged, long-term dollar-cost averaging strategies. It is not intended for day trading or leveraged positions. The tool excels at identifying market dips but cannot guarantee success. Users are fully responsible for their own risk management, including the use of stop-losses, profit targets, and position sizing.
Aggressive Mode increases trade frequency and may lead to higher exposure and potential losses. Only experienced traders should consider using this mode. Always understand the risks involved before incorporating this tool into your trading strategy.
Market MonitorOverview
The Market Monitor Indicator provides a customisable view of dynamic percentage changes across selected indices or sectors, calculated by comparing current and previous closing prices over the chosen timeframe.
Key Features
Choose up to 20 predefined indices or your own selected indices/stocks.
Use checkboxes to show or hide individual entries.
Monitor returns over daily, weekly, monthly, quarterly, half-yearly, or yearly timeframes
Sort by returns (descending) to quickly identify top-performing indices or alphabetically for an organised and systematic review.
Customisation
Switch between Light Mode (Blue or Green themes) and Dark Mode for visual clarity.
Adjust the table’s size, position, and location.
Customise the table title to your own choice e.g. Sectoral, Broad, Portfolio etc.
Use Cases
Use multiple instances of the script with varying timeframes to study sectoral rotation and trends.
Customise the stocks to see your portfolio returns for the day or over the past week, or longer.
Polyphase MACD (PMACD)The Polyphase MACD (PMACD) uses polyphase decimation to create a continuous estimate of higher timeframe MACD behavior. The number of phases represents the timeframe multiplier - for example, 3 phases approximates a 3x higher timeframe.
Traditional higher timeframe MACD indicators update only when each higher timeframe bar completes, creating stepped signals that can miss intermediate price action. The PMACD addresses this by maintaining multiple phase-shifted MACD calculations and combining them with appropriate anti-aliasing filters. This approach eliminates the discrete jumps typically seen in higher timeframe indicators, though the resulting signal may sometimes deviate from the true higher timeframe values due to its estimative nature.
The indicator processes price data through parallel phase calculations, each analyzing a different time-offset subset of the data. These phases are filtered and combined to prevent aliasing artifacts that occur in simple timeframe conversions. The result is a smooth, continuous signal that begins providing meaningful values immediately, without requiring a warm-up period of higher timeframe bars.
The PMACD maintains the standard MACD components - the MACD line (fast MA - slow MA), signal line, and histogram - while providing a more continuous view of higher timeframe momentum. Users can select between EMA and SMA calculations for both the oscillator and signal components, with all calculations benefiting from the same polyphase processing technique.
Polyphase Stochastic RSI (PSRSI)The Polyphase Stochastic RSI (PSRSI) provides a continuous estimate of higher timeframe Stochastic RSI behavior by using polyphase decimation. The number of phases represents the timeframe multiplier - for example, 3 phases approximates a 3x higher timeframe.
While traditional higher timeframe indicators only update at the completion of each higher timeframe bar, the PSRSI creates a continuous signal by maintaining multiple phase-shifted calculations and combining them with appropriate anti-aliasing filters. This approach eliminates the gaps and discontinuities typically seen in higher timeframe indicators, though the resulting signal may sometimes deviate from the true higher timeframe values due to its estimative nature.
The indicator processes data through parallel phase calculations, each handling a different subset of price data offset in time. These phases are then filtered and combined to prevent aliasing artifacts that occur in simple timeframe conversions. The result is a smooth, continuous signal that starts providing meaningful values immediately, without requiring a warm-up period of higher timeframe bars.
Users can choose between RSI and Stochastic RSI modes, with both benefiting from the same polyphase processing technique. The indicator maintains the standard interpretation of overbought and oversold conditions while providing a more continuous view of higher timeframe momentum.