# Average Up/Down Positions

There is no extra trigger or syntax to average positions. Using the same opening submission for an existing trade that is still open will average the position.\
\
For example, if you submit `BTO BTC/USDT @ 25000` and do not close it, when you submit  another opening position the same as an existing one, such as `BTO BTC/USDT @ 24000,` it will already know you have an existing open trade for this ticker and will auto calculate the new average for this trade to 24500- the average of 25000 & 24000.

<figure><img src="https://1979700980-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7y9NJ86ay9CegkK2t71u%2Fuploads%2F093PleuAhKwD1aeobFaJ%2Fimage.png?alt=media&#x26;token=e3d133be-37e8-414a-9a44-c4b1e142bd0d" alt=""><figcaption><p>Example of averaging up</p></figcaption></figure>

## Using Slash Commands

The same concept applies to slash commands as with text commands. Submitting an open position for the same existing open position will average it.

<figure><img src="https://1979700980-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7y9NJ86ay9CegkK2t71u%2Fuploads%2FSRJ17hNWIj4CMouGMack%2Fimage.png?alt=media&#x26;token=ca1abdb2-a0cc-4ae8-b130-863a88294ab6" alt=""><figcaption><p>Example of averaging with slash command</p></figcaption></figure>

{% hint style="danger" %}
Averages can't be 100% accurate due to the app not tracking position sizes. If only 1 coin is being traded, it will be 100%. The app only recognizes that order quantity is always 1, and it can't be specified otherwise. \
\
\&#xNAN;*An example of inaccuracy; trade opened with 5 coins for $10.00, then averaged with 2 more coins for $9.00 which creates a new average price of \~$9.71. The app only recognizes that 1 coin has been opened for $10.00, and 1 additional coin for $9.00- therefore calculating the average to $9.50.*
{% endhint %}
