amibroker

HomeDevLog

AmiBroker 5.31.2 BETA released

Update: Version 5.31.2 has been replaced by version 5.34.0, that includes many fixes to recently added functionality see:
http://http://www.amibroker.com/devlog/2010/11/19/amibroker-5-34-0-beta-released/

AmiBroker 5.30.5 maintenance update

Stability: Rank 5 - Stable, production release quality

A new maintenance update (5.30.5) of AmiBroker has just been released.

http://www.amibroker.com/members/bin/ab5305.exe
(1 626 720 bytes)

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

IMPORTANT: Unauthorized copying and/or distribution of materials found on members' only page is STRICTLY PROHIBITED and will result in IMMEDIATE termination of license.

Remember to BACKUP YOUR FILES FIRST !
Note that this version can only be installed onto previous full installation of version 5.30 or higher

On users' request two new functions PlaySound and ShellExecute have been backported to 5.30.5, so you can use them in stable release. No other changes are done.

CHANGES FOR VERSION 5.30.5 (as compared to 5.30.4)

  1. new AFL function: PlaySound( "filename" )
  2. new AFL function: ShellExecute( "filename", "arguments", "workingdir", showcmd = 1 )

AmiBroker 5.31.1 BETA released

Update: Version 5.31.1 has been replaced by version 5.34.0, that includes many fixes to recently added functionality see:
http://http://www.amibroker.com/devlog/2010/11/19/amibroker-5-34-0-beta-released/

AmiBroker 5.31.0 BETA released

Update: Version 5.31.0 has been replaced by version 5.34.0, that includes many fixes to recently added functionality see:
http://http://www.amibroker.com/devlog/2010/11/19/amibroker-5-34-0-beta-released/

AmiQuote 2.13 released

A new version of AmiQuote 2.13 is available for download from

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

CHANGES (as compared to version 2.12)

  1. thousand separators (commas) are removed from value fields in "Key Statistics" page to prevent interpretting them as field delimiters

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
« Previous PageNext Page »