> ## Documentation Index
> Fetch the complete documentation index at: https://docs.luxalgo.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Strategy Scripting

Strategy Scripting is a feature within each of our 3 Backtesters that allows users to create and backtests strategies using our own scripting language. This feature works just like [alert scripting](/docs/toolkits/alert-scripting/introduction) but is adjusted toward backtesting.

To better learn about Strategy Scripting, see the following pages:

<CardGroup cols={2}>
  <Card title="Placeholders" icon="brackets-curly" href="./placeholders">
    Learn how to reference market and backtesting data when scripting strategies.
  </Card>

  <Card title="Operators" icon="code" href="/docs/toolkits/alert-scripting/operators">
    Learn about the operators you can use to compare data with each other.
  </Card>

  <Card title="Actions" icon="at" href="./actions">
    Learn how to open, exit trades, and more using actions.
  </Card>

  <Card title="LUCID Connectors" icon="right-left-large" href="./lucid-connectors">
    Use any condition from any external LuxAlgo toolkit in your scripted strategy with LUCID connectors.
  </Card>
</CardGroup>
