TradaraScript lets you create, compile, save, and chart a private custom study from the Script Studio widget. It is important to set expectations correctly before you start: the current release is a focused family-detection workflow rather than a complete scripting environment. Compilation recognizes a supported indicator family from your source and produces that study — it is not a general-purpose parser that will run arbitrary code.
Start from the Script Studio SMA template.
Make one small change and select Compile.
Confirm the script reaches Ready and check Detected as to see which family it was recognized as.
Save the script, then add it to a chart using a time-based resolution.
Verify the output before adding more complexity.
Working in small increments matters here, because it keeps detection predictable. If compilation cannot detect a family, go back to the `ta.sma` template and build up again from there.
Script Studio holds a script's name, short name, language, record type, plain-text source, compile status, errors, and your personal saved-script list. A supported script can be added to a chart from Script Studio or from Indicators > My scripts, then configured, hidden, shown, edited, or removed from the chart. When chart settings do not match what your source implies, use the predefined family controls under Indicators.
A recognized family that compiles to Ready can be saved privately and can create a chart subscription for the active instrument on a supported time resolution. Tick and range charts cannot create script subscriptions.
TradaraScript does not place orders. Strategy is a record type only — selecting it stores a classification and does not enable backtesting or automated execution.
The current release also has no Pine import, no sharing or publishing, no complete parser, no arbitrary plots or drawings, no source-version management, and no runtime-error history.