Forum

Want to devlelop a tool for my self. but...

how to get server api lib and manager api lib? Thanks

How to pass class object as a paramter from mql5 to C# and from C# to mql5

I got a sample from official website, the sample is pretty good. but every parameter of C# method is simple type, it is not a struct or class. so some methods have many parameters, it looks not good. i am trying to pass a class object as a parameter to a C# method, but still do not know how to do it