Heikin Ashi RSI Fade - Short Indicator
May 22, 2026

The Heikin Ashi RSI Fade - Short Indicator tool identifies potential short-selling opportunities by detecting price exhaustion using a combination of RSI momentum and Heikin Ashi candle streaks. It provides a signal-only framework designed for automation, featuring built-in virtual trade tracking and webhook-ready alerts.
Usage
The Usage section focuses on identifying "fading" opportunities where a bullish trend may be reaching exhaustion. The script requires two main conditions to be met simultaneously:
- RSI Bias: A long-window RSI (defaulting to the 1-hour timeframe) must be above a specific threshold (default 46). This ensures the macro trend is bullish, which is the ideal environment for fading temporary strength.
- Heikin Ashi Streak: A specified number of consecutive bullish Heikin Ashi candles (default 7 on the 15-minute timeframe) must occur. This signals a "stretched" move that may be due for a reversal.
Once these conditions align, the indicator plots a virtual entry and sets fixed Take Profit and Stop Loss levels. Users can monitor the state of these virtual positions through the on-chart status table and plot lines.
Details
The script utilizes request.security to monitor multiple timeframes, allowing it to filter entries based on higher-timeframe momentum while timing triggers on lower-timeframe candle structures.
Key implementation details include:
- Virtual Tracking: The indicator simulates a single short position at a time. It calculates exit levels (TP/SL) immediately upon entry.
- Bar Close Execution: All signals and exit detections occur on the close of the candle. This prevents "repainting" or false signals from intra-bar price wicks.
- Webhook Integration: The script generates JSON payloads formatted for DCA Bots. By setting a single alert for "Any alert() function call," the indicator can automate the entire lifecycle of a trade from entry to exit.
Settings
Order Size (Virtual)
- Base Order Size (USDT): Used for calculation in the status table display; does not affect actual exchange order size.
RSI Filter
- RSI Timeframe / Length: Determines the lookback and period for the macro RSI filter.
- RSI Condition / Level: Sets whether the RSI must be "Greater Than" or "Less Than" the specified level to allow signals.
Heikin Ashi Filter
- HA Timeframe / Consecutive Candles: Defines the required length of the candle streak on the lower timeframe.
- HA Streak Direction: Choose "Bullish" to fade strength (Shorting into green candles) or "Bearish" to follow a trend.
Exit
- Take Profit (%) / Stop Loss (%): Sets the fixed percentage distance from the entry price for automatic exits.
DCA Bot Webhook
- Bot ID / Email Token / Pair: Fields used to populate the JSON alert message for automated trading bots.
Visualization & Watermark
- Plotting Toggles: Options to show or hide entry lines, fill labels, signal shapes, and the status table.
- Watermark: Customization for brand text, position, and transparency.
FAQ
How do I access the Heikin Ashi RSI Fade - Short Indicator?
You can get access on the LuxAlgo Library for charting platforms like TradingView, MetaTrader (MT4/MT5), and NinjaTrader for free.
Can I use this for long positions?
This specific version is optimized for "Fade" shorting. For long positions, a separate version or configuration using the "Bearish" direction for the HA streak would be required.
Why didn't my Take Profit fire during a price wick?
The indicator evaluates exit conditions on the bar close to ensure signal stability. If the price touches your target but closes back above/below it within the same candle, the event will not fire.
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.

