How to read a JSON from a URL in MQL5?
How can I read JSON from a url in MQL5 ? For example this simple JSON from: https://api.myjson.com/bins/56z28 { "employees": [ { "firstName": "John", "lastName": "Doe" }, { "firstName": "Anna", "lastName": "Smith" }, { "firstName": "Peter", "lastName": "Jones" } ] } user3666197 Simple, but restrictions apply. MetaTrader Terminal 5 is a code-execution environment, that can communicate with an external URL target (if explicitly configured as a permitted URL) via both HTTP/HTTPS protocols over port 80/443 respectively. string aCookieHOLDER = NULL, aHttpHEADERs; char postBYTEs[], replBYTEs[]; int