TradingView alerts need precise rules. A signal that looks obvious on a chart can still be ambiguous when it has to trigger once, repeat, wait for bar close, or avoid repainting.
Use this checklist before requesting PineScript programming.
Include these alert details
- the exact condition that should trigger the alert
- whether the alert should fire intrabar or after bar close
- whether repeated alerts are allowed
- the alert message text and any variable values needed
- screenshots showing expected signal locations
- repainting expectations
- timeframe and symbol assumptions
- examples where the alert should not fire
Clarify the finished behavior
The useful question is whether the Pine Script alert matches the trading workflow, not whether the alert condition compiles. Moore Tech scopes alert logic around signal state, chart behavior, and TradingView’s practical alert limits.
When the rules are ready, request a PineScript programmer quote.