PROTECTED SOURCE SCRIPT

Impatience Blocker — Large Text

16
What it is:
A simple on-chart “lock screen” for TradingView that throws a giant white panel over your candles with a big message:
“IS THERE ANY PLAYS OR ARE YOU JUST IMPATIENT?”
It’s a behavioral guardrail to stop revenge trades and force you to wait for clean setups.

How it works (under the hood):

Draws a full-pane white box using time-based coordinates so it always covers the visible chart.

Renders the phrase in large, bold-looking text (stacked labels for thickness).

Updates every bar so the message stays centered as you scroll/zoom.

Toggle on/off via a single input: “Show Blocker (ON hides chart)”.

Why use it:

Break the “must click something” reflex during chop.

Reset your bias and wait for A+ signals.

Great for students/mentees who need a visual stop sign.

Inputs:

Show Blocker (ON hides chart): true/false toggle.

Notes / Limits:

It does not block broker buttons (TradingView doesn’t allow that). It’s a visual deterrent.

Pair it with your risk rules or a Discord “Lock Out” button on your execution bot for real enforcement.

Customize:

Change the message text in txt = "...".

Change text color by replacing textcolor=color.black (e.g., color.red).

If your chart background is white, keep the panel white or set a light gray: color.rgb(245,245,245).

Best practice:

Map the toggle to your Favorites so it’s one click to “go dark.”

Use it during no-trade windows (post-entry cooldowns, news minutes, end-of-day chop).

Exención de responsabilidad

La información y las publicaciones que ofrecemos, no implican ni constituyen un asesoramiento financiero, ni de inversión, trading o cualquier otro tipo de consejo o recomendación emitida o respaldada por TradingView. Puede obtener información adicional en las Condiciones de uso.