Forum

MQL 5 run func for given user login

Hi, Is it needed to run mql5 scripts within some specific terminal, I mean, is it tight coupled with the terminal? Is it possible to run funcs such as OrderSend for some specified login or must be the one that is logged? Seems that it does not receive login as input parameter. Thank you. Best

MQL5 C#/C++ interoperability

Hi, Is it to possible to call MQL5 functions from C# or C++? I have seen the contrary here https://www.mql5.com/en/articles/249 , but I am not sure if it is possible the other way. Also, if it is possible how can I pass arguments? Thank you. Best Regards

MQL5 Get Charts (managed c++)

Hi, I am trying to use MetaQuotes.MT5ManagerAPI64.dll (managed c++) version 5.0.0.2085 to get charts. The only method that seems that could fit is this one. MTChartBar [] ChartRequest( string symbol, long from, long to, out MTRetCode res); For some reason it is returning the code