# February 19, 2022

## Feature Enhancements

Allow strategies to be privately shared with specific accounts. This is useful if you have a strategy you want to share with your friends but you don't want to make it public for everyone to subscribe to.

![Manage Strategy Access Controls](/files/2hkpcJ5VGvzMrsEbRsS6)

Improve user interface and messaging when enabling and disabling strategy subscriptions.

![Disable Strategy Subscription](/files/jEOZGYIr76dnRSK9Dd7Q)

Show list of subscriptions to your strategy. Previously we only showed you a count of subscriptions created but now you can see a list of who is subscribed.

![Strategy Subscribers List](/files/8kq2WGS5EucyrtVnknJK)

Add ability to send an email message to all of your strategy subscribers.

![Send Strategy Subscribers a Message](/files/acoXRNGIPN8TxyhwojxB)

Add ability to see a list of Trades for a broker connection with ability to filter by strategy subscription, ticker, etc.

![View Broker Connection Trades List](/files/TBL5jRT3cQ2bItLVUZCP)

Improve user interface of page for viewing a webhook log.

![View Webhook Request Log Screen](/files/PdzEK9meYELCu1ELIg0e)

Add link to broker log view screen from the order view screen.

![View Order Screen](/files/iBKKwuOMHnjxHjTaioEO)

Add link to the order log view screen from the broker log view screen.

![View Broker Log Screen](/files/ATNqOBJIRPiYZSliokCh)

Improve Option Chain user interface to highlight ITM contract rows with a different color and link to View Quote screen from the option chain row.

![](/files/ov4JMk5XxND8NLGLbrxA)

Improve Positions List UI to make better use of screen real estate.

![](/files/GsT59SfkeXjLRo4ZDEAv)

## Bug Fixes

* Fix issue with option chain scanning. Sometimes brokers will return the option chain data properly sorted by expiration date and strike price and other times they will not. This would cause the option chain scanning functionality to select the wrong contract at times, so we implemented sorting on our side to ensure consistent results.
* Fix issue with option chain scanning not selecting the right contract when selecting different variations of ITM/OTM and Both/Calls/Puts.


---

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