Dear S# Community, i have a question regarding the S# Rithmic Connection. I have realised that it needs a lot of CPU Usage (up to 50%) when i am subscribing to the SubscribeMarketDepth. It seems the method is sync and is blocking the other threads in between. It would be better to call it async but that is not implemented right now in s#. Does anybody make the same experience? Also the second question i have is about the refreshspeed of this subscription. https://doc.stocksharp.com/html/M_StockSharp_Algo_IMarketDataProviderEx_SubscribeMarketDepth.htm i gave a refreshspeed of 3 seconds,but it seems the data update comes more frequently, less than 1 second i guess. TimeSpan span = new TimeSpan(0, 0, 0, 3, 0); Connector.SubscribeMarketDepth(security, null, null, null, MarketDataBuildModes.LoadAndBuild,null, 25, span, null, false, null); Am i using it wrong? Thanks in advance \u0026 best regards Tobias
Hi! I didn\u0027t take any modification yet in \"Rithmic sample application\" and I would like to connect with it but I don\u0027t know what certificate file should I use!? I just have a username and password for my account and nowadays I use it with Ninjatrader well. I have found a certificate (*.pk12) file in NT\u0027s folder but then I got a \"bad input\" error message which is understandable :) I should request a valid certificate file from my futures broker or what file do I have to use there? Regards, Jose