# Filter: Pre-Market 7 AM High > 20%

This example creates a filter that returns securities whose highest pre-market price between 7:00 AM and 9:29 AM was at least 20% above the previous day's close.

To add this filter, open an existing scan and follow the steps below. If you don't have a scan yet, see this [article](https://help.edgetracker.com/advanced-scanner/readme) to create one first.

Add a new filter by clicking on the new filter icon as shown below.

<figure><img src="https://1155519678-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fon2dmGeVODO8QCgecDSI%2Fuploads%2FQMa4uTPry4SIXdX4nM2o%2Fdata_filters_formula.png?alt=media&#x26;token=2aaff5f7-a889-4e3f-aab5-083720252da9" alt=""><figcaption></figcaption></figure>

Use the following formula and click "Add".

{% code overflow="wrap" %}

```
[INTRADAY_MAX(price_high_adj, 0, 7:00, 9:29, 30)] / [DAILY_PRICE_CLOSE_ADJ(-1)] > 1.2
```

{% endcode %}

<figure><img src="https://1155519678-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fon2dmGeVODO8QCgecDSI%2Fuploads%2FoaXRAQNT0gEW4eWueT45%2Fformula_filter_pre_20.png?alt=media&#x26;token=8bf1f2ed-c1dd-45e8-84f7-d3f65ffb040b" alt=""><figcaption></figcaption></figure>
