Platform Changelog

Engineering Excellence Driven by Trader Feedback

RTX5 evolves on a structured, predictable release cadence to ensure our community always trades on the cutting edge. Explore our transparent changelog detailing performance optimizations, critical security patches, and new features shipped in every version.

142
Platform Releases Shipped
48
Average Improvements per Release
215
Community Features Shipped (12mo)
99.999%
Current Platform Uptime
18
Bug Fixes Delivered (v4.2.1)

Filter and Search Version History

Select a category tag or use the search field to locate specific improvements and fixes across all historical releases.

RTX5 v4.2.1March 2026Stable / Latest

Next-Generation Execution and Advanced Charting

Version 4.2.1 marks a significant leap forward in terminal responsiveness with our rewritten execution engine, alongside highly requested charting additions like Anchored VWAP. This release also implements critical web-socket security upgrades and stabilizes mobile-desktop layout synchronization for a truly seamless multi-device trading experience.

Release Highlights

New Feature

Introduced Volume Profile Anchored VWAP indicator natively in standard charting.

Improvement

Order execution engine rewritten in Rust, reducing latency by 14% on high-frequency trades.

Fix

Resolved an edge case causing multi-chart layout desynchronization on 4K resolutions.

Security

Upgraded WebSockets session authentication to utilize quantum-resistant AES-256-GCM.

Improvement

Mobile template synchronization is now fully real-time across iOS and Desktop instances.

Release History

Every Platform Release Catalogued and Searchable

Access the full RTX5 version history below — organised chronologically with links to detailed, module-by-module release notes for every major, minor, and patch release deployed since platform inception.

February 2026
RTX5 v4.2.0Major

Complete overhaul of the algorithmic backtesting engine and multi-monitor manager.

January 2026
RTX5 v4.1.9Minor

Added integration for 15 new global liquidity providers and optimized level 2 data rendering.

December 2025
RTX5 v4.1.8Minor

Holiday maintenance update focusing on server-side performance and trade history export tools.

November 2025
RTX5 v4.1.7Patch

Resolved sporadic timeout issues when connecting to Asian regional broker servers.

November 2025
RTX5 v4.1.6Hotfix

Emergency patch addressing a zero-day vulnerability in the third-party PDF reporting library.

October 2025
RTX5 v4.1.0Major

Introduction of RTX5 Mobile Sync v2 and proprietary options chain analytics.

Load Historical Archive (2024 and earlier)
New Features

Every New Capability Added to RTX5

This section highlights all significant new features shipped across the last three major RTX5 versions. Discover how your platform continues to evolve, bringing you the quantitative tools, charting superpowers, and execution workflows necessary for modern trading.

Version v4.2.1 Features

Charts

Anchored VWAP Indicator

Native integration of Volume Profile Anchored VWAP allowing traders to pin volume analysis to specific market events. This was added to eliminate the need for third-party scripts when tracking institutional accumulation.

Analysis

Advanced Options Matrix

A comprehensive options chain viewer displaying real-time Greeks, implied volatility surfaces, and multi-leg order construction. Built specifically for directional and volatility traders managing complex portfolios.

Ecosystem

Cloud-Synced Workspaces

Automatic background syncing of all chart templates, indicator states, and drawings across desktop, web, and mobile instances. Ensures traders never lose their analytical markup when switching devices on the go.

Alerts

Telegram Signal Bots

Deep integration with Telegram API allowing one-click export of platform alerts to custom channels. Designed for signal providers and trading groups requiring instantaneous trade broadcast.

Version v4.2.0 Features

EAs

Algorithmic Backtesting Suite v2

A complete rewrite of the strategy tester introducing tick-level accuracy and genetic optimization algorithms. This enables quantitative traders to pressure-test EAs with unprecedented historical precision.

UI Design

Multi-Monitor Workstation

Native detachment of chart groups into independent borderless windows optimized for 4K and ultrawide displays. Built for professional setups running 6+ concurrent asset views.

Markets

Custom Synthetic Instruments

Traders can now define and chart custom mathematical formulas combining multiple asset feeds (e.g. spread differentials). Added to support pairs trading and statistical arbitrage strategies.

