Wealth-Lab Wiki

API ChartStyles Community Components Community Indicators IndexDefinitions Knowledge Base Misc Optimizers PosSizers Providers Standard Indicators TASC Traders Tips TASCIndicators Tutorial Videos Visualizers
RSS

Navigation


Quick Search
»
Advanced Search »


This page provides a list of new and open issues.  Reference numbers are for internal tracking. High priority bugs with deferred low-priority ones in no particular order.

General


  • (90180) Email Unhandled Exceptions Crash WL 6.4. Errors when sending email and/or incorrect settings are not properly handled like in 6.3 and below, and within 30-60 seconds WL 6.4 crashes.

  • (7073) Benchmark Buy & Hold May Start on the Wrong Bar
    Benchmark Buy & Hold starts on the first actual bar of the first symbol, not necessarily including the entire test data range. If the first symbol in the DataSet has a short range, i.e., does not begin at the starting date of the backtest, then the Benchmark B&H results will incorrectly reflect the short range of the first symbol.

  • (30250) Cryptic exception message on invalid Benchmark Buy&Hold symbol
    Enabled Benchmark Buy&Hold option produces an Object reference not set to an instance of an object error when selected benchmark symbol has no data, its symbol name is incorrectly typed and/or it could not be found in existing DataSets.

  • (8125) Exception: Requested Clipboard operation did not succeed
    Quite frequently, after copying text in the Editor (Ctrl+C), the following exception occurs.
    • Suggestion: Do not use Wealth-Lab Editor in parallel with an active remote desktop session e.g. RDP/VNC and/or any 3rd party utility/software monitoring for clipboard activity in the background e.g. Notepad++ with MultiClipboard plugin.

  • (538) Preferred Values (PV) are not saved in the Strategy file after "Save As" whereas "Save" is OK.

  • (26530) Equity tab inserts extra empty label when copying to Clipboard.

  • (146) Aplication needs to support 120 DPI throughout
    • Selecting the "Medium - 125%" option in Display (Windows Control Panel) causes some overlay and/or partial invisibility in various tools like Strategy Parameter box, compiler error message box, and many other parts of the interface.
    • Suggestion: revert to the standard "Smaller - 100%" text size.

  • (79967) Some indicators crash Wealth-Lab when Bars.Count is fewer than the indicator period

  • (68057) "Max Entries per Day" PosSizer is sizing Alerts incorrectly (zero size)
    • Backtested values are correct.

  • (47103) Missing or Intermittent Email Alerts

Enhancement requests (deferred)

  • (757) Dynamic WatchList Support
  • Custom columns in Strategy Monitor and Strategy windows
  • Multi-core CPU support in Optimizer

Strategy Wizard

  • (3926) Multiple Open Positions allowed in a Single Position Rules-based Strategy.
    • The Strategy Builder does not take into account the possibility that multiple stacked stop and/or limit orders can trigger on the same bar in a "Single open Position" Strategy.
    • Workaround: convert result to code-based Strategy and fix the logic manually.
  • Issues when regional settings imply the usage of ',' as the currency/decimal separator.
    • (97929) When an indicator requires a double type input, generated Strategy produce a compiler error CS1501
    • Comma (',') may not be accepted when typing in fractional values
      • Workaround: switch both numeric and currency decimal separators in Windows (Control panel - Regional options) to "." (dot). You might need need to replace "," to " " (blank space) in digit grouping symbol, if applicable.

