amibroker

HomeDevLog

AmiBroker 4.82.0 BETA released

A new beta version (4.82.0) of AmiBroker has just been released.

It is available for registered users only from the members area at:
http://www.amibroker.com/members/bin/ab4820beta.exe

(File size: 1 229 114 bytes, 1.2 MB)

The installer includes also the newest AmiQuote 1.90.

If you forgot your user name / password to the members area you can use automatic reminder service at: http://www.amibroker.com/login.html

The instructions are included in the READ ME file:
AmiBroker 4.82.0 BETA Read Me

CHANGES FOR VERSION 4.82.0 (as compared to 4.81.1)

  1. OLE: Quotations collection does not have _Item hidden property so it should fix problems with Delphi
  2. OLE: fixed Documents collection Item method returning always first document object regardless of parameter value
  3. OLE: Documents collection prepared to support multiple document types
  4. OLE Added Windows collection, Document property and Activate and Close methods to Window object (FC #272)
  5. New menu Symbol->Favorities and new item "Erase favourities" to empty the list of favourities (FC#: 280)
  6. Horizonal line value label added (use new Study properties -> Show Y Value checkbox available for horizonal lines) (FC# 271)
  7. Fixed crash when clicking on Watch List using RMB (problem occurred in 4.81 beta) (FC# 243)
  8. Fix: Status('lastvisiblebarindex") and Status("lastvisblebar") now return zero based index instead of one-based (FC# 265)
  9. Fix: removed spikes from styleCloud when plotted in non-continouous way (with nulls in the middle of the array) (FC# 283)
  10. Fix rounding problem in AA in futures mode when difference between entry and exit prices was very small and pointvalue large (added extra rounding to profit calculation) (FC# 135)
  11. Delete key now works in real time quote window (FC# 266)
  12. AddTextColumn produces now LEFT-justified output (FC# 291)

IMPORTANT NOTES:

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 to that)

2 Responses to “AmiBroker 4.82.0 BETA released”

  1. slaabs
    July 20th, 2006 | 10:05 am

    Thanks for the great new Version. Will there be a new .tlb that reflects the changes of the OLE interface? Thanks in advance.

  2. July 20th, 2006 | 11:00 am

    You should use late binding. Early binding hard-wires you to particular version and if there are changes to OLE interface your code will break. So use late-binding (no .tlb) for version-independence.