> For the complete documentation index, see [llms.txt](https://docs.volven.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.volven.io/changelog/v0.58.3.md).

# v0.58.3

5th April 2024

## What's new

* Add support for OTCq strategy (works only in SEv2 mode, --useSEv2 true option)
* Add stop action in SEv2 mode
* Add button in About Dialog that brings the user to logs directory
* Get futures settings from FuturesProductSettings feed
* Show confirmation dialog when closing the app
* \<FIX> \[Chart] No [crypto.com](http://crypto.com/) mapping for TradingView charts
* \<FIX> \[Balances Chart] “Show holdings in crypto” option does not save
* \<FIX> \[Balances Chart] Update conversion effect colors according to design
* \<FIX> \[Balances Chart] Conversion effect color should be less visible
* \<FIX> \[Futures Settings] “Failed to parse incoming data” when changing any setting
* \<FIX> \[Strategies] BC is not filtered on the strategies list
* \<FIX> \[Strategies] BC precision is limited to 2 in multiple exchanges mode
* \<FIX> \[Strategies] When user type in to much size vs what is available, it shows just the available USDT
* \<FIX> \[Strategies] Available quote balance is not showing the leveraged amount
* \<FIX> \[Strategies] Fixed unneeded rounding-up when running the strategy + added 0.5% buffer on available size when running strategies


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.volven.io/changelog/v0.58.3.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
