Vyacheslav Demidyuk

Results 83 comments of Vyacheslav Demidyuk

Please contact with me via skype (dem_dw). I need to check the error online on your side.

We have checked this problem online and found that some dlls are not present on VPS (Windows Server 2012). I have collected some dll from my PC and attached it...

Hello. Thank you for this information. This is very major to collect all problems with the project on all systems. Unfortunately, I don't have environment with Windows Server 2012 R2...

MtApi5 MQL expert has condition to check "allow live trading". I don't remember why I have added it. if (MQL5InfoInteger(MQL5_TRADE_ALLOWED) == false) { MessageBox("Trade not allowed.", "MtApi", 0); isCrashed =...

@BryanStackpole Do you still have the error?

Hello. Can you clarify what mql functions do you want to see in MtApi? Can you give me more information about data you needed or web link?

Hi. MtApi does not have functionality Management API of MT. MtApi is using MQL as entry point for working with MetaTrader.

Unfortunately, I have no idea at this moment how to create function iCustom with different parameter types. Now we have only two types of iCustom on C# side: with int...

It's no problem to pass values with same type to MetaTrader. But when we talk about different types then we have restriction of MQL: it does not allow to cast...

I think for MT5 we can try to use function MQL IndicatorCreate instead iCustom: https://www.mql5.com/en/docs/series/indicatorcreate Function IndicatorCreate uses array of parameters of MqlParam type. MqlParam can have different type of...