Observation: Linear Extension LL

Observation: Linear Extension LL

After breaking below a key support, the bearish wave was no longer merely a corrective move relative to previous swings. We witnessed a violent expansion of volatility that acted as a feedback loop, forcing widespread capitulation.
https://www.tradingview.com/x/1QFHfAbf/
During the downtrend, price did experience brief corrective cooldowns when it was landing to certain points, but these were short-lived before the broader bearish momentum resumed its dominant trajectory.
Since historic support often turns into resistance, this inspired the idea of using Pine Script Pivot Points to define key swing structures: “LL” (Lower Low), “HL” (Higher Low), “HH” (Higher High), and “LH” (Lower High).
https://www.tradingview.com/x/o5jmK9Wb/

RESEARCH
For example, to define a Lower Low (LL), I set it to continuously identify new LLs whenever a Pivot Low breaks below the previously established Low (LL = pL < pL ).
Rather than displaying support lines only at their local scope, I extended all of them to the right to be able to track how market reactions.
https://www.tradingview.com/x/xDZiiFb1/
To avoid any confusion, I made top labels size auto so they don't appear big, while chart is squeed. Also I color-coded LL lines based on a simple rule:
color = Close > LL ? color.green : color.red
The closing price must remain above each level individually for the line to turn green; otherwise, it stays red.

Read More

Share:

Latest News