Order Flow

Institutional Volume Book

Visualizes Level 2 depth-of-market (DOM) directly on the chart Y-axis as an interactive heatmap. Provides scalp traders with immediate visual context on liquidity clusters and spoofing.

Version v4.1.9 Features

Execution

Smart Trailing Stops

Introduction of volatility-adjusted, ATR-based trailing stops that dynamically adapt to current market conditions. Prevents premature stop-outs during temporary noise while locking in trend profits.

Charts

Economic Calendar Overlay

Key macroeconomic events can now be plotted directly on the price axis with impact tiering and forecast data. Added to help fundamental traders correlate price spikes with scheduled releases.

Screener

Dark Pool Liquidity Scanner

New pre-market screener filter capable of detecting unusually large block trades indicative of dark pool activity. Allows retail traders to track institutional footprints before regular market open.

Trade Management

One-Click Partial Close

Hotkeys and on-chart buttons allowing instant 25%, 50%, or 75% scale-outs from active positions. Highly requested by day traders needing rapid risk reduction in fast markets.

Performance

Getting Measurably Faster With Every Release

RTX5 engineering continuously optimises the platform's execution engine, data rendering pipeline, and memory management. We believe speed is an edge — and every major improvement is quantified and documented in the release notes below.

Order Execution Layer
Shipped in v4.2.1

Rewrote the core routing algorithms leading to the exchange API gateways. Reduced average order ticket latency by 14% resulting in sub-3ms stable execution during NFP.

Chart Rendering Engine
Shipped in v4.2.1

Upgraded WebGL and canvas acceleration for the primary charting module. Reduced chart render time by 34% on multi-chart layouts with 10+ indicators active.

Mobile Sync Protocol
Shipped in v4.2.0

Migrated state synchronization from periodic polling to a persistent bi-directional WebSocket connection. Decreased template sync delay between iOS and Desktop from 8 seconds to near-instantaneous.

Backtest Memory Management
Shipped in v4.2.0

Implemented aggressive garbage collection and tick-data compression logic within the Strategy Tester. Cut RAM utilization by 45% when running 10-year tick-data genetic optimizations.

Indicator Calculation Threading
Shipped in v4.1.9

Offloaded heavy custom indicator mathematics (e.g. Ichimoku, complex oscillators) onto dedicated CPU worker threads. Eradicated UI micro-stutters during high-volatility tick floods.

Level 2 Order Book Rendering
Shipped in v4.1.9

Optimized DOM DOM (Depth of Market) UI rendering pipeline. The order book now smoothly processes 1,000+ depth updates per second without dropping frames on standard hardware.

Historical Data Pagination
Shipped in v4.1.8

Refactored the database query architecture for retrieving years of historical candle data. Scrolling backwards through daily/weekly charts now loads 60% faster with zero freeze.

Startup Boot Sequence
Shipped in v4.1.8

Deferred loading of non-critical modules (like news feeds and economic calendars) until after core trading functionality initializes. Reduced total application boot-to-trade time by 2.2 seconds.

Bug Fixes

Every Known Issue Resolved and Shipped

RTX5 maintains a transparent public bug fix log of squashed issues. Below we document every prominent resolved issue grouped alongside the affected feature, the specific nature of the bug, and the terminal version in which it was successfully patched.

