108 Commits

Author SHA1 Message Date
Viacheslav Demydiuk 9d178280d0 Issue #290: MQL5 - added Timeframe into event MtTimeBarEvent 2026-04-06 21:53:50 +03:00
Viacheslav Demydiuk a8bb1a3af9 Issue #261: MQL5 - reset flag _is_ticks_locked in function Execute_UnlockTicks 2026-04-06 21:23:48 +03:00
Viacheslav Demydiuk 2f0ccae238 MQL5: fixed warnings of compiling json.mqh 2025-10-06 23:26:48 +03:00
Viacheslav Demydiuk 7b5f740a77 MtApi5: added fleld 'Flags' into MqlTick 2025-10-05 20:58:24 +03:00
Viacheslav Demydiuk c536585cd2 Issue #284: MtApi5/MQL5 - added function GetSymbols 2025-09-30 16:14:13 +03:00
Viacheslav Demydiuk 96674d8763 MQL5: fixed parsing arguments of function iCustom 2025-09-23 11:31:43 +03:00
Viacheslav Demydiuk db3db18391 MQL5: fixed typo in function iSAR 2025-07-28 22:37:15 +03:00
Viacheslav Demydiuk 541fc2364b MQL5: don't use EMPTY_VALUE as initial value for times 2025-07-25 17:52:06 +03:00
Viacheslav Demydiuk 78b4b7039b MQL5: changed MQL5_DLLS_ALLOWED to MQL_DLLS_ALLOWED 2025-07-25 17:49:30 +03:00
Viacheslav Demydiuk 4a61ab079c MQL5: fixed parameter in function iChaikin 2025-07-25 17:43:07 +03:00
Viacheslav Demydiuk 78e28dc176 Updated ex5 file 2024-06-16 13:00:29 +03: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 5c72c08fa6 MQL5: small updates in expert 2024-02-11 21:02:21 +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 931dc82524 MQL: small update expert code of sending quote to client 2024-01-13 14:50:15 +02:00
Viacheslav Demydiuk 06082539c3 MQL5: disable some functionality for testing new MtService 2024-01-12 21:31:20 +02:00
Christian_X3 38a7b5f103 fix typo MtApi5.mq5 2020-12-14 09:05:06 +01:00
Viacheslav Demydiuk ce7953eee0 Issue #204: [MT5] Added function OrderSendAsync 2020-10-13 15:16:55 +03:00
Viacheslav Demydiuk 93aed4e44c Issue #202: [MT5] added Buy/Sell functions 2020-10-13 14:14:59 +03:00
Viacheslav Demydiuk e33ba5b51f Issue #190: updated MtApi5.mq5 to version 1.7. Init string variable _erro 2020-08-28 18:54:33 +03:00
Viacheslav Demydiuk dd05804082 Issue #201: call iBullsPower instead iBearsPower in MQL 2020-08-26 17:53:31 +03:00
Viacheslav Demydiuk 4349eb3538 Issue #186: Implemented function PositionClosePartial 2020-08-24 22:43:20 +03:00
Christian_X3 3997b6df74 add switchable Events
The function SendMtEvent requires a lot of computing time. To improve the speed of the tester, the events can now be switched off individually
2020-06-18 05:57:05 +02:00
vdemydiuk d621312a8b Merged fix of issue #175 from master 2019-11-06 11:59:41 +02:00
Vasily Larionov 828c1185b3 Position modify 2019-09-24 18:52:56 +03:00
Vasily Larionov 4b384d9da2 Fix null reference exception 2019-09-21 17:20:31 +03:00
vdemydiuk ee81cfe012 Issue #143: Added function TesterStop [MT5] 2019-05-04 10:36:46 +03:00
vdemydiuk 13b8aa9644 Disable debug loging in MtApi.ex5 2019-04-30 11:07:47 +03: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
Florian Wilhelm bb4ac426cd Modified the ObjectCreate such that it can take up to 30 anchor points (maximum amount of anchor points in mql5). The MtApi5.mq5 has been updated to cope with the added parameters. The MtApi5.ex5 has been rebuilt. 2019-03-07 20:35:23 +01:00
vdemydiuk f01ec01a5f Disable debug loging in MtApi.ex5 2018-06-06 15:11:56 +03:00
vdemydiuk 0c38d37559 Issue #107: Added function PositionCloseAll 2018-06-06 14:24:39 +03:00
vdemydiuk 897892dc89 Issue #122: Added event OnLockTicksEvent (MT5) 2018-06-06 12:46:24 +03:00
vdemydiuk 1a5882b75a Issue #122: Implemented UnlockTicks function in MtApi (MT5) 2018-06-05 19:19:35 +03:00
vdemydiuk 0f717f1cb7 Issue #119: Added out parameter MqlTradeResult to function PositionClose 2018-06-04 17:48:14 +03:00
vdemydiuk 5d78ad5067 Issue #120: set field 'Symbol' as optional in MqlTradeRequest (MT5) 2018-06-04 15:36:35 +03:00
vdemydiuk ca3c0e735f Issue #110: Implemented function for working with global variables (MT5) 2018-06-04 13:53:55 +03:00
vdemydiuk 6023bffed6 Issue #106: Extended structure Mt5Quote with fields from MqlTick (volume, last, time) 2018-05-08 14:53:31 +03:00
vdemydiuk 52ca4fae1e MtApi5.ex5: Update version to 1.5. Disable debug logging 2018-03-27 11:25:22 +03:00
vdemydiuk 10a758bd93 Updated test application (MT5) to perform testing functions ChartIndicatorAdd, ChartIndicatorGet 2018-03-27 10:22:16 +03:00
vdemydiuk 4a9642b60c Issue #109: Fixed typo 'Magic' to 'Order' in MQL function JsonToMqlTradeRequest 2018-03-26 18:06:39 +03:00
vdemydiuk 6ba6496e46 Implemented functions ChartIndicatorAdd and ChartIndicatorGet 2018-03-24 21:45:35 +02:00
vdemydiuk 4aefdd554b Updated test application (MT5) to perform testing function ChartId and ChartRedraw 2018-03-19 16:23:55 +02:00