Strategy Side-Panel Tooltip Sweep
Audit / Issue Found
A complete audit of every strategy's side-panel information was performed. Two classes of issue were found across the library. First, a very large number of side-panel rows had no tooltip at all, or only a placeholder dash, so a user hovering over the value had no explanation of what it meant. Second, in the heterogeneous strategies that use template-literal values, some rows had structurally broken text that mixed the value expression with the tooltip text. Both classes have been fixed.
Before the patch
On most strategies, basic rows like Trades, Win Rate, Daily PnL, Max DD, Hold Cycles, Avg Cost, Pair Exposure, Portfolio Exposure, Last Fill, Fills in the last hour, and many indicator-specific readings had blank tooltips. When users hovered over them, they saw either nothing or only the value itself, with no explanation of where the number came from or what it represented. On a handful of strategies, value expressions had also been corrupted by an earlier pass that mistakenly merged the tooltip text into the template-literal value.
After the patch
Every side-panel row covered by the sweep now has a plain-English tooltip that explains what the value represents, what units it is in, when it resets, and what to compare it against. About four hundred tooltip strings were added or upgraded across twenty-nine template-family strategies and four heterogeneous strategies. The corrupted template-literal rows in the four heterogeneous strategies were restored to their original value expressions, with the tooltip moved to the correct place on the row.
The sweep covered the following label families: state and uptime, quotes, position, dollar-cost-averaging depth, exit modes, performance counters, win-loss record, drawdown, orchestration block, portfolio budget, futures-specific labels like margin, liquidation distance, and leverage, plus strategy-specific signal labels for ADX, RSI, MACD, OBV, Bollinger, Ichimoku, Keltner, Parabolic SAR, SuperTrend, TWAP, VWAP, Williams Percent R, OFI flash, queue reactive arrival rates, Roll model spread estimates, cointegration spread statistics, Ornstein-Uhlenbeck model state, Hawkes intensity, microprice tilt, and the Cartea-Jaimungal drift block.
Bottom line
Every side-panel row now tells you what the value is, where it comes from, and how to read it. You can hover any field and get a complete explanation without having to read the strategy source code.