# Alpha Tilt

**Alpha Tilt** skews the execution schedule, **front-loading or back-loading trades** based on market expectations. This setting modifies **order distribution over time** without changing the underlying execution trajectory.

#### **How It Works**

* **Positive Alpha Tilt (1)** – **Front-loads execution**, executing **more aggressively early** and slowing down later.
* **Negative Alpha Tilt (-1)** – **Back-loads execution**, starting **slowly** and accelerating towards the end.
* **Neutral Alpha Tilt (0)** – Maintains **even execution** throughout the order duration.

#### **Considerations**

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXcsmeTdRdZAlNdxfdSsqLi6ix37accsQ6OlT40aFGBsx2QaRHT0ocPq7LEq95MYbXItZYjO0QdIBnHaKTRqyJHt3t9BhlkCRHj4nHz4bVHMhHuGhgFL-g5k5V9DABJH681uQufV6A?key=2WiiUTnIpT80_43pMWB-IUW2" alt=""><figcaption><p>Trajectory with Positive Alpha Tilt</p></figcaption></figure>

**Positive Alpha Tilt (1) – Front-Loaded Execution**

* Best for **news-driven trading** or **price reversion strategies** where early execution is critical.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfeDtfF8Im4fnoFyO2rYy4SZdANjm61NcbWhuEKzGbfk6xdERkKT7z2i3Ilz665nxXEN8SfshaRUlCbFnkseSOaddNy0Bu_A1Lk5bPzfuMsCdV-XrMhyqbO76Hf6d6DyzuOGKMXUw?key=2WiiUTnIpT80_43pMWB-IUW2" alt=""><figcaption><p>Trajectory with Neutral Alpha Tilt</p></figcaption></figure>

**Negative Alpha Tilt (-1) – Back-Loaded Execution**

* Ideal for **trading into liquidity events** or **momentum-driven strategies** where later execution is preferred.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXetCnaNf1Jj8ClVvQm2Qeik7aphlFuXUSIxaI1wHFrJbK5MiKrEhfrdBv8kAwNvJqKZHeL51diQNdQXZv5NUBokF-il2FLjWnNzzSn997XY-8TUshzLDB20QSo_s_mr4CWXQms_UQ?key=2WiiUTnIpT80_43pMWB-IUW2" alt=""><figcaption><p>Trajectory with Negative Alpha Tilt</p></figcaption></figure>

**Neutral Alpha Tilt (0) – Even Execution**

* Suitable for **balanced execution**, ensuring steady participation over time.

This setting allows traders to **fine-tune execution timing**, optimizing for early or late fills based on **market conditions and strategy objectives**.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.tread.fi/creating-and-submitting-orders/advanced-settings/alpha-tilt.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
