> For the complete documentation index, see [llms.txt](https://release.agenatrader.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://release.agenatrader.com/v-3.5.0.49-minor.md).

# V 3.5.0.49 (Minor)

## Improvements

RED-50654 TY/ Login to TY account using google and discord

RED-50612 / Location point Pad improvements

RED-50556 / Trading Journal Snapshot now correctly displays indicators

RED-50519 / Stop orders without server order numbers are now handled more reliably

RED-50488 / Target orders no longer remain stuck when market exceeds margin requirements

RED-50426 / Restored the Invalidate() method in order to maintain support of outdated AddOns

RED-50424 / TWS version warning popup no longer appears after selecting "Do not show again"

RED-50400 / Order log viewer now displays timestamps more clearly

RED-50398 / QuickTrader chart box position is now restored correctly

RED-50396 / Conflict resolved between chart panel resizing and dragging without CTRL

RED-50389 / Account name no longer overlaps columns in Default Trading Accounts

RED-50355 / Historical bars now correctly align with selected timestamps

RED-50287 / LocationPoint checkbox remains unchecked when indicator is removed

RED-50132 / New Price Volume Indicator added

RED-50105 / First digit in NUD field during instrument import now displays correctly

RED-49865 / Application startup time has been improved

RED-47411 / Renamed Show Price Alert Lines to Show Price Alerts for clarity

RED-46163 / End-of-day data now correctly handled across different time zones


---

# 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://release.agenatrader.com/v-3.5.0.49-minor.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.
