# May 23rd, 2025

## Enhancements

**Updated branding colors to support dark mode and improve print readability.**

We've refined our color palette in preparation for dark mode, ensuring better contrast and versatility across both digital and printed formats.

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

**Strategy name now visible in subscriptions list and header.**

To make it easier to identify which strategy a subscription belongs to, we've added the strategy name to the subs

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

**Added list of connected subscriptions to broker dashboard.**

You can now see all subscriptions linked to a broker directly on the broker's dashboard page, making it easier to track what strategies are active on each account.

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

**Added Subscriptions shortcut to broker actions menu.**

You can now quickly access subscriptions linked to a broker using the broker three-dot dropdown menu, making navigation faster and more convenient.

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

**Improved Tradovate and NinjaTrader integrations for multi-account setups.**

When connecting the same username to TradersPost multiple times, all linked accounts now share a single API access token. This enhancement simplifies management and avoids redundant token creation across accounts.

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

**Organized connected brokers by Live, Paper, and Inactive.**

The Brokers page now groups your connected accounts into Live, Paper, and Inactive sections for better organization and easier access to account actions. Brokers without a selected live or paper account are now clearly marked as inactive.

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

## Bug Fixes

* Fixed bug with multi-leg options orders that would cause Alpaca orders to not load.
* Fixed bug with IBKR Start Session button not working correctly in some cases.
* Fixed performance issues when entering long ticker lists in strategy settings. We added a limit of 100 tickers to the "Allowed tickers" field to prevent slowness and errors caused by excessively large inputs.


---

# 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/may-23rd-2025.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.
