amibroker

HomeDevLog

IQFeed plugin 1.9.3 released

A new IQFeed plugin version 1.9.3 is available for download from:

http://www.amibroker.com/bin/IQFeed1930.exe

CHANGES (as compared to version 1.9.2)

  • fixed backfill problem with 5-second and 15-second base time intervals

More information and operation instructions:
http://www.amibroker.com/iqfeed.html

NOTE that this plugin still uses IQFeed API 4.4.0.3
http://www.iqfeed.net/dev/api/iqfeed_client_4_4_0_3.exe
and it has been tested with that version only. Other API versions may not operate properly with this plugin.

AmiQuote 2.10 released

A new version of AmiQuote 2.10 is available for download from

UPDATE: please use version 2.11 instead:
http://www.amibroker.com/bin/aq2110.exe (94KB)

CHANGES (as compared to version 2.00)

  1. adjusted to work with changed "Key Statistics" Yahoo Finance page.

AmiBroker 5.22.0 BETA released

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

(File size: 1 605 688 bytes, 1.6 MB)

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

Remember that this is a BETA software. So BACKUP YOUR FILES FIRST !
Note that you need to install official version 5.20 prior to installing this beta

CHANGES IN VERSION 5.22.0 (as compared to 5.21.0):

  1. added ability to extend blank chart area by pressing END key multiple times (each time 10 blank bars are added) and restoring preferences value by subsequent pressing of HOME key.
  2. added option to always require variable declarations (using local/global) on formula-by-formula basis:
  3. added typeof() operator
  4. GetSignalQty member function of Backtester object returned zero. Fixed now
  5. In the Plot() function Xshift parameter was used as z-order in 5.21 beta. Fixed now.
  6. Plot, PlotOHLC and PlotForeign() are no longer limited to -5..+5 zorder range. You can use any zorder value now.
  7. SetChartOptions now adds ability to programmatically extend blank space on chart-by-chart basis
  8. the feature to extend blank area via mouse wheel and > button is removed, due to complaints received

CHANGES IN VERSION 5.21.0 (as compared to 5.20.0):

  1. Added optional data padding for non-trading days (switchable from View->Pad non-trading days menu) - for daily and higher intervals only
  2. All drawing tools now can define Z-order (from -5 to +5).
  3. Blank area past last available quote can be now enlarged on the fly by simply using > arrow in the scroll bar or using mouse wheel (just roll the wheel past the last bar)
  4. CBT: Backtester.GetSignalQty( bar, type ) method implemented
  5. E-mail alerts can now be sent through different port than 25
  6. Early warning of indicator space running out. At application exit the message is displayed when less than 10% indicator space is left, plus an offer to run Indicator Maintenance
  7. new AFL functions ColorBlend
  8. Plot, PlotForeign and PlotOHLC now have new parameter zorder which defines the Z-axis position of given plot
  9. Rectangle and Ellipse drawing tool now are by default SOLID, with default fill color being a blend between background and selected drawing color, they are use ZOrder = -1 (behind regular plots) by default
  10. Support for SSL (secure connection) e-mail alerts added, so now you can use your GMail accounts
  11. X-Y co-ordinate labels on axes implemented. Can be controlled using View->X-Y labels menu.

A complete CHANGE LOG with detailed explanations of added features for this and previous versions and instructions are included in the: AmiBroker 5.22.0 BETA Read Me - MUST READ THIS

AmiBroker 5.21.0 BETA released

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

(File size: 1 602 821 bytes, 1.6 MB)

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

Remember that this is a BETA software. So BACKUP YOUR FILES FIRST !
Note that you need to install official version 5.20 prior to installing this beta

CHANGES IN VERSION 5.21.0 (as compared to 5.20.0):

  1. Added optional data padding for non-trading days (switchable from View->Pad non-trading days menu) - for daily and higher intervals only
  2. All drawing tools now can define Z-order (from -5 to +5).
  3. Blank area past last available quote can be now enlarged on the fly by simply using > arrow in the scroll bar or using mouse wheel (just roll the wheel past the last bar)
  4. CBT: Backtester.GetSignalQty( bar, type ) method implemented
  5. E-mail alerts can now be sent through different port than 25
  6. Early warning of indicator space running out. At application exit the message is displayed when less than 10% indicator space is left, plus an offer to run Indicator Maintenance
  7. new AFL functions ColorBlend
  8. Plot, PlotForeign and PlotOHLC now have new parameter zorder which defines the Z-axis position of given plot
  9. Rectangle and Ellipse drawing tool now are by default SOLID, with default fill color being a blend between background and selected drawing color, they are use ZOrder = -1 (behind regular plots) by default
  10. Support for SSL (secure connection) e-mail alerts added, so now you can use your GMail accounts
  11. X-Y co-ordinate labels on axes implemented. Can be controlled using View->X-Y labels menu.

A complete CHANGE LOG with detailed explanations of added features for this and previous versions and instructions are included in the: AmiBroker 5.21.0 BETA Read Me - MUST READ THIS