# Use Cases and Best Practices

### Use Cases

#### Dollar Cost Averaging (DCA)

**Buy Strategy:** Distribute buy orders below current market price

* **Range:** -2% to -0.5%
* **Benefit:** Systematic accumulation during price declines

**Sell Strategy:** Distribute sell orders above current market price

* **Range:** +0.5% to +2%
* **Benefit:** Gradual profit-taking during price rallies

#### Liquidity Provision

**Market Making:** Create symmetric order grids around current price

* **Buy range:** -1% to -0.1%
* **Sell range:** +0.1% to +1%
* **Benefit:** Capture bid-ask spreads and provide market liquidity

#### Volatility Capture

**Wide Range Strategy:** Place orders across a broader price range

* **Range:** -5% to +5%
* **Benefit:** Capture significant price movements in either direction\\
* Liquidity Consideration: Ensure sufficient liquidity exists at your target price levels
* Exchange Selection: Consider exchange-specific order book depth and fees
* Timing: Avoid placing during high volatility periods unless intentional

### Best Practices

#### Parameter Selection

* Order Count: 5-20 orders typically provide good granularity without over-complication
* Price Range: Consider market volatility and your risk tolerance
* Skew Settings: Use positive price skew for trending markets, negative for mean reversion

#### Risk Management

* Position Sizing: Ensure total quantity aligns with your risk management rules
* Range Width: Wider ranges capture more movement but require larger capital allocation
* Monitoring: Regularly review and adjust parameters based on market conditions

#### Performance Optimization

* Liquidity Consideration: Ensure sufficient liquidity exists at your target price levels
* Exchange Selection: Consider exchange-specific order book depth and fees
* Timing: Avoid placing during high volatility periods unless intentional

<br>


---

# 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/scale-orders/use-cases-and-best-practices.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.
