LuxAlgo

Trend Lines [LuxAlgo]

Our new "Trend Lines" indicator detects and highlights relevant trendlines on the user chart while keeping it free of as much clutter as possible.

The indicator is thought for real-time usage and includes several filters as well as the ability to estimate trendline angles.

🔶 USAGE


Trendlines can act as support/resistance, with a higher number of tests indicating a more significant support/resistance role.


A broken TrendLine can be indicative of a potential trend reversal. The script highlights breaks with a label.

Users can additionally filter trendlines, only showing trendlines whose angles fall within a user set range:



This allows for the removal of potential clutter from the chart but also helps keep steeper or more horizontal trendlines.

🔶 DETAILS

When a swing (pivot point) is found, a Trendline is drawn when certain conditions are fulfilled.

An essential condition is that a Bearish Trendline (red) always occurs on a lower high, while a Bullish Trendline (blue) occurs on a higher low.


Our implementation will first show an initial dotted-styled TrendLine on confirmation, after which a solid-styled secondary TrendLine will develop. The latter will be used for the real-time detection of breaks at that line:

Furthermore, the script allows you to add more conditions:

🔹 Length (Swings)

A swing develops when a high/low is the highest/lowest against x highs/lows on the left AND right of that bar. x can be set by "Length" in settings.

The following images clarify this. The script confirms a swing where the yellow flag is shown; the high (here visualized with a purple label) is the highest point against x bars left and right of that point.
At that moment, this swing is checked against the previous swing. If all conditions are fulfilled, an initial TrendLine is drawn on confirmation.



After that point, a secondary thicker solid line is seen which keeps progressing bar after bar, until:

• a new TrendLine is formed
• the TrendLine is broken


🔹 Breaks between Swings

Once there is confirmation that a TrendLine can be drawn, the script allows you to filter for breakthroughs on that line. This can be set with "Check breaks between"

  • Disabled: the initial TrendLine is allowed to be pierced:

  • Check breaks between point A - point B: no breaks are allowed between both Swing points:

  • Point A - Current bar: no breaks are allowed between the first Swing point and the point of confirmation ('current' bar):

🔹 TrendLine breaks

As mentioned, the secondary TrendLine (solid line) progresses bar after bar until a new TrendLine is formed or the TrendLine is broken. When a TrendLine is broken, the TrendLine stops progressing, but if there isn't a new TrendLine and price return back, the TrendLine will re-appear, potentially giving several signals when the TrendLine is broken again.

Minimal bars allow you to regulate the amount of signals when the TrendLine is broken.

-> The secondary TrendLine must be uninterrupted for at least x bars before a potential break can be considered.

The following example shows 1 signal against 3 by adjusting this setting from 2 to 5:


🔹 Angles

Angles should normally be calculated when the units of the X and Y axis are the same. However, on our charts, the unit of the X-axis is bar_index (bars), and on the Y-axis the unit is price (¥, €, £, $,...).

It is not easy to normalize and create reasonably valid angles. Often certain angle calculations can differ through price changes or volatility.

Our calculate_slope() function tries to make corresponding angles through all bars.

We do this by calculating the difference between the highest/lowest price values in a certain bar range. The bar range is our X-axis, and the price difference is our Y-axis.

Zooming in/out will not change the amount of bars or the price. Since it does change our view on the chart, and thereby how we see the angles, we have included a setting where you can personalize the ratio between X and Y-axis (Angles -> Ratio X-Y axis).


Settings: Angles - Ratio X-Y axis:


🔶 SETTINGS

🔹 Swings

  • Length: Lookback period for the detection of swing points.

🔹 Trendline validation

Check breaks between:
  • Disabled: the initial TrendLine is allowed to be pierced
  • Check breaks between point A - point B: no breaks are allowed between both Swing points
  • Point A - Current bar: no breaks are allowed between the first Swing point and the point of confirmation ('current' bar)
Source (breaks): Source which invalidates TrendLine, default: close

🔹 TrendLine breaks

Minimal bars: The secondary TrendLine must be uninterrupted for at least x bars before a potential break can be considered.

🔹 Angles

Show: Toggle labels.

Ratio X-Y axis: Every user has his preferences regarding zoom, chart layout,...
If the shown angles are not according to your expectations, you can adjust this number.

Only TrendLine between: Only allow TrendLines between the minimum and maximum degrees. Set only the minimal and maximum values above 0.

Get access to our exclusive tools: luxalgo.com

Join our 150k+ community: discord.gg/lux

All content provided by LuxAlgo is for informational & educational purposes only. Past performance does not guarantee future results.
Skrip open-source

Dalam semangat TradingView, penulis dari skrip ini telah mempublikasikannya ke sumber-terbuka, maka trader dapat mengerti dan memverifikasinya. Semangat untuk penulis! Anda dapat menggunakannya secara gratis, namun penggunaan kembali kode ini dalam publikasi diatur oleh Tata Tertib. Anda dapat memfavoritkannya untuk digunakan pada chart

Pernyataan Penyangkalan

Informasi dan publikasi tidak dimaksudkan untuk menjadi, dan bukan merupakan saran keuangan, investasi, perdagangan, atau rekomendasi lainnya yang diberikan atau didukung oleh TradingView. Baca selengkapnya di Persyaratan Penggunaan.

Inggin menggunakan skrip ini pada chart?