26 Commits

Author SHA1 Message Date
Viacheslav Demydiuk 07b26a6ac1 Updated MT5Connector with small fixes 2024-06-16 13:28:43 +03:00
Viacheslav Demydiuk 66881b45b9 Removed unused argument is_testing from function initExpert 2024-01-12 18:20:35 +02:00
Viacheslav Demydiuk 4a6f09d75b Set external functions in MT5Connector to be visible for loading DLL 2024-01-08 22:05:37 +02:00
Viacheslav Demydiuk a095fb137b Update MT5Connector project for using MtService 2024-01-06 20:01:32 +02:00
Viacheslav Demydiuk 1a1b0cd822 Issue #218: Used refenrces instead of pointers in C++ functions 2020-11-01 15:59:11 +02:00
Viacheslav Demydiuk 56a48e328b Issue #218: signed MtApiSerivce.dll 2020-11-01 13:13:08 +02:00
Viacheslav Demydiuk a0a4263e24 Issue #190: implemented function sendErrorResponse in Mt5Connector 2020-08-28 17:39:49 +03:00
vdemydiuk 43ef628c69 Issue #142: added support VS 2017 2019-11-05 17:03:58 +02:00
vdemydiuk 44fab4dae1 Issue #136: Updated structures MqlTick, MqlBook with new field volume_real. Remove redundant code from MtApiService. 2019-03-18 17:31:54 +02:00
vdemydiuk cab2de6d24 Issue #100: implemented functions GetLastError, ResetLastError() in MtApi (MT5) 2018-03-09 19:18:54 +02:00
vdemydiuk ad6bad5187 Issue #93: Added event OnTradeTransaction. Udpated json.mqh to fix JSONNumber for correct serialization zero integer value". 2018-03-01 11:20:25 +02:00
Tr4Dr f7b00a8d88 Added null check to convertSystemString [MT5]
Whithout this fix, the OrderSend method crashing if we doesn't set the "request.Comment" property.
2017-09-18 14:55:03 +02:00
Tr4Dr f50925c8d3 Changed wcslen to wcsnlen [MT5]
Maximum character length set to 1000 based on preinit() MQL5 function. This value must be kept synchronized with MQL side.
2017-09-17 22:35:26 +02:00
Tr4Dr e29a11de68 Changed type of '\0' literal to wchar_t [MT5] 2017-09-17 22:19:09 +02:00
Tr4Dr 12141775f3 Fixed type casting to __int64 [MT5]
long long type should be an alternative.
2017-09-17 22:05:56 +02:00
DW c82787473f Issue #16: Added Mt5Expert into MTApiService. Refactored MT5Connector 2017-09-08 12:44:14 +03:00
DW 1f72b2b790 Refactored MTApiService and connectors projects 2017-09-07 17:46:25 +03:00
DW d34524d77f Issue #44: Fixed MT5Connector project for using MtAdapter 2017-01-08 14:47:08 +02:00
vdemydiuk 7aa2a1b691 Used WM_TIMER message to perform commands in MQL expert 2016-10-05 11:18:46 +03:00
DW 18226cc9e8 Moved test applications to folder TestClients. Fixed build of installers 2016-05-10 17:47:51 +03:00
DW b803ed8567 Completed wix installers for mtapi MT5 2016-04-12 12:51:56 +03:00
vdemydiuk 9b40712c9c Update solution to support Visual Studio 2013. Fix problems with async quote events 2016-04-09 17:29:15 +03:00
vdemydiuk aa7592ebd1 Updated installer for MtApi4 2015-08-14 16:07:51 +03:00
Vyacheslav Demidyuk 7147734e9f Removed ConnectionManager from MtApi4 and MtApi5 installers. Api server side listens all newtwork connections 2014-12-14 19:58:26 +02:00
Vyacheslav Demidyuk 66391301c5 disable verification in mtapi5 2014-11-18 18:01:32 +02:00
Vyacheslav Demidyuk 8746e96416 Added projects MtApi4 and MtApi5 2014-10-31 09:05:52 +02:00