OPEN-SOURCE SCRIPT
Luis channel


Luis Barlier Channel (LB Channel) – Technical Overview
1. Core Concept & Calculations
The LB Channel is a price envelope indicator that generates three lines based on a lookback period (default: 20 bars).
Key Innovation: Ignores wicks entirely, focusing only on candle bodies:
Body High (BH):
max(open, close)
max(open, close)
Body Low (BL):
min(open, close)
min(open, close)
Channel Lines:
Upper Bound:
Highest(BH,length)
Highest(BH,length)
Lower Bound:
Lowest(BL,length)
Lowest(BL,length)
Basis (Middle):
(Upper+Lower)/2
2. Visual & Functional Features
Dynamic S/R Zone: Blue boundaries act as support/resistance, updating only when new body highs/lows break prior extremes.
Value Area Fill: Light blue shading (90% transparency) highlights if price is "inside" or "outside" the recent range.
Offset Control: Shift entire channel forward/backward for cycle analysis.
3. The Problem It Solves: Wick Noise
Traditional channels (Donchian, Bollinger) react to volatility spikes:
Long wicks from news/liquidity hunts artificially widen ranges
Generate false breakouts
Distort "fair value"
LB Channel Solution: Filters noise by using only committed price action (body highs/lows), ignoring temporary spikes that lack follow-through.
Luis Barlier Channel (LB Channel) – Technical Overview
1. Core Concept & Calculations
The LB Channel is a price envelope indicator that generates three lines based on a lookback period (default: 20 bars).
Key Innovation: Ignores wicks entirely, focusing only on candle bodies:
Body High (BH):
max(open, close)
max(open, close)
Body Low (BL):
min(open, close)
min(open, close)
Channel Lines:
Upper Bound:
Highest(BH,length)
Highest(BH,length)
Lower Bound:
Lowest(BL,length)
Lowest(BL,length)
Basis (Middle):
(Upper+Lower)/2
2. Visual & Functional Features
Dynamic S/R Zone: Blue boundaries act as support/resistance, updating only when new body highs/lows break prior extremes.
Value Area Fill: Light blue shading (90% transparency) highlights if price is "inside" or "outside" the recent range.
Offset Control: Shift entire channel forward/backward for cycle analysis.
3. The Problem It Solves: Wick Noise
Traditional channels (Donchian, Bollinger) react to volatility spikes:
Long wicks from news/liquidity hunts artificially widen ranges
Generate false breakouts
Distort "fair value"
LB Channel Solution: Filters noise by using only committed price action (body highs/lows), ignoring temporary spikes that lack follow-through.
開源腳本
秉持TradingView一貫精神,這個腳本的創作者將其設為開源,以便交易者檢視並驗證其功能。向作者致敬!您可以免費使用此腳本,但請注意,重新發佈代碼需遵守我們的社群規範。
免責聲明
這些資訊和出版物並非旨在提供,也不構成TradingView提供或認可的任何形式的財務、投資、交易或其他類型的建議或推薦。請閱讀使用條款以了解更多資訊。
開源腳本
秉持TradingView一貫精神,這個腳本的創作者將其設為開源,以便交易者檢視並驗證其功能。向作者致敬!您可以免費使用此腳本,但請注意,重新發佈代碼需遵守我們的社群規範。
免責聲明
這些資訊和出版物並非旨在提供,也不構成TradingView提供或認可的任何形式的財務、投資、交易或其他類型的建議或推薦。請閱讀使用條款以了解更多資訊。