AmiBroker 5.40 released

Discussion in 'AmiBroker' started by mfmsonic, May 13, 2011.

  1. A new RC version (5.40.0) of AmiBroker has just been released. It contains updated documentation and other support files.

    32-bit version:
    http://www.amibroker.com/bin/AmiBroker540.exe
    (8 638 024 bytes)

    64-bit version – update 5.40.1 (requires Professional Edition license):
    http://www.amibroker.com/x64/AmiBroker540×64.exe
    (8 965 552 bytes)

    Remember to BACKUP YOUR FILES FIRST !

    CHANGES FOR VERSION 5.40.1 (64-bit only) (as compared to 5.40.0)

    64-bit version: MS VC++2005 compiler default floating point code generation option switched back to fp:precise because fp:fast produced incorrect code
    CHANGES FOR VERSION 5.40.0 (as compared to 5.39.0)

    Fixed crash occuring when drawing object was not deselected prior to switching symbol
    Added extra thread safety measure for Foreign() so it handles situation when other thread is deleting symbol while it is being accessed via Foreign()
    New version (1.3) of 3D chart viewer (O3G) fixes problem with Edit->Copy image function on Vista/Windows 7 with desktop composition turned ON
    Multithreading does not revert to “ON” state on startup when user turned if OFF last time (it was so in 5.34-5.39 to force testing of MT)
    Temporarily removed asInvoker manifest because it created problems with 3rd party programs/plugins that are not Windows 7 compatible (QP2, FastTrack)
    AFL thread termination is safer and faster now (this also eliminates randomly occuring AFL syntax errors when swithing layouts)
    AFL: PercentRank( array, range ) implemented
    Inputs:
    array – input data
    range – lookback range

    Returns percent rank (0…100) of the current element of the array within all elements over the specified range.

    A value of 100 indicates that the current element of the array is the highest for the given lookback range, while a value of 0 indicates that the current value is the lowest for the given lookback range.

    It is equivalent (but 2x faster) to:

    function PercentRank2( Data, Periods)
    {
    Count = 0;
    for ( i = 1; i <= Periods ; i++ )
    {
    Count += Data > Ref( Data, -i );
    }
    return 100 * Count / Periods;
    }

    For more details, instructions and examples how to use new features see What’s new document.

    For the full list of changes see Release Notes document.
     
  2. 下载一个存着,我现在还用5.20呢。
     
  3. 比较完全的描述在这儿。
    http://www.amibroker.com/guide/whatsnew.html

    主要是并行处理改善,64位OS平台及Windows7对应。处理速度改善。
    增加了几个函数,包括那个播放声音函数的。

    看得出TJ很沾沾自喜的样子。个人却还没感受到有什么实质变化。

    和IB的数据接口,问题依旧。
    当然了,TJ会很谦虚地说,那是TWS的问题,他已经很努力了:mad:
     
  4. 楼上的大哥, 你打广告走远一点吧.
     
  5. 两年多了,AB只是在小打小闹,没有实质性的进步。感到TJ已经无兴趣把AB提高。yahoo group里已有人抱怨,TJ过去每逢此景还咆哮一通,现在没脾气了。
     
  6. AmiBroker 5.40.3 official release
    Stability: – Stable, release version

    A new official release version (5.40.3) of AmiBroker is available now. It contains updated documentation and other support files. Making backup prior to installation is recommended practice.

    32-bit version:
    http://www.amibroker.com/bin/AmiBroker540.exe
    (8 647 712 bytes)

    64-bit version (requires Professional Edition license):
    http://www.amibroker.com/x64/AmiBroker540×64.exe
    (8 972 272 bytes)

    Remember to BACKUP YOUR FILES FIRST !

    CHANGES FOR VERSION 5.40.3 (as compared to 5.40.2)

    GfxTextOut produced too large text on paper / printout. Fixed.
    GicsID returns empty string when GICS is not defined for symbol
    PlotText: y==Null check added to skip calls that don’t produce any output
    CHANGES FOR VERSION 5.40.2 (as compared to 5.40.0)

    64-bit version: MS VC++2005 compiler default floating point code generation option switched back to fp:precise because fp:fast produced incorrect code
    Print preview and Edit->Image->Copy respect Price chart style setting
    Notepad window: pressing Ctrl+C/V/X and ESC key afterwards closed AmiBroker without warning. Fixed.
    Quick review: Volume is printed without using scientific notation upto 9 billion
    Exception dialog “Exit program” exits program forcefully now. This prevents situation when program could not be closed and sometimes corrupted data on exit.
    Selection line is handled properly again in Print preview/Edit->Image->Copy
    AA / Scan outputting lots (10K+) of signals made much faster
    Memory consumption during AA / Explorations reduced significantly, also multi-column explorations are much faster (10x)
    64-bit version: AB x64 reverted to “Daily” setting when re-entering AA Settings dialog if user previously selected weekly/monthly/quarterly/yearly. Fixed
     
  7. AmiBroker 5.40 release & crack

    完整安装包及破解文件:
    DOWNLOAD
     
  8. fin

    fin

    thanks
     

  9. Thanks, do you also have 破解 for x64 version?
     
  10. 5.40破解的已经出现许可证错误,
    用5.30的改注册表方法无效,
    盼哪位高手给解决一下。