# February 13th, 2024

## Improvements

* In this release we made a change to the Interactive Brokers integration so that only one trade can be executed in parallel per IBKR user. This is due to a limitation with the IBKR API where they are not able to execute multiple trades in parallel and it would frequently cause API calls to timeout. Now if you send multiple trades at the same time, we will only execute them one at a time.


---

# 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/february-13th-2024.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.
