In addition to the new features mentioned above, Amibroker 6.93 offers a wide range of tools and capabilities, including:
| Feature | Amibroker 6.93 Capability | |---------|----------------------------| | | Native 64-bit (x64) | | Multi-threading | Yes – full scan/optimization parallelism | | Backtest speed | ~150 million bars/sec (modern i7) | | Maximum symbols | Effectively unlimited (limited by RAM) | | Scripting language | AFL (C-like array language) | | Real-time data | Yes (IB, DDE, IQFeed, eSignal, plugins) | | Portfolio backtest | Yes (including rotational systems) | | Walk-forward optimization | Yes – fully automated | | Monte Carlo | Via AFL code (no native button) | | API for automation | OLE Automation (COM) & DLL interface | amibroker 6.93
: One of the most notable changes is the addition of warnings for data that could result in zero or negative values. This is particularly useful for indicators like Bollinger Bands, which can sometimes dip into negative territory even with positive price inputs. In addition to the new features mentioned above, Amibroker 6
A key usability fix was implemented in list views. Previously, copying data (like backtest results) would always capture the entire table. In 6.93, the copy function ( Ctrl+C ) from any analysis list now respects the user's selection, meaning . This makes exporting specific data to Excel or other tools far more efficient. This was immediately praised as a "very much welcomed" change. This was immediately praised as a "very much