Bicrypto 6.0.5
4 January 2026
This release has upgrade notes. Read them before updating — they describe behaviour changes that need your attention.
BUG FIXCHART ENGINE
Core v6.0.5
Release Date: January 4, 2026 Tags: BUG FIX, CHART ENGINE
Overview
Version 6.0.5 addresses critical issues in the trading chart and market data handling. This release fixes connection issues that caused duplicate data streams, ensures chart data continues updating when changing timeframes, and standardizes the default chart interval to 1 minute across all trading views.
Upgrade Notes
Step 1: Run Updator
pnpm updatorUpgrade Support
For assistance with migration or issues:
- Visit our Support Center
- Review the Documentation
- Check Server Requirements
Fixed
Chart Connection Issues
- Fixed the chart creating multiple connections to the market data service instead of reusing the existing connection
- Fixed connection handling so that multiple chart components loading at the same time no longer interfere with each other
Chart Interval Changes
- Fixed the chart stopping receiving updates in ecosystem markets after changing the timeframe (e.g. from 1m to 5m to 1h)
- Fixed interval changes so they unsubscribe from the old timeframe and subscribe to the new one without affecting other data streams
Default Timeframe Standardization
- Fixed inconsistent default timeframes; all trading views now open at 1 minute
- Fixed the chart briefly subscribing to multiple timeframes on initial load
Pro Trading View Improvements
- Fixed the pro trading view not showing order changes until reload; orders now update live
- Fixed the chart defaulting to 2 decimals instead of using the correct price decimals from market metadata
- Fixed the order book panel displaying prices at the wrong precision
- Fixed trading form inputs using the wrong price and amount precision
- Fixed the price display in the trading header using the wrong precision
Trading Form Panel Precision
- Fixed the available balance displaying at the wrong precision for the selected market
- Fixed the total display using the wrong price precision
- Fixed price and amount input placeholders showing the wrong decimal places (e.g.
0.00where0.000000was correct)
Orders Panel Precision
- Fixed open orders showing price, amount, filled, and total at the wrong precision
- Fixed order history displaying prices and amounts at the wrong precision
- Fixed trade history displaying price and amount at the wrong precision
- Fixed missing status colors for CLOSED (gray) and CANCELLED/CANCELED (red)
- Fixed inconsistent status display by normalizing CANCELED to CANCELLED
Markets Panel Precision
- Fixed market prices displaying with excessive decimal places instead of the market's own precision
Header Stats (24H HIGH/LOW)
- Fixed 24H HIGH and 24H LOW in the desktop header not using market precision
- Fixed 24H HIGH, 24H LOW, and current price in the mobile header not using market precision
Order Book Dropdown Fix
- Fixed the aggregation dropdown showing
0.00for small aggregation values - Fixed the dropdown so it properly displays values like
0.000001,0.00001and0.0001