-
Please i want to connect metatrader4 with IQ-Option for built auto trading bot and profit from the awesome indicator and signals in metatrader4
please can help me how i can do this
how i can conn…
-
you can show an example Mt4 with Windows Forms.
Please.
-
```
What steps will reproduce the problem?
1.
2.
3.
What is the expected output? What do you see instead?
What version of the product are you using? On what operating system?
Latest in Windows 7
…
-
```
What steps will reproduce the problem?
1. So far the problem is random
2.
3.
What is the expected output? What do you see instead?
Duplicated trades
What version of the product are you using? …
-
https://download.mql5.com/cdn/web/14188/mt4/cgtrade4setup.exe
-
CUtilities utils("EURUSD");
if(utils.IsNewBar(PERIOD_M1)){
Print("One Minute Passed!!!");
}
The function IsNewBar() don't work properly for mql4 MT4 build 1380 x86 Windows 7.
Every tick…
-
```
What steps will reproduce the problem?
1.
2.
3.
What is the expected output? What do you see instead?
What version of the product are you using? On what operating system?
Latest in Windows 7
…
-
[MT5] how can we get list of open trades & close trades like in MT4?
-
Hello,
i built successfully from source code the entire solution in visual studio 2019.
Then i run the MtApiInstaller.msi and, also, the MtApi_Setup.exe in a VPS where i have an instance of MT4.
…
-
Thank you very much for the extension, the truth is greatly appreciated, it is possible in future updates to copy mq4/ex4/mq5/ex5 files on compile to MQL4/MQL5 folder in MT4/MT5 path when the project …