# September 13th, 2025

## Bulk Enable/Disable Strategies and Subscriptions

You can now enable or disable strategies or subscriptions in bulk. Simply use the `Enable` and `Disable` buttons located at the top right of the strategies and subscriptions list.

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

## Clickable Badges

You can now click the `Enabled` and `Auto Submit` badges to quickly toggle their status. These badges are clickable from both the list and edit views.

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

## Remembered Search Form Values

When submitting a search form, your search criteria are now remembered. If you navigate away and return later, your filters will be remembered. To remove these filters, click the `Clear` button at the top right of the search form. If filters are applied, the list title will appear in italics.

Searchable lists are also now dynamic. They automatically update when you adjust a search filter, eliminating the need to manually submit the form.

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

## Account Level Signals and Trades Page

We introduced an account-level searchable list for signals and trades, allowing you to easily find specific signals or trades across your entire account.

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

## Sorting Options for Strategies and Subscriptions

You now have the ability to control the sort order in the strategies and subscriptions list. Currently, you can choose from the following sorting options:

* **Name (A-Z)**
* **Newest First**
* **Last Updated**

We are planning to add more sorting options in the future. For instance, you might want to define a custom order or sort by strategies that received the most recent signal.

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

If you want to change the default sort for your user, you can do by navigating to `Account > User Settings` and editing the `Default strategies sort order` or `Default subscriptions sort order`.

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

## Removed the "View" screen

We've combined the `View` and `Edit` screens for Strategies, Subscriptions, and Brokers to eliminate redundancy and enhance user experience. Now, only the `Edit` button will be available in the menu for Strategies, Subscriptions and Brokers.

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

## Clone Strategies and Subscriptions

You can now easily duplicate strategies and subscriptions. Simply click the three-dot dropdown menu and select the `Clone` option. The cloned strategy or subscription will be created in a disabled state for you to then edit before enabling.

<figure><img src="/files/VtQxLgKQdYWo69rpkJYS" 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/september-13th-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.
