* When creating an alert - there will be a yellow '(!) Caution!' about potential repainting. This is due to Live Breakout feature 'Custom - Potential Trade about to be Open Live Alert/Show - On/Off' - where it will show label/alert when price is breaking out live through a signal/trade open trigger, where a candle bar is still open and is still running (If during that same candle bar, the price will go backwards and no longer be crossing that level – the label will disappear, which is logical, the alert for this feature works per “alert.freq_once_per_bar” setting, therefore it will alert immediately at the level being broken. Due to some sort of TradingView/PineScript automated repainting prevention system - this adds such warning to this indicator... REMINDER: For backtesting: only closed candle bars with barstate.isconfirmed are sued for orders and calculations, therefore - please ignore the repainting error as it is irrelevant.