Amibroker 6.35 Today
: Added a new SafeDivide(x, y, valueifzerodiv) function to prevent "division by zero" errors from crashing complex backtests.
AmiBroker 6.35: A Comprehensive Guide to Advanced Technical Analysis and Backtesting
In the fast-paced world of financial markets, having the right tools isn't just an advantage—it's a necessity. has long established itself as a premier technical analysis and charting platform, favored by professional traders, quantitative analysts, and system developers for its blinding speed, flexible programming language, and robust backtesting capabilities. amibroker 6.35
The improvements in this version affect almost every aspect of the workflow, from coding and data scanning to analysis and daily usability.
| Category | Key Improvements | | :--- | :--- | | | Huge speedups for running explorations & 5x faster rendering of huge list views vs. 6.31. | | User Interface | Introduction of a "Dark Theme" (black theme) for list views. | | AFL (Formula Language) | New functions ( SafeDivide , erf() , inverf() ) & parser improvements. | | Batch Operations | Clipboard support (cut/copy/paste) & new optional parameters for batch commands. | | Data Handling | Support for timestamp granularity down to one microsecond. | : Added a new SafeDivide(x, y, valueifzerodiv) function
The "New Analysis" window (formerly Automatic Analysis) sees significant speed improvements when running large-scale explorations across thousands of stocks or long timeframes.
Replace manual division checks with the new SafeDivide function to prevent runtime errors. The improvements in this version affect almost every
Capable of processing thousands of symbols and millions of data points efficiently.
Visualizing market data effectively is essential for technical analysis. AmiBroker 6.35 brings several UI refinements.