---
title: "Direction"
---

# Direction

Direction for strategy orders.

**Kind:** enum

**Variants**

| Name | Description |
| --- | --- |
| `Long` | Open or add to a long position. |
| `Short` | Open or add to a short position. |
| `All` | Allow both long and short positions. |
