# Wait Time

<figure><img src="/files/BEyTxSDIkAE1os9Vcagn" alt=""><figcaption></figcaption></figure>

## Overview

The Wait Time step introduces timed pauses into your strategy execution. This component allows you to create delays between steps or wait for specific market conditions before proceeding with the next action in your strategy.

### Duration Configuration:

Set precisely how long your strategy should wait:

* **Days**: For longer waiting periods (0-∞).
* **Hours**: For medium-duration waits (0-23).
* **Minutes**: For shorter pauses (0-59).
* **Seconds**: For brief delays (0-59).

The form automatically calculates the total duration as you adjust any time unit, displaying a human-readable summary (e.g., "This step will pause execution for 2 days, 5 hours, 30 minutes").

### Price Condition (Optional)

Make your wait step conditional on market movements:

* **Enable/Disable**: Toggle price condition functionality.
* **Condition Type**: Choose "Above" or "Below" to determine what triggers the waiting time.
* **Price Target**: Set the exact price or percentage that will start the wait period.
* **Percentage Mode**: Toggle between absolute price or percentage of current price.
* **Current Price**: View and refresh the current market price.


---

# 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://liquid-nova.gitbook.io/liquid-nova/strategy-steps/wait-time.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.
