# March 19, 2022

## Bug Fixes

* Fix issue with TradeStation integration in accounts with a high volume of orders per day that can cause order creation and cancelation to fail sometimes.
* Fix issue with the Max strategy positions feature to consider positions being exited and entry orders being canceled when counting how many positions are open in comparison to the Max strategy positions setting.
* Fix issue with TradeStation order statuses not being properly handled in all scenarios which can result in trades failing.

## Improvements

* Move broker details from Broker Edit screen to separate page to speed up loading of the Broker Edit screen.
* Improve  performance of TradeStation integration for accounts with a high volume of orders per day.
* Show TradeStation DisplayName in TradersPost UI instead of internal AccountID. This is simply a display change as showing the internal AccountID confused TradeStation customers because TradeStation apps all display the DisplayName instead of internal AccountID.


---

# 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-19-2022.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.
