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