The Script object
A Script is one of your indicators, definitions or studies. List scripts returns its list form; Get a script, Create a script, Save a script version and Update script details return the full form.
Fields
The list form carries the first eight fields. The full form adds version, interface, dependencies and, with include=source on Get a script, files.
Field | Type | Description |
|---|---|---|
| string | The script's slug. It never changes, even when the name does |
| string |
|
| string | Display name |
| string | Description, or |
| string |
|
| integer | The newest version's number. |
| string | When the script last changed |
| string | Opens the script in Chartnaut |
| integer | The version this response describes. |
| What Chartnaut read from this version's code | |
| array of Dependency | The scripts this version depends on |
| array of File | This version's source. Present only with |
