Hi, I'm currently receiving the following error when trying to connect using the Bitfinex connector:
Method not found: 'Void Ecng.Net.WebSocketClient.Send(System.Object, Boolean)'.
This exception is thrown both by the sample application: Samples\SampleBitfinex and also by my own program which creates an instance of StockSharp.Bitfinex.BitfinexTrader and executes the Connect() method.
评论 (4)
登录 或 创建账户, 登录或注册以发表评论
Hi
Please download night build https://yadi.sk/d/VcRO8bj83a4YWK for the crypto connectors. Crypto connectors updates regularly and we made night build version of all our products. You can write to me directly by email or Telegram if it better to prefer.
Hi,
Thank you. When running S# Terminal 4.4.14.7z we are experiencing high single thread activity on the CPU, is there a version that is designed for multithreading?
Kind Regards,
Hi,
Thank you. When running S# Terminal 4.4.14.7z we are experiencing high single thread activity on the CPU, is there a version that is designed for multithreading?
Kind Regards,
Thank you for your feedback. Currently Terminal designed as multi threaded application. All connectors are processed in separate threads. We suppose you have high load on UI thread. Unfortunately in Windows application can exist only 1 UI thread, and boosting of the performance can be done using graphical card. What the environment do you have?