Top "Mql4" questions

MetaQuotes Language 4 (MQL4) is a new built-in language for programming of trading strategies.

How to send/receive data to/from MetaTrader Ternminal 4 with JAVA (or anything!)

I have been working on an algorithm ( Not mine, I am just modifying it ) that predicts when to buy and …

java api algorithmic-trading mql4 metatrader4
What do the shift parameters of iMA() function mean?

Can somebody explain me what is the difference between both shift parameters of the iMA function on an example? According …

mql4
How to send a POST with a JSON in a WebRequest() call using MQL4?

I would like to send a POST from MQL4-script, using a JSON-format to a Node-server. I've tried the webRequest() …

json webrequest mql4
How to avoid array out of range

Does somebody know how to avoid the error array out of range when trying to display long number of bars (…

mql4 mt4
How to decompile a ex4 file new build 600+

If you don't know, an ex4 file is a file created in the MQL language (Auto trading robots). There is …

robot mql4 forex mql5
How to reverse-engineer and convert a protected EX4 file to MQL4-source in an MQ4 file?

I have a few .EX4-files which are protected / encrypted. I want to decompile them to MQL4-source-code files in …

mql4 metatrader4
How to compile an MQL4 file with a command-line tool?

Now I am compiling my MetaTrader .mq4 files to .ex4 files with MetaEditor. But my .mq4 files are generated by …

mql4 metatrader4
Modifying order returns error 130

I'm trying to modify an order, but I keep Error modifying order!, error#130. I'm using an ECN broker, so I …

mql4
How to calculate (add) datetime values in MQL4?

With MQL4 I have troubles in handling datetime. What I want to do is put datetime in array by month …

algorithmic-trading mql4 metatrader4 mt4
Call Metatrader MQL4/MQL5 function from imported DLL

I would like to call MQL4 or MQL5 function from my own imported DLL in Metatrader. Is it possible?

dll metatrader4 mql4 metatrader5 mql5