OPEN-SOURCE SCRIPT
Aggiornato

RRE Zones

332
The error is box.style_dashed is not supported in this Pine Script version. Need to remove the border_style parameter from both breaker block box.new() calls.Edited 2 files, read a fileEdited 2 files, read a fileFixed. Both border_style=box.style_dashed lines removed from the Bearish Breaker and Bullish Breaker box.new() calls. The breaker blocks will now use the default solid border — they're still visually distinct from OBs via their different colors (orange BB ↓ / teal BB ↑) and lower fill transparency.
Note di rilascio
Untouched (verified): OB detection (swingHigh/swingLow via swingLength, impulse thresholds, trend filter, mitigation, breaker blocks, retouch detection) and FVG detection (gap logic, min size, FVG alerts) — all use the same variables and logic as before.
Liquidity (only this changed):

Lines still confirm via liqPivotBars (default 2, range 1-5) — set it to 1 if you want the absolute next-candle confirmation
New newBuyLiq / newSellLiq flags fire the moment a line is drawn
New alertcondition() entries: "Buy-Side Liquidity Formed" and "Sell-Side Liquidity Formed" — selectable in TradingView's alert dialog
A dynamic alert() also fires automatically with the exact price level baked into the message (same pattern as your OB retouch alerts), e.g. 💧 Buy-Side Liquidity | XAUUSD 15 | Level: 3291.50

Declinazione di responsabilità

Le informazioni e le pubblicazioni non sono intese come, e non costituiscono, consulenza o raccomandazioni finanziarie, di investimento, di trading o di altro tipo fornite o approvate da TradingView. Per ulteriori informazioni, consultare i Termini di utilizzo.