amibroker

HomeDevLog

IBController (auto-trading interface) 1.3.8 released

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

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

VERSION 1.3.8 CHANGES (as compared to version 1.3.7)

  1. removed the workaround introduced in 1.3.5 for symbol translation because it caused problems for symbols like 6EU0-GLOBEX-FUT where symbol is not equal to local symbol less expiration code (EUR vs 6E). Instead symbol translation now relies solely on method introduced in 1.3.6
  2. Portfolio and Account Info pages were empty when used with Individual account (non-FA) without SetInfoAccount() in 1.3.5 and 1.3.6. Fixed

VERSION 1.3.7 CHANGES (as compared to version 1.3.6)

  1. GetPositionList() returned empty symbol part for non-stocks. Fixed
  2. PlaceOrder failed on Financial advisor accounts when non-master Account was passed in a parameter without preceding SetAccount call. Fixed.

For important changes made in previous version (1.3.5) see:
http://www.amibroker.com/devlog/2010/08/03/ibcontroller-1-3-5-released/

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.

NOTE: This version has been tested with TWS 907.7. We can not guarantee proper operation with earlier / later versions because IB may introduce incompatible changes.

IBController (auto-trading interface) 1.3.6 released

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

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

VERSION 1.3.6 CHANGES (as compared to version 1.3.5)

  1. IBController now uses more reliable way to translate from local symbol to TWS symbol/expiry pair based on information sent back by TWS. (It is not as simple as one may think because sometimes local symbol does not contain TWS symbol, so one can not derive TWS symbol from local symbol in general case, for example FESX SEP 10-DTB-FUT-EUR local symbol translates to ESTX50,20100917, therefore IBController needs to get info from TWS)

For important changes made in previous version (1.3.5) see:
http://www.amibroker.com/devlog/2010/08/03/ibcontroller-1-3-5-released/

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.

NOTE: This version has been tested with TWS 907.7. We can not guarantee proper operation with earlier / later versions because IB may introduce incompatible changes.

ADK updated with 64-bit example DLL

AmiBroker Development Kit (ADK) has been updated with VC++2005 project files for 64-bit version of Sample.DLL and updated header file for proper compilation of 64-bit indicator plugins.

ADK 2.10a can be downloaded from:
http://www.amibroker.com/bin/ADK.exe (self-extracting exe)
http://www.amibroker.com/bin/ADK.zip (plain zip file)

IBController (auto-trading interface) version 1.3.5 released

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

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

This version brings very important changes / improvements with regards to Financial Advisor / Family & Friends accounts. Now IBController supports separation of "viewing" account that is used to display account information and portfolio pages and "order" account that is used by PlaceOrder/ModifyOrder calls. These two accounts can be now set independently by SetInfoAccount and SetAccount functions.

VERSION 1.3.5 CHANGES (as compared to version 1.3.2)

  1. New SetInfoAccount( account )
  2. To workaround recent change in TWS, for futures (FUT) 'symbol' field is set by IBController as localsymbol without expiration month/year. This is temporary workaround which may be broken by other TWS releases. Tested to work with TWS 907.7
  3. Pending Orders/Executions/Portfolio/Account info tabs now have additional command "Account" that specifies the account given item refers to
  4. PlaceOrder and ModifyOrder now accept optional Account parameter
  5. Now SetAccount() only sets account for NEXT order(s). It does NOT clear lists anymore and does NOT change 'viewing' account
  6. ClearList() method accepts -1 as listno - then it clears ALL lists

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.

NOTE: This version has been tested with TWS 907.7. We can not guarantee proper operation with earlier / later versions because IB may introduce incompatible changes.

AmiBroker 5.30.4, 32-bit version maintenance update

A maintenance update to 32-bit edition of AmiBroker 5.30.4 (built 5108) is available for download from
http://www.amibroker.com/bin/AmiBroker530.exe

It contains a few fixes to issues detected after the release including:

  1. Added GICS property to Stock OLE object
  2. Tools->Prefs->Data "In memory cache size" upper limit was sometimes calculated incorrectly on 64 bit Windows. Now upper limit is equal to physical RAM size.
  3. RequestTimedRefresh now supports sub-second (down to 0.1 sec) resolution, when enabled via registry setting (HKCU/Software/TJP/Broker/Settings/EnableHiresRTR, DWORD value = 1 )
  4. Updated IB plugin (2.0.4)

