And any guidance that you can provide in this. I just don't know where to start w/ this. Picks up a ticker list from a local file, confirms a certain date on the csv and matches ticker and date and then checks for price pattern w/in WL. Thank you .
System.NullReferenceException: Object reference not set to an instance of an object.
at WealthLab.Data.DecimalsManager.GetQuantityDecimals(String symbol)
at WealthLab.Backtest.DummyBroker.GetSymbolQuantityDecimals(String symbol)
at WealthLab.Backtest.Transaction.get_QuantityFormatCode()
at WealthLab.Backtest.Transaction.get_QuantityDisplaySimple()
at WealthLab.Backtest.Transaction.get_QuantityDisplay()
at WealthLab.Backtest.Transaction.get_Description()
at WealthLab.Backtest.Transaction.ToString()
at System.Windows.Automation.Peers.AutomationPeer.GetName()
at System.Windows.Automation.Peers.ItemAutomationPeer.GetNameCore()
at System.Windows.Automation.Peers.AutomationPeer.UpdateSubtree()
at System.Windows.Automation.Peers.AutomationPeer.UpdateSubtree()
at System.Windows.Automation.Peers.AutomationPeer.UpdateSubtree()
at System.Windows.Automation.Peers.AutomationPeer.UpdateSubtree()
at System.Windows.Automation.Peers.AutomationPeer.UpdateSubtree()
at System.Windows.Automation.Peers.AutomationPeer.UpdateSubtree()
at System.Windows.Automation.Peers.AutomationPeer.UpdateSubtree()
at System.Windows.Automation.Peers.AutomationPeer.UpdateSubtree()
at System.Windows.ContextLayoutManager.fireAutomationEvents()
at System.Windows.ContextLayoutManager.UpdateLayout()
at System.Windows.Controls.VirtualizingStackPanel.<>c__DisplayClass94_0.<InitializeViewport>b__0()
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
System.NullReferenceException: Object reference not set to an instance of an object.
at WealthLab.Data.DecimalsManager.GetQuantityDecimals(String symbol)
at WealthLab.Backtest.DummyBroker.GetSymbolQuantityDecimals(String symbol)
at WealthLab.Backtest.Transaction.get_QuantityFormatCode()
at WealthLab.Backtest.Transaction.get_QuantityDisplaySimple()
at WealthLab.Backtest.Transaction.get_QuantityDisplay()
at WealthLab.Backtest.Transaction.get_Description()
at WealthLab.Backtest.Transaction.ToString()
at System.Windows.Automation.Peers.AutomationPeer.GetName()
at System.Windows.Automation.Peers.ItemAutomationPeer.GetNameCore()
at System.Windows.Automation.Peers.AutomationPeer.UpdateSubtree()
at System.Windows.Automation.Peers.AutomationPeer.UpdateSubtree()
at System.Windows.Automation.Peers.AutomationPeer.UpdateSubtree()
at System.Windows.Automation.Peers.AutomationPeer.UpdateSubtree()
at System.Windows.Automation.Peers.AutomationPeer.UpdateSubtree()
at System.Windows.Automation.Peers.AutomationPeer.UpdateSubtree()
at System.Windows.Automation.Peers.AutomationPeer.UpdateSubtree()
at System.Windows.Automation.Peers.AutomationPeer.UpdateSubtree()
at System.Windows.ContextLayoutManager.fireAutomationEvents()
at System.Windows.ContextLayoutManager.UpdateLayout()
at System.Windows.Controls.VirtualizingStackPanel.<>c__DisplayClass94_0.<InitializeViewport>b__0()
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
Rename
It looks like you're not finding a ticker and passing a Null instead. Check that.
Thanks very much. ... I will start w/ that.
Your Response
Post
Edit Post
Login is required