amibroker

HomeDevLog

AmiQuote 1.93 released

A new version of AmiQuote 1.93 has been released.

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

CHANGES (as compared to 1.92):

  1. Implemented fix for inconsistent Yahoo date format change (some Yahoo Historical servers changed the date from DD-MMM-YY to YYYY-MM-DD, but some others do not, so downloads from Yahoo use two different formats. AmiQuote now detects new format YYYY-MM-DD and converts to old format on-the-fly)
  2. Added an option to send cookies (to enable this, check Tools->Settings, "Allow cookies"). This is useful if you are subscribed to Yahoo Realtime and want to get non-delayed quotes

TWS 865.7 “historical data request pacing violation”

IB implemented new behaviour in their newest TWS 856.7 - after issuing more than 60 backfill requests withing 5 minutes, all subsequent requests fail with Error 162, "historical data request pacing violation".
Note that 60 requests means as little as backfilling one month back of 1-minute data for 12 symbols only (in one request you can ask for data maximum 5 days long).

For details see: http://www.interactivebrokers.com/cgi-bin/discus/board-auth.pl?file=/2/39717.html

Unfortunatelly this change breaks backward compatiblity and will need to be addressed in next release of IB plugin.

New DDE data plugin (v1.2.2) released

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

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

CHANGES FOR VERSION 1.2.2 (as compared to 1.2.1):

  1. includes "Time shift" field in the context dialog,
  2. stores configuration per-database in dde.config file instead of in the registry
  3. other small improvements

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