> For the complete documentation index, see [llms.txt](https://docs.candelacharts.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.candelacharts.com/models/turtle-soup-model-tm/timeframe-alignment.md).

# Timeframe Alignment

The Turtle Soup Model accommodates multiple timeframe alignments, each tailored to assess market trends with varying levels of detail.

The Turtle Soup Model supports the following timeframe alignments:

<table><thead><tr><th width="154.3515625">Timeframe</th><th>Description</th></tr></thead><tbody><tr><td>Automatic</td><td>Automatically selects the best timeframe pairing based on current timeframe.</td></tr><tr><td>15s - 5m - 15m</td><td>Ultra-fast scalping; micro to short-term trend detection.</td></tr><tr><td>1m - 5m - 1H</td><td>Fast intraday trades; ideal for scalping and quick setups.</td></tr><tr><td>2m - 15m - 2H</td><td>Short-term scalping to early intraday momentum.</td></tr><tr><td>3m - 30m - 3H</td><td>Intraday view with mid-term setup confirmation.</td></tr><tr><td>5m - 60m - 4H</td><td>Strong intraday to multi-hour trend tracking.</td></tr><tr><td>15m - 1H - 8H</td><td>Good for day trading; balances entry and confirmation.</td></tr><tr><td>30m - 3H - 12H</td><td>Mid-term trend analysis; swing trade positioning.</td></tr><tr><td>1H - 4H - 1D</td><td>Popular for swing trades; broader trend confirmation.</td></tr><tr><td>4H - 1D - 1W</td><td>Higher timeframe swing to weekly trend setups.</td></tr><tr><td>1D - 1W - 1M</td><td>Position trading; tracks long-term market trends.</td></tr><tr><td>1W - 1M - 6M</td><td>Long-term investment view; monthly trend strength.</td></tr><tr><td>1M - 6M - 12M</td><td>Macro trend overview; strategic investment horizon.</td></tr><tr><td>Custom</td><td>A user-defined timeframe for flexible and personalized analysis.</td></tr></tbody></table>

These timeframes guide traders and investors in spotting key price moves, from quick shifts to major trends.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.candelacharts.com/models/turtle-soup-model-tm/timeframe-alignment.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
