Commit Graph

66 Commits

Author SHA1 Message Date
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
DW 4e95ceac32 Fixed build configuration in solution 2016-05-12 13:44:18 +03:00
DW bc3f5062cc Updated readme 2016-05-12 13:43:41 +03:00
DW ab22b00afa Fixed Issue #3: GetOrders return orders from trade and history pools 2016-05-11 11:13:42 +03:00
DW a39326b336 Merge branch 'master' of https://github.com/vdemydiuk/mtapi 2016-05-11 11:12:17 +03:00
DW c4c1f77d38 Started MtApi version 1.0.26 2016-05-11 11:11:04 +03:00
Vyacheslav Demidyuk 27a6112ccf Create README.md 2016-05-10 18:59:16 +03:00
DW 5b46599b93 Fixed Issue #2: type for volume set to double (was int). 2016-05-10 18:05:11 +03:00
DW 8b333f599d Migrated to VS2015 2016-05-10 17:56:39 +03:00
DW 18226cc9e8 Moved test applications to folder TestClients. Fixed build of installers 2016-05-10 17:47:51 +03:00
DW 017a19e02f Added custom action to copy MtApi.ex4 file to MetaTrader user folder during installation 2016-05-10 12:12:39 +03:00
DW 1ef3765d68 Started version 1.0.25. Added OrderModifyRequest. Changed function OrderModify to use request pattern. 2016-05-06 10:30:51 +03:00
DW 4511a64a39 Added field Swap to MtOrder class. Mark function OrderSwap as obsolete 2016-04-29 19:31:35 +03:00
DW 36965bd02c Added OrderDeleteRequest. Changed functions OrderDelete to use request pattern. Mark some order functions as obsolete. 2016-04-29 19:10:02 +03:00
DW a52cc001c8 Added OrderCloseByRequest. Changed functions OrderCloseBy to use request pattern 2016-04-29 16:25:41 +03:00
DW 4328fcb050 Added OrderCloseRequest. Changed functions OrderClose to use request pattern 2016-04-29 15:05:37 +03:00
DW ace3764317 Added OrderSendRequest/OrderSendResponse. Changed functions OrderSend to use request pattern 2016-04-28 19:34:45 +03:00
DW 640c680933 Added MtErrorCode used in MtExecutionException 2016-04-25 14:00:54 +03:00
DW 3bec28f817 Added Request/Response mechanism into mtapi. Added structure MtOrder. Added functions GetOrder, GetOrders. 2016-04-22 19:14:47 +03:00
DW 6f8a8728ed Refactored MtApiService: command will be executed in first expert will be invoked by quote tick 2016-04-13 16:41:32 +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 c256e4f80f Fixed bug in iCustom (mode value) 2016-01-07 20:06:46 +02:00
vdemydiuk 8e41a53e93 version 1.0.24. Added functions TerminalInfoString and SymbolInfoString 2016-01-07 13:02:22 +02:00
vdemydiuk eceb71fd40 Started to work on TerminalInfoString 2016-01-07 11:40:05 +02:00
vdemydiuk 34946572bf Fixed bug in iCustom when parameters are null or empty 2016-01-07 01:30:25 +02:00
vdemydiuk 31b8412300 Updated functions OrderSendBuy, OrderSendSell. Version 1.0.23 2015-12-19 19:57:42 +02:00
vdemydiuk ae4b884908 Updated enum of connection states for working with backtesting 2015-12-14 12:04:11 +02:00
vdemydiuk 2d6a0f7b35 Added command CloseOrderByCurrentPrice into mtapi 4 2015-12-02 15:56:51 +02:00
vdemydiuk f1a8d83c3b Version matapi4 1.0.20. Added OrderSendBuy, OrderSendSell 2015-11-17 12:50:43 +02:00