IMPORTANT NOTES:

  1. Previous version 5.30.3 released today had a bug, it is fixed now in 5.30.4 (build 5108), please re-download.
  2. This version works fine ON BOTH 32-bit and 64-bit Windows. If you don't know which version to choose, use this (32-bit) version, as it has wider data plugin support.
    More info: http://www.amibroker.com/guide/compat.html

AmiBroker 5.30.4, 64-bit version maintenance update

A maintenance update to 64-bit edition of AmiBroker 5.30.4 (built 5108) is available for download from
http://www.amibroker.com/x64/AmiBroker530x64.exe

It contains a few fixes to issues detected after the release including:

  1. Added GICS property to Stock OLE object
  2. Tools->Prefs->Data "In memory cache size" upper limit was sometimes calculated incorrectly on 64 bit Windows. Now upper limit is equal to physical RAM size even if > 4GB
  3. RequestTimedRefresh now supports sub-second (down to 0.1 sec) resolution, when enabled via registry setting (HKCU/Software/TJP/Broker/Settings/EnableHiresRTR DWORD value = 1 )
  4. Updated IB plugin (2.0.4)
  5. New native 64-bit IQFeed plugin (3.0.0)
  6. Setup automatically detects missing Microsoft C runtime and downloads it if necessary

The update is strongly recommended for all 5.30.1, 5.30.3 users.

IMPORTANT NOTES:

  1. Previous version 5.30.3 released yesterday had a bug, it is fixed now in 5.30.4 (build 5108), please re-download.
  2. This is 64-bit edition only, requires 64-bit Windows. More info: http://www.amibroker.com/x64/ and http://www.amibroker.com/guide/compat.html

Native 64-bit IQFeed plugin

A first version of native 64-bit IQFeed plugin version is available for download from:

http://http://www.amibroker.com/x64/IQFeed.dll

INSTALLATION:
This plugin is already included in the setup of AmiBroker 5.30.3 (x64).
Installation is only required if you are using older AmiBroker 5.30.1: Download the file above and copy it to the Plugins subdirectory inside AmiBroker 64-bit folder.

IMPORTANT:
This plugin is ONLY for 64-bit version of AmiBroker (http://www.amibroker.com/x64/). It is BETA release and may contain bugs.

V3.0.0 (64-bit) CHANGES (as compared to version 2.0.2)

  • Implemented tracking of streaming symbols accross multiple clients via S,STATS
  • Uses new method of staring up IQFeed (command line), asynchronous operation (no wait for plugin)
  • Aux fields initialized properly to zero
  • Native 64-bit version implemented

IMPORTANT: this plugin uses NEW IQFeed Client 4.7.1.3
http://www.iqfeed.net/iqfeed_client_4_7_1_3.exe
and it has been tested with that version only. Older Client API versions may not work.

Interactive Brokers plugin v2.0.4

A new Interactive Brokers TWS data plugin version 2.0.4 is released now.
It is STRONGLY RECOMMENDED upgrade for all users.

VERSION 2.0.4 CHANGES (as compared to 1.8.2)

  1. added compatibility fix for TWS 907+ (fixes 'Invalid symbol' message for futures and FX for TWS907 and higher)

It is available for download from:
http://www.amibroker.com/bin/ib204/IB.dll

(to be copied to Plugins subfolder, replacing old version)

Installation instructions can be found here:
http://www.amibroker.com/ib.html

IBController (auto-trading interface) 1.3.2 released

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

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

VERSION 1.3.2 CHANGES (as compared to version 1.3.1)

  1. fixed compatibility issues with TWS version 904+

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.

NOTE: TWS904+ compatibility fix has been tested with GLOBEX, ECBOT futures and IDEALPRO forex. If you notice any issues with other instruments please report them to support.

AmiQuote 2.12 released

A new version of AmiQuote 2.12 is available for download from

http://www.amibroker.com/bin/aq2120.exe (94KB)

CHANGES (as compared to version 2.11)

  1. adjusted to work with changed "Key Statistics" Yahoo Finance page (August 2010)
« Previous PageNext Page »