Documentation

Documentation

Use the guided path if you are learning the platform, then use the reference section for settings, built-in methods, strategy calls, and TA helpers.

Recommended Reading Order

Follow these steps to go from your first indicator to a full multi-symbol strategy.

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

Getting Started

Step-by-step guides to set up your first indicators, strategies, and multi-symbol workflows.

9 docs

Reference

Detailed API docs for built-in methods, strategy helpers, and the TA library.

7 docs