TradingView 2.9.3.6573 (2024) — Informative Paper Overview TradingView 2.9.3.6573 (2024) is a point release in the TradingView desktop/app line intended to refine charting, performance, and integration features introduced in earlier 2024 builds. This paper summarizes notable user-facing changes, technical improvements, likely impacts for traders and developers, known limitations, and recommended best practices for users upgrading to or evaluating this version. Key user-facing changes
Improved chart rendering performance: smoother panning/zooming and reduced redraw latency on multi-chart layouts, especially for high-DPI displays and monitors with high refresh rates. Faster indicator calculations: performance optimizations for complex Pine Script indicators and multi-symbol strategies, reducing CPU spikes when many indicators are active. UI tweaks: updated context menus and toolbar icon refinements for consistency across platforms; minor layout adjustments in the indicators dialog to aid discovery of built-in scripts. Enhanced watchlist & layout sync: more reliable saving and restoration of multi-chart layouts and watchlist states when switching devices or returning from offline mode. Alerts & notifications updates: expanded alert action options and more consistent delivery across mobile and desktop clients. Strategy tester improvements: reduced memory usage in long backtests and slightly faster replay of bar-by-bar strategy tests. Broker integration refinements: bug fixes and OAuth reliability improvements for some third-party broker connections.
Technical improvements and developer-facing notes
Pine Script runtime optimizations: reduced overhead for loop-heavy scripts and vectorized operations; some previously expensive built-ins were optimized for repeated calls. API and extension stability: internal fixes to extension points used by third-party integrations (e.g., broker plugins, data-feed adapters) to reduce disconnects and race conditions. Memory management: several fixes to reduce memory leaks under prolonged heavy usage (multi-layouts with many indicators and multiple linked symbols). Backwards compatibility: Pine Script v5 scripts remain compatible, but certain edge-case behaviors (timing of on_close/on_open execution in replay mode) were clarified — authors should test critical scripts in this build. TradingView 2.9.3.6573 2024 -BY lAufer-
Security and reliability
Patch updates addressing crash conditions in rendering and in broker auth flows; more robust error handling for failed data loads to prevent full-application hangs. No publicized changes to data access or licensing models in this point release.
Known issues and limitations
Some users may still see intermittent redraw stutter with very large symbol lists or with legacy GPU drivers — updating GPU drivers recommended. Rare reconnection glitches reported with a small subset of broker plugins; brokers should verify OAuth token handling and retry logic. Pine Script micro-behavior differences in replay mode might affect reproducibility of very timing-sensitive strategies — revalidate backtests if deterministic behavior is required.
Impact for different user groups
Active traders: improved responsiveness and reduced CPU spikes improve live monitoring and faster reaction times on multi-chart setups. Quant traders/strategy developers: faster indicator runtime and reduced memory use make longer backtests and multi-symbol development more practical, but revalidation is advised. Mobile users: more consistent alert delivery and improved sync behavior reduce missed notifications and layout mismatches. Third-party integrators/brokers: tighter OAuth handling and extension stability requires regression testing but should reduce unexpected disconnects. TradingView 2
Upgrade and testing recommendations
Back up custom layouts and Pine Script workspaces before upgrading. Test mission-critical Pine Script indicators and strategies in replay/backtest mode in the new build to confirm identical or acceptable behavior. Update GPU drivers and ensure the OS is current to reduce rendering-related issues. For brokers/integrators: run OAuth and reconnect stress tests, validate token refresh behavior, and monitor for any race conditions. Monitor application logs for memory growth if running prolonged sessions with many charts/indicators.