# March 25th, 2026

### Close Positions Enhancement

Closing a position (or all open positions) now optionally cancels relevant open orders before TradersPost submits the exit orders

* Close Position: check “Cancel open {SYMBOL} orders first” to cancel open orders for that ticker, then place the exit order.
* Close All Positions: check “Cancel all open orders first” to cancel open orders, then place exit orders for all open positions.

Canceling orders cannot be undone—you’ll need to recreate any orders if needed.

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

### Bug Fixes

* The signal quantity multiplier functionality was incorrectly applying when `quantityType` has a value of `percent_of_position`.


---

# 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://docs.traderspost.io/releases/old-releases/march-25th-2026.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.
