> For the complete documentation index, see [llms.txt](https://help.edgetracker.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.edgetracker.com/advanced-scanner/creating-filters-and-columns-using-formulas/examples/column-total-volume-before-highest-price.md).

# Column: Total Volume Before Highest Price

This example creates a column that returns the total trading volume before the highest price occurs during regular trading hours.

To add this column, open an existing scan and follow the steps below. If you don’t have a scan yet, see this [article](/advanced-scanner/readme.md) to create one first.

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

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

Use the following formula and click "Add".

{% code overflow="wrap" %}

```
[INTRADAY_SUM_BEFORE_MAX(volume_unadj, price_high_unadj, 0, 9:30, 15:59, 1)]
```

{% endcode %}

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