Hi Peter,
Every time I click on "Show close prices" I got this error.
| Code: |
System.Collections.Generic.KeyNotFoundException: La chiave specificata non era presente nel dizionario.
in System.ThrowHelper.ThrowKeyNotFoundException()
in System.Collections.Generic.Dictionary`2.get_Item(TKey key) in DataIO.TradeHelper.<>c__DisplayClass6_0.<GetTradesClosingPrices>b__0(Trade t) in D:\dev\upwork\Peter\wfo\walkforwardoptimizer2019\build\DataIO\TradeHelper.cs:riga 62
in System.Linq.Enumerable.WhereSelectListIterator`2.MoveNext() in System.Linq.Buffer`1..ctor(IEnumerable`1 source)
in System.Linq.Enumerable.ToArray[TSource](IEnumerable`1 source) in WalkForwardOptimizer.FormWalkForward.DrawEquityGraph() in System.Windows.Forms.CheckBox.OnCheckedChanged(EventArgs e)
in System.Windows.Forms.CheckBox.set_CheckState(CheckState value) in System.Windows.Forms.CheckBox.OnClick(EventArgs e) in System.Windows.Forms.CheckBox.OnMouseUp(MouseEventArgs mevent)
in System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
in System.Windows.Forms.Control.WndProc(Message& m)
in System.Windows.Forms.ButtonBase.WndProc(Message& m)
in System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) |
It's italian but as you can figure it out the main message says something like "The key is not present in the dictionary"
Let me know if you need more info
|