amibroker

HomeDevLog

AmiBroker 6.41.0 BETA released

Stability: Rank 3 – regular BETA should work fine in most environments

A new BETA version (6.41.0) of AmiBroker is available now.

DOWNLOAD LINKS

32-bit version:
https://www.amibroker.com/members/download.php?AmiBroker6410.exe
(10 417 056 bytes)

64-bit version:
https://www.amibroker.com/members/download.php?AmiBroker6410x64.exe
(11 032 344 bytes)

DOCUMENTATION

DevLog announcement: https://www.amibroker.com/devlog/2022/08/05/amibroker-6-41-0-beta-released/

For the details see ReadMe.html and ReleaseNotes.html inside AmiBroker folder.

UPGRADE POLICY

This version is a free upgrade only for users who registered AmiBroker after August 5, 2020 . Users who registered earlier, would need to purchase license upgrade. To find out the version you currently have use Account Information page at https://www.amibroker.com/members/info.php

CHANGES FOR VERSION 6.41.0 (as compared to 6.40.4)

  1. 64-bit version compiled now with new Visual Studio 2022
  2. New Analysis: Exploration now supports "Show current trade arrows" command
  3. QuickGFX: styleDots did not get bigger when width/thickness param is increased. Fixed.
  4. QuickGFX: solid rectangle fill speeded upto 3x on larger areas
  5. AFL Editor: When errors are detected the "Explain" button is added to the caption bar that displays help page with error explanation. Subsequent presses to "Explain" button move to next error message
  6. AFL: added support for Python-style raw strings. Raw strings use letter r before double or single quote and don't perform espace sequence transformations, so you don't need to use \ in paths if you use raw string: r"raw\string\syntax" or r'raw\string\sy
  7. AFL: GfxDrawImage function, if underlying Windows LoadImage fails to load BMP file, the Windows last error code is printed to system debugger (DebugView)
  8. ASCII import: duplicate lines in very large files caused unusual slow down, now duplicate lines are detected and removed early, improving import time in such unusual cases.
  9. Easy alerts now display comment field content in Alert Output window
  10. Report: Parameters in the report are now listed in alphabetically sorted order
  11. UI: a message box is displayed when system returns from Sleep/Hibernation while being connected to RT plugin to make user aware NOT to use sleep while collecting real time data
  12. UI: added "Start Page" that provides basic new user orientation, news and updates and links to open new charts, analysis, formulas, and other windows
  13. UI: custom tools menu (Tools->Customize, "Tools" tab) allows now to run batches via #runbatch command. To run a batch, use #runbatch in "Command" field, and full path to batch (.abb) file in Arguments field
  14. UI: custom tools menu command arguments now support special token {symbol} that gets replaced with currently selected symbol. This is to allow triggering for example AmiQuote downloads for current symbol only
  15. Zoom and tab order stored in layout could be ignored when number of MDI windows was too large. Fixed