amibroker

HomeDevLog

AmiBroker 5.30 Release Candidate

A new Release Candidate (RC) version (5.30.0) of AmiBroker has just been released.

It is available for everyone from:
http://www.amibroker.com/download.html

(hit "REFRESH" button in your browser if you see old contents only)

It includes all updated documentation, examples, sample database. The "release candidate" means that if no significant bugs are found within 14 days from today this version becomes official release.

There is now ONE universal installer for new installations and upgrade installations. Setup type (full/upgrade) is automatically detected.

Short summary of all new features in 5.30 (as compared to 5.20):

  1. changed database format to support time stamp granularity down to one microsecond (0.000001s) and more data fields
  2. static array variables
  3. user-definable backtest report charts (see examples in Charts window, "Report Charts" folder)
  4. new Data Window (View->Data Window)
  5. new Performance Monitor tool
  6. tick statistics added to Time&Sales window
  7. chart blank area extension using END key (on the keyboard), to restore original setting press HOME key
  8. added option to require variable declarations (SetOption("RequireDeclarations", True ));
  9. persistent column state (widths/order/visibility) in the Automatic Analysis and all other list-views.
  10. gradient area charts capability (see Charts - Basic Chart - Gradient Price chart)
  11. new typeof() AFL operator
  12. new AFL functions: ColorBlend, DateTimeDiff, HighestVisibleValue, LowestVisibleValue, StaticVarCount
  13. User-definable Z-order of drawings and indicator plots
  14. optional data padding for non-trading days
  15. Rectangle and ellipse drawing tools are now solid by default
  16. X-Y co-ordinate labels added (use View->X-Y Labels menu to display/hide).
  17. Support for SSL (secure connection) and TCP/IP port selection for e-mail alerts added
  18. new Symbols window with ultra quick full-text search and sorting
  19. support for GICS 4-level category system
  20. placing orders directly from chart (Interactive Brokers)
  21. many other improvements and fixes (see Release Notes document for details)

The FULL CHANGE LOG is included in the ReleaseNotes.html document that is installed with the software.

Users upgrading from previous versions should read "What's New" section of the Users' Guide.
http://www.amibroker.com/guide/whatsnew.html

UPGRADE POLICY AND PRICING

  1. The upgrade is FREE for all users who registered AmiBroker after December 30, 2005
  2. The users who purchased AmiBroker before December 30, 2005 would need to buy upgrade if they want to use this newest version ($99 - Standard Edition, $139 - Professional). If you don't want to pay - you may continue using previous version(s) infinitely.
  3. To find out when you have purchased AmiBroker and how long your free upgrade period is, use "Account Information" page in the members area at: http://www.amibroker.com/members/info.php
  4. To purchase new license or upgrade please use our ordering page at: http://www.amibroker.com/order.php

IMPORTANT NOTES:

  1. If you are using Firewall you may need to check if it did not block Broker.EXE file after upgrade. (It happened to some users that firewall blocked AmiBroker after upgrade and they could not connect to RT data sources due
  2. Differences between "Upgrade installation" and "Full installation"
    • Full setup installs sample DJI database under "Data" folder, Upgrade does not do that.
    • Full setup resets Custom Tools menu, Upgrade does not do that.
    • Full setup overwrites default .format files (ASCII importer definitions), Upgrade only installs them when old ones are not found
    • Full setup is required for first time Vista / Windows 7 install

    Other than that both modes are the same. "Upgrade installation" is available as an option in the setup only if full setup of any earlier official version was run on the same machine before.

IBController (auto trading interface) 1.3.1 released

A new IBController (auto-trading interface) version 1.3.1 BETA has been released. It is available for download from:

http://www.amibroker.com/at/

VERSION 1.3.1 CHANGES (as compared to version 1.3.0)

  1. added configuration file to support AmiBroker 5.30 trading from chart functionality

NOTE: auto-trading interface is separate and independent from IB DATA PLUGIN and is not required if you are only interested in getting data from IB / TWS.