amibroker

HomeDevLog

AmiBroker Development Kit (ADK) for C/C++ now available to everyone

To encourage wider development of third party plugins we decided to release AmiBroker Development Kit (ADK) to the general public. Previously ADK was available only to registered users.

The AmiBroker Developlent Kit (ADK) is a package for C/C++ developers allowing to develop own indicator and/or data plugin DLLs. The self-extracting executable contains documentation, headers and working examples for several real-world plugins.

Direct download link:
http://www.amibroker.com/bin/ADK.exe (200KB)

AmiBroker 4.88.0 BETA released

A new beta version (4.88.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/ab4880beta.exe

(File size: 1 288 827 bytes, 1.2 MB)

The installer includes also the newest AmiQuote 1.92.

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 CHANGE LOG and instructions are included in the READ ME file:
AmiBroker 4.88.0 BETA Read Me - MUST READ THIS !

IMPORTANT NOTES:

  1. If you have made any additions to Web Research URL links you need to backup weblinks.cfg file before installation as the installer will overwrite this file
  2. Promised new Account Manager functionality is still under development and has been hidden/disabled in this release and it will appear later in one of upcoming beta versions.
  3. 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

AmiBroker 4.87.1 BETA released (quickfix)

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

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

(File size: 1 273 752 bytes, 1.2 MB)

It contains only one change as compared to 4.87.0:
fixed exception caused by right mouse click on the watch list in the symbol tree.

MORE INFORMATION:
AmiBroker 4.78.1 BETA READ ME

AmiBroker 4.87.0 BETA released

A new beta version (4.87.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/ab4870beta.exe

(File size: 1 273 722 bytes, 1.2 MB)

The installer includes also the newest AmiQuote 1.92.

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 CHANGE LOG and instructions are included in the READ ME file:
AmiBroker 4.87.0 BETA Read Me

IMPORTANT NOTES:

  1. Promised new Account Manager functionality is still under development and has been hidden/disabled in this release and it will appear later in one of upcoming beta versions.
  2. 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

UPDATE: This version of the setup (1 273 722 bytes) now contains small configuration file weblinks.cfg required for proper operation of "Web Research" window.

AmiBroker 4.86.0 BETA released

A new beta version (4.86.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/ab4860beta.exe

(File size: 1 263 347 bytes, 1.2 MB)

The installer includes also the newest AmiQuote 1.92.

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.86.0 BETA Read Me

CHANGES FOR VERSION 4.86.0 (as compared to 4.85.0)

  1. Added 'every tick' RT chart refresh in Professional Edition to already existing 1-sec and up refresh intervals
  2. MDI tabs implemented
  3. AFL: Added GetPerformanceCounter( bReset = False ) function
  4. Fixed crash that sometimes occurred when chart using RequestTimedRefresh() was closed
  5. Added "Cancel" button to "Do you want to save database: Yes/No" dialog that appears on AB exit when database is modified
  6. Added registry key for controlling built-in exception handling.
  7. AFL: atan2( y, x ) implemented
  8. AFL: FFT( array, size = 0 ) function implemented
  9. Fixed: pre-defined color table in broker.prefs sometimes got corrupted
  10. Repainting of RT quote window is now flicker-free on Windows XP and higher
  11. Symbol->Organize assignments, added ability to remove multiple symbols at once from watch list, index and favourite categories

IMPORTANT NOTES:

  1. Promised new Account Manager functionality is still under development and has been hidden/disabled in this release and it will appear later in one of upcoming beta versions.
  2. 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

New IB data plugin v1.6.8 released

A new Interactive Brokers plugin version 1.6.8 has been released. It is available for download from:

http://www.amibroker.com/bin/ib168/IB.dll

More information and set-up instructions:
http://www.amibroker.com/ib.html

CHANGES AS COMPARED to version 1.6.6

  1. decreased CPU load during backfill
  2. decreased CPU load during high activity periods
  3. upgraded to newest TWSAPI 9.0 and tested with newest TWS 863 as well as 862 and 861.

This is recommended upgrade for all IB users.

Attention QCharts subscribers

As per information provided on eSignal forums: http://forum.esignalcentral.com/showthread.php?s=&threadid=19009 eSignal is planning to switch all QCharts accounts to regular eSignal. So if you are using QCharts plugin now, then with the release of QCharts 6.0, you can start using your QCharts accounts with the AmiBroker eSignal plugin. All you need to do is to switch the data source in File->Database Settings to eSignal and enter your QCharts user name/password in "Configure" dialog.

New IQFeed plugin v.1.7.0

New, much improved version of IQFeed plugin has been released now.
The plugin now requires new IQFeed API 4.1.2.

KEY IMPROVEMENTS:

  1. updated to support new IQFeed API 4.1.2.0
  2. socket code completely rewritten to use asynchronous sockets instead of multiple threads and synchronous sockets
  3. backfills are now much faster and less CPU hungry
  4. during backfill AmiBroker charts are refreshed after arrival of every 5000 bar packet which gives better user-experience (no need to wait until entire backfill is completed)

More information, download links, installation instructions at:
http://www.amibroker.com/iqfeed.html

AmiQuote 1.92 released

A new version of AmiQuote 1.92 has been released.

Download link:
http://www.amibroker.com/bin/aq1920.exe

CHANGES (as compared to 1.91):

- made compatibile with AmiBroker 4.85

AmiBroker 4.85.0 BETA released

A new beta version (4.85.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/ab4850beta.exe

(File size: 1 241 567 bytes, 1.2 MB)

The installer includes also the newest AmiQuote 1.92.

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.85.0 BETA Read Me

CHANGES FOR VERSION 4.85.0 (as compared to 4.84.0)

  1. AFL: Added DateTimeConvert function (FC#: 297)
  2. K-ratio is now reported with 4 decimal places (FC#: 357)
  3. Added 'left side' display option to horizontal line labels and fixed problem with label sometimes disappearing (FC#: 342)
  4. AFL: Added fgetstatus( filename, what, format = 0 ) function
  5. AFL: GetTradingInterface uses WaitForInputIdle now instead of fixed interval wait when launching IB interface
  6. Disabled snapping to pixel resolution after manual editing of drawings #32071

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

UPDATE August 16th: Originally this version came with AmiQuote 1.91 but there was compatiblity problem which is now fixed with AmiQuote 1.92 that is now included in the setup. Please re-download to get newest version.

« Previous PageNext Page »