Buy and Sell with AlertOverview
The Buy and Sell with Alert is a Pine Script indicator for TradingView designed to assist traders in analyzing potential entry and exit points through a combination of Trend Direction ATR and Supertrend methodologies. It visualizes Buy, Sell, Riskey Buy (RB), and Risky Sell (RS) signals, along with optional Entry, Stop Loss (SL), and Take Profit (TP) lines. The indicator also includes a TD Line for trend filtering and a Smart Rebalancer for positional trade analysis. Highly customizable, it allows users to adjust visual styles, risk-reward ratios, and signal filters to support their analytical needs.
Important: This indicator does not provide buy or sell trade recommendations. It is intended for technical analysis, trial, and backtesting purposes to help traders evaluate market conditions within their own strategies.
Description
The Buy and Sell with Alert indicator is a technical analysis tool that integrates a custom Trend Direction ATR range filter with Supertrend signals to generate and visualize potential trade signals on the TradingView chart. It plots Entry, Stop Loss, and Take Profit lines with user-defined risk-reward ratios (1:1, 1:2, 1:3), a TD Line for trend confirmation, and a Smart Rebalancer line for identifying averaging opportunities in positional or investment trades. The indicator supports customizable alerts and visual settings, making it adaptable for traders analyzing trend-following or momentum-based strategies.
Disclaimer : This script does not suggest or recommend buy or sell trades. It is designed for analytical purposes, allowing traders to conduct trials and backtesting to assess its signals within their own trading systems.
Key Features
1. Trend Direction ATR Signals:
o Utilizes a smoothed range filter to detect trend direction based on price momentum and volatility, with potential to incorporate Average True Range (ATR) for enhanced volatility measurement (see Usage Notes).
o Generates Buy and Sell signals when price aligns with upward or downward trends, confirmed by momentum conditions.
o Combines with Supertrend logic to filter signals, improving reliability in trending markets.
2. Supertrend Signals:
o Employs ATR-based Supertrend calculations to identify trend changes, plotting Buy and Sell signals.
o Displays standalone Risky Buy (RB) and Risky Sell (RS) signals when Supertrend conditions occur independently of Trend Direction ATR .
3. Entry, Stop Loss, and Take Profit Lines:
o Plots Entry, SL, and TP lines for each signal, with customizable colors, widths, and lengths.
o Supports risk-reward ratios of 1:1, 1:2, or 1:3 for TP calculations.
o Adjusts SL based on significant price gaps (using a configurable threshold, default: 0.3%).
o Includes labels for Entry, SL, and TP, showing price levels and point distances, with left or right positioning options.
4. TD Line Filtering:
o Applies a TD Line (Volatility Adjusted Rate) to filter signals, ensuring alignment with the broader market trend.
o Optionally filters standalone Supertrend signals to reduce noise in choppy markets.
5. Smart Rebalancer:
o Plots a line at a 12.5% downside from the previous low of a Buy signal, indicating potential averaging zones for positional or investment strategies.
o Visualized as a dotted line for clarity.
6. Alerts:
o Supports alerts for Buy, Sell, Risky Buy (RB), Risky Sell (RS), or All signal types.
o Enables traders to receive notifications for analytical purposes during trials or backtesting.
7. Customization:
o Toggle visibility for Entry, SL, TP lines, line settings, label settings, and TD Line filtering.
o Customize line colors (Entry: blue, SL: red, TP: green), width (default: 1), and length (default: 15 bars).
o Adjust label positions (left or right) and risk-reward ratios.
o Configure gap threshold and TD Line filtering for signal optimization.
How It Works
• Trend Direction ATR : Calculates dynamic bands using a smoothed range filter based on price differences (with potential ATR integration). Buy signals occur when price is above the filter in an upward trend, and Sell signals occur in a downward trend.
• Supertrend: Uses ATR to define trend direction, generating signals when price crosses Supertrend bands. Standalone RB/RS signals are plotted for unconfirmed Supertrend changes.
• TD Line: A volatility-adjusted moving average filters signals to align with the broader trend, reducing false positives.
• Entry/SL/TP Lines: Entry is set at the current close, SL at recent lows/highs (adjusted for gaps), and TP based on the selected risk-reward ratio. Lines and labels visualize these levels.
• Smart Rebalancer: Identifies a 12.5% downside level from the previous low of a Buy signal for averaging in long-term trades.
• Gap Handling: Detects significant gaps (default: 0.3%) and adjusts SL placement to account for volatility.
Customization Options
• Toggles: Enable/disable Entry, SL, TP lines, line/label settings, and TD Line filtering.
• Visuals: Adjust colors, line width, and length for Entry, SL, and TP lines.
• Labels: Set label position (left or right) and risk-reward ratios (1:1, 1:2, 1:3).
• Parameters: Configure gap threshold (default: 0.3%) and TD Line filtering.
• Alerts: Select specific alert types for notifications during analysis.
Usage Notes
• This indicator is for technical analysis, trial, and backtesting purposes only and does not provide trading recommendations.
• Suitable for trend-following or momentum-based strategies across various markets (Indices, stocks, forex, crypto, etc.).
• Best used on timeframes (e.g., 5M, 15M, 1H, 4H, Daily, Weekly, for clearer signals, though compatible with all timeframes.
• ATR Integration: The Trend Direction ATR component can be modified to use ATR for volatility measurement, potentially improving robustness. Traders can test ATR-based calculations by adjusting the script’s smoothrng function (contact the developer or Pine Script community for implementation).
• Combine with other tools (e.g., support/resistance, volume, Demand and Supply) to validate signals, as this is not a standalone trading system.
• Adjust gap threshold and TD Line filtering based on market conditions and asset volatility.
• The Smart Rebalancer is designed for positional or investment strategies and may not suit short-term trading.
Compliance
• The script does not provide buy or sell recommendations, focusing on technical signal generation for analysis and backtesting.
• Alerts are descriptive and tied to technical conditions, not trading advice.
Limitations
• Signal frequency may increase in volatile or choppy markets, requiring user discretion to filter noise.
• Performance depends on proper configuration of parameters like gap threshold and risk-reward ratios.
• The Smart Rebalancer is tailored for long-term strategies and may not be relevant for all traders.
• ATR integration requires script modification and testing to ensure compatibility.
• Not a predictive tool; signals should be validated with additional analysis.
To gain access to the TradingView Invite-Only Script, you can send a request message to the author directly on their TradingView ID - (aquasonic1987) or chat box
Volatilità
High Threshold Volume BarThis indicator appears to identify significant price bars with high probability trading opportunities based on size, volume, and trend strength. Let me break down how it works and explain each parameter to help you understand when to use it for trade entries.
Core Concept
The indicator identifies "significant" price bars that stand out from normal market behavior by measuring:
Bar size (either full range or body)
Volume (optional)
Statistical significance compared to recent history
Trend context
Bar Color Meanings
Color 0 (Bright Blue): Represents high probability bullish signals. These appear when you have significant bars with upward price movement (close > open) that meet all criteria and have reached the minimum consecutive bar threshold.
Color 1 (Bright Pink): Represents high probability bearish signals. These appear when you have significant bars with downward price movement (close < open) that meet all criteria and have reached the minimum consecutive bar threshold.
Color 2 (Dark Teal): Represents significant bullish bars that meet the threshold criteria but haven't yet reached the minimum consecutive count requirement. These are potential early signals.
Color 3 (Dark Burgundy): Represents significant bearish bars that meet the threshold criteria but haven't yet reached the minimum consecutive count requirement. These are potential early signals.
Color 4 (Light Green): Represents normal bullish bars (close > open) that don't meet the significance threshold. These are standard market activity.
Color 5 (Light Red): Represents normal bearish bars (close < open) that don't meet the significance threshold. These are standard market activity.
When multiple criteria align, the indicator highlights potential high probability trading opportunities.
How to Use for Trade Entries
When to Consider Entries
The indicator is most effective when:
(Image mentioned bottom right side of the chart)
Active Signal: The info table shows "ACTIVE" status
High Percentile: The current bar size is in the top 20% of recent bars (>80%)
Consecutive Count: At least your minimum consecutive significant bars have occurred
Strong Trend: Trend strength shows above 20%
Signal Types
The indicator classifies potential setups as:
Bullish Continuation: Strong upward move in an existing uptrend
Bearish Continuation: Strong downward move in an existing downtrend
Bullish Reversal: Strong upward move against a previous downtrend
Bearish Reversal: Strong downward move against a previous uptrend
Trading Approach
For Trend Following:
Enter on bullish_cont signals in uptrends
Enter on bearish_cont signals in downtrends
Use when volatility regime is "NORMAL" or "HIGH"
For Reversal Trading:
Look for bullish_rev signals at support levels
Look for bearish_rev signals at resistance levels
Particularly powerful when Size Percentile is >90%
For Volatility Expansion:
Enter when transitioning from "LOW" to "NORMAL" volatility
Consecutive count of 2-3 often indicates the start of a new move
Visual Signals(AS mentioned in image)
Bar Colors: Bright blue (bullish) or bright pink (bearish) for high probability signals
Background: Blue or pink highlights during significant zones
Table Data: Provides real-time context for the current bar
Order Block (Auto) & SMC-2.0Overview
The Order Block (Auto) & SMC-2.0 is a Pine Script indicator designed for TradingView to assist traders in identifying key market structures and price action patterns based on Smart Money Concepts (SMC). It plots Institutional Order Blocks (OB), Fair Value Gaps (FVG), Pivot Points, Break of Structure (BOS), Change of Character (CHoCH), Inducements (IDM), and Liquidity Sweeps on the chart. The indicator is highly customizable, allowing users to toggle features, adjust parameters, and modify visual styles to suit their trading strategies.
This indicator is intended for traders who utilize SMC methodologies to analyze market behavior, focusing on institutional activity, liquidity zones, and structural shifts. It supports both novice and advanced traders by providing clear visual cues and detailed settings for fine-tuning.
Description
The Order Block (Auto) & SMC-2.0 indicator is a versatile tool that combines Institutional Order Blocks, Fair Value Gaps, Pivot Points, and Smart Money Concept (SMC) patterns into a single, user-friendly interface. It is built to help traders identify potential areas of interest in the market, such as institutional buying/selling zones, liquidity grabs, and structural shifts, which are critical for making informed trading decisions.
Key Features
Institutional Order Blocks (OB):
Automatically detects bullish and bearish order blocks based on high-volume candles and specific price action criteria.
Supports two types: Regular OB (significant volume, 2.5x multiplier) and Extreme OB (extreme volume, 3.5x multiplier).
Customizable marking modes: Wick to Wick or Body to Wick.
Displays mitigated OBs with a distinct color when price interacts with the block.
Limits the number of displayed OBs to prevent chart clutter (default: 50).
Fair Value Gaps (FVG):
Identifies bullish and bearish FVGs based on price gaps and high-volume conditions.
Optionally plots Structure Breaking FVGs that align with pivot-based structural shifts.
Customizable colors, border styles, and transparency for FVGs.
Supports mitigated FVG visualization and limits displayed FVGs (default: 10).
Pivot Points:
Plots pivot highs and lows based on a user-defined lookback period (default: 20 bars).
Helps traders identify key swing points for market structure analysis.
Smart Money Concepts (SMC):
Detects Break of Structure (BOS) for bullish and bearish trends, marking significant structural breaks.
Identifies Change of Character (CHoCH) to signal potential trend reversals.
Highlights Inducements (IDM) to detect short-term liquidity traps.
Visualizes Liquidity Sweeps to indicate areas where stop-loss orders may have been triggered.
Customizable lookback periods for BOS (default: 20) and IDM (default: 3).
Visual Customization:
Toggle visibility for OBs, FVGs, Pivots, BOS, CHoCH, IDM, and Liquidity Sweeps.
Adjust colors, transparency, border styles, and label sizes for all elements.
Optional labels for OBs and FVGs with customizable text size and color.
Alert Conditions:
Includes an alert system for detecting new bullish and bearish OBs (both regular and extreme).
Alerts can be configured to notify traders of significant OB formations.
How It Works
Order Blocks: The script identifies OBs by analyzing high-volume candles with specific body-to-wick ratios (>70% body, <30% wick). It uses volume multipliers to differentiate between regular and extreme OBs.
Fair Value Gaps: FVGs are detected when a significant price gap forms, often accompanied by high volume. Structure-breaking FVGs are tied to pivot point interactions.
Pivots: Pivot highs and lows are calculated using a lookback period to highlight key swing points.
SMC Patterns: BOS, CHoCH, IDM, and Liquidity Sweeps are detected using swing high/low analysis and price action crossovers, providing insights into market structure and liquidity dynamics.
Mitigation Detection: The script tracks price interactions with OBs and FVGs, marking them as mitigated when price fully breaches the zone, helping traders assess the strength of these levels.
Customization Options
OB Settings: Enable/disable OBs, choose display mode (Regular, Extreme, Both, None), adjust volume multipliers, and set marking style.
FVG Settings: Toggle FVGs and structure-breaking FVGs, customize colors, and set maximum display limits.
Pivot Settings: Adjust pivot lookback period and toggle visibility.
SMC Settings: Enable/disable BOS, CHoCH, IDM, and Liquidity Sweeps, with customizable lookback periods and colors.
Visuals: Modify colors, transparency, border styles, and label sizes for all plotted elements.
Performance: Limit the number of displayed boxes (OBs and FVGs) to optimize chart performance.
Usage Notes
This indicator is designed for traders familiar with Smart Money Concepts and institutional trading strategies.
It is recommended to use the indicator on higher timeframes (e.g., 1H, 4H, Daily) for clearer signals, though it works on all timeframes.
Combine the indicator with other technical analysis tools to validate signals, as it is not a standalone trading system.
Adjust settings based on the asset and timeframe to optimize performance and reduce noise.
To gain access to the TradingView Invite-Only Script, you can send a request message to the author directly on their TradingView ID - (aquasonic1987) or chat box
Mvp Wave Sniper v1.0Credits and Acknowledgments
This strategy brings together several technical indicators and analytical methods that many traders rely on. In particular, it leverages:
ATR (Average True Range):
A volatility indicator popularized by J. Welles Wilder, Sr. and widely implemented as part of TradingView’s built-in functions.
SMA (Simple Moving Average) and Standard Deviation-based Channels:
Fundamental tools for trend analysis and risk management, available within TradingView’s powerful charting library.
MFI (Money Flow Index) and OBV (On-Balance Volume):
Volume-based indicators that are part of TradingView’s comprehensive suite and have been refined by numerous community contributors.
Higher Timeframe Analysis & Custom Filters:
The use of multiple timeframe validations and filter criteria (e.g., using three different SMAs) demonstrates advanced methods shared by authors throughout the TradingView community.
Wave Filter Explanation:
A key component of this strategy is its integrated wave filter, which is designed to capture market movements in a way that resembles wave patterns—an idea inspired by the Elliott Wave theory. In the script, the wave logic operates by comparing the current price relative to a dynamically calculated trend channel derived from a moving average coupled with a standard deviation multiplier. When enabled (via the useWaveLogic input), the filter checks that the price is positioned correctly above (for a bullish signal) or below (for a bearish signal) this trend indicator. Additionally, if the Money Flow Index is activated, its condition (above or below a threshold of 50) provides extra confirmation. This composite filtering ensures that the strategy only takes trades when the market behavior aligns with the expected “wave” conditions, balancing signal precision with practical risk management—all within the limitations of PineScript. It is important to note that these wave decisions/logic are produced solely by the publishing TradingView author, TheCryptoMvp.
In the settings of this backtest, we have made it take into account a cost simulation of 0.055% a side fees and 5 ticks slippage to produce a realistic trading environment, where 5x leverage is used optionally creating a margin ratio of 20%.
The choice of parameters by default in this script serve as to show what my (TheCryptoMvp) own backtesting results have led to, showcasing the optimum settings for this script. The default settings are generally meant for more volatile markets, in particular, Dogecoin.
In the parameters for the backtest, 85% of equity is used with leverage of 5x / 20% Margin Ratio for longs/shorts. Recommended to use leverage when implementing usage of this script. That being said, this is not financial advice and you are free to do your own research. Please note that the 85% of equity used can be any number, adhering to your personal risk tolerance.
Even though the backtest and cost simulation show impressive results, caution is advised. As with any strategy, it is logical to remain cautious. Please maintain all communications with TheCryptoMvp from within TradingView. It is also worth noting that the backtest simulates reinvestment of the 85% equity at all times, producing volatile results where additional caution is warranted.
Special thanks and credit are extended to the original authors and developers within the TradingView platform whose work has made these indicators both accessible and highly customizable to traders worldwide. Their contributions have been instrumental in creating innovative trading strategies like the Mvp Wave Sniper.
Changelog 15/04/2025: Revamped Script, Added Support for webhooks etc via closing trades before opening trades- recalculation per tick. Changed the default timeframe to 5minutes.
I will be constantly looking for better settings on this script, which will be found in sub-sections of the scripts page here on tradingview, encourage users to share alpha and be welcomed in a well rounded respectful tradingview community.
Oscura 23:00 - 00:00 (Italia)Hiding spread zone.
Usefull to hide zone where the broker make new contract and erase spread
FeraTrading Breakout IndicatorThe FeraTrading Breakout Indicator is built for universal compatibility, working seamlessly across all tickers and timeframes. Its flexibility makes it suitable for a wide range of trading strategies and market conditions. The indicator is engineered to anticipate potential breakout opportunities by combining volatility filtering with dynamic support and resistance detection.
A distinct yellow line is plotted to represent key support or resistance zones when a breakout signal is generated. These levels help confirm directional bias and provide a visual anchor for potential entries or exits.
By combining volatility cues with structural price levels, this indicator offers traders a reliable tool for identifying trend initiation and momentum shifts with clarity and precision.
The user has the option in the indicators settings to display only the first signal of the day (Which is usually the strongest) or every signal of the day.
WB TRADING ATR [Version 2]the indicator calculates the average true range (ATR) of the previous trading day. specifically measuring the price movement for whatever time you choose. it helps traders gauge overnight volatility and identify potential price range expectations for early market sessions.
Signal Edge ATR Signals v3SignalEdge ATR Signals V3
This indicator provides potential buy and sell signals based on a confluence of Average True Range (ATR), Momentum analysis, and Pivot/RSI conditions. It aims to identify potential trend reversals and continuations.
How it Works:
The indicator combines several technical analysis concepts:
ATR-Based Trend Lines: It calculates upper and lower bands using the Average True Range and a user-defined sensitivity multiplier. These bands help define the current trend.
Momentum Analysis: It incorporates a custom momentum calculation using Hull Moving Averages (HMA) to assess the strength and direction of price movement.
Pivot/RSI Confluence: It identifies potential support and resistance levels using short-term pivots and checks for overbought/oversold conditions using the Relative Strength Index (RSI). Signals are generated when momentum aligns with potential reversals at these levels.
Key Features:
Clear Buy and Sell Signals: Visual buy (teal label below the bar) and sell (red label above the bar) signals are plotted on the chart when conditions are met.
Adjustable Sensitivity: The "Sensitivity" input allows users to control the responsiveness of the ATR-based trend lines, potentially filtering out noise.
ATR Length Customization: The "ATR Length" input determines the period used for ATR calculation.
Show/Hide Signals: Users can toggle the visibility of the buy/sell signal labels.
Fixed Stop Loss and Take Profit Levels (for demonstration): The indicator currently plots fixed 2% stop loss and three take profit levels based on the entry price for visualization. Note: These are fixed for demonstration and are not user-adjustable in this version.
Trend Change Alerts: An alert is triggered when the indicator detects a change in the underlying trend.
Detailed Entry/TP/SL Alerts: Optional alerts provide specific entry prices, take profit levels, and stop loss levels when a buy or sell signal is generated.
Input Parameters:
Source: The price source used for calculations (default: HL2).
Sensitivity (0.5 - 5): Adjusts the sensitivity of the ATR bands (default: 2). Higher values may lead to fewer signals.
ATR Length: The period for ATR calculation (default: 10).
Show Buy/Sell Signals: Toggles the visibility of buy/sell labels on the chart (default: true).
How to Use:
Add the "SignalEdge ATR Signals" indicator to your TradingView chart.
Adjust the input parameters according to your trading strategy and the specific market conditions.
Look for the "Buy" and "Sell" labels as potential entry points.
Observe the plotted stop loss and take profit levels for potential risk management.
Consider using this indicator in conjunction with other analysis tools for confirmation.
Disclaimer:
This indicator is for educational and informational purposes only and should not be considered financial advice. Trading involves significant risk, and you 1 can lose your principal investment. Always conduct thorough research and due diligence before making any trading decisions. The fixed stop loss and take profit levels in this version are for illustrative purposes and may not be suitable for all trading strategies.
Enjoy using the SignalEdge ATR Signals V3 indicator!
DTT Yearly Volatility Grid [Pro+] (NINE/ANARR)Introduction :
This tool is designed to automate the Digital Time Theory (DTT) framework created by Ivan and Anarr and applies the DTT Yearly Volatility Grid to uncover swing trading opportunities by analyzing Time-based statistical market behavior across the 4H to Daily chart.
Description:
Built upon the proprietary Digital Time Theory (DTT) , this advanced version is tailored for traders seeking multi-day to multi-week moves . It equips swing traders with an edge by analyzing macro Time intervals and volatility behavior across higher Timeframes. Applicable to all major asset classes, including stocks, crypto, forex, and futures , this script breaks down the entire yearly range into Higher-Time Frame Time Models and statistical zones .
This version uses daily intervals to track broader volatility waves, highlight the DTT framework, and pinpoint premium/discount areas across swing cycles. Powered by Time-driven data insights, this tool assists traders in anticipating expansions, understanding long-range Time distortions, and positioning around statistically significant zones in the higher-Time frame narrative.
Key Features:
Time-Based Models and Macro Volatility Awareness:
Automatically populates the chart with DTT Yearly Time Models (4H, Daily), engineered to spotlight macro volatility events across broader market sessions. Helps swing traders identify potential inflection points, reversals, or trend continuation zones.
Average Model Range Probability (AMRP):
Measure the average volatility expected over higher Time-based models. Use AMRP Levels and Projections to assess the range potential of each Yearly Model Time window—vital for monitoring reversals, breakouts, or continuation plays across several sessions or weeks.
Digital Root Candles and HTF Liquidity Draws:
For DTT Yearly Models, the Digital Root Candles are calculated as a specific Daily candle, and can be viewed on the Daily or 4H Timeframe. Analysts can frame premium and discount zones, based on where price is trading in relation to the current or previous model's Digital Roots. These areas also act as anchors for institutional price movement, often serving as bases for accumulation/distribution periods or large impulse moves.
Extended Visualization:
Track and project prior model ranges (high, low, equilibrium) into the current swing window. This helps visualize macro support/resistance , range expansion, failure zones, and price gravitation levels for longer-term trade planning.
Lookback Periods and Model Count
Utilize adjustable lookback periods to control the number of past DTT Yearly Models displayed—ideal for swing traders and quarterly outlooks. Whether you’re reviewing one yearly model to focus on the present range or several months’ worth of data for backtesting and confluence, this feature keeps charts clean, structured, and aligned with your preferred historical perspective.
By tailoring how many previous Time-based models appear on the chart, traders can better visualize and backtest repeated behaviors, major volatility clusters, and how key levels evolve over Time.
Detailed Data Table:
View statistical AMRP data for multiple DTT Yearly Models in real-Time. The data table helps confirm whether current price movement exceeds, respects, or fails to reach historical volatility ranges—key for analyzing market compression or expansion phases.
Customization Options:
Toggle inner Time interval, calculate AMRP utilizing a custom model lookback, and display styles (solid/dotted lines), including color coordination per drawing. Easily customize your charts and settings to fit your swing trading system or macro analysis.
How Swing Traders Can Use DTT Yearly Volatility Grid Effectively
Identify Swing Premium and Discount Zones:
Use Root Candles and Yearly Time Model AMRP Zones to evaluate where price is positioned in the current Time Model. Using this tool, traders can plan trades with a longer term horizon for a minimum of 1 to 2-weeks or manage entries/exits around market structure shifts and liquidity pools
Expect Macro Volatility Shifts:
Use the HTF models to forecast when and which volatility models are historically known to create larger market impulses . These tools help spot periods of potential exhaustion or breakout, especially near key economic releases, quarterly closes , or macro liquidity zones .
Avoid Low Volatility Consolidations:
AMRP helps you detect when the market is compressing or coiling within a DTT Yearly Model. If price is trading between Digital Root Candles or the AMRP zones, analysts are likely to notice periods of consolidation, and the inability to reach their historical volatility averages.
Usage Guidance:
Add DTT Yearly Volatility Grid (NINE/ANARR) to your TradingView chart.
Make sure to be on the 4H, or Daily Timeframes depending on your asset class and analysis.
Use the DTT Model elements and the Data Table to track expansion zones, premium/discount extremes, and model range behavior.
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.
Regg.v.scalp.Dom-6.Rev-108Regg.v.scalp.Dom-6.Rev-108 – Invite-Only Strategy
Description:
This is a basic scalping strategy created for volatile crypto markets. It is designed to generate small, consistent profits through short-term trades.
You can try this strategy free for one week. If it works well for you and gives profit, you can contact the author to continue using it.
Price IVolution ProPrice Ivolution Pro: Master Volatility with Unmatched Clarity & Confluence
Feeling Overwhelmed by Market Noise? Struggling for Consistent Trading Results?
Whether you're just starting out or you're an experienced trader, navigating today's markets can be challenging. Conflicting signals, confusing charts, and emotional decisions often lead to frustration. You need a clear, reliable way to understand market dynamics and spot opportunities with confidence.
Introducing Price Ivolution Pro – Your Intuitive Guide to Market Clarity.
Price Ivolution Pro is a powerful, yet user-friendly trading suite designed for traders of all levels on TradingView. Whether you're day trading options, scalping futures, or swing trading stocks, this indicator provides the clarity and confluence needed to make more informed decisions. Simplify your analysis and evolve your trading approach.
Unlock Your Potential with Key Features:
Dual Trend Clouds: Instantly visualize the market's short-term momentum (Green/Red areas) and longer-term trend (Blue/Orange areas). Easily identify when the market is trending strongly or consolidating, and spot key dynamic support/resistance zones.
Key Dynamic Pivot Line (Yellow Line): Track a crucial dynamic level that often acts as support or resistance. Watch how price interacts with this line for valuable clues about potential bounces or breaks.
Integrated Volatility Squeeze Detector: Anticipate potentially significant market moves! Identify periods when market energy is building and be ready for the subsequent expansion. Capture big moves before they happen, not after it's too late!
Clear Entry Signals (Standard & Confirmed): Receive straightforward Buy/Sell signals. Get Standard signals (Aqua/Purple triangles) for potential early entries before the move happens , and Confirmed signals (Green/Red triangles) that flag higher-probability setups, often after volatility confirmation.
Automatic Potential Target Levels: Eliminate guesswork with automatically plotted price levels based on recent market volatility (ATR). Use these objective levels to help plan your trade exits.
Comprehensive Status Dashboard: Your real-time command center! Instantly check the status of Trends, RSI, Volume, Momentum, Volatility Squeeze, and more – all in one place. Quickly confirm if multiple factors align for your trade idea.
Exclusive Market Internals (Index Trading Edge): Trading SPX/ES? Gain an optional edge with integrated NYSE TICK, ADD, and Volume Ratio data to gauge underlying market breadth and strength, right on your chart.
Built-in Alert Conditions: Stay informed. Easily create alerts in TradingView for all key signals – Entries, Exits, and potential Target levels – so you don't miss opportunities.
Who is Price Ivolution Pro For?
Beginner to Advanced Traders: Designed for clarity and ease of use, regardless of your experience level.
Day Traders, Scalpers, & Swing Traders: Adaptable to various trading styles and timeframes.
Options, Futures, Stock, & Forex Traders: Works across multiple asset classes available on TradingView.
Traders Seeking Clarity & Confidence: If you want to reduce noise, filter signals, and trade based on clear, confluent information, this is for you.
Learn and Grow with Your Subscription:
Comprehensive User Guide: Easy-to-understand explanations of every feature and core strategies.
Exclusive Mini-Course: Bite-sized video lessons to help you master the indicator quickly.
Private Whop Community Access: Join fellow traders, ask questions, and learn together in a supportive environment (links provided post-subscription).
Ready to See the Market Differently?
Stop trading in confusion. Start trading with the clarity and confidence provided by Price Ivolution Pro.
Subscribe via Whop Today and Request Invite-Only Access!
whop.com
(Note: You will need to provide your TradingView username during checkout on Whop for access granting)
Disclaimer: Trading involves substantial risk of loss and is not suitable for all investors. Past performance is not indicative of future results. Price Ivolution Pro is a tool for analysis and does not constitute financial advice or guarantee profits. Always use proper risk management and trade responsibly.
Dskyz (DAFE) Turning Point Indicator - Dskyz (DAFE) Turning Point Indicator — Smart Reversal Signals
Inspired by the intelligent logic of a pervious indicator I saw. This script represents a next-generation reversal detection system—completely re-engineered with cutting-edge filters, adaptive logic, and intelligent dashboards.
The Dskyz (DAFE) Turning Point Indicator
🧠 What Is It?
is designed to identify key market reversal zones with extraordinary accuracy by combining trend direction, volatility confirmation, price action patterns, and smart filtering layers—all visualized in a highly interactive and informative chart overlay.
This isn’t just a signal generator—it’s a decision-making assistant.
⚙️ Inputs & How to Use Them
All input fields are grouped for ease-of-use and explanation:
🔸 Reversal Logic Settings
Source: The price source used for signal generation (default: hlcc4). Can be changed to any standard price formula (open, close, hl2, etc.).
ATR Period: Used for determining volatility and dynamic trailing stop logic.
Supertrend Factor / Period: Calculates directional movement to detect trending vs choppy zones.
Reversal Sensitivity Thresholds: Internal logic filters minor pullbacks from true reversals.
🔸 Filters
Trend Filter: Enables trend-only signals (optional).
Volume Spike Filter: Confirms reversals with significant volume activity.
Volatility Zone Coloring: Visually highlights high-volatility areas to avoid late entries or fakeouts.
Custom High/Low Detection: Smart local top/bottom scanning to reinforce accuracy.
🔸 Visual & Dashboard Options
Signal Labels: Toggle signal labels on the chart.
Color Theme: Choose your visual theme for easier visibility.
Dashboard Toggle: Activate a compact dashboard summarizing strategy health (win rate, drawdown, trend state, volatility).
🧩 Functions Used
ta.supertrend(): Determines trend direction for signal confirmation and filtering.
ta.atr(): Calculates real-time volatility to determine trailing stop exits and visual zones.
ta.rsi() (internally optimized): Helps filter overbought/oversold conditions.
Local High/Low Scanner: Tracks recent pivots using a custom dynamic lookback.
Signal Engine: Consolidates multiple confirmation layers before plotting.
🚀 What Makes It Unique?
Unlike traditional reversal indicators, this one combines:
Multi-factor signal validation: No single indicator makes the call—volume, trend, price action, and volatility all contribute.
Adaptive filtering: The indicator evolves with the market—less noise, smarter signals.
Visual volatility heatmap zones: Avoid entering during uncertainty or manipulation spikes.
Interactive trend dashboard: Immediate insight into the strength and condition of the current market phase.
Highly customizable: Turn features on/off to match your trading style—scalping, swing, or trend-following.
Precision timing: Uses optimized versions of RSI and ATR that adjust automatically with price context.
🧬 Recommended for:
Commodity: Futures, Forex, Crypto
Timeframes: 1m to 1h for active traders. 4h+ for swing trades.
Pair With: Support/resistance zones, Fibonacci levels, and smart money concepts for additional confluence.
🎯 Why It Works
- Traditional reversal signals suffer from lag and noise. This system filters both by:
- Using multi-source confirmation, not just price movement.
-Tracking volatility directly, not assuming static markets.
-Detecting exhaustion, not just divergence.
-Keeping your screen clean, with only the most relevant data shown.
🧾 Credit & Acknowledgement
🧠 Original Concept Inspiration: This project was deeply inspired by the work of Enes_Yetkin_ and their approach to reversal detection. This version expands on the concept with additional technical layers, updated visuals, and real-time adaptability.
📌 Final Thoughts
This is more than a reversal tool. It's a market condition interpreter, entry/exit planner, and risk assistant all in one. Every aspect is engineered to give you an edge—especially when timing means everything.
Use it with discipline. Use it with clarity. Trade smarter.
**I will continue to release incredible strategies and indicators until I turn this into a brand or until someone offers me a contract.
-Dskyz
FeraTrading Relative Volume IndicatorThis FeraTrading Relative Volume Indicator measures relative volume pressure by comparing buying and selling activity, smoothed using a configurable average. It helps traders identify volume-driven momentum shifts, offering dynamic buy and sell signals based on weighted pressure values.
Key Features:
📈 Relative Volume (RV) Line: Measures net buying/selling pressure using volume-weighted price action.
🟢 Buy Signals: Triggered when RV crosses above a smoothed moving average (SMA 1).
🔴 Sell Signals (optional): Triggered when RV crosses below a separate SMA (SMA 2).
🔍 Customizable Inputs: Adjust smoothing length, weight, and signal sensitivity.
🕯️ Weighted Candles (optional): Visualizes custom OHLC based on volume-weighted volatility.
📊 Two SMAs: Use separate or combined moving averages to analyze trends in pressure.
🎨 Flexible Styling: Customize line and signal colors to match your chart setup.
Use Cases:
Spotting accumulation/distribution phases
Timing entries during volume surges
Confirming breakout momentum with underlying volume pressure
This indicator was developed by FeraTrading to visualize relative volume pressure.
Elite Momentum ImbalanceSpecific to scalping altcoins on Binance. The code will be simple, accurate, and functional, based on real and reliable data, with explanatory comments to ensure clarity. Since TradingView does not provide direct access to the order book (necessary to calculate the bid-ask imbalance in real time), I adapted the logic to reflect the concept using available proxies, declaring limitations where necessary. Each specialist will contribute to ensuring the required excellence. Despite the limitation of TradingView (no order book), the code is effective and simple, ideal for integration with other indicators.
Autocorrelation Adaptive EMAThe Autocorrelation Adaptive EMA (AAEMA) is a dynamic, overlay indicator designed to adapt its smoothing period based on market conditions. It analyzes the autocorrelation of price returns to adjust the lookback window, ensuring responsiveness to changing trends while maintaining stability during consolidation. The indicator also incorporates rate-of-change (ROC) and volatility metrics to fine-tune its sensitivity, making it suitable for various timeframes and market environments. The AAEMA plots a single, smooth line over the price chart, providing a clear visual guide for trend direction without revealing proprietary calculations. Ideal for traders seeking an adaptive moving average that balances speed and reliability.
FeraTrading Take Profit ModelUnlike most trading strategies, this model does not rely on traditional entry logic . This strategy embodies the principle that time in the market is often more beneficial than trying to time the market itself.
The method operates by executing trades almost instantly when not currently positioned, but it introduces an after-bar waiting period before entering a new trade. This straightforward rule is complemented by a sophisticated framework for position sizing and exit timing.
By utilizing various volatility features, it adeptly adjusts both the size of the position and the timing of exits. The execution is clear and straightforward: buy when the price reaches the purple line, and sell once it hits the yellow line. These lines are manipulated by price action, range, and volatility. This simplicity in entry and exit, combined with advanced logic behind the scenes, creates a robust long term trading strategy.
The strategy strictly trades on the 1 day timeframe on the S&P 500 and automatically sets stop-loss (SL) and take-profit (TP) levels, helping to enforce disciplined risk management. Position sizing is straightforward and adjusts based on the user’s defined capital input, making it flexible for different account sizes.
Alerts can be created via the "Alerts" button to stay notified of key trade signals.
FeraTrading Gold Compression Breakout v1This model leverages our innovative FeraTrading Compression Indicator specifically for Gold, utilizing volatility to accurately determine both stop loss and take profit zones. It identifies potential breakouts within consolidated zones or at key support and resistance levels. It incorporates volatility filtering combined with candle analysis to enhance trading decisions. This approach aims to identify significant price movements while minimizing the influence of market noise.
The strategy strictly trades on the 1minute timeframe and automatically sets stop-loss (SL) and take-profit (TP) levels, helping to enforce disciplined risk management. Position sizing is straightforward and adjusts based on the user’s defined capital input, making it flexible for different account sizes.
Alerts can be created via the "Alerts" button to stay notified of key trade signals.
FeraTrading NQ Breakout ModelThis model integrates the FeraTrading Breakout Indicator specifically for Nasdaq, designed to capture the final breakout move with precision. By combining volatility filtering with market structure analysis and dynamic buy/sell zones, it enhances breakout detection while reducing noise.
The strategy strictly trades on the 15 minute timeframe and automatically sets stop-loss (SL) and take-profit (TP) levels, helping to enforce disciplined risk management. Position sizing is straightforward and adjusts based on the user’s defined capital input, making it flexible for different account sizes.
Alerts can be created via the "Alerts" button to stay notified of key trade signals.
Intraday Uncertainty [PhenLabs]📊 Intraday Uncertainty
Version: PineScript™ v6
📌 Description
The Intraday Uncertainty indicator offers traders a visual representation of market certainty/uncertainty during trading sessions. By comparing each price bar’s range to the Average True Range (ATR), it provides an intuitive way to gauge market conviction through a color gradient system.
This tool helps traders identify periods of high certainty (potentially trending markets) versus high uncertainty (potentially choppy or volatile markets) without complex calculations or multiple indicators. The color-coded bars create an immediate visual cue to support decision-making in varying market conditions.
🚀 Points of Innovation
Automated range-to-ATR ratio calculation that adapts to changing market volatility
Dynamic color gradient system that visually distinguishes between certain and uncertain price action
Customizable gradient clamping to fine-tune sensitivity to market conditions
Integrated dashboard that provides clear interpretation guidance
Position-flexible legend that accommodates different chart layouts
Highly optimized for performance with minimal calculation overhead
🔧 Core Components
ATR Calculation: Measures market volatility using a configurable lookback period
Range-to-ATR Ratio: Compares current bar’s high-low range against average volatility
Gradient Mapping System: Converts numerical uncertainty values into an intuitive color scale
Dashboard Legend: Provides clear interpretation guidance with customizable positioning
🔥 Key Features
Bar Coloring: Instantly identifies market certainty levels through intuitive color gradients
Customizable ATR Period: Adjust sensitivity to historical volatility based on trading style
Gradient Clamping: Fine-tune the color sensitivity using the Range/ATR multiplier
Color Customization: Personalize the color scheme to match your chart aesthetics
Informative Dashboard: Quickly interpret color meanings with the optional on-chart legend
Flexible Display Options: Customize dashboard position and text size for your chart layout
🎨 Visualization
Color Gradient: Bars colored on a spectrum from green (high certainty) to red (high uncertainty)
Dashboard Legend: Optional on-chart guide explaining the color interpretation
Color Intensity: Stronger colors indicate more extreme certainty/uncertainty levels
At-a-glance Interpretation: Quickly identify market conviction without analyzing numbers
📖 Usage Guidelines
Calculation Settings
ATR Period
Default: 14
Range: 1+
Description: Controls the lookback period for ATR calculation. Lower values increase sensitivity to recent volatility, while higher values provide more stability.
Gradient Clamp (Range/ATR Multiplier)
Default: 2.0
Range: 0.1+
Description: Sets the maximum Range/ATR ratio for gradient scaling. Ranges above this value display the end color (high uncertainty).
Color Settings
Gradient Start Color (High Certainty)
Default: Green
Description: Color representing high market certainty (low Range/ATR ratio)
Gradient End Color (Low Certainty)
Default: Red
Description: Color representing low market certainty (high Range/ATR ratio)
Dashboard Settings
Show Dashboard Legend
Default: True
Description: Toggles the visibility of the on-chart interpretation guide
Dashboard Position
Options: top_right, top_left, bottom_right, bottom_left, middle_right, middle_left
Default: bottom_right
Description: Controls the placement of the dashboard on your chart
Dashboard Text Size
Options: tiny, small, normal, large, huge
Default: normal
Description: Adjusts the text size of the dashboard for readability
✅ Best Use Cases
Identifying potential trend shifts when certainty levels change dramatically
Confirming trend strength through consistent certainty levels
Detecting choppy/sideways markets with persistent high uncertainty
Filtering trading signals from other indicators based on certainty levels
Gauging market conviction behind price breakouts or pullbacks
Optimizing entry/exit timing based on certainty/uncertainty transitions
⚠️ Limitations
Does not predict future price direction, only measures current bar certainty
May provide false signals during news events or unexpected volatility spikes
Requires context within the broader market environment for optimal interpretation
Color interpretation is relative rather than absolute across different securities
ATR-based calculation means sensitivity varies across different timeframes
💡 What Makes This Unique
Simplicity: Single visual indicator that doesn’t require multiple technical tools
Adaptability: Automatically adjusts to changing market volatility conditions
Contextual Analysis: Provides market conviction context beyond just price movement
Intuitive Design: Color-based system that requires minimal learning curve
Efficiency: Lightweight calculation that doesn’t impact chart performance
🔬 How It Works
1. ATR Calculation:
Calculates the Average True Range using the specified period
Establishes a baseline for normal market volatility
2. Range Analysis:
Measures each bar’s high-low range
Compares this range to the current ATR value to create a ratio
3. Gradient Mapping:
Converts the Range/ATR ratio to a normalized value between 0 and 1
Maps this value onto a color gradient between the start and end colors
Applies the resulting color to the price bar
4. Dashboard Creation:
Constructs an information panel on the last visible bar
Populates it with color samples and interpretation guidance
💡 Note:
This indicator works best when used in conjunction with other technical analysis tools rather than in isolation. The certainty/uncertainty measure provides context for your trading decisions but should not be the sole basis for entries and exits. Consider using higher certainty periods for trend-following strategies and exercise caution during periods of high uncertainty.
Ruben.Ramiro - ATLAS MiniIt´s a volatility compression indicator designed to detect moments of potential explosive price movement. It works by analyzing the relative width of Bollinger Bands over time and measuring how tightly price is consolidating.
When the distance between the upper and lower Bollinger Bands becomes narrow, the indicator outputs a negative value.
This negative value (al1) signals that the market is in a low-volatility phase, often preceding a sharp breakout in either direction.
When there’s no compression, the indicator shows zero.
In essence, ATLAS Mini helps traders identify when the market is “loading energy” before a significant movement — acting as a “volatility radar”.
ZLEMA TAP [SYED WAQAR]🔹 Zero Lag Trend Signals (MTF) 🔹
A Powerful Multi-Timeframe Trend-Following Indicator with Smart Entry/Exit Signals
📌 Key Features:
✅ Zero-Lag EMA-Based Trend Detection – Identifies trend direction with minimal lag for timely signals.
✅ Multi-Timeframe Analysis – Displays trend strength across 5 customizable timeframes (5M to 1D).
✅ Smart Buy/Sell Signals – Generates precise entry points on the first touch of the trend band after a trend change.
✅ Dynamic Trend Bands – Adjusts volatility-based bands for better trend filtering.
✅ Clear Visual Alerts – Bullish (🟢) and Bearish (🔴) signals with customizable colors.
✅ Built-in Alerts – Set alerts for trend changes, band touches, and entry signals.
🎯 How It Works:
Bullish Trend (Green Band) → Price holds above the Zero-Lag EMA, confirms uptrend.
Bearish Trend (Red Band) → Price stays below the Zero-Lag EMA, confirms downtrend.
Buy Signal (▲) → Triggers when price first touches the upper band after turning bullish.
Sell Signal (▼) → Triggers when price first touches the lower band after turning bearish.
⚙️ Ideal For:
✔ Swing Traders – Catch trends early with high-probability signals.
✔ Day Traders – Use multi-timeframe confirmation for better entries.
✔ Position Traders – Stay aligned with the dominant trend.
📊 Settings & Customization:
Adjustable Length (default: 70) for trend sensitivity.
Band Multiplier (default: 1.2) to control volatility-based bands.
Choose 5 different timeframes for trend confirmation.
Customize colors for bullish/bearish trends.
🚀 Why Use This Indicator?
Reduces false signals by focusing on first-touch entries after trend changes.
Works on all markets (Stocks, Forex, Crypto, Futures).
Easy-to-read signals with a clean, clutter-free display.
🔹 Try it now and trade with confidence! 🔹
📢 How to Use:
Add the indicator to your chart.
Set your preferred timeframes in inputs.
Watch for signals (▲ for Buy, ▼ for Sell).
Set alerts for automated notifications.
📈 Perfect for trend-following strategies! 📉
ATR % + Pump Detector📘 **ATR % + Pump Detector (Fixed 0.10%)**
This indicator combines two powerful volatility tools in one:
- **ATR % Display (Blue):**
Calculates the Average True Range as a percentage of price. Triggers an alert when ATR % exceeds **0.10%**, signaling rising volatility and potential breakout conditions.
- **Pump % Detector (Red):**
Measures the percentage change from **open to close** of the current candle. Triggers alerts when the move exceeds **+0.10%** (pump) or **–0.10%** (dump), helping you catch sudden price spikes in real time.
🔹 **Top-right display** shows both metrics in a clean table
🔹 Works on **any timeframe**
🔹 Ideal for **momentum trading, breakout entries**, or filtering low-vol setups
Super Oscillator - Monastrell [hamgkia]The Monastrell tool is an oscillator designed designed to track directional price movement adjusted by volume and normalized by volatility. It dynamically calculates overbought and oversold thresholds using percentiles and adapts to market conditions through trend bias and threshold smoothing.
Built with a layered, modular logic structure, the Monastrell Oscillator offers powerful analytical capabilities for both discretionary and algorithmic traders.
🔶 WHAT'S INCLUDED
Oscillator based on smoothed price change enhanced by a volume deviation factor.
Normalization through ATR to adapt readings across assets and timeframes.
Trend bias factor adjusts oscillator vertically depending on short- vs long-term EMA drift.
Overbought/Oversold zones determined by interpolation and smoothed via EMA.
Color-coded oscillator line indicating current state: green (above upper), red (below lower), gray (neutral).
Optional signal labels at key threshold crossings.
Optional informational label displaying live oscillator value, thresholds, and signal confidence.
Signal strength score based on distance to thresholds and threshold positioning.
Built-in alert conditions for 4 types of transitions.
🔷 HOW IT WORKS
Oscillator
The oscillator measures the smoothed difference between current and previous close prices, then scales this by the relative increase or decrease in volume compared to its average. This gives more weight to moves backed by participation.
Normalization
The result is normalized using ATR, turning the oscillator into a scale-independent metric. Then, trend bias is applied — calculated by comparing short- and long-term EMA slopes — shifting the oscillator up or down during trending environments.
Thresholds
Dynamic threshold levels are not static: they are calculated using percentile ranges over the lookback window. This ensures overbought and oversold zones reflect current volatility and price dynamics, rather than using fixed bands.
Signal Strength
Each bar is evaluated in relation to these adaptive thresholds, triggering label plots and alerts if conditions are met. In addition, the oscillator computes a real-time signal strength value that evaluates how actionable a signal is based on multiple internal metrics.
Labels
Stop SELL (L1) — Crossing above the oversold zone.
Stop BUY (L1) — Crossing below the overbought zone.
BUY and TP (L2) — Re-entering from below oversold.
SELL and TP (L2) — Re-entering from above overbought.
These label events are also available as alert conditions.
A dynamic scoring system rates the quality of the current signal based on:
Distance from the nearest threshold.
Width of the threshold channel.
Offset of thresholds relative to neutral zero level.
This produces a signal strength value categorized as:
💭 Weak
🔆 Average
🚀 Strong
If information label is enabled, the score and structure are displayed as a floating label on the chart.
🔶 USAGE
New signals appears when Oscillator crossing overbought/oversold zones.
L1 signals gives you advise what NOT TO DO .
L2 signals gives you advise what TO DO .
If you draw channels using my hint - you will have a very good SL level and potential TP1 level:
The indicator showed impressive results on the emulator in two formats:
1. With trailing stops.
2. With preset TP/SL, as I drew on the chart.
Tips
If the upper/lower threshold band is far from zero (> 0.3 & < -0.3), it often indicates trend exhaustion.
You can adjust Trend Bias Influence to control how sensitive the oscillator is to trend direction.
Use Signal Strength for confidence scoring or to gate trades in automation.
Draw channels, this will help to set SL and TP .
Fix profits before the trend reverses and drags you into minus, this indicator is more suitable for trades with clear ranges.
ATR % (Fixed 0.10% Alert)### 📘 **ATR % (Fixed 0.10% Alert)**
This indicator displays the **ATR as a percentage of price** in the **top-right corner** of the chart using a clean blue table. It also includes a **fixed alert** that triggers when ATR % exceeds **0.10%**, signaling increased volatility and potential breakout conditions.
🔹 Works on any timeframe
🔹 Designed for system traders using ATR-based risk or momentum filters
🔹 Ideal for confirming entry zones or filtering out low-volatility traps