> For the complete documentation index, see [llms.txt](https://trnd-bot.gitbook.io/trnd/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://trnd-bot.gitbook.io/trnd/trnd-trainer/trading-styles.md).

# Trading Styles

**Trading strategies** come in various flavors, each with its own pros and cons. The choice of strategy depends on factors like trade duration, entry timing, and frequency. Here are the main trading styles:

1. **Scalping**:
   * **Duration**: Trades are ultra-short, lasting only a few seconds to minutes.
   * **Objective**: Capture small price movements.
   * **Pros**: Frequent opportunities for quick profits.
   * **Cons**: Requires lightning-fast decision-making.
2. **Day Trading**:
   * **Duration**: Trades held from seconds to a few hours.
   * **Objective**: Capitalize on intraday price fluctuations.
   * **Pros**: Balances quick trades with reasonable timeframes.
   * **Cons**: Still volatile; requires vigilance.
3. **Swing Trading**:
   * **Duration**: Trades span a few days.
   * **Objective**: Ride medium-term trends.
   * **Pros**: More relaxed pace; potential for larger gains.
   * **Cons**: Market noise can impact decisions.
4. **Position Trading**:
   * **Duration**: Trades held from days to years.
   * **Objective**: Capture long-term trends.
   * **Pros**: Stable and predictable; suitable for patient investors.
   * **Cons**: Requires significant initial investment.

| Timeframe | Scalper | Intraday | Swing | Position |
| --------- | :-----: | :------: | :---: | :------: |
| 1 Minute  |    X    |          |       |          |
| 5 Minute  |    X    |     X    |       |          |
| 15 Minute |         |     X    |       |          |
| 30 Minute |         |     X    |       |          |
| 1 Hour    |         |     X    |   X   |          |
| 4 Hour    |         |     X    |   X   |          |
| 1 Day     |         |          |   X   |     X    |
| 1 Week    |         |          |   X   |     X    |
| 1 Month   |         |          |       |     X    |

**Tips for New Traders**:

* **Choose Wisely**: Select a style that aligns with your goals.
* **Persistence Pays**: Avoid switching strategies hastily.
* **Adapt and Stay Consistent**: Recognize when a strategy isn’t working but remain committed.


---

# 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://trnd-bot.gitbook.io/trnd/trnd-trainer/trading-styles.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.
