OPEN-SOURCE SCRIPT

Bullish and Bearish Triangle Patterns

Bullish Triangle Detection:

A bullish triangle is identified when the highs are flat or increasing and the lows are rising, signaling an upward trend. The script uses ta.crossover for rising lows.
If a bullish triangle is detected, a green triangle (▲) is plotted above the price.
Bearish Triangle Detection:

A bearish triangle is identified when the highs are falling and the lows are falling as well, signaling a downward trend. The script uses ta.crossunder for falling highs.
If a bearish triangle is detected, a red triangle (▼) is plotted below the price.
Plotting Both Patterns:

The script displays green upward-facing triangles for bullish patterns and red downward-facing triangles for bearish patterns on the chart.
Alerts:

Alerts can be triggered for both bullish and bearish triangle patterns so that you can be notified when they occur.
Candlestick analysis

开源脚本

本着真正的TradingView精神,此脚本的作者已将其开源,以便交易者可以理解和验证它。向作者致敬!您可以免费使用它,但在出版物中重复使用此代码受网站规则约束。 您可以收藏它以在图表上使用。

想在图表上使用此脚本?

免责声明