> For the complete documentation index, see [llms.txt](https://docs.algomojo.com/algomojo/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.algomojo.com/algomojo/my-strategies/position-reconciliation.md).

# Position Reconciliation

### 1. **Initiating Live Trading in Algomojo**

&#x20;Position Reconciliation in Algomojo Live Trading is a critical step that allows users to seamlessly transition into live trading mode. This feature ensures synchronization between the user's trading signals in Algomojo and the broker's actual position.&#x20;

### **2. Position Reconciliation Process**

When users initiate live trading, the system performs an automatic check to compare the broker's position with that of Algomojo. In cases of disparity, a user-friendly popup dialog, illustrated in the image below, appears, delivering the message, "My signals positions and broker position do not match. Would you like to reconcile?"

<div align="left"><figure><img src="/files/c8QUD1qdwpPjHCaGyCcN" alt=""><figcaption></figcaption></figure></div>

### **3. Synchronizing Positions for Live Activation**

To proceed with live trading activation, users respond with a "yes," directing them to the Position Reconciliation screen, shown in the image below.

<div align="left"><figure><img src="/files/vAhdzuwVX1Kp5WOE57VU" alt=""><figcaption></figcaption></figure></div>

&#x20;Within this interface, users gain control over adjusting the quantity of positions in Algomojo to align precisely with the broker. Additionally, the screen provides an option to fine-tune Algomojo prices if necessary. Once adjustments are made, users simply click the "Update" button, initiating the synchronization process, as depicted in the image below.

<div align="left"><figure><img src="/files/zEE0v6Pw2yAG0N19YuNU" alt=""><figcaption></figcaption></figure></div>

This ensures that the quantity in Algomojo aligns with the broker's quantity, enabling a seamless and accurate live trading experience.&#x20;

Upon clicking the "Update" button, users will be directed to a confirmation screen (refer to the image below). This screen indicates the successful synchronization of positions between Algomojo and the broker. Users are now ready to switch on live trading and continue their trading activities with confidence.

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

I**t's important to note that users cannot activate live trading until a successful reconciliation is achieved, emphasizing the significance of position alignment for a reliable trading environment.**


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.algomojo.com/algomojo/my-strategies/position-reconciliation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
