> For the complete documentation index, see [llms.txt](https://help.za.velocitytrade.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.za.velocitytrade.com/desktop-application-for-windows/windows/strategy-manager/active-positions-orders-section.md).

# Active positions/orders section

This section displays information on Positions, Filled Orders, Working Orders, Orders History and shows Logs. Information on each of these items can be displayed by switching to the corresponding tab.

![](https://lh6.googleusercontent.com/LYhd1cNEnreWFEmREptgGiQQRMf0gVr2onlW5HJzpn_tJEecx-x6Qktt0f1Q32z4IQJpK-vWjyx5Xy0Rkbn_jV8Jt8vrCS1E7yb7pHw1uFUrkgFQcRSrtnLFtdCyB1JqJr90-Y1i)

Each of these tabs provides specific information on positions and orders. On the "Positions" tab (pictured above), it is also a possibility to close a specific position by pressing![](https://lh5.googleusercontent.com/xZ_VlmjdpMJksbvBrLP_l22mBl3oBFTVdB86dZhX6J_YSeq9mqWcqb3M6o91GqUbjmDyWKD42mm8U3FJ4EXRuJxg7CD4AHRB5L7apLOSh7dLQOVJgVVlFNmpJywo4xQYC9iPyQaJ)button in the Close column. After clicking this button, a window allowing to fully or partially close a position, as well as to use the "Manual Trade" function, will be opened.

![](https://lh3.googleusercontent.com/Qhcu265qm1xoyP7gDJmaEmhU75YtueJ5c8lFz6dLCJFROGzJAbLMat8rmZ112p9xS4BmuqjG_8TA1l7dj8QdyvuMUgDKHv3uROcVigaJd3Dd1Ns3ObpB5JybUXuNaVQdZHSu939Q)

Using this window the user can also select the "Modify position" tab and change its settings without closing the position itself.

![](https://lh5.googleusercontent.com/HaKuljIhXcxLPZwi1aRy95enlwDOPogtofUA1lE3IaoDUgkPostiC7761CEpg52JZj0-AtUV5_AFX0OPSCUIqWH2VKD8aDvYlvqMCQulebw6jxOoY7VFePiLIQ5-kOPIGFou0Gv3)

The user can find information on the performed operations with a timestamp in the "Logs" tab.

![](https://lh3.googleusercontent.com/tvnY3UKtDKS00Ev_sFCIhDh79gOYoKZMSnYLSEvqY4u3CZ2gLk7CawRRxCjc_tPTixxeWpCtpoL_20WhELXzxvh_440ufKdoUnNEbfp49rwrctJyw3HiK1LGzh290gxs2JS5UZmK)

Active positions will also be displayed in this tab even if the terminal loses its connection to the server. When there is no connection in the terminal:

* The strategy can be launched even if the user is not logged in, as soon as the connection occurs and trading data is available, the strategy begins to process it and starts trading;
* In case there was a reconnect of the client during the trading session, the strategy continues to work, as soon as the reconnect manager has restored the connection, trading data is available and the strategy starts to process it and continues trading.


---

# 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://help.za.velocitytrade.com/desktop-application-for-windows/windows/strategy-manager/active-positions-orders-section.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.
