MySQL for new MQL4 (tested in build 600) – library MetaTrader 4

MySQL for new MQL4 (tested in build 600) - library for MetaTrader 4
Author: Originally created by Russell, then modified by vedroid and now forked by lukins Since build 600 of MT4 was released, it’s no longer easy to communicate with DLLs that use ANSI format for strings because strings in MQL4 are now in UNICODE format (read more here). This library is based on vedroid’s modification of … Read more

HTTP requests for new MQL4 (tested in build 600) – library MetaTrader 4

HTTP requests for new MQL4 (tested in build 600) - library for MetaTrader 4
Description: This is a simple MQL4 wrapper that uses Windows native wininet.dll. It allows you to send HTTP requests (currently supported only GET method) to a remote destination and read the body response from MQL that was compiled in build 600 and newer (not in a strict mode). For latest version, issues tracker and contribution … Read more