6. Dynamic Channel (Box Trading) — Price Tunnel
Restricts the trading zone to a dynamically defined price corridor.
Standard Box (Long-Term)
Updated every Inp_Channel_Update_Hours hours (default 6h):
- Records the current BID price as
base_price g_Channel_Upper = base_price + Channel_Points_Up × _Pointg_Channel_Lower = base_price - Channel_Points_Down × _Point- Trading is only allowed when price is inside the channel
Default settings: Upper +20,000 pts, Lower −5,000 pts — an asymmetric channel assuming greater upside potential.
Log: "NEW STANDARD PRICE CHANNEL: Base: 2100.50 | Upper: 2300.50 | Lower: 2050.50"
Manual Box (Anti-Crash Protection)
Inp_ManualBox_Enable = true allows the trader to manually define absolute price boundaries:
Inp_ManualBox_Upper— upper boundary (price)Inp_ManualBox_Lower— lower boundary (price)
Use case: the trader can manually define a tunnel before a major fundamental event or when operating in a specific market regime.
Channel Priority (IsPriceInChannel)
1. Muzzle Box (active during Impulse) — HIGHEST PRIORITY
2. Manual Box (if Inp_ManualBox_Enable = true)
3. Standard Dynamic Channel (if Inp_Channel_Enable = true)
Status displayed on the panel as g_Status_Channel.
