Vyacheslav Demidyuk
d1387148df
Merge pull request #148 from flognity/master
...
ObjectCreate can now take up to 30 anchor points
2019-03-18 16:11:48 +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
34b4e33cc9
Issue #138 : removed rudiment value POSITION_COMMISION from enum ENUM_POSITION_PROPERTY_DOUBLE
2019-02-20 13:12:29 +02:00
vdemydiuk
f01ec01a5f
Disable debug loging in MtApi.ex5
MT5-v1.0.19
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
6c45f28a05
Issue #121 : Added original MtTime field to MqlRates (MT5)
2018-06-04 15:04:12 +03:00
vdemydiuk
ca3c0e735f
Issue #110 : Implemented function for working with global variables (MT5)
2018-06-04 13:53:55 +03:00
vdemydiuk
f71151104b
Issue #111 : Added enum value SYMBOL_VISIBLE
2018-05-08 19:07:52 +03:00
vdemydiuk
28816a75ac
Issue #113 : Changed extension of logging files to *.log
2018-05-08 16:44:57 +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
fd34f009cd
Started version 1.0.19 (MT5)
2018-05-08 14:50:25 +03:00
Vyacheslav Demidyuk
1bb2b65cdf
Merge pull request #115 from CVasquezG/master
...
Updated README
2018-04-02 16:27:58 +03:00
CVasquezG
37e8275465
Updated README
...
Changes made to the README file to be more formal.
I am doing this as a university assignment where I am required to improve documentation in the open source community. I hope changes suggested in this commit are useful for your project.
2018-03-31 14:08:20 -07:00
vdemydiuk
52ca4fae1e
MtApi5.ex5: Update version to 1.5. Disable debug logging
MT5-v1.0.18
2018-03-27 11:25:22 +03:00
vdemydiuk
6b327e017a
Removed unnecessary Windows Operations from MtApi5 code (MT5)
2018-03-27 11:11:33 +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
1ffbba5ee3
Updated test application (MT5) to perform testing functions ChartNavigate, ChartIndicatorDelete, ChartIndicatorName, ChartIndicatorsTotal, ChartWindowOnDropped, ChartPriceOnDropped, ChartTimeOnDropped, ChartXOnDropped, ChartYOnDropped, ChartSetSymbolPeriod, ChartScreenShot
2018-03-24 19:08:40 +02:00
vdemydiuk
8cdfd6fb91
Updated test application (MT5) to perform testing function ChartGetDouble and ChartGetInteger
2018-03-19 19:10:51 +02:00
vdemydiuk
7c3ddbabac
Updated test application (MT5) to perform testing function ChartSetInteger and ChartSetString
2018-03-19 18:58:12 +02:00
vdemydiuk
83e0145a3a
Updated test application (MT5) to perform testing function ChartPeriod and ChartSetDouble
2018-03-19 18:39:15 +02:00
vdemydiuk
f17c7cd554
Updated test application (MT5) to perform testing function ChartWindowFind and ChartClose
2018-03-19 17:23:16 +02:00
vdemydiuk
4aefdd554b
Updated test application (MT5) to perform testing function ChartId and ChartRedraw
2018-03-19 16:23:55 +02:00
vdemydiuk
820ed9a631
Refactored UI test client (MT5)
2018-03-19 15:10:09 +02:00
vdemydiuk
95c55e90be
Added field ExpertHandle into class Mt5Quote
2018-03-19 15:09:02 +02:00
vdemydiuk
486a1979a6
Implemented functions ChartIndicatorName, ChartIndicatorsTotal, ChartWindowOnDropped, ChartPriceOnDropped, ChartTimeOnDropped, ChartXOnDropped, ChartYOnDropped, ChartSetSymbolPeriod, ChartScreenShot (MT5)
2018-03-15 17:44:53 +02:00
vdemydiuk
faef5f7d18
Implemented function ChartIndicatorDelete (MT5)
2018-03-15 13:15:50 +02:00
vdemydiuk
bd45c45fa1
Implemented function ChartNavigate (MT5)
2018-03-15 12:55:46 +02:00
vdemydiuk
29be184136
Implemented functions ChartGetDouble, ChartGetInteger (MT5)
2018-03-15 11:20:20 +02:00
vdemydiuk
9bfda95cf7
Implemented functions ChartSetDouble, ChartSetInteger, ChartSetString (MT5)
2018-03-14 19:53:53 +02:00
vdemydiuk
24b881d8a0
Implemented function ChartPeriod (MT5)
2018-03-14 19:16:29 +02:00
vdemydiuk
07dd83f890
Implemented functions ChartId, ChartRedraw, ChartWindowFind, ChartClose (MT5)
2018-03-14 18:10:44 +02:00
vdemydiuk
9afd30e463
Implemented function Alert (MT5)
2018-03-13 18:24:40 +02:00
vdemydiuk
16f454ca61
Implemented functions ChartTimePriceToXY, ChartXYToTimePrice (MT5)
2018-03-13 17:28:21 +02:00
vdemydiuk
f3a3a582fd
Issue #100 : update test application for testing function SymbolInfoString (MT5)
2018-03-13 11:40:16 +02:00
vdemydiuk
93aaae86ed
Issue #100 : implemented second function SymbolInfoString (MT5)
2018-03-13 11:20:55 +02:00
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