Commit Graph

351 Commits

Author SHA1 Message Date
dependabot[bot] 70fb0a32b8 Bump log4net from 2.0.5 to 2.0.10 in /MTApiService
Bumps [log4net](https://github.com/apache/logging-log4net) from 2.0.5 to 2.0.10.
- [Release notes](https://github.com/apache/logging-log4net/releases)
- [Changelog](https://github.com/apache/logging-log4net/blob/master/ReleaseInstructions.txt)
- [Commits](https://github.com/apache/logging-log4net/commits/rel/2.0.10)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-29 20:11:26 +00:00
Vyacheslav Demidyuk 077bec66fa Merge pull request #243 from KptKuck/dev_typo_fix
fix typo in MtApi5.mq5
MT4-v1.0.43
2020-12-14 16:54:23 +02:00
Christian_X3 38a7b5f103 fix typo MtApi5.mq5 2020-12-14 09:05:06 +01:00
Viacheslav Demydiuk 060591ff3a Issue #238: update codepage MtApi.mq4 to UTF-8 2020-12-05 19:43:25 +02:00
Viacheslav Demydiuk 88cb70285c Issue #226: added small fix to stop expert correctly in backtesting mode 2020-11-29 20:08:54 +02:00
Viacheslav Demydiuk 3a05fc3353 Issue #226: Implemented two modes of lock ticks: LOCK_EVERY_TICK and LOCK_EVERY_CANDLE. Added event OnLockTicks 2020-11-29 19:30:21 +02:00
Viacheslav Demydiuk acd8514c38 MtApi (MT4) version 1.0.43 2020-11-29 19:25:54 +02:00
Vyacheslav Demidyuk 88dfa84776 Merge pull request #229 from eabase/patch-1
Update README.md
2020-11-13 22:25:55 +02:00
Viacheslav Demydiuk 8438f0c94b Issue #230: used template method GetNamedParameter in MTConnector.dll 2020-11-13 21:58:56 +02:00
eabase f48521cd1d Update README.md
Fixed grammatics and added some markup for readability
2020-11-13 16:32:10 +02:00
Viacheslav Demydiuk 80703b1386 Issue #222: updated Readme 2020-11-12 21:08:53 +02:00
Vyacheslav Demidyuk 2b9083c342 Merge pull request #227 from eabase/dev
Added con2mtapi python example for MT4
2020-11-12 21:04:47 +02:00
eabase 8369788133 Added con2mtapi python example for MT4
Added the latest con2mtapi python example for MT4, as is maintained and part of the `mt4pycon`, found here:  
https://github.com/eabase/mt4pycon
2020-11-12 17:21:01 +02:00
Viacheslav Demydiuk 1a1b0cd822 Issue #218: Used refenrces instead of pointers in C++ functions MT5-v1.0.24 2020-11-01 15:59:11 +02:00
Viacheslav Demydiuk f6659ed91d MTApiService version 1.0.34 2020-11-01 15:52:51 +02:00
Viacheslav Demydiuk 56a48e328b Issue #218: signed MtApiSerivce.dll 2020-11-01 13:13:08 +02:00
Viacheslav Demydiuk f9a589c2c4 MtApi [MT5] version 1.0.24 2020-11-01 12:23:30 +02:00
Viacheslav Demydiuk df579ccdd1 [MT5] logging improvements 2020-11-01 12:16:54 +02:00
Viacheslav Demydiuk 318bae3852 Issue #209: [MT5] Added function ChartId to get chart id by expert handle. 2020-10-25 19:20:44 +02:00
Vyacheslav Demidyuk 60c8a646ff Merge pull request #217 from KptKuck/dev_matlab_basic_example
add a simple MatLab example with Output Windows
2020-10-25 15:58:40 +02:00
Vyacheslav Demidyuk 8e6c677e67 Merge pull request #216 from KptKuck/dev_matlab_adv_example
Add a advanced MatLab example
2020-10-25 15:54:04 +02:00
Vyacheslav Demidyuk ee3d47d625 Merge pull request #214 from KptKuck/dev_labor
add a simple python example
2020-10-25 15:48:45 +02:00
Christian_x7 258a98f7d5 add a simple MatLab example with Output Windows 2020-10-24 11:47:42 +02:00
Christian_x7 a6e3c2a3e8 forgotten files :-) 2020-10-24 10:24:10 +02:00
Christian_x7 76a6216cf7 Add a advanced example
It uses its own API which I packed between MTApi5 and MatLab.
Possible that this is useless, but errors from the .NET assembly are more tradable.
2020-10-24 10:14:58 +02:00
Christian_x7 06516d1d46 add a simple python example 2020-10-24 05:04:59 +02:00
Viacheslav Demydiuk 9eedf15e9e Issue #208: fixed issue with calling CheckOrders after starting TradeMonitor event MtApi has disconnected state MT4-v1.0.42 2020-10-22 22:26:17 +03:00
Viacheslav Demydiuk 373bfe4997 [MT4] Log improvements 2020-10-22 21:24:28 +03:00
Viacheslav Demydiuk 0cd8edb933 Updated LogConfigurator to avoid creation of many log files during several clients in one app session 2020-10-22 21:19:30 +03:00
Viacheslav Demydiuk a66f18c2b3 MTApiService version 1.0.33 2020-10-22 20:11:51 +03:00
Viacheslav Demydiuk 71964c3303 MtApi (MT4) version 1.0.42 2020-10-22 16:25:18 +03:00
Vyacheslav Demidyuk 4e7f8b93f4 Merge pull request #208 from mbochmann/dev
Changed design of monitors for better extensibility
2020-10-22 18:57:16 +03:00
Mitja Bochmann 5715e7e2b8 Update readme.md 2020-10-18 11:12:28 +02:00
Mitja 833ce1f192 Added ModifiedOrdersMonitor, added some more doc 2020-10-18 11:05:18 +02:00
m.bochmann 724162f29d Updated documentation of newly added classes 2020-10-13 15:52:55 +02:00
m.bochmann 739567d871 Bugfix in TimerTradeMonitor
SyncTrigger should only be set to true by default when the trigger will be initialized in the constructor.
2020-10-13 15:36:59 +02:00
m.bochmann a12ddba765 Changed design of monitors for better extensibility 2020-10-13 15:10:26 +02:00
Viacheslav Demydiuk 9a5acac2db Update readme: updated links MT5-v1.0.23 2020-10-13 15:19:26 +03:00
Viacheslav Demydiuk 7a776de8d3 Update readme: added link to telegram's chat 2020-10-13 15:18:03 +03: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 4c8c3b8766 MtApi [MT5] version 1.0.23 2020-09-04 12:10:26 +03:00
Viacheslav Demydiuk 73ebde8b6b Added link on Telegram's channel to readme 2020-08-30 12:28:54 +03:00
Viacheslav Demydiuk e33ba5b51f Issue #190: updated MtApi5.mq5 to version 1.7. Init string variable _erro MT5-v1.0.22 2020-08-28 18:54:33 +03:00
Viacheslav Demydiuk a0a4263e24 Issue #190: implemented function sendErrorResponse in Mt5Connector 2020-08-28 17:39:49 +03:00
Viacheslav Demydiuk 5d18dd4ad3 MTApiService version 1.0.32 2020-08-28 17:28:34 +03:00
Viacheslav Demydiuk 03ff1f9176 MtApi [MT5] version 1.0.22 2020-08-28 16:48:31 +03:00
Viacheslav Demydiuk f376b4e0e5 MtApi (MT4) version 1.0.41 MT4-v1.0.41 2020-08-26 22:59:21 +03:00
Viacheslav Demydiuk fc54b5dd4a Updated test application (MT5) to perform testing functions iBullsPower, iBearsPower, BarsCalculated, CopyBuffer. MT5-v1.0.21a 2020-08-26 21:06:26 +03:00
Viacheslav Demydiuk dd05804082 Issue #201: call iBullsPower instead iBearsPower in MQL 2020-08-26 17:53:31 +03:00