Pivot Reversal Strategy + alerts via TradingConnector to indices
Sep 10, 2021

The Pivot Reversal Strategy + alerts via TradingConnector to indices indicator is a trend-reversal trading tool designed to identify significant market turning points using pivot highs and lows while providing automated alert outputs for external execution.
Usage
The Usage section describes how the script can be used to identify potential market reversals. The strategy plots pivot points based on historical price action and places stop orders at these levels to capture breakout momentum following a reversal.
- Long Entry (PivRevLE): When a pivot high is confirmed, the strategy prepares to enter a long position if the price breaks above that high.
- Short Entry (PivRevSE): When a pivot low is confirmed, the strategy prepares to enter a short position if the price breaks below that low.
To use this script for automated trading, users should configure a TradingView alert and select "alert() function calls only" in the Create Alert popup. This allows the strategy to send 'long' or 'short' messages to external bridges like TradingConnector for execution on platforms such as MetaTrader 4 or 5.
Details
The script is a modified version of the classic Pivot Reversal strategy, optimized for modern Pine Script (v5/v6) and alert connectivity. It functions by looking for a specific number of bars to the left and right of a high or low to determine if a pivot has occurred. Once a pivot is identified, it acts as a price ceiling (for shorts) or floor (for longs). A trade is triggered only when the price crosses these established pivot levels, confirming the reversal momentum.
Settings
- Left Bars: The number of bars to the left of the pivot candle required to identify a high or low.
- Right Bars: The number of bars to the right of the pivot candle required to confirm the high or low.
FAQ
How do I access Pivot Reversal Strategy + alerts via TradingConnector to indices?
You can get access on the LuxAlgo Library for charting platforms like TradingView, MetaTrader (MT4/MT5), and NinjaTrader for free.
Which timeframes and assets does this work on?
This strategy is versatile and can be applied to Forex, indices, stocks, and crypto. Users should perform their own backtesting to find the optimal timeframe and settings for their specific asset.
How do I connect this to my broker?
The script uses the alert() function to output trade signals. These signals can be captured by third-party software such as TradingConnector, which then routes the orders to MetaTrader 4 or 5 for execution.
Trading & investing are risky and many will lose money in connection with trading and investing activities. All content on this site is not intended to, and should not be, construed as financial advice. Decisions to buy, sell, hold or trade in securities, commodities and other investments involve risk and are best made based on the advice of qualified financial professionals. Past performance does not guarantee future results.
Hypothetical or Simulated performance results have certain limitations. Unlike an actual performance record, simulated results do not represent actual trading. Also, since the trades have not been executed, the results may have under-or-over compensated for the impact, if any, of certain market factors, including, but not limited to, lack of liquidity. Simulated trading programs in general are designed with the benefit of hindsight, and are based on historical information. No representation is being made that any account will or is likely to achieve profit or losses similar to those shown.
Testimonials appearing on this website may not be representative of other clients or customers and is not a guarantee of future performance or success.
As a provider of technical analysis tools and strategies, we do not have access to the personal trading accounts or brokerage statements of our customers. As a result, we have no reason to believe our customers perform better or worse than traders as a whole based on any content, tool, or platform feature we provide.
Charts used on this site are by TradingView in which the majority of our technical indicators are built on. TradingView® is a registered trademark of TradingView, Inc. www.TradingView.com TradingView® has no affiliation with the owner, developer, or provider of the Services described herein.
Market data is provided by CBOE, CME Group, BarChart, Massive, CoinAPI. Select U.S. equities data is provided through Massive. CBOE BZX real-time U.S. equities data is licensed from CBOE and provided through BarChart. Real-time futures data is licensed from CME Group and provided through BarChart. Select cryptocurrency data, including major coins, is provided through CoinAPI. All data is provided “as is” and should be verified independently for trading purposes.
This does not represent our full Disclaimer. Please read our full disclaimer.
© 2026 LuxAlgo Global, LLC.

