Search. Search. StockSharp



Nov 16, 2017 - Hi This will give me the position in the position collection of the _connector. But I need the mytrade loaded into the mytrade collection so that I can access the original user order id. Currently the...


Nov 13, 2017 - Hi I am attaching code that reproduces the error. It is a console application that connects to TWS and then enters an order. When I run it, it gives the error 'Duplicate order id'. Regards


Nov 10, 2017 - Hi When I register an new order it does not reflect in IB TWS. In the connector log I get the following error: 2017/11/10 15:07:32.572| |InteractiveBrokersTrader|RegisterOrder: 0/ SPXW 171215C02580000...


Nov 10, 2017 - Hi Is this problem related to not including this code: _entityRegistry.DelayAction.DefaultGroup.WaitFlush(true); in the application that must save the position? What does this code do?


Nov 10, 2017 - Hi Using my application I opened a position in SPXW call. My application uses CSV storage, so it should have been stored. If I open my application the existing position does not get loaded. I have att...


Nov 10, 2017 - Hi It seems like this problem only occurs when IB TWS loses connection. If you wait it returns and you can connect again Regards


Nov 9, 2017 - Hi I think I found the problem. When I changed the code as follows, it worked: var adapter = _connector.Adapter.InnerAdapters.OfType().First(); _connector.InitializeStorage(_entityRegistry, _storageRe...


Nov 7, 2017 - Hi I have moved my application to my server, but on connecting I get an error: 2017/11/07 16:31:02.182|Error |BasketMessageAdapter|Connection error for InteractiveBrokersMessageAdapter: System.Timeout...


Nov 7, 2017 - Hi I need to store my positions so that when my application starts up it can load the existing positions. The code I use is: var dataPath = @"Data\" + _connectorAccount.AccountName; _entityRegistry = ...


Nov 2, 2017 - Hi And what about MyTrades collection? Is it also filled after restart automatically? I.e if I have open trades in TWS and then start S# will MyTrades be filled automatically? Regards

1 2  >