# Dynamic Spread (Fast or Slow Exits)

The Dynamic Spread strategy with configurable exit speeds allows market makers to optimize their response to market trends by controlling how quickly positions are accumulated or exited.

### How It Works

1. Functions like standard Double-Sided Dynamic Spread with added exit speed controls
2. Fast exit mode ensures the algorithm attempts to reset in the direction of a fast exit as quickly as profitable
3. Fast exit strategies are less profitable, but ensure the trader doesn’t get stuck in a trend they want to avoid
4. Intelligently balances between protection and opportunity based on configured settings

### Key Benefits

* **Market Trend Responsiveness:** Optimizes strategy based on market direction
* **Capital Preservation:** Fast exits help protect value during sustained downtrends
* **Opportunity Maximization:** Slow exits prevent premature liquidation during temporary swings
* **Strategy Customization:** Adaptable to different market conditions and risk tolerances

### Ideal Use Cases

* Volatile markets with clear trend directions
* Assets requiring dynamic inventory management
* Situations where protecting against sustained adverse movements is critical
* Market making during uncertain market conditions

### Technical Parameters

* Exit speed configuration (fast/slow)
* Trend detection thresholds
* Rebalance frequency
* Exit size multipliers
* Standard dynamic spread parameters


---

# 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://h20finance.gitbook.io/h20-docs/strategies/dynamic-spread-fast-or-slow-exits.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.
