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

AmiBroker/Win32 3.75 beta



PureBytes Links

Trading Reference Links

Hello,

A new beta version of AmiBroker (3.75) is available for download from:
http://www.amibroker.com/bin/ab375beta.zip ,
ftp://ftp.amibroker.com/pub/ab375beta.zip
and
http://www.amibroker.net/bin/ab375beta.zip

CHANGES FOR VERSION 3.75 BETA (AS COMPARED TO 3.70)

New AFL Syntax Highlighting editor (highlights AFL code only)
New preferences settings for AFL editor font/colors/highlighting features
New color picker implemented (currently used only in AFL editor settings)
Edit->Snap to price - enables "snap to high/low" mode when drawing trend lines
Edit->Copy (as bitmap) implemented
Copy to clipboard list of results in AA and Quick Review implemented (press Ctrl-C to copy)
AFL engine - DLL Plug-in interface implemented (separate specification available)
Plugin dialog implemented: (Tools->Plugins menu) allows loading/unloading plugins without closing AmiBroker (useful in development
work, when you need to replace the DLL)
AFL engine - COM support added:
CreateObject( "server.class" )
CreateStaticObject( "server.class" )
ability to call methods in COM objects directly from AFL: ob.MethodName( param1, .... );
this allows writing/debugging your trading system in Visual Basic/Delphi and similar COM-enabled languages
AFL: scripting host - added 2 new methods to AFL host object:
AFL.CreateObject( "server.class" ) - mainly for completeness (duplicates new ActiveXObject functionality)
AFL.CreateStaticObject( "server.class" ) - this one is very useful for COM objects that are slow to initialize (like QP2 objects).
Thanks to this function initialization is done only once per AmiBroker session
AFL: parser stops after first error
AFL: RelStrength() and Foreign() functions now two times faster

------------
Please read "ReadMe.html" document for the details and instructions.


Best regards,
Tomasz Janeczko
===============
AmiBroker - the comprehensive share manager.
http://www.amibroker.com