-
metaquote updated mql4 language to support mql5 new features. so I wonder why the content of mq4 (https://github.com/vdemydiuk/mtapi/tree/master/mq4) and mq5 (https://github.com/vdemydiuk/mtapi/tree/m…
-
```
Vector fractalData;
...
void UpdateFractalData(Fractal &fractal)
{
if (fractal.GetFractalPriceHigh() != 0.0 && fractal.GetFractalPriceLow() != 0.0 && fractal.GetFractalTime() != 0 && fr…
-
Hi,
Is there a way to get the list of all available instruments?
Thanks.
-
Hello, I have tried to compile the MTApi.mq4 in the MetaEditor as far as it works but If run this version and in TestApiClinet and click on symbolTotal the ea crached ..
2017.02.15 15:55:31.261 Acces…
-
Hello.
I have been using this MQL-ZMQ library for 2 months, but today I started to get the following error. I tried to download the library again, replacing the old files for the new ones but the bug…
-
hi, sorry to tell you:
when the newest versiong MT4(build1210 2019.9.6,), the following errors occur.
https://github.com/dingmaotu/mql4-lib/
LinkedList.mqh
line 188:
`_clear(void)`
…
-
Hello, I appreciate this extension for VSCode, thank you!
I see compiling mqh doesn't work, would you please include it in a future update?
Edit: it seems it must be used by a .mq4 file, can't c…
-
Hello, I cannot seem to get the ZMQ EA to perform basic tasks reliably or at all.
_zmq.DWX_MTX_GET_ALL_OPEN_TRADES()
responds with
“Resource timeout… please try again.”
If I subscribe:
_zmq.D…
-
Check why the following code doesn't work by not recognising its own file:
```
#include
int OnInit() {
if (File::FileIsExist(Terminal::GetExpertPath() + "\\" + __FILE__)) {
Print("File exist…
-
Hello I have an unknown error when I try to modify a trade or create a trade, I can still get the json answer from all my trades but I don't have the possibility to send it. Do you have any leads so I…