Error
|
Miscellaneous functions |
SYNTAX | Error("text") |
RETURNS | NOTHING |
FUNCTION | The function stops the formula execution in the place of the call and displays user-specified error message. It may be also uses from plugins to display error messages. |
EXAMPLE | if( LowestVisibleValue( Close ) < 0 )
) |
SEE ALSO |
The Error function is used in the following formulas in AFL on-line library:
See updated/extended version on-line.