amibroker

HomeDevLog

New DDE data plugin (v1.2.1) released

A new improved DDE data plugin version 1.2.1 has been released.

Download links and usage instructions are available at:
http://www.amibroker.com/dde.html

CHANGES FOR VERSION 1.2.1 (as compared to 1.2.0):

  1. fixed problem with "type mismatch"

CHANGES FOR VERSION 1.2.0 (as compared to 1.1.0):

  1. By default plugin uses regional settings numeric format. This ensures proper handling of fractional numbers on systems that do not use dot as a decimal point separator. You can switch this off and go to fixed decimal point format in the Configure screen.
  2. lower CPU load

New DDE data plugin (v1.2.0) released

A new improved DDE data plugin version 1.2.0 has been released.

Download links and usage instructions are available at:
http://www.amibroker.com/dde.html

CHANGES FOR VERSION 1.2.0 (as compared to 1.1.0);

  1. By default plugin uses regional settings numeric format. This ensures proper handling of fractional numbers on systems that do not use dot as a decimal point separator. You can switch this off and go to fixed decimal point format in the Configure screen.
  2. lower CPU load

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)

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

New ODBC/SQL plugin version 1.0.3

New ODBC/SQL plugin version 1.0.3 has just been released.

Documentation, download links and more information is available from:

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

See also announcement of version 1.0.0:
http://www.amibroker.com/devlog/2006/07/21/odbcsql-dataafl-plugin/

Universal ODBC/SQL Data/AFL plugin

General purpose Data and AFL plugin for ODBC data sources has just been released. There are actually two plugins available one data plugin and the other one for accessing external databases from AFL level and they can be used either independently or together.

The plugins are provided with source code for reference purposes. Making any changes, use of source codes in any other project, derivative work based on it requires our formal approval.

Documentation, download links and more information is available from:

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

New IB plugin 1.6.6

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

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

CHANGES AS COMPARED to version 1.6.1

  1. PrimaryExchange is now set to empty string and only local symbol is used when requesting data. This solves "Invalid symbol" problem occuring for some accounts during last 2 weeks following apparent changes in IB.

Thanks to Edward for the help with testing.

IB plugin: SMART does not work as primary exchange

Due to recent changes made by Interactive Brokers to TWS and their servers, "SMART" is no longer accepted as primary exchange for real time data and backfill for Nasdaq stocks.

UPDATE July 6th, 2006: The problem is now fixed with new plugin version 1.6.6.

« Previous PageNext Page »