Hi, when i started a strategy with full persistence, I got the following error and strategy stops updating.
Code:
GUI exception System.ArgumentException: Item has already been added. Key in dictionary: '0 12/28/2018 09:28:16.271 Limit Sell' Key being added: '0 12/28/2018 09:28:16.271 Limit Sell'
at System.Collections.Hashtable.Insert(Object key, Object nvalue, Boolean add)
at System.Collections.Specialized.OrderedDictionary.Add(Object key, Object value)
at SmartQuant.Controls.Orders.OrderManagerWindow.ProcessExecutionCommand(ExecutionCommand executionCommand)
at SmartQuant.Controls.Orders.OrderManagerWindow.UpdateGUI()
at SmartQuant.Shared.TimerManager.timer_Tick(Object sender, EventArgs e)
How can I reset persistence after it is used (other than rename strategy)?
Thanks