Hi,
Modified Indicator: XU_DailyRangeWithBackground_v1.05
What's New:
Added control over where the background fills end on the right side of the chart.
New Input Parameters:
backgroundEndMode - Controls how the background end point is determined:
BACKGROUND_END_LAST_CANDLE (default) - Background ends at the last visible candle
BACKGROUND_END_FIXED_DATE - Background ends at a specific date you set
BACKGROUND_END_OFFSET - Background ends with an offset from the last candle
backgroundEndOffset - Offset in candles from the last candle:
Positive values (e.g., +5) → Background extends further to the right (beyond the last candle)
Negative values (e.g., -5) → Background ends earlier to the left (before the last candle)
useFixedEndDate - Enable/disable fixed end date mode
fixedEndDate - Specific date where backgrounds end (when useFixedEndDate=true)
stond