Pivot Reversal Alerts
Jul 23, 2020

The Pivot Reversal Alerts indicator identifies potential trend reversals by detecting pivot highs and lows and generating entry signals when price breaks these key levels.
Usage
The Pivot Reversal Alerts tool is used to identify breakout points following a period of consolidation or local extremes. When the price crosses above a confirmed pivot high, a "Long Enter" (LE) signal is generated, suggesting a bullish reversal or continuation. Conversely, when the price crosses below a confirmed pivot low, a "Short Enter" (SE) signal is triggered, suggesting a bearish reversal.
Examples of usage include:
- Trend Confirmation: Using the pivot lines as dynamic support and resistance levels to confirm the prevailing market direction.
- Breakout Trading: Entering trades when the price action violates the established pivot levels with momentum.
- Alert Automation: Setting up TradingView alerts to be notified immediately when a pivot breakout occurs without needing to monitor the charts constantly.
Details
The script utilizes the ta.pivothigh and ta.pivotlow functions to determine historical price extremes based on a user-defined window of bars to the left and right.
- Pivot Detection: A pivot high is confirmed when a bar's high is higher than the highs of 'n' bars to its left and 'm' bars to its right.
- Signal Logic: A long signal is valid when the current high crosses over the most recent pivot high (plus a minimum tick) while remaining above the recent pivot low. This logic ensures that the breakout has sufficient structural integrity.
- Filtered Signals: The script includes internal logic to prevent repetitive signals, ensuring a "Long" signal is only shown if the previous state was neutral or "Short."
Settings
- Left Bars: The number of bars to the left of a potential pivot point required to confirm a local high or low. Increasing this value results in more significant, but fewer, pivot points.
- Right Bars: The number of bars to the right of a potential pivot point required for confirmation. Higher values increase the lag of the signal but improve the reliability of the pivot.
FAQ
How do I access the Pivot Reversal Alerts indicator?
You can get access on the LuxAlgo Library for charting platforms like TradingView, MetaTrader (MT4/MT5), and NinjaTrader for free.
What do the LE and SE labels stand for?
LE stands for "Long Enter," appearing when price breaks above a pivot high. SE stands for "Short Enter," appearing when price breaks below a pivot low.
Can I use this for backtesting?
While this is an indicator script designed for alerts and visual analysis, the logic can be mirrored in a strategy script to test specific parameters across different timeframes.
Free indicator
Get free access to this indicator on the platforms below.
Unlock the entire LuxAlgo Library
Every indicator, every strategy, full charts, and complete access to Quant — our AI agent.