Volume w/ Threshold and Editable MA PeriodJust a simple script that tweaks the original Volume one.
The purpose is creating a threshold which we'll use to put an alert on. This way, we can be notified whether Volume pumps.
Useful for spotting breakouts, breakdowns and pumps.
Threshold is simply a coeff * ma(volume,period). Coeff is editable as well.
Hope this helps!
Pesquisar nos scripts por "breakout"
Dotenslayer : An open range breakouts method indicator for botThis script shows the long and short points of certain Japanese bots like 'DotenKun' which use open range breakouts method.
Searching recent 18 bars as default and shows the range calculated with a factor (default k = 1.6). You can edit this condition by yourself.
When filled the long or short conditions, also shows the indicator on the price chart to help your trading on BTC.
Also, this script can make alarm events related to those conditions.
This script only works for BTCUSD, XBTUSD, BTCJPY, FXBTCJPY with 1H time span.
Disclaimer :
I don't own the source code of the certain bots and I didn't directly reference the source code of it.
So which means, I don't guarantee this script works as same as the bots works.
Also, I didn't mean to disturb their trading bot businesses.
Your donations are welcome! :
BTC : 327MqYGfHJFC7LRijGwQZXdTAyFwvYCzyv
ETH : 0x5E270c3667E65ba6158D292a98c5b54F81AfCAf1
Support and resistance (Spicytrader)
Spicytrader automatically identifies the most accurate supports and resistances.
Most breakouts are triggered when crossing supports and resistances.
GET ACCESS : spicytrader.com
EMA Cross Strategy + Breakout Entry (Trend Filtered)A High-Probability Trading Strategy Using EMAs and Long-Term Trend Filters in Pine Script
In financial markets, successful trading often depends on identifying high-probability setups with consistent rules and clear confirmations. The Pine Script developed here combines the simplicity of exponential moving average (EMA) crossovers with the robustness of long-term trend filtering, enhancing entry timing and reducing exposure to false signals. This essay explains the strategy’s logic, technical components, strengths, and its potential effectiveness for active traders.
Introduction to the Strategy
This Pine Script trading strategy is built upon two foundational components:
1. EMA Crossovers: A well-established technique where a fast EMA (8-period) and a slower EMA (21-period) are used to detect short-term momentum shifts.
2. Trend Filtering Using SMA: A 100-period simple moving average (SMA) acts as a long-term trend indicator. Only trades in the direction of the dominant trend are considered valid.
These two elements are combined to create a high-probability, trend-following system that aims to capture meaningful price movements while avoiding low-quality entries that typically occur during sideways or choppy markets.
⸻
Core Entry Logic
The script defines two distinct entry conditions designed to complement each other:
1. Standard EMA Crossover Entry (Type A)
This is a classic momentum entry condition. When the 8 EMA crosses above the 21 EMA, it indicates a shift in short-term momentum. However, this signal alone is insufficient in many market conditions, especially when the broader trend is unclear or reversing. To mitigate this risk, the crossover is only accepted when the 100 SMA is in an uptrend, defined as the SMA currently being higher than its value on the previous bar. This ensures the strategy only takes long entries in bullish environments, aligning with the principle of trading with the trend.
2. Breakout Entry After Trend Reversal (Type B)
The second entry condition captures powerful “breakout” opportunities that often follow a fresh trend reversal. Specifically, when the 100 SMA transitions from a downtrend to an uptrend, the script starts a 15-bar lookback window. If, during that window, the price, 8 EMA, and 21 EMA all rise above the long-term SMA, it is considered a confirmation of trend strength and momentum alignment. A long entry is then signaled.
This condition is designed to capitalize on early participation in new uptrends, catching strong price expansions that typically follow a change in market direction.
⸻
Exit Logic
The exit logic is intentionally simple and tied to the same framework as entries. A position is exited when the 8 EMA crosses below the 21 EMA, and the 100 SMA remains in an uptrend. This ensures that exits are aligned with weakening momentum while the larger trend remains bullish. This avoids premature exits during minor pullbacks and focuses on retaining trades during sustained uptrends.
Notably, exits do not occur when the long-term trend has flipped bearish. This design choice prevents “reverse trend” noise from triggering exits too early and instead focuses purely on short-term weakness within a bullish macro backdrop.
⸻
Technical Components of the Script
The Pine Script is structured with clear and logical components:
1. Inputs: The user can customize the periods for the fast EMA, slow EMA, long-term SMA, and the trend-reversal lookback window (defaulted to 15 bars).
2. Trend Detection: The long-term trend is calculated using the slope of the 100 SMA. If the SMA is rising, the trend is marked as bullish and is visually plotted in green; otherwise, it is plotted in red.
3. State Management: The script tracks how many bars have passed since the long-term trend turned bullish. This is managed using a var integer variable that resets upon trend reversal and increments while the trend remains up.
4. Entry and Exit Signals: These are plotted as shape markers on the chart — green triangles for entry and red triangles for exit — providing visual clarity.
Each of these components works in harmony to ensure that trade signals are issued only in favorable environments with multiple confirmations.
⸻
Benefits of the Strategy
There are several key advantages to using this hybrid strategy:
1. Filters Out Choppy Markets
By requiring the long-term SMA to be in an uptrend for any entry or exit signal to be valid, the strategy avoids noisy, sideways price action where EMA crossovers are more likely to produce false signals.
2. Dual Entry Approach
The inclusion of two different entry types allows the strategy to both:
• Capture new trends as they emerge (Breakout Entry).
• Ride existing trends using EMA crossover logic (Standard Entry).
This dual approach balances early participation with trend confirmation, offering flexibility for different market conditions.
3. Clear Exit Criteria
By tying exits to a momentum weakening signal (EMA crossover down), traders are not left guessing when to exit. This supports consistent execution and reduces emotional decision-making.
4. Trend Alignment
Aligning both entry and exit decisions with the broader trend increases the probability that trades will move in the desired direction. This is a cornerstone of successful trend-following strategies.
5. Modular Design
The script’s modularity allows traders to easily expand it with backtesting functions, alerts, or additional filters like RSI, ATR, or volume-based conditions, depending on their individual trading needs.
⸻
Use Cases and Applications
This strategy is particularly well-suited for swing traders and position traders operating on the 4-hour or daily timeframes. It is also effective on trending assets like equity indices, major stocks, or cryptocurrencies with defined directional movement.
Additionally, this script can be used as a signal engine in a larger portfolio of strategies, where only trades with trend confirmation are allowed to proceed. It can also function as a discretionary trading aid, helping traders visually identify when technical conditions align favorably.
⸻
Conclusion
This enhanced EMA crossover strategy, powered by a long-term trend filter and a secondary breakout entry condition, offers a robust and disciplined approach to navigating financial markets. By focusing on trading in the direction of a confirmed uptrend and using both momentum and structural price behavior for entry confirmation, the strategy aims to minimize whipsaw trades and maximize participation in sustained bullish moves.
Its simple logic, visual clarity, and strong filtering mechanisms make it both practical for new traders and a valuable foundation for more advanced systems. Whether used as-is or further expanded with custom features, this Pine Script serves as an excellent tool for executing a structured, high-probability trading plan.
Fractal breakouts (god lines)Fractal breakout strategy. Used to ascertain exact entries (both long and short)
Ideal for > $800-1000 scalps on margin (on higher time-frames i.e. 1H and above) . Simultaneously, also great for quick scalps on lower time-frames (1, 3 and 5 minutes) .
Please message for info. Full strategy rules will be provided once access is given.
See below sample trades based on this strategy:
1H:
15m:
1m:
Hodie Smart Inside BarThe Hodie Smart Inside Bar indicator automatically detects and visually highlights inside bars — candles fully contained within the range of the previous (parent) candle.
How the indicator works:
Inside Bar Identification:
The indicator analyzes each candle and checks if its high is lower than the previous candle’s high, and its low is higher than the previous candle’s low. If this condition is met, the candle is considered an inside bar.
Size Filtering:
To filter out small and insignificant consolidations, the indicator compares the size of the parent candle’s range to the inside bar’s range. Only if the parent candle is significantly larger (2 times or more — adjustable parameter), the inside bar is considered significant.
Zone Drawing:
For each detected inside bar, the indicator draws a rectangular zone bounded by the parent candle’s high and low. This zone automatically extends to the right as new bars appear until the price moves outside the parent candle’s range.
Zone Completion:
Once the price closes above the parent candle’s high or below its low, the zone is considered complete and stops extending.
Visual Aids:
If enabled, the indicator can shade the background of the current inside bar for additional visual emphasis.
A label with the text "IB" appears above the inside bar candle on the chart for easier identification.
Alerts:
Supports alerts when a new inside bar forms.
Alerts help traders notice important signals promptly.
To activate, create an alert on the indicator with the condition “New Inside Bar”.
Benefits of the Indicator:
Inside bars often signal consolidation and potential liquidity accumulation, which may be followed by a strong impulsive breakout. This indicator helps traders quickly identify consolidation zones and prepare for possible price moves.
1R Breakout Highlighter1R Breakout. This indicator measures every bar and highlights any bar that is greater than the previous bar by more than 1R.
Chews Opening Range Breakout - FibonacciVisual tool for taking a Fibonacci retracement-backed opening range breakout.
How it works:
Short a first red candle. Long a first green candle.
You decide which Fibonacci % you prefer your stop loss to be, the plot and label will represent your decision.
Fibonacci logic is close --> open.
Recommendations:
Use a lower time frame interval like 3m.
Extra Notes:
On higher priced stocks, you may see some discrepancy (~$0.1!) when plotting a Fibonacci Retracement compared to the suggested stop loss.
Since this discrepancy happens on inherently more volatile stocks, I have chosen to neglect the discrepancy instead of going for point perfect stop loss exits.
Realistically, it won't matter unless you get very unlucky.
Fibonacci drawing is not a feature of what this indicator plots. It's there for reference, but I can add if requested.
I drafted this simple code to help me visualize automating this strategy.
"That's spoicy!"
ToDo: Add an optional two-sided ORB. Higher chance of success since it is meant for reversals.
Pivot-Based Channels & Bands [Misu]█ This Indicator is based on Pivot detection to show bands and channels.
The pivot price is similar to a resistance or support level. If the pivot level is breached, the price should continue in that direction. Or the price could reverse at or near this level.
█ Usages:
Use channels as a support & resistance zone.
Use bands as a support & resistance zone. It is also very powerfull to use it as a breakout.
Use mid bands & mid channels as a trend direction or trade filter as a more usual moving average.
█ Parameters:
Show Pivot Bands: show bands.
Show Pivot Mid Band: show mid bands.
Show Pivot Channels: show channels.
Show Pivot Mid Channel: show mid channels.
Deviation: deviation used to calculate pivot points.
Depth: depth used to calculate pivot points.
Bulu BreakoutI designed this indicator to trade 52 weeks high breakout. It tests three conditions 1)close above 52weeks high 2)close above upper Bollinger band 3) adx <30. any candle that satisfies all these condition will change its color to black. i also added 44sma to this script to find high probable trade. if the black candle is near 44 sma it is more reliable.
Beekay Range-BreakerIdentifies scripts that are trading within a range for quite some time.
How to read:
1. Both the orange and the blue boxes are overlapping each other indicates that the price has been in that range.
2. The white line shows the price direction.
3. The white line crossing up/down can be seen as a breakout.
NOTE: Kindly validate the signals based on further analysis before taking a call .
Johnny 5 Breakout IndicatorThis is an indicator to help you catch when coins breakout. You can set an alert with this indicator.
Auto trendline (Spicytrader) DESCENDING
Real time identification of trend lines
Get ready before the next breakout.
The trend lines are formed by two adjacent troughs in a bearish or bullish market.
You don’t need to draw the trend lines by hand anymore.
GET ACCESS : spicytrader.com
Auto trendline (Spicytrader) ASCENDING
Real time identification of trend lines
Get ready before the next breakout.
The trend lines are formed by two adjacent troughs in a bearish or bullish market.
You don’t need to draw the trend lines by hand anymore.
GET ACCESS : spicytrader.com
Session Volume Breakout by aDiLHow to Use the Combined Session Breakout?
Session Breakout indicator is designed to assist traders in identifying key breakout levels and Fibonacci retracement levels during the London and New York trading sessions. It plots the session high, session low, and the 50% Fibonacci retracement level for each session directly on your TradingView chart. This tool is particularly useful for breakout trading strategies or for spotting potential support and resistance zones.
Recommended: Use PepperStone Chart for Perfect Use
What the Indicator Does
Session Breakout Levels: The indicator calculates the highest high (session high) and lowest low (session low) during the specified London and New York breakout sessions.
Fibonacci 50% Retracement: For each session, it computes the 50% retracement level between the session high and low, a level often considered significant by traders for potential reversals or consolidations.
Visual Representation: The session high, low, and 50% Fib levels are displayed as horizontal lines on the chart. Additionally, tiny labels mark the "High" and "Low" levels at the start of each session for quick reference.
Opening Range Breakout🧭 Overview
The Open Range Breakout (ORB) indicator is designed to capture and display the initial price range of the trading day (typically the first 15 minutes), and help traders identify breakout opportunities beyond this range. This is a popular strategy among intraday and momentum traders.
🔧 Features
📊 ORB High/Low Lines
Plots horizontal lines for the session’s high and low
🟩 Breakout Zones
Background highlights when price breaks above or below the range
🏷️ Breakout Labels
Text labels marking breakout events
🧭 Session Control
Customizable session input (default: 09:15–09:30 IST)
📍 ORB Line Labels
Text labels anchored to the ORB high and low lines (aligned right)
🔔 Alerts
Configurable alerts for breakout events
⚙️ Adjustable Settings
Show/hide background, labels, session window, etc.
⏱️ Session Logic
• The ORB range is calculated during a defined session window (default: 09:15–09:30).
• During this window, the highest high and lowest low are recorded as ORB High and ORB Low.
📈 Breakout Detection
• Breakout Above: Triggered when price crosses above the ORB High.
• Breakout Below: Triggered when price crosses below the ORB Low.
• Each breakout can trigger:
• A background highlight (green/red)
• A text label (“Breakout ↑” / “Breakout ↓”)
• An optional alert
🔔 Alerts
Two built-in alert conditions:
1. Breakout Above ORB High
• Message: "🔼 Price broke above ORB High: {{close}}"
2. Breakout Below ORB Low
• Message: "🔽 Price broke below ORB Low: {{close}}"
You can create alerts in TradingView by selecting these from the Add Alert window.
📌 Best Use Cases
• Intraday momentum trading
• Breakout and scalping strategies
• First 15-minute range traders (NSE, BSE markets)
Previous Day High & Low with Breakout Zones📌 Script Summary: Previous Day High/Low with Breakout Zones and Alerts
This Pine Script plots the previous day’s high and low on intraday charts, and highlights when the current price breaks out of that range during regular trading hours.
✅ Key Features
• Previous Day High/Low Lines: Draws horizontal lines at the prior day’s high and low, updated daily.
• Time-Filtered Session (09:15–15:30 IST): All logic applies only during Indian market hours.
• Breakout Zone Highlighting:
• 🟩 Green background when price closes above previous high
• 🟥 Red background when price closes below previous low
• Dynamic Labels: Displays labeled levels each day on the chart.
• Alerts:
• 🔼 Triggered when price crosses above the previous day’s high.
• 🔽 Triggered when price crosses below the previous day’s low.
• Customizable Inputs:
• Enable/disable alerts
• Toggle breakout zone highlights
• Set label offset
⚙️ Optimized For
• Intraday timeframes (e.g., 5m, 15m, 1h)
• Trading during NSE/BSE market hours
• Breakout strategy traders and range watchers
Mariam 5m Scalping Breakout StrategyPurpose
A 5-minute scalping breakout strategy designed to capture fast 3-5 pip moves with high probability, using premium/discount zone filters and market bias conditions. Developed for traders seeking consistent scalps with a proven win rate above 95–98% in optimal conditions.
How It Works
The script monitors price action in 5-minute intervals, forming a 15-minute high and low range by tracking the highs and lows of the first 3 consecutive 5-minute candles starting from a custom time. In the next 3 candles, it waits for a breakout above the 15m high or below the 15m low while confirming market bias using custom equilibrium zones.
Buy signals trigger when price breaks the 15m high while in a discount zone
Sell signals trigger when price breaks the 15m low while in a premium zone
The strategy simulates trades with fixed 3-5 pip take profit and stop loss values (configurable). All trades are recorded in a table with live trade results and an automatically updated win rate, typically achieving over 90–95% accuracy in favorable market conditions.
Features
Designed exclusively for the 5-minute timeframe
Custom 15-minute high/low breakout logic
Premium, Discount, and Equilibrium zone display
Built-in backtest tracker with live trade results, statistics, and win rate
Customizable start time, take profit, and stop loss settings
Real-time alerts on breakout signals
Visual markers for trade entries and failed trades
Consistent win rate exceeding 90–95% on average when following market conditions
Usage Tips
Use strictly on 5-minute charts for accurate signal performance. Avoid during high-impact news releases.
Important: Once a trade is opened, manually set your take profit at +3 to +5 pips immediately to secure the move, as these quick scalps often hit the target within a single candle. This prevents missed exits during rapid price action.
Bollinger Bands Entry/Exit ThresholdsBollinger Bands Entry/Exit Thresholds
Author of enhancements: chuckaschultz
Inspired and adapted from the original 'Bollinger Bands Breakout Oscillator' by LuxAlgo
Overview
Pairs nicely with Contrarian 100 MA
The Bollinger Bands Entry/Exit Thresholds is a powerful momentum-based indicator designed to help traders identify potential entry and exit points in trending or breakout markets. By leveraging Bollinger Bands, this indicator quantifies price deviations from the bands to generate bullish and bearish momentum signals, displayed as an oscillator. It includes customizable entry and exit signals based on user-defined thresholds, with visual cues plotted either on the oscillator panel or directly on the price chart.
This indicator is ideal for traders looking to capture breakout opportunities or confirm trend strength, with flexible settings to adapt to various markets and trading styles.
How It Works
The Bollinger Bands Entry/Exit Thresholds calculates two key metrics:
Bullish Momentum (Bull): Measures the extent to which the price exceeds the upper Bollinger Band, expressed as a percentage (0–100).
Bearish Momentum (Bear): Measures the extent to which the price falls below the lower Bollinger Band, also expressed as a percentage (0–100).
The indicator generates:
Long Entry Signals: Triggered when the bearish momentum (bear) crosses below a user-defined Long Threshold (default: 40). This suggests weakening bearish pressure, potentially indicating a reversal or breakout to the upside.
Exit Signals: Triggered when the bullish momentum (bull) crosses below a user-defined Sell Threshold (default: 80), indicating a potential reduction in bullish momentum and a signal to exit long positions.
Signals are visualized as tiny colored dots:
Long Entry: Blue dots, plotted either at the bottom of the oscillator or below the price bar (depending on user settings).
Exit Signal: White dots, plotted either at the top of the oscillator or above the price bar.
Calculation Methodology
Bollinger Bands:
A user-defined Length (default: 14) is used to calculate an Exponential Moving Average (EMA) of the source price (default: close).
Standard deviation is computed over the same length, multiplied by a user-defined Multiplier (default: 1.0).
Upper Band = EMA + (Standard Deviation × Multiplier)
Lower Band = EMA - (Standard Deviation × Multiplier)
Bull and Bear Momentum:
For each bar in the lookback period (length), the indicator calculates:
Bullish Momentum: The sum of positive deviations of the price above the upper band, normalized by the total absolute deviation from the upper band, scaled to a 0–100 range.
Bearish Momentum: The sum of positive deviations of the price below the lower band, normalized by the total absolute deviation from the lower band, scaled to a 0–100 range.
Formula:
bull = (sum of max(price - upper, 0) / sum of abs(price - upper)) * 100
bear = (sum of max(lower - price, 0) / sum of abs(lower - price)) * 100
Signal Generation:
Long Entry: Triggered when bear crosses below the Long Threshold.
Exit: Triggered when bull crosses below the Sell Threshold.
Settings
Length: Lookback period for EMA and standard deviation (default: 14).
Multiplier: Multiplier for standard deviation to adjust Bollinger Band width (default: 1.0).
Source: Input price data (default: close).
Long Threshold: Bearish momentum level below which a long entry signal is generated (default: 40).
Sell Threshold: Bullish momentum level below which an exit signal is generated (default: 80).
Plot Signals on Main Chart: Option to display entry/exit signals on the price chart instead of the oscillator panel (default: false).
Style:
Bullish Color: Color for bullish momentum plot (default: #f23645).
Bearish Color: Color for bearish momentum plot (default: #089981).
Visual Features
Bull and Bear Plots: Displayed as colored lines with gradient fills for visual clarity.
Midline: Horizontal line at 50 for reference.
Threshold Lines: Dashed green line for Long Threshold and dashed red line for Sell Threshold.
Signal Dots:
Long Entry: Tiny blue dots (below price bar or at oscillator bottom).
Exit: Tiny white dots (above price bar or at oscillator top).
How to Use
Add to Chart: Apply the indicator to your TradingView chart.
Adjust Settings: Customize the Length, Multiplier, Long Threshold, and Sell Threshold to suit your trading strategy.
Interpret Signals:
Enter a long position when a blue dot appears, indicating bearish momentum dropping below the Long Threshold.
Exit the long position when a white dot appears, indicating bullish momentum dropping below the Sell Threshold.
Toggle Plot Location: Enable Plot Signals on Main Chart to display signals on the price chart for easier integration with price action analysis.
Combine with Other Tools: Use alongside other indicators (e.g., trendlines, support/resistance) to confirm signals.
Notes
This indicator is inspired by LuxAlgo’s Bollinger Bands Breakout Oscillator but has been enhanced with customizable entry/exit thresholds and signal plotting options.
Best used in conjunction with other technical analysis tools to filter false signals, especially in choppy or range-bound markets.
Adjust the Multiplier to make the Bollinger Bands wider or narrower, affecting the sensitivity of the momentum calculations.
Disclaimer
This indicator is provided for educational and informational purposes only.
⚡ Scalper Breakout Check{Jebri}Here is a complete, TradingView-compliant description of your custom indicator – in perfect English, ready for publishing as a public or invite-only script.
Includes usage instructions, strategy context, and synergy with other indicators.
🧾 Full TradingView Description (Compliant & Optimized):
⸻
⚡ Scalper Breakout Confirmation Tool
🔍 What is this?
This tool helps scalpers instantly validate whether a breakout move has enough volume power, adjusted for current market volatility.
Instead of guessing, you get a precise, real-time answer:
✅ “Yes, volume is sufficient for a valid move”
❌ “No, not enough strength – likely fakeout”
⸻
🧠 How it works:
1. Volatility Detection – The indicator calculates the current market volatility using ATR (Average True Range) relative to price.
2. Adaptive Breakout Threshold – Based on that volatility, it determines how much volume is required for a breakout to be valid.
• Low volatility → even 50–60% of average volume is enough
• High volatility → requires 120–150% or more
3. Live Volume Comparison – Compares the current candle’s volume (EMA 4 vs SMA 21) to the threshold.
4. Output – Displays a ✅ or ❌ label at the bottom of the chart, with live stats:
✅ 84.3% vs 61.2%
❌ 42.9% vs 75.0%
⸻
🎯 Ideal Use Case:
• 1-minute or 3-minute charts (scalping)
• Crypto, Forex or Index Futures
• Especially powerful during session opens (London/New York)
⸻
✅ When to enter a trade:
Label Output Meaning
✅ x% ≥ Threshold Enough strength for a valid breakout (Entry possible)
❌ x% < Threshold Not enough strength – likely a fake move (No trade)
⸻
🔗 Combine with:
Companion Tool Purpose
🔹 Market Structure Indicator (BOS/CHOCH) Confirms if price action supports breakout direction
🔹 CVD / Delta (Spot vs Perp) Confirms whether buyers/sellers are aggressive
🔹 Session/Volume Profile Identifies zones with liquidity that may fuel breakout
⸻
🛠️ Best Practice:
• Use this indicator as a final entry filter
• Do not rely solely on volume – always combine with structure and liquidity logic
• Avoid trading during flat zones even if breakout is “green”
• Scalp only when all 3 confirm:
1. ✅ Breakout Power confirmed
2. 🔁 Market Structure supports move
3. 🔥 Liquidity or imbalance nearby
⸻
📌 Settings explained:
Input Description
Fast Volume MA EMA of last 4 candles (recent momentum)
Slow Volume MA SMA of 21 candles (baseline context)
ATR Length Measures volatility to scale breakout requirement
Base % Threshold Base breakout threshold at 100%
Min % Threshold Minimum volume needed when market is flat
Max % Threshold Max volume required during high volatility
⸻
⚖️ TradingView Compliance Notes:
• All functions used are native and supported by Pine Script v6
• No repainting / future-looking logic used
• Script only uses historical candle data and live ATR/Volume
London / NY / Tokyo BreakoutLondon / NY / Tokyo Breakout Signal
This indicator analyzes price action during the London, New York, and Tokyo trading sessions by defining a price range (box) formed at the beginning of each session. At the end of the session, it tests whether the price range is broken.
When the box is broken, it generates a long or short breakout signal on the first breakout bar.
Features:
User-configurable session start and end times with support for local time and GMT offset
Boxes visually display the high-low range formed during each session
Long and short breakout signals plotted on the chart upon price breaking the box
Alert conditions for all breakout signals
Customizable colors for boxes and signals
Use case :
Ideal for breakout strategies based on consolidation during London, New York, and Tokyo sessions in Forex, equities, commodities, and other markets.
London / NY / Tokyo Breakout (Breakout Sinyali)London / NY / Tokyo Breakout Signal
This indicator analyzes price action during the London, New York, and Tokyo trading sessions by defining a price range (box) formed at the beginning of each session. At the end of the session, it tests whether the price range is broken.
When the box is broken, it generates a long or short breakout signal on the first breakout bar.
Features:
User-configurable session start and end times with support for local time and GMT offset
Boxes visually display the high-low range formed during each session
Long and short breakout signals plotted on the chart upon price breaking the box
Alert conditions for all breakout signals
Customizable colors for boxes and signals
Use case:
Ideal for breakout strategies based on consolidation during London, New York, and Tokyo sessions in Forex, equities, commodities, and other markets.
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.