News4 min read

Exocharts Quant Deployment: Entropy & Imbalance Protocols

Intel Team 13/02/2026

The developers at Exocharts have successfully deployed a high-level update focused on quantitative market sampling. This patch moves beyond standard orderflow visualization, integrating academic-grade sampling methods directly into the retail arsenal. The focus is clear: eliminating time-based noise to reveal true institutional intent.

THE TACTICAL ADVANTAGE

Standard time-based candles often obscure data during periods of low activity and fragment data during high velocity. This update introduces "Information-Driven" sampling.

  • Entropy Bars (Unique Asset): Based on Shannon’s Information Theory (1948). Unlike standard bars that close on time or volume, these close only when "enough new information" has entered the market. If volume concentrates at one price, entropy is low (no new info). When volume spreads across levels, entropy rises, triggering a new sample.
  • Imbalance Bars (TIB & VIB): Derived from López de Prado’s Advances in Financial Machine Learning. These bars sample more frequently during "informed trading" (imbalance between buys/sells) and pause during noise.
  • True Orderflow Renko: A precision implementation of Renko that supports full orderflow visibility inside fixed-size bricks, with configurable reversal parameters.

OPERATIONAL DETAILS

The engineering team has made a specific tactical choice regarding the Imbalance Bars. Rather than the dynamic EWMA method, which suffers from feedback loops (exploding bar sizes), they have deployed the Constant Imbalance variant. This utilizes actual trade direction for superior accuracy over the "tick rule" inference used by legacy platforms.

Stability protocols have also been reinforced. Bugs regarding rotation candles and split restoration have been neutralized, and code signatures have been updated to prevent antivirus false positives.

Intel Verdict: This is a significant capability jump. The Entropy Bars offer a view of market efficiency that no other competing platform currently provides. Quant-focused operators should begin backtesting these new sampling methods immediately.

Recommended Tool