Vyacheslav Demidyuk
|
bce68fd168
|
Merge pull request #104 from Janderson/master
TerminalInfo Commands and ChartTemplate Commands
|
2018-03-13 10:54:16 +02:00 |
|
Janderson
|
0812229538
|
Chart Commands:
- ChartSaveTemplate Implemented
|
2018-03-12 23:08:04 -03:00 |
|
Janderson
|
d0fa4af1d0
|
- Bug fix - when click in chartApplyTemplateButton, store template file in right place
|
2018-03-12 22:44:08 -03:00 |
|
Janderson
|
8eb4bcfabe
|
Commands to handle with Terminal:
- TerminalInfoDoublePropertyId
- TerminalInfoIntegerPropertyId
- TerminalInfoStringPropertyId
|
2018-03-12 22:37:06 -03:00 |
|
Vyacheslav Demidyuk
|
9ea58354be
|
Merge pull request #103 from Janderson/master
Missing function to mql5
|
2018-03-12 16:49:21 +02:00 |
|
Janderson FFerreira
|
02774d7328
|
Merge branch 'mt5_1_0_18' into master
|
2018-03-12 11:34:00 -03:00 |
|
Janderson FFerreira
|
cbff71f8d0
|
- Correction of Test Client
- Missing codes in mtapi5.mq5
|
2018-03-12 11:17:12 -03:00 |
|
Janderson FFerreira
|
951a91976c
|
- missing mql5 file
|
2018-03-11 19:56:28 -03:00 |
|
Janderson FFerreira
|
6a37826486
|
- Add some commands to handle with Chart to MT5 api
- Add some commands to handle with windows to MT5 api
|
2018-03-11 19:26:25 -03:00 |
|
vdemydiuk
|
cab2de6d24
|
Issue #100: implemented functions GetLastError, ResetLastError() in MtApi (MT5)
|
2018-03-09 19:18:54 +02:00 |
|
vdemydiuk
|
ec6c71607b
|
Issue #96: Implemented function PositionGetTicket in MtApi (MT5)
|
2018-03-08 17:45:22 +02:00 |
|
vdemydiuk
|
0a39b69b15
|
Issue #95: Added default constructors to classes MqlBookInfo, MqlTradeCheckResult
|
2018-03-08 16:22:37 +02:00 |
|
vdemydiuk
|
fe94ec21de
|
Issue #102: fixed long type of result in function SeriesInfoInteger
|
2018-03-08 15:31:02 +02:00 |
|
vdemydiuk
|
34c78c73c0
|
Started version 1.0.18 (MT5)
|
2018-03-08 15:26:29 +02:00 |
|
vdemydiuk
|
d7b8ef894c
|
Issue #93: Fixed typo Cction (Action) in MtApi5.mq5
MT5-v1.0.17
|
2018-03-02 13:22:40 +02:00 |
|
vdemydiuk
|
7f33cebce1
|
MtApi5: Set version 1.0.17
|
2018-03-02 12:21:54 +02:00 |
|
vdemydiuk
|
84740787d5
|
Issue #94: Added event handler OnBookEvent (MT5).
|
2018-03-02 11:43:03 +02:00 |
|
vdemydiuk
|
ad6bad5187
|
Issue #93: Added event OnTradeTransaction. Udpated json.mqh to fix JSONNumber for correct serialization zero integer value".
|
2018-03-01 11:20:25 +02:00 |
|
vdemydiuk
|
0086b02bc8
|
Issue #92: Updated test application (MT5) to use functions IndicatorCreate and IndicatorRelease
|
2018-02-27 18:26:37 +02:00 |
|
vdemydiuk
|
f7e06c1570
|
Issue #92: Added functions IndicatorCreate and IndicatorRelease
|
2018-02-27 09:49:26 +02:00 |
|
vdemydiuk
|
c86a3a3752
|
Issue #91: Added MarketBookGetRequest to perform function MarketBookGet (MT5)
|
2018-02-21 14:43:25 +02:00 |
|
vdemydiuk
|
be8a17c0fd
|
Issue #88: Activate execute commands in tester mode (MT5)
MT5-v1.0.16
|
2018-02-19 19:21:29 +02:00 |
|
vdemydiuk
|
5c6751de9b
|
Issue #90: Added time functions: TimeCurrent, TimeTradeServer, TimeLocal, TimeGMT
|
2018-02-19 18:48:31 +02:00 |
|
vdemydiuk
|
83776f8b7a
|
Minor refactoring to remote redundant code
|
2018-02-19 17:12:26 +02:00 |
|
vdemydiuk
|
f1c1df1e00
|
Issue #89: Changed function OrderCheck to use json request/response
|
2018-02-19 17:02:19 +02:00 |
|
vdemydiuk
|
d6640300f5
|
Issue #89: Changed function PositionOpen to use json request/response
|
2018-02-19 15:54:03 +02:00 |
|
vdemydiuk
|
c9c188f697
|
Minor refactoring to remove code syle warnings
|
2018-02-19 13:37:43 +02:00 |
|
vdemydiuk
|
3a4f561836
|
Issue #87: Added event QuoteUpdate to MtApi5Client (MT5) for compatibility with MATLAB
|
2018-02-19 11:49:52 +02:00 |
|
vdemydiuk
|
bdb30edee3
|
Issue #82: Responsed moved to Request folder
|
2018-02-19 11:27:07 +02:00 |
|
vdemydiuk
|
29f501b055
|
Issue #82: Refactored request responses (MtAp5). Added iCustom functions with string and boolean parameters. Added button iCustom in test application (MT5).
|
2018-02-19 11:07:37 +02:00 |
|
vdemydiuk
|
521d7ea2c0
|
Issue #82: Disabled debug mode in MtApi5.ex5. Updated test client to send order with values Expiration and Comment
|
2018-02-18 20:24:27 +02:00 |
|
DW
|
0e5bb40a6f
|
Issue #82: Refactored MQL5 expert to use json in function OrderSend
|
2018-02-17 00:10:10 +02:00 |
|
vdemydiuk
|
14079dc3c1
|
Issue #82: Added stub class OrderSendRequest
|
2018-02-15 20:32:22 +02:00 |
|
vdemydiuk
|
3600a86971
|
MtApiService version 1.0.29. Added log wrapper class MtLog
|
2018-02-15 17:37:08 +02:00 |
|
vdemydiuk
|
83e62fbff7
|
Started version 1.0.16 (MT5)
|
2018-02-15 17:33:02 +02:00 |
|
vdemydiuk
|
5c96aeb2fd
|
Issue #81: Added function TimeGMT into MtApi (MT4)
MT4-v1.0.40
|
2018-02-13 19:02:08 +02:00 |
|
vdemydiuk
|
a238e5eb36
|
Issue #80: Fixed wrong condition on fetch first parameter in function Execute_TerminalInfoString
|
2018-02-13 18:35:40 +02:00 |
|
vdemydiuk
|
11fd5b7527
|
Started version 1.0.40 (MT4)
|
2018-02-13 18:33:11 +02:00 |
|
vdemydiuk
|
cbe75cfbf6
|
Issue #83: Added command button HistoryDealMethods to check functions related to the issue
MT5-v1.0.15
|
2018-02-08 18:04:15 +02:00 |
|
vdemydiuk
|
9581431a9f
|
Issue #84: Fixed bug in function HistoryOrderGetInteger, there was wrong return value type
|
2018-02-04 14:39:09 +02:00 |
|
vdemydiuk
|
acf0c12531
|
MT5: started version 1.0.15
|
2018-02-04 14:02:41 +02:00 |
|
DW
|
1eccda9b2c
|
Version MtApi4 1.0.39
MT4-v1.0.39
|
2018-01-16 16:11:33 +02:00 |
|
DW
|
fd4aac7c32
|
Issie #73: added wrapped function getBooleanValueW into MtApi.mq4. Issue #76: added precompiled value __DEBUG_LOG__ into MtApi.mq4 to disable logging in release verion
|
2018-01-16 16:06:21 +02:00 |
|
DW
|
36c90c8481
|
Updated test application (MT5): added test functions HistoryDealGetDouble, HistoryDealGetInteger, HistoryDealGetString
MT5-v1.0.14
|
2018-01-11 15:28:57 +02:00 |
|
DW
|
fefa451371
|
Issue #39: Added indicator functions on MQL side (MtApi MT5)
|
2018-01-10 19:13:31 +02:00 |
|
DW
|
1c57f88cb1
|
Issue #72: Fixed bug with serialization of parameters in functions HistoryDealGetInteger, HistoryDealGetString, HistoryDealGetDouble
|
2017-11-27 18:16:35 +02:00 |
|
DW
|
08ba45c65f
|
Issue #39: Added indicator functions on C# side (MtApi MT5)
|
2017-11-27 18:09:54 +02:00 |
|
DW
|
b8314e9ed7
|
MtApi5: add waiting incoming connection on MT5 side in backtesting mode
|
2017-11-15 18:16:23 +02:00 |
|
DW
|
9587b10c8c
|
MtApi5 version 1.0.14
|
2017-11-15 18:15:34 +02:00 |
|
DW
|
b838084ba2
|
Issue #14: Updated test application for using function PositionOpen with MqlTradeResult
MT5-v1.0.13
|
2017-09-29 19:05:06 +03:00 |
|