Vyacheslav Demidyuk

Results 83 comments of Vyacheslav Demidyuk

@dd-ctss Please check that you are using correct build configuration of MT5Connector.dll. If your MetaTrader terminal is 64-bit than the library also must be built in x64 mode. MtApi installer...

Hi. MtApi is working with MetaTrader terminal where only one acount can be active. If you want to have several accounts in single c# client-application you need load several instances...

Hi. This option is not available.

Hello. Unfortunately, I don't have any examples in ASP.NET for using MtApi. But I will try to create it as soon as possible.

Hello. Ok. I will create simple test web app asap. I don't have experience in ASP.NET so it will take some time on investigation.

Hi, Thank you too for your help.

If I understood you correct you can use function HistoryDealGetDouble with argument ENUM_DEAL_PROPERTY_DOUBLE.DEAL_PROFIT to get information about profit of position. You need to call function HistorySelect(from_date,to_date). Please try to to...

Hi, I am not sure that we can use mtapi to get data from bitmex. Maybe It will be better to create new project for this. Please contact with me...

Function UnlockTicks enable updated quotes between timeframes (candles), not for every ticks. I can changed field BacktestingLockTicks to use enum (NoLock, LockEveryTick, LockEveryTimeFrame) instead boolean values (that lock time frame...

At this moment I don't have an opportunity to implement common functions for both platform, and I am not sure that it is needed. MT4 will die in the near...