I already have a custom indicator written in Pine Script; it works well but its trade signals lag by one or two bar and occasionally repaint. All I need is a clean, pinpoint fix so that both Reversal signal for buy and sell pop up instantly on the live candle—no delay, no repainting—while everything else in the indicator remains unchanged. The updated script must: • Trigger a Reversal Buy or Reversal Sell label (I use TradingView’s label.new) right at the bar where the condition is met. • Never shift, vanish, or redraw after the bar closes. • Preserve all existing calculations, inputs, and plotting styles outside of the signal logic. Please return the full Pine Script source with concise comments that highlight the sections you touched, so I can review and maintain it later. A quick demonstration on a shared chart or short screen recording showing the non-repaint behavior in real time will serve as acceptance criteria.