WLD Build 19 - Expected Release Date - 12/1/2004

Discussion in 'Wealth-Lab Developer' started by hylt, Nov 14, 2004.

  1. Fix - Corrected a bug in the third-party TActionMenu component that caused Window menu artifacts when Maximizing and closing child windows.
    Fix - External intraday symbols were sometimes not synchronized correctly if they were from a [COM] DataSource other than the one containing the primary symbol.
    Fix - Typo in $imulator Performance Report label: "Ending Capitallll"
    Change - The New DataSource Wizard now remains on the configuration step if an ASCII parser error occurs.
    Change - Internal descriptions of Price Series functions that have floating point arguments (e.g. MultiplySeriesValue) now store 4 decimals of significance for the float value.
    Fix - Silenced access violation between optimization runs when running a WFO script in the Optimizer.
    Fix - Primate Bulk Update was not always including symbols that start with a "/".
    Fix - The DIPlus and DIMinus indicators were truncating instead of rounding (per W. Wilder) the result of the division between directional movement and true range. This also affects the DX and ADX indicators.
    Fix - MedianSeries did not always return the correct Median for very large values.
    Change - In an attempt to alleviate the TC2K RPC server error, a timer has been added to ping the TC2K interface instance at regular intervals.
    Fix - If a Price Series is assigned to the special variable Result, the random internal series description will not be overridden so that the proper series is always returned. Other cases apply.
    Change - SetDescription will now also change the internal description so that FindNamedSeries can return a series whose description is changed by SetDescription.