amibroker

HomeDevLog

AmiBroker 5.30 official release

A new official release version (5.30.1) of AmiBroker is now available from:

http://www.amibroker.com/download.html

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

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

It includes all updated documentation, examples, sample database. It is very similar to release candidate however it contains few important fixes:
CHANGES in 5.30.1 (official release) (as compared to 5.30.0 - release candidate):

  1. Data plugins recompiled with API 2.10. All plugins rebased to maximize available memory space.
  2. Small documentation changes
  3. Show arrows for actual trades did not show arrows immediately. Fixed
  4. IB plugin: set Aux1/Aux2/OpenInt to zero
  5. New built-in formulas Gradient Price chart and Spread Chart
  6. Default redraw time (when no charts are displayed) is set to arbitrary 0.1 sec (instead of 1 sec used previously)
  7. Other minor fixes
  8. Fixed Access violation when performance warning tooltip popped up under extreme load
  9. ADK 2.10: PluginNotification structure is now larger - has pCurrentSINew that is a pointer to new StockInfo structure, while pCurrentSI is reverted to StockInfoFormat4 to maintain compatibility with plugins that were no rewritten using new API

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.

Comments are closed.