Recommended Reading Order
Follow these steps to go from your first indicator to a full multi-symbol strategy.
- 1IntroductionWhat the platform scripting system does, how public users move through it, and how the docs are organized.
- 2Getting StartedThe fastest public path from a first indicator to a first working strategy.
- 3Platform SettingsHow script settings control backtest dates, order sizing, commission, slippage, resolution, and execution defaults.
- 4Indicator AuthoringHow to design indicators that match the current sample set and runtime.
- 5Strategy AuthoringHow to create backtestable strategies with the current order API and sample patterns.
- 6Multi-Symbol StrategiesPublic guide to building basket strategies with `symbols()` and `symbol.*`.
- 7Sample Script CatalogA map of the current indicator and strategy samples, organized for public users choosing a starting point.
- 8Scripting ReferenceHigh-level reference map for script structure, namespaces, and the public authoring surface.
- 9Built-In Methods ReferenceReference for built-in globals, input helpers, basket declarations, plotting, console helpers, and math helpers.
- 10Strategy APIFull reference for `strategy.*` helpers used by the public scripting surface.
- 11TA Library ReferenceMethod-level reference for the `ta.*` indicator and signal library.
- 12ExamplesSmall current-syntax examples for indicators, strategies, and baskets.