Commit Graph

95 Commits

Author SHA1 Message Date
vdemydiuk aa91196e31 Updated license text in MtApi5 installer 2016-11-07 13:45:18 +02:00
vdemydiuk ba7b50e241 Issue #29: Added process Id into name of log file 2016-11-07 13:05:36 +02:00
vdemydiuk ddcd6fa2d5 Issue #25: Implemented function CopyTicks. Used json request 2016-11-05 00:52:52 +02:00
vdemydiuk ad55740bc7 Started MtApi (MT5) version 1.0.11 2016-11-03 13:07:48 +02:00
vdemydiuk 26a3db9ae1 Small refactoring testing application (MT4) v1.0.31 2016-11-02 11:25:47 +02:00
DW 7d3af82e1f Updated testing application (MT4) to test functions: SymbolsTotal, SymbolName, SymbolSelect, SymbolInfoInteger 2016-11-01 18:43:49 +02:00
DW 09b72fc64d Added function SymbolInfoInteger into MtApi (MT4). Added function sendLongResponse into library MTConnector 2016-11-01 12:49:39 +02:00
DW 834b0af430 Started version 1.0.31 MtApi (MT4) 2016-11-01 10:32:29 +02:00
DW 5dd1e4831d Merge branch Add_sessions 2016-11-01 10:28:24 +02:00
DW 39f11bfc34 Merge branch Manage_symbols 2016-11-01 10:18:22 +02:00
vdemydiuk c6faaf0602 Issue #26: Use tick event function to perform MtApi commands in testing mode 2016-10-31 17:59:55 +02:00
vdemydiuk c14726bdba Issue #23: Added empty constructor to class MqlRates, made public setters of properties MT5-v1.0.10 2016-10-24 11:58:14 +03:00
vdemydiuk 05452e3b90 Issue #21: Added function Print to MtApi (MT5) 2016-10-21 17:52:54 +03:00
vdemydiuk 094cdcc448 Issue #13: changed timeout values of SendTime and ReceiveTime on client side and server sides (12 hours) 2016-10-20 10:19:52 +03:00
vdemydiuk a63e628124 Updated test application for working with MtApi (MT5) version 1.0.10 2016-10-17 11:57:54 +03:00
vdemydiuk 7fec3da7bc Update readme 2016-10-12 17:01:22 +03:00
vdemydiuk 1d407b5e16 Changed sign key in library MtApiService: using MtApiKey.snk. Added logging into MtApiService and used ILMerge.Task to merge assemblies into one dll. 2016-10-12 16:37:54 +03:00
vdemydiuk e373f7976c Refactoring MtApiService 2016-10-11 12:23:47 +03:00
vdemydiuk 3785ee4ace Small refactoring MtApi (MT5) and MtService. Started version 1.0.22 of MtService 2016-10-10 15:49:53 +03:00
vdemydiuk b4b8e7eaf0 MtApi (MT5): Disabled backtesting in mql expert 2016-10-10 13:37:47 +03:00
vdemydiuk 22f7915a4a Merge branch 'mtapi5_backtesting' 2016-10-10 13:27:17 +03:00
vdemydiuk 84dfd21f9f Fixed issue #17: fix error in test client 2016-10-07 17:42:36 +03:00
vdemydiuk d4ee2cfada Issue #16: implemented backtesting functionality into MtApi5 2016-10-07 17:08:16 +03:00
vdemydiuk 0b3d686f05 Fixed issue #17 2016-10-07 17:05:06 +03:00
vdemydiuk cacc0ea787 Implemented function PositionOpen. Made small refactoring 2016-10-06 14:04:17 +03:00
vdemydiuk d96dc18ea3 Issue #19: added comment about WIX Tools 2016-10-06 13:32:56 +03:00
Konstantin Ivanov 6b4adfaa97 Add method SymbolInfoSession() 2016-10-05 17:02:00 +03:00
vdemydiuk 7aa2a1b691 Used WM_TIMER message to perform commands in MQL expert 2016-10-05 11:18:46 +03:00
vdemydiuk 5739423d6c Starting to work on MtApi (MT5) version 1.0.10 2016-10-05 10:29:03 +03:00
Konstantin Ivanov db4bb44fb3 Add SymbolSelect() and use existing local variables 2016-09-29 17:13:41 +03:00
Konstantin Ivanov 68d5fa98af Add SymbolName() 2016-09-29 16:30:11 +03:00
Konstantin Ivanov dc28823ca9 add SymbolsTotal() 2016-09-29 16:14:53 +03:00
DW 802b19b402 Merge branch 'master' of https://github.com/vdemydiuk/mtapi v1.0.30 2016-09-16 10:30:16 +03:00
DW 1264ffd5aa Changed algorithm to execute commands in mql expert: used function OnTimer instead OnTick 2016-09-16 10:29:55 +03:00
Vyacheslav Demidyuk 0d82965149 Merge pull request #15 from wesleyteixeira/positionclose
Added PositionClose command to MT5 Api
2016-09-13 17:14:35 +03:00
Wesley Teixeira 4258ff4551 Fixed Mql Script 2016-09-13 10:03:16 -04:00
Wesley Teixeira 9d48f74b29 Added PositionClose command to MT5 Api 2016-09-13 09:03:55 -04:00
DW a11604503a Added trade monitors (by timer and by timeframe) to check orders and make event about opened/closed orders 2016-09-09 19:10:10 +03:00
DW edc7311104 Added MtEvent into MtApiService. Added event LastTimeBar into MtApi (MT4) 2016-08-30 16:01:23 +03:00
DW e24502f303 Started version MtApi 1.0.30 2016-08-29 17:56:26 +03:00
DW e312f52b74 Added function CopyRates. Implemented Backtesting 2016-07-25 16:49:15 +03:00
DW edc14d6c97 Started mtapi version 1.0.29 2016-06-08 12:56:10 +03:00
DW 949eb0a8c9 Fixed issue #8 (Missing StopLoss and TakeProfit properties in MtOrder) 2016-06-07 14:25:14 +03:00
DW d01a899aae Fixed issue #7: Added Newtonsoft.Json.dll into installer 2016-05-16 15:15:21 +03:00
DW 23db4631f1 compiled version 1.2 of MtApi.ex4 2016-05-16 10:49:22 +03:00
DW b94804c44c Fixed #6: Set feild 'symbol' of order in mql part 2016-05-16 10:29:07 +03:00
DW 13c3ce1445 Fixed issue #5: Color representation. MQL uses different color representation than C# System.Drawing.Color (Thanks Tr4Dr). 2016-05-13 11:53:28 +03:00
DW 05d762977b Started MtApi version 1.0.27 2016-05-13 11:52:06 +03:00
DW ed5d6d9fb5 Reractored functions GetOrder and GetOrders in MQL part. 2016-05-12 17:42:13 +03:00
DW b8e6b1a973 Fixed Issue #4: Changed function iCustom to use request/respons pattern. 2016-05-12 13:46:06 +03:00