# Trading Vault

Delta Trade's trading vault include:

1. [**Grid Trading**](/introduction-to-deltatrade/features/trading-vault/grid-trading.md) - Allows users to automatically buy low and sell high within a predetermined price range, capitalizing on market fluctuations.
2. [**Swing Trading**](/introduction-to-deltatrade/features/trading-vault/swing-vault.md) **-** Swing Vault is an exclusive trading feature developed by DeltaTrade. It simplifies grid trading by focusing on single-sided operations.
3. [**DCA**](/introduction-to-deltatrade/features/trading-vault/dca.md) - Involves investing funds in fixed amounts at regular intervals, regardless of market conditions, to spread the risk associated with the timing of investments.
4. **Rebalancing Grid Trading** (Coming Soon) - Combines Grid Trading with asset rebalancing strategies, automatically adjusting asset allocations to maintain the initial portfolio ratios, adapting to market changes and optimizing returns.


---

# 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.deltatrade.ai/introduction-to-deltatrade/features/trading-vault.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.
