Script Studio reports a validation, compile, save, loading, or Add to chart failure through notifications and the Compile section. The message text tells you which stage failed; a minimal supported example isolates everything else.
Keep Script Studio wide enough to display the right-hand side rail, and know which indicator family you expect Tradara to detect.
Copy your current source somewhere outside Script Studio before you make large troubleshooting edits.
Idle — no compile has run for the current session or new-script state.
Ready — a supported family was detected.
Errors — compilation or the compile request failed.
The error list under Compile contains the details returned by the service. Script Studio does not underline the affected source or attach line numbers to diagnostics.
The editor contains no non-whitespace source.
Enter source.
Start with a minimal supported example.
Click Compile again.
Saving requires both a non-empty Name and non-empty source.
Enter a name.
Confirm source is present.
Click Save script.
The compiler did not find a supported `ta.*` marker or supported internal built-in marker.
Try this minimal source:
length = input.int(20, "Length") plot(ta.sma(close, length), "SMA")
A minimal supported source changes the Compile badge to Ready and displays its detected family. If it compiles, reintroduce your changes gradually. A plain `plot(close)` is not sufficient in the current release. `builtin_indicator("...")` is used by Tradara-authored built-ins and is not a customer API.
The terminal could not complete the compile request.
Check that the terminal is connected.
Retry Compile.
Refresh the terminal if the request continues to fail.
If other authenticated features also fail, sign in again.
Tradara saved the source as a failed version, but did not create a compiled bundle for it.
Read the first notification and the full error list.
Correct the source.
Compile again.
Save the corrected script.
The personal script list or latest version could not be retrieved.
Refresh the terminal.
Select the script again.
Avoid editing while a selected script's loading indicator is visible.
Add to chart only works with a saved, selected script. Save the source or choose an item under Your scripts. Once saved, a script can be selected and added to a supported time-based chart.
Fixing compile errors does not change account risk rules or place orders.
Compilation is family detection, not full syntax or Pine validation.
Errors may not identify a line or column.
Multiple supported markers can make family detection less obvious. Use a minimal source to isolate the intended family.
Script Studio has no runtime-error history view.
Strategy backtest and order-execution errors are not applicable, because those customer features are not available.
Contact Tradara Support if:
the untouched starter source fails repeatedly;
a successfully saved script disappears after refresh;
Add to chart fails on a supported time resolution with a valid instrument;
built-in indicators and personal scripts both stop loading.
Include the script name, expected family, exact error text, chart instrument, resolution, and a screenshot. Remove source you do not want to share. Support cannot import a script file for you through a customer share workflow, because that workflow is not available.