Targets For Overlay Indicators

Nov 29, 2023

Static chart image
Dynamic Overlays
Support and Resistance
Works on the following platforms:
tradingviewSymbolTradingView
For free use on the TradingView platform
ninjatraderNinjaTrader
For free use on the NinjaTrader platform
metatrader4MetaTrader 4
For free use on the MetaTrader 4 platform
metatrader5MetaTrader 5
For free use on the MetaTrader 5 platform
thinkorswimThinkorswim
For free use on the Thinkorswim platform

The Targets For Overlay Indicators tool is an innovative utility that enhances your trading strategy by displaying specific price targets whenever the price crosses external indicators on your chart. This feature provides a dual-target approach, offering one target for crossover events and another for crossunder events, which can boost your trading efficiency significantly. These targets are not only actionable but also come with alerts for newly established and reached targets, ensuring you never miss an opportunity in volatile markets.

How to Trade with Targets For Overlay Indicators?

indicator image

To utilize the Targets For Overlay Indicators tool effectively, traders need to select a precise input source from the "Source" drop-down in the settings. As seen in the example above, when applied to a volatility stop, the indicator displays clear targets that can guide your trading decisions.

indicator image

Installing the "Targets For Overlay Indicators" script directly on an indicator, such as the VStop, makes the setup straightforward.

indicator image

The strategic use of targets helps traders identify potential price limits which could signal deviations from predictions made by one or more indicators. In trading, these predetermined targets are essential for maximizing profits or minimizing losses, positioning this tool as invaluable for setting take-profit or stop-loss levels.

These targets, being essentially horizontal, can also act as support or resistance levels, with breakthroughs likely indicating emerging trends.

indicator image

For traders eager to capture new targets following the achievement of one, the "New Target When Reached" option in the target logic settings ensures frequent target updates, opening more trading opportunities.

indicator image

Additionally, traders desiring fewer but potentially more lucrative targets can enable a restriction on new target generation until current targets are achieved, favoring a long-term strategic approach.

Examples

This indicator is adaptable to various overlay indicators known for crossing with prices such as moving averages, bands, or trailing stops.

indicator image

Utilizing trailing stops like SuperTrend or VStop simplifies the creation of precise targets. Be mindful, though, some SuperTrend scripts split the extremities into two plots that may not be compatible. Below is a compatible SuperTrend script for seamless integration:

//@version=5
indicator("SuperTrend", overlay = true)
factor = input.float(3, 'Factor', minval = 0)
atrLen = input.int(10, 'ATR Length', minval = 1)

[spt, dir] = ta.supertrend(factor, atrLen)

plot(spt, 'SuperTrend', dir != dir[1] ? na : dir < 0 ? #089981 : #f23645, 2)
plot(spt, 'Circles', dir > dir[1] ? #f23645 : dir < dir[1] ? #089981 : na, 3, plot.style_circles)

indicator image

When using moving averages, traders can generate more targets compared to other overlay indicators.

indicator image

For band indicators or those yielding dual outputs, apply the tool twice: use crossover targets for the upper band and crossunder targets for the lower band. An example is using the Trendlines with breaks indicator:

indicator image

Dashboard Overview

The dashboard at the top-right of your chart provides a quick overview of target quantities, alongside reach rates for targets 1 and 2, and the overall total. This information is invaluable for assessing target distances relative to selected conditions, with higher reach rates hinting that the target proximity to market prices facilitates successful hits.

Configuration Options

  • Source: Choose the indicator source that will determine target levels when a crossover occurs with the closing price.
  • Show Target Labels: Enable this to see target labels directly on your chart.
  • Candle Coloring: Activate to color code candles per the latest active target.

Target Settings for Crossover and Crossunder

  • Show Target: Opt to display or hide the target.
  • Above Price Target: Generates targets above closures if enabled.
  • Wait Until Reached: Defers generating new targets until the current one is hit.
  • New Target When Reached: Instantly creates a new target upon the existing one being met.
  • Evaluate Wicks: Determines target reaching by high/low prices; unselect to use close prices.
  • Target Distance From Price: Set the proximity to price in various units such as currency, percentages, ATR, or ticks.

FAQ

How do I access the Targets For Overlay Indicators?

You can get access on the LuxAlgo Library for charting platforms like TradingView, MetaTrader (MT4/MT5), and NinjaTrader for free.

What are the benefits of using overlay indicators?

Overlay indicators provide crucial visual guidance on price limit predictions and aid in secure trading through dynamic support and resistance levels.

Can this tool improve trading performance?

Yes, by providing clear target levels, traders can improve their entry and exit strategies, resulting in better-managed trades.

Trading is risky and many will lose money in connection with trading 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 markets 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 for charting platforms, 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 or tool we provide.

Charts used on this site are by TradingView in which the majority of our tools 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.

This does not represent our full Disclaimer. Please read our full disclaimer.

© 2025 LuxAlgo Global, LLC.