Combination Strategies

  • (79910) Combination Strategy Alert Sizes are based on 100K Equity
    • Position sizes for Alerts in Combination Strategies are based on a $100,000 allocation even if the actual allocation is far different (the backtested sizes aren't affected).
    • Suggestion: do not use Alert sizes from Combination Strategies for actual trading unless using a 100,000 Allocation for each strategy.

  • Compiled strategies are not available in Combination Strategies
    • Compiled Strategy libraries like "ActiveTrader Strategy Pack" or custom compiled libraries do not appear on the available Strategy list in Combination Strategies.

  • (79911) Margin Factor is fixed (1:1) in Combination Strategies.

  • (79912) In Combination Strategies, Margin Factor input box doesn't allow entering fractional values.

  • (90184) Occluded Button, Text Labels in Combination Strategy Control. Affects 6.4. After loading a saved Combination Strategy, not all form elements are drawn. Some controls appear as black boxes.

Compiled Strategies

  • Strategy Parameters missing for Precompiled (DLL) strategies when opened from Home Page
    Precompiled strategies (in a DLL) are missing Parameter Sliders when opened from the Home Page. Workaround: open the Strategy conventionally i.e. via "Open Strategy".

  • (3844) Preferred Values cannot be saved for Strategy Libraries

Strategy Monitor

  • (6.4)(96929) Strategy Monitor: Uses Default Parameter Values - FIXED in patch release 6.4.062
    The Strategy Monitor may return results different than the Strategy Window when using custom Strategy Parameter values.
  • Reason: the Strategy Monitor is using the Default Strategy Parameter Values despite different value(s) selected and shown in the Strategy Monitor.
    • Workaround: If using the same Strategy with various (custom) parameter sets that differ from the default values, manually edit the Strategy's default values and save a copy of the Strategy for each Strategy Monitor entry (e.g. when you run same Strategy with different params on different DataSets or symbols).

  • (4167) End Date should be ignored in Strategy Monitor Date Range settings
    The End Date in the Strategy Monitor Activation Settings is being used when loading data when for the Data Range selection. (The End Date in the Strategy Monitor Activation Settings should be ignored, but instead, data ends at the specified End Date.
    • Workaround: use other options - "Most Recent" or "Fixed Bars"
    • Workaround: if your Strategy depends on some starting date, manually edit the EndDate tag of your Strategy in the StrategyMonitorConfiguration.xml file so that it points at an ending date in the distant future.

  • (84581) Unable to access symbols that start with % (affects external symbols created in Index-Lab)

  • An exception in Strategy Monitor
    Strategy Monitor doesn't work, throwing an exception when trying to open its window or add a strategy on 1-10 minute bar intervals:

    System.NullReferenceException: Object reference not set to an instance of an object.
    • Workaround: open the Preferences dialog (F12 key) and select any Streaming data provider.

  • (6.4) (98369) Stuck in "Run Once beginning"
    After clicking "Activate" and immediately selecting "Run this Strategy Now", a Strategy execution is frozen with "Run Once beginning..." message.

  • (6.4) (98370) A GetExternalSymbol overload failure in Strategy Monitor
    GetExternalSymbol overload with the dataSetName fails in Strategy Monitor.
    • Workaround:
      //Bars sp100Index = GetExternalSymbol("Indices","^OEX", true);
      Bars sp100Index = GetExternalSymbol("^OEX", true);


  • (107082) "Current TimeZone not found" error
    When Strategy Monitor is opened, you get an error message saying that Current TimeZone not found. Bug affects localized Windows 7 Ultimate or Enterprise editions when user changes the system's Display Language.
    • Workaround: revert the Display Language (e.g. German Windows Ultimate, Display Language changed to English - roll it back to German).

WealthScript & Strategy Editor

  • (83553) Update QWhale Editor component for C# 3.0/4.0 features
    • Add "Collapse to Definition" shortcut
    • Add "Split Screen" feature

  • (7282) SplitPosition() does not interact realistically in Portfolio Simulation Mode
    • Background: In a Portfolio Simulation it's correct to expect that all Positions associated with a split be accepted or all be rejected according to the amount of cash available on the entry bar.
    • Problem: Currently Wealth-Lab treats split Positions as a separate Positions competing for cash, and if Position.Priority is random each Position has a random chance of being selected or rejected in a high-exposure MSB Portfolio Simulation. A possible outcome is that one Position associated with a split be accepted while another is rejected, which is unrealistic.
    • Partial Work-around: After calling SplitPosition(), assign the same Priority to the new split Position as the original. The assignment will help to reduce (but in no way guarantee) the frequency that different actions are taken for Positions associated in a split when the strategy enters several Positions on the same bar.

/* Example: */
    Position p = LastPosition;            // Position to split
    Position sp = SplitPosition(p, 49.99);   // The new Position
    sp.Priority = p.Priority;             // Assign the same Priority as the original Position

  • (250) ClearPositions does not function as expected in MSB
    • Problem: In Multi-Symbol Backtest mode, the ClearPositions method clear trades for all symbols in a DataSet. On the Trades list, only the last symbol's trades are left. It is working by design of the new Wealth-Lab .NET, where all of the positions are stored in one list - that's why ClearPositions clears them all and does not work as expected in Multi-Symbol Backtest mode.

  • (76675) Editor: Non-white space character cannot be typed if included in CreateParameter after ampersand
    • Problem: Including an ampersand as part of CreateParameter description (e.g. "L&S") and compiling prevents from typing the character after the ampserand (i.e. "S"), whitespace excluded, in that Strategy Window.

  • (103725) FundamentalDataSeriesAnnual overload with symbol name ignores the symbol parameter, executing on the current (primary) Bars.
    • Workaround: Wrap the call to FundamentalDataSeriesAnnual(symbol...) in SetContext/RestoreContext.

Indicators

  • (55091) Calculating StochD gets slower in geometric progression depending on smoothing
    • Building StochD using shorter lookback and smoothing period (e.g. 14,3) is fast, but slows down in geometric progression when larger periods are selected.
    • Workaround (for code-based Strategies):
      //DataSeries stochd = StochD.Series(Bars,period,smooth);
      DataSeries stochd = SMA.Series( StochK.Series(Bars,period), smooth);
    • Workaround (for rule-based Strategies):
      When speed matters, replace your long-term StochD(period,smooth) with corresponding StochK(period) used with SMA(smooth)

  • (17617) Dropping on a code-based indicator and pushing code causes exception (NullReferenceException)
    • Scenario #1: create an indicator in code (or drop and push it to code), Compile and Execute, drop an indicator on that code-based indicator and Push to code again.
    • Scenario #2: drop ROC on Volume histogram, Push indicator to code.

  • (4037) Consider Standard Indicator CalculatePartialValue methods incorrect until proven otherwise

  • (756) Williams %R readings contradict standards
    • They range from 0 to 100 while the common wisdom is to plot it on inversed scale, i.e. from 0 to -100.
    • Workaround: the final result has to be multiplied by -1.
      DataSeries PctR = WilliamsR.Series( Bars, 14 );
      PctR *= -1;


  • (18427) FirstValidValue after Synchronize is incorrect for ARSI

  • (3138) Manually typed overbought/oversold threshold values less than 1 are rounded in Indicator Options dialog (which doesn't affect their correct plotting on the chart)

Optimizer

  • (98348) Optimizer API not sufficient to create parallelized, multi-threaded optimizers

  • (90177) Extended Scorecard crashes Wealth-Lab when symbol(s) have no data
    • When a symbol has no Bars data, optimizing a Strategy with Extended Scorecard enabled will crash WL6.
    • Workaround: when optimizing with Extended Scorecard, double check that the data exists for all symbols of the DataSet, or exclude the empty symbol(s).
    • Workaround: use the MS123 Scorecard, if applicable.

  • Genetic Optimizer crashes Wealth-Lab on certain action sequence
    • Scenario #1: with "Genetic" as selected optimization method, choose "Estimate" in Optimization Control, switch optimization method to e.g. "Exhaustive", click "Begin Optimization" and then Cancel Optimization", then re-select "Genetic" and choose "Begin Optimization".
    • Scenario #2: optimize with Exhaustive method, cancel, select "Genetic", click "Begin Optimization".

  • (43984) Optimizer (in Portfolio Simulation mode) returns all zeroes for the results if a runtime error occurs for just one symbol.

  • (7878) Optimizer incorrectly applies regional decimal setting
    For regional settings using "," as the decimal/currency separators, the Optimization tool incorrectly applies "," as decimal separator, resulting in a compiler error message.

  • (76499) Exhaustive optimization (2 Parameter Graph) may be unable to plot all values when step is relatively tight compared to the range.
    • A cosmetic/display issue which does not affect the accuracy.

  • (98351) The Optimization control lacks the ability to selectively omit Strategy Parameters from optimizations

  • (98352) 3D graph colors: change the existing color scheme from the current 'dark blue to white' to a more intuitive version.

Data

  • Wealth-Lab (general issues):
    • (49880) Synchronization of external 60-minute Bars does not work properly when using "Fixed Bars"
      • Workaround: Use Most Recent (months, days etc.) option

  • Fidelity: Affects Fidelity WLP users only.
    • (46123) Fidelity data fails to update again if it was not updated in several months.

  • QuoteMedia:
    • Downloaded data may have various errors (Close > High etc). The data feed is to blame.



Paper Trading

  • (62779) Market orders fail at session open "Could not get Quote".
  • (62854) Paper Trading in international markets doesn't work outside of hours defined in "US Equities".
    • Workaround: Launch a text editor with elevated privileges (as admin) and manually edit the Open and Close Market hours in the ..\Data\Markets.xml file beneath Wealth-Lab's main program directory under Program Files (and/or Program Files(x86)).
  • (63321) Accounts Tool: Profit does not reflect Futures Mode Point Value

Orders and Trading

  • (13901) Stop orders (and Limit orders assumed) with constant price are unnecessarily canceled and replaced if the order's Position shares are reduced by Portfolio Synch or increased by Exit Orders "full Position" logic. Applies to Auto-Trading.

Development related (affects Extension development)

  • (7980) Wealth-Lab crashes if Streaming provider returns null instead of an instance of a Static data provider.

  • (30255) SystemPerformance.Strategy.DataSetName returns wrong DataSet name for Rotation-type Strategy.
    • Returns the DataSetName string stored in the XML file at the time of saving it.

  • (7488) IsIntraday Bug in Performance Visualizers, PosSizers
    • The .IsIntraday property of SystemPerformance.Results.EquityCurve, .Results.CashCurve, .ResultsBuyHold.EquityCurve, .ResultsBuyHold.CashCurve, ResultsLong.EquityCurve, .ResultsLong.CashCurve, .ResultsShort.EquityCurve, .ResultsShort.CashCurve incorrectly boolean value false on all intraday data while true should be returned.

  • (62853) In PosSizers, the Candidates list is empty for Alert sizing
    • The collection functions as advertised for historical backtests, but for sizing Alerts at Bars.Count it is not being populated.

  • (68056) PosSizers: Starting Equity/Cash are reported for Alerts at Bars.Count. Update: In multi-symbol backtests, there may be a discrepancy between the "EquityCurve" and "equity" values. Under investigation
    • The feature functions as advertised for historical backtests, but for sizing Alerts at Bars.Count it is equal to the starting equity value.

  • (80612) Visualizers: RawTrades issues in Combination Strategies
    • The SystemPerformance.RawTrades.Count property in Aggregate Strategy mode is identical to its Number of Trades: i.e., trades dropped due to insufficient capital are not included on the RawTrades list.
    • All Combo Strategy children have their SystemPerformance.RawTrades property null.

Important Disclaimer: The information provided by Wealth-Lab is strictly for informational purposes and is not to be construed as advice or solicitation to buy or sell any security.  The owner of Wealth-Lab.com assumes no liability resulting from the use of the material contained herein for investment purposes. By using this web site, you agree to the terms of this disclaimer and our Terms of Use.

Used under license from FMR Corp. Copyright 2008 FMR Corp. All rights reserved.


ScrewTurn Wiki. Some of the icons created by FamFamFam.