[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[amibroker] AmiQuote 1.80 released



PureBytes Links

Trading Reference Links

Hello,

A new version of AmiQuote (1.80) has been released.
 
It is available for download from:
 
It is highly recommended upgrade for everyone as it addresses some OLE compatibility issues of previous version.
 

WHAT'S NEW IN VERSION 1.80?

  • Calls to AmiBroker automation objects now use late binding instead of early binding - this should solve all past and future problems occuring when AB's OLE interface changes

  • Added handling of "CON" as special case (like LPT, PRN, etc...)

  • OLE: AmiQuote now reflects the TLS file name in the title bar after calling Open() method - its was showing "Amiquote - Untitled".

  • OLE: Ability to assign the destination folder per session.

    AQ = new ActiveXObject("AmiQuote.Document");
    OldPath = AQ.DestinationFolder; // preserve old path !
    AQ.DestinationFolder= "C:\\Program Files\\AmiBroker\\AmiQuote\\Download";
    // without trailing backslash please
    ...your code...
    AQ.DestinationFolder= OldPath; // restore original path


  • OLE: Ability to position and size window

    AQ = new ActiveXObject("AmiQuote.Document");
    AQ.MoveWindow( 10, 10, 600, 400 );

Best regards,
Tomasz Janeczko
amibroker.com


Please note that this group is for discussion between users only.

To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com

For other support material please check also:
http://www.amibroker.com/support.html





SPONSORED LINKS
Investment management software Investment property software Investment software
Investment tracking software Return on investment software Stock investment software


YAHOO! GROUPS LINKS