Root causes
- The function name does not exist in the declared Pine version.
- A built-in is missing its namespace, such as `ta.`, `math.`, or `request.`.
- A library was not imported, its alias changed, or the function is not exported.
- The intended replacement has a different signature or calculation.