Skip to content
Algo Trade Analytics Docs

runtime.error() - Pine Script Function

When called, causes a runtime error with the error message specified in the message argument.

runtime.error(message) → void
NameTypeDescription
messageseries stringError message.