# November 24th, 2023

## Bug Fixes

* Fix generic 500 error when trying to connect a broker while the broker API is unavailable. We will now show a proper error message about the communication problem with the broker instead of a generic 500 error.
* Fix issue with trade retries where a trade may not be retried the maximum number of retries configured.

## Trading Windows

You now have the ability to ignore trades outside of a defined trading window. In the strategy settings, you will see a new section named **Trading Window Settings** where you can define multiple trading windows. If a trade is executed outside of the defined trading windows, then the trade will be ignored. These ignored trades will show up in the trades interface with a new status named "Ignored" so you can search for them and see when you are sending trades outside of your configured trading windows.

<figure><img src="/files/0c4Ylo7niWWX0g3RItO1" alt=""><figcaption></figcaption></figure>

## Improve Strategy Subscription Disabled Message

This is a minor improvement but some users would get stuck and not see the green Enable button at the top right, so we improved the messaging here and added another Enable button next to the message to make it more clear.

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


---

# 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/november-24th-2023.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.
