JUNE 25, 2014AmiBroker 5.80.2 official releaseStability: – Official Release, stable This is a Official Release version. A new official release (5.80.2) of AmiBroker has just been published. ATTENTION: This version is free only for users who registered after May 8, 2012. See Upgrade Policy and Pricing section below for more details. CHANGES FOR VERSION 5.80.2 (as compared to 5.80.0) - UI: Status bar prompt for recent databases and recent files was incorrect. Fixed.
- When a formula that uses Category* functions is run inside commentary window, the symbol list is auto-refreshed now.
- When commentary window was open on completely empty database a crash could occur. Fixed.
- New Analysis: Progress bar is not hidden until custom portfolio backtest phase is completed
- AFL: when artithmetic operator was applied to variable that was uninitialized or having invalid type a crash could occur. Fixed.
- DB: If external data source set incorrect group or market or industry ID (lower than 0 or higher than 255) a crash could occur when updating symbol list. Fixed, incorrect data are switched back to zero and warning message is displayed.
- New Editor: when user changes the formula name and presses “Save” the editor now displays a confirmation dialog if file already exists
- Charting: X-axis grid calculation speeded up 3x (for large number of bars)
When chart pane had NULL formula path attempt to edit formula or drag-drop it could cause crash. Fixed. - New Editor: crash could occur when formula was Saved as…” for the first time outside “Formulas” folder and its subfolders. Fixed.
- AFL: Error 56 “Variable has an invalid type” added when variable has uninitialized type or type set to some strange value (plugins may cause this due to programmer error)
- AFL: in multithreaded charts unhandled exceptions where not caught inside indicator even though preferences setting was to catch them. Fixed.
- AFL: when formula is executed in “Indicator” mode the execution stops at very first error and this error is displayed as most relevant in the chart pane instead of last error which is usually not relevant (often side effect of previous errors)
|