# Alert Parameters for Price Timeframe

### The Price parameter contains 11 different conditions

<div data-full-width="true"><figure><img src="/files/WtYHfg8Ci3orUBF8a9ZP" alt=""><figcaption></figcaption></figure></div>

<table><thead><tr><th width="148">Parameter</th><th width="221">Description</th><th>Example</th></tr></thead><tbody><tr><td>Price Crossing</td><td>Alert is triggered when the price crosses the specified value.</td><td>Alert will trigger when the BTCUSDT price crosses 50000 USDT in either direction.</td></tr><tr><td>Price Crossing up</td><td>Alert is triggered when the price crosses the specified value upwards.</td><td>Alert will trigger when the BTCUSDT price crosses 55000 USDT upwards, from a lower value.</td></tr><tr><td>Price Crossing down</td><td>Alert is triggered when the price crosses the specified value downwards.</td><td>Alert will trigger when the BTCUSDT price crosses 45000 USDT downwards, from a higher value.</td></tr><tr><td>Price Greather then</td><td>Alert is triggered when the price exceeds the specified value.</td><td>Alert will trigger every time the BTCUSDT price exceeds 60000 USDT.</td></tr><tr><td>Price Less then</td><td>Alert is triggered when the price falls below the specified value.</td><td>Alert will trigger every time the BTCUSDT price falls below 40000 USDT.</td></tr><tr><td>Price MOVE on</td><td>Alert is triggered when the price changes by a certain amount.</td><td>Alert will trigger when the change of the current BTCUSDT price amounts to 2000 USDT in either direction.</td></tr><tr><td>Price MOVE on %</td><td>Alert is triggered when the price changes by a certain percentage.</td><td>Alert will trigger when the change of the current BTCUSDT price amounts to 5% in either direction.</td></tr><tr><td>Price MOVE UP on</td><td>Alert is triggered when the price rises by a certain amount.</td><td>Alert will trigger when the increase of the current BTCUSDT price amounts to 3000 USDT.</td></tr><tr><td>Price MOVE UP on %</td><td>Alert is triggered when the price rises by a certain percentage.</td><td>Alert will trigger when the increase of the current BTCUSDT price amounts to 10%.</td></tr><tr><td>Price MOVE DOWN on</td><td>Alert is triggered when the price falls by a certain amount.</td><td>Alert will trigger when the decrease of the current BTCUSDT price amounts to 3000 USDT.</td></tr><tr><td>Price MOVE DOWN on %</td><td>Alert is triggered when the price falls by a certain percentage.</td><td>Alert will trigger when the decrease of the current BTCUSDT price amounts to 10%.</td></tr></tbody></table>


---

# 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.cvizor.com/en/modules/signals/single/price-parameters.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.
