Updated Libraries for .NET Integration

 

Other than the libraries that are found here...

https://github.com/PublicMqlProjects

Are there any other .NET controllers for MQL5? Specifically for working with WPF instead of Forms.

I am trying to write the trade logic in C# and send "order requests" through the controller to be fulfilled by OrderSend() in MQL5.

This would require 2 streams of data: one for price data and one for order requests. Does anybody have tips for achieving this?