# Price Gaps

#### Caution: Price Gaps

An important risk associated with the real-world assets is the potential for price gaps. A price gap occurs when the market opens at a significantly different price level than where it closed.&#x20;

This can happen due to various factors, such as:

* When economic data is released – particularly if it contains data that the market isn’t expecting
* As major news events are announced, particularly global and/or unexpected news
* When trading resumes after a weekend or holiday—especially if major news is announced in that period

{% hint style="info" %}
As a practical example, our team found that on average, EUR-USD had an absolute price gap of 0.40% over the last year. This means that as a trader if you were using 10x leverage on a long EUR-USD position, and the price moved down 0.40% the next day, the effective PnL impact would be -4.00%! If your stop loss was set at -3.00%, it would not execute there, it would instead execute at -4.00%
{% endhint %}

Price gaps can cause significant losses or gains for traders who have open positions. Exact stop losses and take-profits cannot be guaranteed because of these price gaps (as a certain stop loss or take profit might be "skipped" because of the gap, effectively filling at a different price than expected). We recommend exercising caution while keeping trades open after market hours (especially because leverage can amplify gains or losses). Read more about price gaps [here](https://www.forex.com/en-us/trading-academy/courses/managing-risk/market-gaps-and-slippage/)

{% hint style="info" %}
Stop losses and take-profits cannot be guaranteed at the requested price, because of price gaps (as a certain stop loss or take profit might be "skipped" because of the gap in opening versus closing price, effectively filling at a worse price). We recommend exercising caution while keeping trades open after market hours to prevent unexpected gains or losses
{% endhint %}

#### Caution: Liquidation after-market hours.

For asset classes like equities, price-gaps can affect liquidations even after market-hours.&#x20;

Meaning, if price moves against a trader after the market closes, the trade can be liquidated. This is a safety measure meant to protect against after-market volatility, and price gap exploits.&#x20;


---

# 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.avantisfi.com/trading/market-hours/price-gaps.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.
