# Mobile DOM

## Limit Orders

To execute a Limit Order on the DOM from your mobile device, simply click on either the Bid Size or Ask Size column depending on what side of the market you are trading. \
\
Buy Limit: Click on the Bid Size column at a price below the current market price\
\
Sell Limit: Click on the Ask Size column at a price above the current market price<br>

<figure><img src="https://2549854448-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ffj55gt7IahlmBVVgmbnQ%2Fuploads%2FtLoZfdkkcCuEDWvQDDr5%2FGIF%20Recording%202024-07-08%20at%201.44.48%20PM.gif?alt=media&#x26;token=9fed6b17-136d-41b3-ab45-52873b69a678" alt="" width="320"><figcaption><p>Limit Order Execution</p></figcaption></figure>

NOTE:

Limit Orders let you set a specific price to buy or sell. If the market price hits your price, the order is executed, guaranteeing the price but not the execution.

## Stop Market Orders

To execute a Stop Market Order on the DOM from your mobile device, simply click on either the Bid Size or Ask Size column depending on what side of the market you are trading. \
\
Buy Stop Market: Click on the Bid Size column at a price above the current market price\
\
Sell Stop Market: Click on the Ask Size column at a price below the current market price

<figure><img src="https://2549854448-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ffj55gt7IahlmBVVgmbnQ%2Fuploads%2Fg0m2NbO12MVzgliS2l7c%2FGIF%20Recording%202024-07-08%20at%201.54.37%20PM.gif?alt=media&#x26;token=7600becd-add5-4734-970c-591d86da0523" alt="" width="293"><figcaption><p>Stop Market Order Execution</p></figcaption></figure>

NOTE:

Stop Market Orders execute once the set stop price is reached, ensuring the trade goes through but not at a guaranteed price.

## Breakeven Order

The Breakeven button "B/E" will only appear on the DOM after a position has been executed and has a positive unrealized P\&L. To execute a breakeven order, click the "B/E" button when it appears near the bottom of the DOM. Upon clicking the "B/E" button, a Stop Market order will be placed at the average entry price of the position(s).

<figure><img src="https://2549854448-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ffj55gt7IahlmBVVgmbnQ%2Fuploads%2F8UUY5yDaPLNxVHvh4Ok8%2FGIF%20Recording%202024-07-08%20at%202.05.36%20PM.gif?alt=media&#x26;token=569f37a5-4c69-4e15-81d1-a7ccb98aedd0" alt="" width="296"><figcaption><p>Breakeven Order Execution</p></figcaption></figure>

For more information on ProjectX's DOM, please visit the DOM trading article [here](https://help.projectx.com/components/dom).


---

# 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://help.topstepx.com/topstepx-mobile/mobile-dom.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.
