mnbvcxz555:
Sure, from what I have read JSON is just a text file, it shouldn't be too hard for you to code something to get what you need out of the file, just make sure the files are in the experts/files directory.Is there any posibility to decode JSON(prefered) or XML in MT4? JSON/XML are simple, several entries of key-value. It can be 3rd part library, doesn't metter, it just needs to work correctly.
The documentation for the mql4 file handling functions is here.
Yea, I know that's just a text and is won't be too hard to implement for my own purpose, but I am searching for a library which I can use out-of-the-box, for example execute json_parse(text) and get nice array result or something similar. Anyone has seen something like that?
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Is there any posibility to decode JSON(prefered) or XML in MT4? JSON/XML are simple, several entries of key-value. It can be 3rd part library, doesn't metter, it just needs to work correctly.