
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
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?