Critical
Alert Engine
Fixed in v4.2.1
Push notification webhooks were failing silently when triggering greater than 50 simultaneous cross-pair alerts. Refactored the internal queue to batch dispatch, preventing dropped signals.
High
Mobile Chart Sync
Fixed in v4.2.1
Trendlines drawn on desktop instances were appearing offset by several pips when viewed on iOS devices. Corrected a floating-point calculation error in the coordinate synchronization payload.
Critical
EA Runtime
Fixed in v4.2.0
Expert Advisors compiling with specific external DLL dependencies would occasionally freeze the main UI thread during garbage collection. Isolated EA execution pools entirely preventing UI blocking.
High
Order Execution Layer
Fixed in v4.2.0
Stop-Limit orders placed outside market hours were intermittently being improperly flagged as exhausted. Patched the routing validation logic to respect pre-market queuing states.
Medium
Custom Indicators
Fixed in v4.2.0
Indicator history buffers were failing to clear properly when rapidly switching between timeframes (e.g., M1 to H4). Forced a hard cache invalidation upon period change to prevent visual ghosting.
Low
Market Watch
Fixed in v4.1.9
The bid/ask spread column would momentarily display 'NaN' immediately after a connection reconnection event. Added a fallback mechanism to re-poll pricing instantly after socket restore.
Medium
Trade History
Fixed in v4.1.9
CSV exports of trade history encompassing more than 10,000 rows would occasionally clip the final page of data. Resolved a pagination-by-one error in the data export service.
Low
Account Manager
Fixed in v4.1.9
Switching rapidly between three or more active broker accounts could cause the margin level indicator to lag. Accelerated the state mutation debounce to ensure UI parity.
Patch
Drawing Tools
Fixed in v4.1.8
Fibonacci Retracement levels would sometimes obscure price candles if the background fill opacity was set exactly to 42%. Fixed an alpha-channel rendering bug in the WebGL pipeline.
Patch
News Terminal
Fixed in v4.1.8
In-platform economic calendar filters for 'Medium Impact' events were inadvertently including 'Low Impact' events. Corrected the API query parameters sent to the news aggregator.
Security

Uncompromising Data and Platform Security

RTX5 considers the safety of your capital and data absolute. We publish a security update log with every release — detailing vulnerability patches, encryption upgrades, and compliance audits — while omitting exploit-enabling technical specifics in strict accordance with responsible disclosure standards.

Session Management
Patched in v4.2.1

Patched an edge case where expired OAuth tokens could theoretically be replayed within a 5-second window under heavy network latency. Hardened session termination checks explicitly.

Encryption
Patched in v4.2.0

Upgraded all local storage database encryption algorithms to AES-256-GCM. Protects locally cached trade history and EA parameters against sophisticated physical-access attacks.

Authentication
Patched in v4.2.0

Introduced mandatory device-fingerprint re-verification upon detecting significant geonavigational paradoxes (e.g., logging in from two distant countries simultaneously). Prevents hijacked sessions.

API Security
Patched in v4.1.9

Restricted the internal WebSockets API to stricter origins and implemented robust Cross-Site WebSocket Hijacking (CSWSH) mitigations. Protects web-trader instances against malicious CSRF vectors.

Data Privacy
Patched in v4.1.8

Strengthened memory scrubbing protocols when the application exits. Ensures highly sensitive in-memory string variables (like API keys) are immediately zeroed out rather than waiting for OS garbage collection.

Mobile Updates

Platform Enhancements, Now In Your Pocket

The RTX5 mobile applications follow an independent, rapid versioning cadence. Documented below are the app store changelogs detailing platform-specific bug fixes, layout upgrades, and bespoke mobile features for iOS and Android.

RTX5 for iOS

Version v4.1.8
March 2026
New Feature

Added the ability to adjust trailing stops visually by dragging the stop line directly on the mobile chart interface.

UI Improvement

Redesigned the portfolio overview tab to display net exposure by asset class automatically on launch.

Bug Fix

Resolved a critical edge case causing Touch ID / Face ID biometric login to freeze on older iPhone 12 Pro models.

Performance

Reduced battery consumption by roughly 12% during active chart tracking by optimizing the background websocket thread.

RTX5 for Android

Version v4.1.8
February 2026
New Feature

Introduced a dedicated 'Tablet Mode' layout taking advantage of split-screen trading and DOM viewing on larger displays.

UI Improvement

Updated the material design color palette to match the newly implemented desktop 'Black & Gold' dark theme precisely.

Bug Fix

Fixed an issue where tapping push notification alerts would occasionally route the user to the market watch rather than the active trade.

Performance

Re-engineered offline chart caching, allowing traders to review previously opened H4/D1 charts instantly without an internet connection.

Your Voice

Trader Feedback Shapes Every RTX5 Release

