PureBytes Links
Trading Reference Links
|
Dear AmiBroker users,
A new beta version - 3.49 - is available for download from AmiBroker's member zone.
Please login to member-only zone at: http://www.amibroker.com/login.html and follow the links.
As you can see full release version 3.5 is getting near.
Changes as compared to version 3.47 beta:
+ Sizable Find window
+ Sizable Assignments organizer
+ Sizable Categories window
+ Sizable Quotations editor
+ Automatically generated bug-report now features history of commands
+ fixed DateNum() function: due to the limited resolution of single precision
floating point number (7 significant digits) it was imposible to
represent numbers like 20011231 accuratelly - the result was rounding to the
nearest even number -> 20011232 which was wrong.
Therefore I decided that datenum() function will return numbers calculated as follows:
10000 * (year - 1900) + 100 * month + day
So 20011231 becomes 1011231 and 19951231 becomes 991231
+ fixed handling of both c-like comments and c++ like comments
(consecutive comments are handled correctly)
+ ValueWhen() accepts negative (and zero) occurence index allowing referencing
future (needed for true Gann swing chart)
+ charting engine now support individually coloured bars
(graphNbarcolor variable in AFL)
+ Buy/sell arrows after screening/system test
(When the result list in Auto Analysis window is clicked
AmiBroker draws now buy/sell arrows on the chart (like Commentary does))
+ Fixed lots of potential access violation holes when using empty database
and/or stocks with no quotes
Best regards,
Tomasz Janeczko
===============
AmiBroker - the comprehensive share manager.
http://www.amibroker.com
|