Jalur dan Saluran
Custom RSI with 4 BandsThis is Customized RSI Indicator with advanced settings only for Pro Traders by Vittaara
Pi Cycle IndicatorThe Pi Cycle Top is a timing tool used to spot Bitcoin cycle peaks. It tracks the 111-day Simple Moving Average (SMA) and twice the 350-day SMA. When the faster 111-day SMA crosses above 2× the 350-day SMA, it has historically signaled major Bitcoin tops — often within days.
Core Idea: Measures market euphoria and overheated conditions by blending price and time dynamics. Designed to catch tops when momentum peaks.
Important: High historical accuracy, but not bulletproof. Works best as a macro cycle indicator — not for precise exits.
Low Volatility Breakout Detector)This indicator is designed to visually identify potential breakouts from consolidation during periods of low volatility. It is based on classic Bollinger Bands and relative volume. Its primary purpose is not to generate buy or sell signals but to assist in spotting moments when the market exits a stagnation phase.
Arrows appear only when the price breaks above the upper or below the lower Bollinger Band, the band width is below a specified threshold (expressed in percentage), and volume is above its moving average multiplied by a chosen multiplier (default is 1). This combination may indicate the start of a new impulse following a period of low activity.
The chart background during low volatility is colored based on volume strength—the lower the volume during stagnation, the less transparent the background. This helps quickly spot unusual market behavior under seemingly calm conditions. The background opacity is dynamically scaled relative to the range of volumes over a selected period, which can be set manually (default is 50 bars).
The indicator works best in classic horizontal consolidations, where price moves within a narrow range and volatility and volume clearly decline. It is not intended to detect breakouts from formations such as triangles or wedges, which may not always exhibit low volatility relative to Bollinger Bands.
Settings allow you to adjust:
Bollinger Band length and multiplier,
Volatility threshold (in %),
Background and arrow colors,
Volume moving average length and multiplier,
Bar range used for background opacity scaling.
Note: For reliable results, it’s advisable to tailor the volatility threshold and volume/background ranges to the specific market and timeframe, as different instruments have distinct dynamics. If you want the background color to closely match the color of breakout arrows, you should set the same volume analysis period as the volume moving average length.
Additional note: To achieve a cleaner chart and focus solely on breakout signals, you can disable the background and Bollinger Bands display in the settings. This will leave only the breakout arrows visible on the chart, providing a clearer and more readable market picture.
PER Bands (Auto EPS)PER Bands Indicator - Technical Specification
Function
This PineScript v6 overlay indicator displays horizontal price bands based on Price-to-Earnings Ratio multiples. The indicator calculates price levels by multiplying earnings per share values by user-defined PER multiples, then plots these levels as horizontal lines on the chart.
Data Sources
The script attempts to automatically retrieve earnings per share data using TradingView's `request.financial()` function. The system first queries trailing twelve months EPS data, then annual EPS data if TTM is unavailable. When automatic retrieval fails or returns zero values, the indicator uses manually entered EPS values as a fallback.
Configuration Options
Users can configure five separate PER multiples (default values: 10x, 15x, 20x, 25x, 30x). Each band supports individual color customization and adjustable line width settings from 1 to 5 pixels. The indicator includes toggles for band visibility and optional fill areas between adjacent bands with 95% transparency.
Visual Components
The indicator plots five horizontal lines representing different PER valuation levels. Optional fill areas create colored zones between consecutive bands. A data table in the top-right corner displays current EPS source, EPS value, current PER ratio, and calculated price levels for each configured multiple.
Calculation Method
The indicator performs the following calculations:
- Band Price = Current EPS × PER Multiple
- Current PER = Current Price ÷ Current EPS
These calculations update on each bar close using the most recent available EPS data.
Alert System
The script includes alert conditions for price crossovers above the lowest PER band and crossunders below the highest PER band. Additional alert conditions can be configured for any band level through the alert creation interface.
Debug Features
Debug mode displays character markers on the chart indicating when TTM or annual EPS data is available. This feature helps users verify which data source the indicator is using for calculations.
Data Requirements
The indicator requires positive, non-zero EPS values to function correctly. Stocks with negative earnings or zero EPS will display "N/A" for current PER calculations, though bands will still plot using the manual EPS input value.
Exchange Compatibility
Automatic EPS data availability varies by exchange. United States equity markets typically provide comprehensive fundamental data coverage. International markets may have limited automatic data availability, requiring manual EPS input for accurate calculations.
Technical Limitations
The indicator cannot fetch real-time EPS updates and relies on TradingView's fundamental data refresh schedule. Historical EPS changes are not reflected in past band positions, as the indicator uses current EPS values for all historical calculations.
Display Settings
The information table shows EPS source type (TTM Auto, Annual Auto, Manual, or Manual Fallback), allowing users to verify data accuracy. The table refreshes only on the last bar to optimize performance and reduce computational overhead.
Code Structure
Built using PineScript v6 syntax with proper scope management for plot and fill functions. The script uses global scope for all plot declarations and conditional logic within plot parameters to handle visibility settings.
Version Requirements
This indicator requires TradingView Pine Script version 6 or later due to the use of `request.financial()` functions and updated syntax requirements for plot titles and fill operations.
4 EMA Dr_No_Lambo 4 Baller🔵🟢🟡🔴 4 EMA Trend Signal Indicator with Alerts
Author: Dr_Lambo
Script Name: 4 EMA Indicator with Alerts
📌 Overview
This indicator plots four key EMAs (Exponential Moving Averages) commonly used by professional traders to identify trend strength, momentum shifts, and dynamic support/resistance zones.
EMA 8 – 🔵 Blue: Short-term price action
EMA 13 – 🟢 Green: Trend confirmation line
EMA 21 – 🟡 Yellow: Medium-term trend guide
EMA 55 – 🔴 Red: Long-term trend anchor
🚨 Alert System
Built-in alerts for key crossovers:
✅ Buy Alert – When EMA 8 crosses above EMA 13
❌ Sell Alert – When EMA 8 crosses below EMA 13
These alerts help traders catch early trend shifts without staring at charts all day.
🧠 How to Use
Bullish Bias: All EMAs aligned upwards (8 > 13 > 21 > 55)
Bearish Bias: All EMAs aligned downwards (8 < 13 < 21 < 55)
Use crossover alerts for potential entry signals, and EMA 21/55 as dynamic stop or exit zones.
⚙️ Ideal For:
Trend traders
Intraday and swing trading
Forex, Gold, Crypto, Stocks
Consolidation Range with Signals (Zeiierman)█ Overview
Consolidation Range with Signals (Zeiierman) is a precision tool for identifying and trading market consolidation zones, where price contracts into tight ranges before significant movement. It provides dynamic range detection using either ADX-based trend strength or volatility compression metrics, and offers built-in take profit and stop loss signals based on breakout dynamics.
Whether you trade breakouts, range reversals, or trend continuation setups, this indicator visualizes the balance between supply and demand with clearly defined mid-bands, breakout zones, and momentum-sensitive TP/SL placements.
█ How It Works
⚪ Multi-Method Range Detection
ADX Mode
Uses the Average Directional Index (ADX) to detect low-trend-strength environments. When ADX is below your selected threshold, price is considered to be in consolidation.
Volatility Mode
This mode detects consolidation by identifying periods of volatility compression. It evaluates whether the following metrics are simultaneously below their respective historical rolling averages:
Standard Deviation
Variance
Average True Range (ATR)
⚪ Dynamic Range Band System
Once a range is confirmed, the system builds a dynamic band structure using a volatility-based filter and price-jump logic:
Middle Line (Trend Filter): Reacts to price imbalance using adaptive jump logic.
Upper & Lower Bands: Calculated by expanding from the middle line using a configurable multiplier.
This creates a clean, visual box that reflects current consolidation conditions and adapts as price fluctuates within or escapes the zone.
⚪ SL/TP Signal Engine
On detection of a breakout from the range, the indicator generates up to 3 Take Profit levels and one Stop Loss, based on the breakout direction:
All TP/SL levels are calculated using the filtered base range and multipliers.
Cooldown logic ensures signals are not spammed bar-to-bar.
Entries are visualized with colored lines and labeled levels.
This feature is ideal for traders who want automated risk and reward reference points for range breakout plays.
█ How to Use
⚪ Breakout Traders
Use the SL/TP signals when the price breaks above or below the range bands, especially after extended sideways movement. You can customize how far TP1, TP2, and TP3 sit from the entry using your own risk/reward profile.
⚪ Mean Reversion Traders
Use the bands to locate high-probability reversion zones. These serve as reference zones for scalping or fade entries within stable consolidation phases.
█ Settings
Range Detection Method – Choose between ADX or Volatility compression to define range criteria.
Range Period – Determines how many bars are used to compute trend/volatility.
Range Multiplier – Scales the width of the consolidation zone.
SL/TP System – Optional levels that project TP1/TP2/TP3 and SL from the base price using multipliers.
Cooldown – Prevents repeated SL/TP signals from triggering too frequently.
ADX Threshold & Smoothing – Adjusts sensitivity of trend strength detection.
StdDev / Variance / ATR Multipliers – Fine-tune compression detection logic.
-----------------
Disclaimer
The content provided in my scripts, indicators, ideas, algorithms, and systems is for educational and informational purposes only. It does not constitute financial advice, investment recommendations, or a solicitation to buy or sell any financial instruments. I will not accept liability for any loss or damage, including without limitation any loss of profit, which may arise directly or indirectly from the use of or reliance on such information.
All investments involve risk, and the past performance of a security, industry, sector, market, financial product, trading strategy, backtest, or individual's trading does not guarantee future results or returns. Investors are fully responsible for any investment decisions they make. Such decisions should be based solely on an evaluation of their financial circumstances, investment objectives, risk tolerance, and liquidity needs.
Enhanced EMA Band Rejection Strategy📈 Enhanced EMA Band Rejection Strategy 🎯
🌟 Revolutionary Trading Approach with Smart Band Recognition
🔥 What Makes This Strategy Unique?
🎪 The Power of EMA Band Rejection - This isn't just another EMA crossover strategy! We've engineered a sophisticated system that identifies high-probability reversal opportunities when price gets rejected from EMA bands, creating explosive momentum moves.
🎯 Core Trading Logic
📊 Dual EMA System (12 & 21)
🟢 Bullish Environment: EMA12 > EMA21 (Green Bands)
🔴 Bearish Environment: EMA12 < EMA21 (Red Bands)
⚡ Trend Consistency: Requires sustained trend direction for configurable bars
🚀 Entry Conditions - Precision Engineered
📈 LONG Setups (Bullish Rejection)
🎯 Price wicks down to touch EMA bands
💪 Strong bullish candle body (body > lower wick)
✂️ Minimal upper wick (< 2% of candle range)
🟢 Close ABOVE both EMAs (breakout confirmation)
🛡️ Previous candle didn't close below lower band
⏰ Consistent bullish trend for required bars
📉 SHORT Setups (Bearish Rejection)
🎯 Price wicks up to touch EMA bands
💪 Strong bearish candle body (body > upper wick)
✂️ Minimal lower wick (< 2% of candle range)
🔴 Close BELOW both EMAs (breakdown confirmation)
🛡️ Previous candle didn't close above upper band
⏰ Consistent bearish trend for required bars
🛡️ Advanced Risk Management
💎 Fixed Risk-Reward Ratio (Default 3:1)
🔴 Stop Loss: Previous candle's high/low
🎯 Take Profit: Automatically calculated based on R:R ratio
📊 Position Sizing: Percentage of equity (default 10%)
🔔 Smart Notification System
🚨 Complete Alert Suite:
🟢 Entry Signals: Instant trade entry notifications
🛑 Exit Alerts: Stop loss and take profit hits
⚠️ Setup Warnings: Potential setups forming
❌ Failed Conditions: Debug failed entries
📱 Mobile Friendly: Formatted for all devices
🎛️ Fully Customizable Parameters
⚙️ Fine-Tune Your Edge:
📏 EMA lengths (default 12/21)
🎯 Risk-reward ratio (1:1 to 10:1)
📊 Maximum wick percentage tolerance
⏳ Trend consistency requirements
🔔 Notification preferences
🧠 Advanced Debugging Features
🔍 Real-Time Analysis Dashboard:
📋 Live condition monitoring table
🎨 Color-coded background alerts
📊 Detailed failure analysis
💡 Previous candle position tracking
🔄 Trend consistency verification
🎨 Visual Excellence
🖼️ Professional Chart Presentation:
🔵 EMA12 (Blue line)
🔴 EMA21 (Red line)
🟢 Long entry backgrounds
🔴 Short entry backgrounds
🎯 Stop loss and take profit levels
🏷️ Entry/exit labels
📊 Performance Optimized
⚡ Built for Speed & Accuracy:
🚀 Efficient Pine Script v5 code
🎯 Precise mathematical calculations
🔄 Real-time condition checking
📱 Optimized for all timeframes
💾 Memory-efficient execution
🎪 Why Traders Love This Strategy
✅ High Win Rate Potential: Catches strong momentum moves after rejection
✅ Clear Entry/Exit Rules: No guesswork or emotional decisions
✅ Excellent Risk Management: Fixed R:R with automatic stops
✅ Trend-Following Edge: Only trades with the dominant trend
✅ Multiple Timeframe Friendly: Works on various timeframes
✅ Comprehensive Alerts: Never miss a trading opportunity
✅ Professional Grade: Institution-quality logic and execution
Made by NickGolobor.GM
BB Cross + Martingale Hedging Strategy🔁 Buy and Sell Trend Indicator (Multi-Entry Trend Follower)
This indicator detects bullish and bearish trends based on candle direction and highlights trend shifts with multiple entry opportunities.
🔍 Features:
Buy Signals: Triggered when a bullish candle follows a bearish one, initiating a potential upward trend.
Sell Signals: Triggered when a bearish candle follows a bullish one, signaling potential downward momentum.
Multi-Entry Logic: Captures up to 5 consecutive entries in the same trend to compound positions or confirm strength.
Visual Labels: Clearly marked buy/sell labels and trend continuation counts on the chart.
Color-coded Backgrounds: Light green/red highlights for bullish/bearish candles.
Alerts: Set real-time alerts for trend reversals and continuation signals, ensuring you're notified instantly.
🧠 Ideal For:
Trend-following traders looking for clear entry points.
Scalpers and swing traders who want to track momentum shifts.
Users who prefer visual confirmations and real-time alerts.
EMA 8–35 + Cảnh báo + Bảng RSI + Trạng thái EMAThis script helps traders spot trend changes based on EMA alignment across 5 key levels (EMA 8-13-15-21-35), with colored EMAs and real-time arrow alerts when trend flips.
It also includes a dynamic RSI dashboard for M5, M15, and H1 timeframes, with color-coded values and EMA alignment labels (↑ / ↓ / noisy).
Key features:
✅ Color-coded EMA trend detection (green for uptrend, red for downtrend)
✅ Triangle alerts (yellow for uptrend, purple for downtrend)
✅ RSI table (live update)
✅ Hidden source code (Protected)
Great for multi-timeframe intraday traders using EMA + RSI strategies.
Daily Fibonacci Levels [Asa]This indicator plots dynamic daily Fibonacci levels based on the overnight session high and low, helping traders identify key price zones for potential reversals, breakouts, and pullbacks during the regular trading session.
Key Features:
Overnight Session High/Low Detection: Automatically captures the high and low between user-defined hours (default 16:00–09:30 EST).
Day Session Levels: Fibonacci retracement and extension levels are calculated once the regular session begins (default 09:30–16:00 EST).
Proximity Filter: Only plots levels that are within a customizable threshold of the current price to reduce chart clutter.
Custom Styling: Choose from solid lines, crosses, or circles, and customize the line width for a personalized look.
Mirrored Extensions: Includes both upside and downside Fibonacci extensions beyond the 100% level (up to 300%).
Labels: Clearly marks the overnight high and low with labeled points at session start.
Use Case:
Ideal for intraday and swing traders who rely on overnight price action to map out key Fibonacci levels before and during the trading day. This tool helps quickly identify zones of confluence, potential resistance/support, and continuation levels.
Customization Options:
Session hours and timezone
Line width and style
Proximity threshold for level visibility
FeraTrading Compression Flow v1The FeraTrading Compression Flow Indicator v1 is a directional compression breakout filter that visualizes high-probability breakout conditions using dynamic range bands and momentum-based color cues. It’s built to help traders recognize when the market is transitioning from low-volatility compression into a strong, directional phase.
🔍 How It Works
The core logic combines volatility compression, momentum alignment, and range expansion to detect breakout conditions. Once these conditions are met, the indicator plots visual bands that reflect current breakout bias.
Volatility Compression Detection
The script compares short-term vs. long-term average candle ranges. If the short-term range drops below a multiple of the long-term range, the market is considered to be in a compression phase.
Breakout Confirmation
A breakout is confirmed when a candle following compression:
Has a strong body-to-range ratio (indicating conviction)
Closes beyond the fast EMA in the direction of the trend
Matches the trend structure via EMA alignment (e.g., fast EMA above slow EMA for bullish)
Expands beyond prior compression with a larger range than average (range burst)
Persistent Bias Activation
Once a breakout condition is met, a directional bias is activated and remains in place until the opposite conditions are met. This bias is not time-based or temporary—it persists to reflect the sustained direction of momentum.
📊 How the Lines Work
The indicator plots three dynamic lines:
Upper Band
This is based on a smoothed average of recent highs (SMA) with an added buffer that scales based on current price and ATR. It expands during periods of rising volatility and directional bias.
Lower Band
Similar to the upper band, it’s calculated using a smoothed average of recent lows with a volatility-based buffer subtracted. Both bands adjust dynamically as the market moves.
Band Coloration
When a bullish breakout is confirmed, both bands turn green, signaling directional momentum to the upside.
When a bearish breakout is confirmed, both bands turn red, signaling directional momentum to the downside.
If no valid breakout is detected, the bands are not colored.
These bands do not represent support/resistance zones, but rather volatility-adjusted boundaries that visually reflect the flow of momentum after a confirmed breakout. They help traders stay aligned with trend conditions during and after compression events.
🧠 What Makes It Unique
Unlike typical compression indicators that only highlight low volatility or squeeze zones, this tool:
Combines compression logic with real breakout filters based on body structure, trend alignment, and volatility surge
Displays dynamic visual feedback through expanding bands and color-coded bias
Keeps bias persistent and relevant, only changing when market momentum reverses
Uses volatility-aware buffers to adjust line positioning across any instrument or timeframe
It’s not just about detecting compression—it shows what happens after compression, with direction and context.
✅ How to Use It
Add the indicator to any chart (ideal for 5m–1h timeframes)
Wait for the bands to change color:
Green bands = bullish breakout bias
Red bands = bearish breakout bias
Use this directional flow as a trend filter alongside your own entry triggers
Avoid trading against the band color unless confirmed reversal logic is in play
The higher the Input Multiplier, the more relaxed the compression filter (catching broader breakout phases)
This tool is best used as a contextual visual overlay to identify moments when breakout moves are likely to follow sustained momentum—not just volatility.
ATR Range based on PremarketThis indicator calculates dynamic support and resistance levels by adding the daily Average True Range (ATR) to the premarket high and low of a stock. It helps traders visualize potential price boundaries for the trading day, combining volatility with early market sentiment. Useful for identifying breakout zones, risk levels, and targets based on real premarket action and current market volatility.
Anchored VWAP fastEMA $TICK RVOL ADD SQZ by RMAnchored VWAP fastEMA USI:TICK RVOL ADD SQZ short name is VTARS Model.
The 'VTARS Model by RM' indicator combines several indicators in one, with customizable location settings for the graphs.
VTARS Model Stands for: VWAP, Tick, ADD, RVOL and SQZ.
The Advance Decline Indicator (ADD) measures market breadth by comparing the number of advancing and declining stocks within an index or exchange.
It helps traders assess overall market strength or weakness, confirming trends or signaling potential reversals.
A rising line suggests broad market participation in a rally, while a falling line indicates widespread selling pressure.
This tool is especially useful when used alongside price action and volume indicators for a more complete market analysis.
The Tick Indicator measures the net number of stocks trading on an uptick versus a downtick on a specific exchange, typically the NYSE.
A positive tick value indicates more stocks are trading on upticks (buying pressure), while a negative value shows more downticks (selling pressure).
It’s a real-time market sentiment gauge, often used by day traders to spot intraday strength, weakness, or potential reversals.
Extreme tick readings can signal overbought or oversold conditions.
The Relative Volume (RVOL) Indicator compares a stock's current trading volume to its average volume over a specified period.
It helps identify unusual trading activity and potential trading opportunities.
An RVOL greater than 1 indicates higher-than-normal volume, often signaling increased interest or momentum.
RVOL is widely used by traders to confirm breakouts, validate price moves, and spot high-interest setups.
The VWAP (Volume Weighted Average Price) is a benchmark indicator that shows the average price of an asset, weighted by volume.
It helps traders identify the true average price paid for a security and is widely used for intraday trading.
Price above VWAP suggests bullish sentiment, while price below VWAP indicates bearish sentiment.
VWAP is commonly used for trade entries, exits, and assessing market trend strength.
The Anchored VWAP is a variation that allows the user to set the starting time for calculations.
The Bollinger Bands and Keltner Channels Squeeze Indicator (SQZ) identifies periods of low volatility that often precede major price moves.
The "squeeze" conditions happen when the Bollinger Bands contract inside the Keltner Channels.
This signals consolidation as yellow dots in the graph and potential breakout zones as Up/Dn labels.
When the squeeze ends it indicates increasing volatility and a likely directional move
Traders use this tool to anticipate breakouts and plan entries based on momentum shifts.
9 EMA and VWAP interaction identified by periods of expansion and contraction can be used to identify suitable trade entries.
4 EMA can be used in scalping 1 minute charts for quick entries in combination with Tick, ADD and RVOL.
Disclaimer: The VTARS Model is not a Financial tool, it cannot used as any kind of advice to invest or risk moneys in any market,
Markets are volatile in nature - with little or no warning - and will drain your account if you are not careful.
Use only as an academic demonstrator => * Use it at your own risk *
Premarket & ORB Body High/Low Lines Till Market CloseDraw horizontal line for PRE-MARKET and ORB --Wicks is excluded.
What it does:
Tracks premarket body high/low 4:00–9:29 AM NY time
Tracks Opening Range Breakout (ORB) body high/low 9:30–9:44 AM NY time
Draws horizontal lines extended right until you scroll forward (no fixed length)
Labels show current value and update dynamically
Resets everything cleanly at the start of each new day
Multi-Sigma Probability Cones (Flat Mean)This is Multi-Sigma Probability Cones (with flat mean). It was developed by ChatGPT.
Turtle Strat - Projeto10The Turtle Indicator is a trend-following tool originally derived from the Turtle Trading System developed by Richard Dennis and William Eckhardt. It combines price breakouts and volatility measures to generate entry and exit signals
Michael's EMA - Original with 200 EMA FilterMichael's EMA - grok pine code V.1
Buy: 12 EMA crosses above 21 EMA, volume > 20 MA, RSI 50–70, close/12 EMA/21 EMA all > 200 EMA.
Sell: 12 EMA crosses below 21 EMA, volume > 20 MA, RSI 30–50, close/12 EMA/21 EMA all < 200 EMA.
AXR-VolSD-Loc📈 AXR-VolSD-Loc — Volatility & Range Mapping Tool for Smart Traders
The AXR-VolSD-Loc indicator is a professional-grade tool designed for traders who rely on precise volatility analysis and structured range-based levels. It combines dynamic volatility bands with configurable price ranges such as ADR, AWR, AMR, and AQR — offering strategic clarity across all timeframes.
🔍 Key Features
Multi-Timeframe Range Calculation
Supports Daily (ADR), Weekly (AWR), Monthly (AMR), and Quarterly (AQR) ranges — each with independent period controls.
Standard Deviation Volatility Bands
Automatically or manually calculate standard deviation (%) to plot multiple upper/lower levels from a base price reference.
Fully Customizable Lines & Labels
Choose the number of bands, enable half-volatility levels, apply color gradients, customize line styles, widths, label positions, font sizes and offsets.
Flexible Anchor Logic
Set the base line for volatility from Hi/Lo/50%/0% of AXR, or input your own manual price — ideal for ICT model alignment.
Smart Visuals & Optimized Drawing
Clean line and label management using line.new() and label.new() with efficient updates only when required.
Data Table & Summary Panel
Floating table displays key metrics like high/low range, midpoint, volatility settings, and source references.
Built-In Alerts
Receive alerts when price approaches key volatility levels or AXR range extremes — ideal for anticipating institutional behavior.
🛠️ How to Use & Configure
1. Choose the Range Mode
In "AXR Mode & Period Settings", select your preferred range type:
Daily (ADR) – Short-term or intraday.
Weekly (AWR) – Medium swing positions.
Monthly (AMR) – Optimal for higher-timeframe structure.
Quarterly (AQR) – Best for macro-level zones.
Then define the number of days/weeks/months/quarters used to calculate each.
2. Define the Volatility Base Line
Under "Volatility Base Line Settings", configure the anchor:
Use 0% AXR for midpoint, or Hi/Lo/50% for edges.
Manual mode allows custom price input.
Adjust the line color, style, and thickness.
3. Configure Standard Deviation
In "Standard Deviation - Calculation & Levels", select the source:
Automatic AXR — calculates % based on AXR range.
Manual — allows custom % input.
Define how many levels above/below the base line.
Use the scale factor to adjust relative strength (e.g., 0.5 = 50% of AXR).
4. Adjust Visual Display
In "Display & Labels":
Enable or disable volatility lines.
Use color progression for intensity from blue to red.
Show or hide intermediate lines (half deviation).
Choose label alignment: right, center, or left.
Fine-tune label position with candle offset and text size.
5. Extend Lines and Define Visibility
You can choose to extend the lines left, right or both directions — or use a fixed number of bars when not extended.
This applies to both volatility lines and AXR levels.
6. Show AXR Hi/Lo/50%/0% Lines
In "AXR Levels":
Enable display of Hi, Lo, midpoint, and 50% levels.
Toggle display of AXR open levels (MO-based).
Customize style, color and width of each line.
7. Enable the Table (Optional)
Turn on the floating data table to see a quick summary:
Range high/low/midpoint.
Volatility multiplier.
Source (manual vs automatic).
Period length.
Useful for fast review during market sessions.
8. Alerts
Receive automated alerts when price approaches:
AXR Hi/Lo
0% midpoint level
Custom-defined deviation bands
✅ Use Cases
Define and monitor volatility zones around structured ranges.
Combine AMR or AQR with deviation bands for swing setups.
React to price imbalances at 50% or 0% AXR zones.
Integrate with order blocks, liquidity zones or ICT-based confluences.
Questions or suggestions? Contact us via TradingView message or in the comments.
Happy trading!
DTMA (Double Triangular Moving Average)English Description:
DTMA (Double Triangular Moving Average) is a smoothed moving average indicator that applies a triangular moving average (TMA) twice to reduce lag and provide a more stable trend line. The formula used is:
DTMA = 2 * TMA(src, period) - TMA(TMA(src, period), period)
This implementation focuses on the core calculation and plotting of the DTMA line, omitting visual styling features like bar coloring or trend direction. It's useful for traders looking for a smoother alternative to standard moving averages when identifying trends.
Trend Scanner ProTrend Scanner Pro, Robust Trend Direction and Strength Estimator
Trend Scanner Pro is designed to evaluate the current market trend with maximum robustness, providing both direction and strength based on statistically reliable data.
This indicator builds upon the core logic of a previous script I developed, called Best SMA Finder. While the original script focused on identifying the most profitable SMA length based on backtested trade performance, Trend Scanner Pro takes that foundation further to serve a different purpose: analyzing and quantifying the actual trend state in real time.
It begins by testing hundreds of SMA lengths, from 10 to 1000 periods. Each one is scored using a custom robustness formula that combines profit factor, number of trades, and win rate. Only SMAs with a sufficient number of trades are retained, ensuring statistical validity and avoiding curve fitting.
The SMA with the highest robustness score is selected as the dynamic reference point. The script then calculates how far the price deviates from it using rolling standard deviation, assigning a trend strength score from -5 (strong bearish) to +5 (strong bullish), with 0 as neutral.
Two detection modes are available:
Slope mode, based on SMA slope reversals
Bias mode, based on directional shifts relative to deviation zones
Optional features:
Deviation bands for visual structure
Candle coloring to reflect trend strength
Compact table showing real-time trend status
This tool is intended for traders who want an adaptive, objective, and statistically grounded assessment of market trend conditions.
ATR Pulse Breakout ATR Pulse Breakout is a versatile volatility-based indicator that identifies buy and sell signals using an adaptive ATR trailing stop strategy. By dynamically tracking market volatility, this indicator highlights potential trend reversals and breakout opportunities with precision.
Features:
• Signals generated when price crosses the ATR-based trailing stop, indicating actionable buy and sell points
• Two extended horizontal lines marking the high and low of the breakout candle for clear visualization
• Semi-transparent candle highlights to emphasize signal bars
• Buy and Sell arrows with customizable colors and labels for easy identification
• User inputs for ATR length, multiplier, and smoothing method to adjust sensitivity
Trading Approaches:
• Aggressive Traders: May enter immediately after the signal candle closes on the 15-minute timeframe to capitalize on early momentum
• Conservative Traders: Should wait for a confirmed breakout above or below the highlighted lines before entering, reducing false signals and enhancing trade reliability
Usage:
Ideal for traders looking to capture volatility-driven moves, ATR Pulse Breakout works well for day trading, swing trading, and longer-term strategies. Use the signals alongside your preferred risk management and confirmation tools to improve trading accuracy.
Developed with care by Ats9, combining robust volatility measures with clean visual cues for improved trade decision-making.