We don't build in a vacuum. RTX5 tracks community-requested features closely and publicly acknowledges when a release includes a capability driven by trader demand. Every feature tagged with a community request label in our changelog originated directly from you.

Partial Close Hotkeys

v4.1.9

By overwhelming demand on our forums, we added customizable keyboard shortcuts for one-click 25%, 50%, and 75% position scale-outs.

Dark Pool Order Highlighting

v4.1.9

Integrated a visual filter in the market depth window specifically to highlight oversized block trades, a top-voted request from our tape reading community.

Anchored VWAP

v4.2.1

We heard you loud and clear. Native implementation of Anchored VWAP was built to eliminate the need for traders hacking together Python integrations.

Cloud-Synced Workspaces

v4.2.1

Delivered our most requested quality-of-life feature: draw a trendline on your desktop, see it instantly materialize on your iPhone.

Help Shape the Next Release

We invite traders to actively submit feature requests, propose algorithmic upgrades, and report edge-case bugs directly via the RTX5 Community Forum or using the in-platform feedback portal.

Coming Next

Anticipate the Future of Trading

While RTX5 does not publish firm release dates ahead of launch to ensure uncompromised QA testing, our engineering team shares a rolling preview of features currently mapped in the development pipeline. These entries are subject to change based on stability outcomes and community priority signals.

AI-Assisted Chart Pattern Recognition

In Development

A neural-network driven tool designed to overlay high-probability harmonic and chart patterns automatically. Engineered specifically for retail and prop traders relying on price-action.

Native Crypto Options Integration

In Testing

Connecting the advanced options matrix directly to Deribit and Bybit API feeds for professional digital asset volatility trading. Designed for institutional crypto hedgers.

Multi-Broker Single Interface

Planned

The ability to route orders to multiple distinct brokerages seamlessly from a single unified RTX5 terminal window. Highly requested by fund managers diversifying counterparty risk.

Custom Strategy Copilot

In Development

An integrated LLM assistant capable of analyzing and optimizing user MQL5/C++ algorithms within the code editor. Built to democratize algorithmic creation.

Order Block Heatmaps

Community Requested

Automated visualization of large institutional buy/sell walls aggregated from historical tick data. Requested by our large volume trading community.

Stay Updated

Never Miss A Platform Release Again

Traders and system administrators can subscribe to receive instant release notifications the moment a new version of RTX5 is published. Stay ahead with the channel that suits your workflow best.

Email Release Digest

Receive a concise, readable weekly summary of all major releases, hotfixes, and changelog highlights delivered directly to your trading inbox.

In-Platform Banner

Enable automatic non-intrusive notifications inside the RTX5 terminal the absolute moment a new confirmed stable version is available to download.

RSS / Developer Feed

A fully structured, machine-readable XML release feed built specifically for systems administrators, developers, and power users tracking platform updates.

Version Archive

Access Any Previous Stable Release

RTX5 maintains a full, cryptographically signed version archive. This repository allows brokers, algorithmic developers, and institutional audit teams to download any previous release for compatibility regression testing, trading environment replication, or regulatory compliance purposes.

Version Support Policy: All minor versions receive mandatory security patches for 12 months post-release. Previous major versions transition to Long Term Support (LTS) for exactly 24 months before reaching End-of-Life (EOL) status, after which backend API compatibility is not guaranteed.

VersionRelease DateSupport StatusPlatform AvailabilityDownload Hash
RTX5 v4.2.1Mar 15, 2026Stable / Latest
WindowsmacOSLinux
RTX5 v4.2.0Feb 22, 2026Stable
WindowsmacOSLinux
RTX5 v4.1.9Jan 10, 2026LTS (Long Term Support)
WindowsmacOSLinux
RTX5 v4.0.5Aug 05, 2025Deprecated
WindowsmacOS
RTX5 v3.9.9Jan 20, 2025End of Life
Windows
Update Available Now

Upgrade Your Terminal to the Latest RTX5 Release

The latest release contains critical execution performance improvements, highly requested trading features, and essential security patches that every RTX5 user should install immediately.

Safe Update: All chart layouts, custom templates, EAs, and alert settings are seamlessly preserved across updates.