Commit Graph

425 Commits

Author SHA1 Message Date
Viacheslav Demydiuk 19d9cb23d3 MtService: include string to fix build 2024-11-14 12:35:46 +02:00
Viacheslav Demydiuk 606b59687e Removed bootstrappers as redundant projects v2.0.0 2024-11-12 10:50:07 +02:00
Viacheslav Demydiuk b1bb8561f5 MtService: changed log level to INFO for release version 2024-11-11 15:44:41 +02:00
Viacheslav Demydiuk d9a9d88318 Added MtApi5 sample: HistoryOrder 2024-08-23 11:35:00 +03:00
Viacheslav Demydiuk 05de6f4995 MtService: using default expert if handle is zero 2024-08-06 17:51:49 +03:00
Viacheslav Demydiuk b7fe982393 MtApi5: fixed bug in function CopyTicks 2024-08-05 18:36:44 +03:00
Viacheslav Demydiuk 2081ada249 Small update readme: fixed typos 2024-08-04 11:43:10 +03:00
Viacheslav Demydiuk 0fda467b68 Updated readme: added information about vcredist 2024-08-03 13:09:13 +03:00
Viacheslav Demydiuk 753da3b4c4 Readme: removed information about CLI 2024-06-17 22:54:02 +03:00
Viacheslav Demydiuk 1a73c72095 Updated readme file: removed information about WCF 2024-06-17 22:52:00 +03:00
Viacheslav Demydiuk e02996e573 Updated readme file: added information about MtClient 2024-06-17 22:47:46 +03:00
Viacheslav Demydiuk c351ce9a42 Updated readme file 2024-06-17 22:27:03 +03:00
Viacheslav Demydiuk a830dc11a6 Refactored MtApi4 (MT4) for working with new architecture 2024-06-16 13:57:50 +03:00
Viacheslav Demydiuk 6dd5e0190f Refactored MT4 expert with new architecture 2024-06-16 13:55:53 +03:00
Viacheslav Demydiuk be8db94112 Added x86 boost libraries 2024-06-16 13:36:36 +03:00
Viacheslav Demydiuk 46a5ca4d04 Refactored MTConnector with new architecure 2024-06-16 13:30:24 +03:00
Viacheslav Demydiuk 07b26a6ac1 Updated MT5Connector with small fixes 2024-06-16 13:28:43 +03:00
Viacheslav Demydiuk e7cf0dddd0 Updated MtApi5 2024-06-16 13:27:00 +03:00
Viacheslav Demydiuk 78e28dc176 Updated ex5 file 2024-06-16 13:00:29 +03:00
Viacheslav Demydiuk 9de3369228 Removed VS 2017 solution 2024-06-16 12:59:24 +03:00
Viacheslav Demydiuk 9a5d3878fe MtApi5: make public Connect/Disconnect functions 2024-03-09 23:17:47 +02:00
Viacheslav Demydiuk 75b9aabfbd Added Newtonsoft.Json into installer 2024-03-09 17:37:54 +02:00
Viacheslav Demydiuk 2d3e36ec8c Updated MtApi5 installer to use new libraries ver 2.0.0 2024-03-03 22:24:58 +02:00
Viacheslav Demydiuk 35812084d5 MtApi5: Added logger in RpcClient 2024-02-25 17:48:47 +02:00
Viacheslav Demydiuk 64c10415a7 MtApi5: fixed problem of null string in command's parameters 2024-02-24 21:33:35 +02:00
Viacheslav Demydiuk 4d0b0ce513 MT5 expert: fixed issues with incorrect name of parameters; fixed time conversation 2024-02-24 21:30:17 +02:00
Viacheslav Demydiuk 2871ddf07a MtApi5: Remove redundant classes (requests) 2024-02-23 18:10:48 +02:00
Viacheslav Demydiuk b9d99da7a8 MtApi5: initialize MqlTradeRequest's fields Symbol and Comment with default values 2024-02-20 20:26:39 +02:00
Viacheslav Demydiuk d7e05ea572 MtApi5: fixed issue with active expert executor 2024-02-13 17:58:21 +02:00
Viacheslav Demydiuk 826e13db29 MtApi5: fixing checking backtesting mode 2024-02-11 21:18:25 +02:00
Viacheslav Demydiuk 5c72c08fa6 MQL5: small updates in expert 2024-02-11 21:02:21 +02:00
Viacheslav Demydiuk 9cb12855e1 MtApi5: completed rewriting API functions for using SendCommand 2024-02-11 21:00:24 +02:00
Viacheslav Demydiuk ad822af2f2 MtApi5: updated some function for working with new core 2024-02-03 20:59:59 +02:00
Viacheslav Demydiuk df95872029 MQL5: update commands types 2024-02-03 20:38:15 +02:00
Viacheslav Demydiuk 788de22665 MQL5: completed update expert's code for using new MtApiCore 2024-02-02 15:28:32 +02:00
Viacheslav Demydiuk 2a6b2ebadd MQL5: removed redundant code related to commands cases 2024-01-28 21:59:19 +02:00
Viacheslav Demydiuk b8dae86a88 MQL5: use executor handler to process commands 2024-01-28 21:55:22 +02:00
Viacheslav Demydiuk a155d7ff07 MQL5: Removed redundant code 2024-01-28 20:01:40 +02:00
Viacheslav Demydiuk 9c8ba497d0 MQL5: completed implement mql functions with new protocol 2024-01-28 16:19:37 +02:00
Viacheslav Demydiuk 04341ffc58 MQL5: continue updating mql expert according to new core 2024-01-21 19:20:14 +02:00
Viacheslav Demydiuk 0edb00beb3 MQL5: update function to use new protocol 2024-01-14 21:57:56 +02:00
Viacheslav Demydiuk caac11cdad MtApi5: Moving some functions to new core 2024-01-14 21:57:07 +02:00
Viacheslav Demydiuk 931dc82524 MQL: small update expert code of sending quote to client 2024-01-13 14:50:15 +02:00
Viacheslav Demydiuk 66d981ca9c MtApi5: small update in requesting quote 2024-01-13 14:48:06 +02:00
Viacheslav Demydiuk 4f9dc57c25 Moved logic related to command to MtRpcClient 2024-01-12 23:24:47 +02:00
Viacheslav Demydiuk 06082539c3 MQL5: disable some functionality for testing new MtService 2024-01-12 21:31:20 +02:00
Viacheslav Demydiuk 919ca97101 Added MtNofication message into MtClient 2024-01-12 21:29:46 +02:00
Viacheslav Demydiuk 98e3961e18 Added MtNotification message for sending client ready. Moved parsing message to MtMessage source code 2024-01-12 21:28:35 +02:00
Viacheslav Demydiuk e6731d8828 Processing incoming messages in MtApi5 2024-01-12 18:22:26 +02:00
Viacheslav Demydiuk ecd09ad6a8 Small fix in MtService 2024-01-12 18:21:29 +02:00