“Build With Own Sketch” – LegoEA (or PanelOfSwitches) – EA MetaTrader 4

"Build With Own Sketch" - LegoEA (or PanelOfSwitches) - expert for MetaTrader 4
If you want to authomatize already taken well-designed strategy… Or simply save your time… HERE IS THE SOLUTION. FREE 100%. Author: Mostly me, but original version 1 is by Seletsky R.V. I don’t own the rights, but the V1 was on MQL4 (i.e. here). Manual: Inside. Also, all the code is commented. lmages: None. I

Open Position v3a – Updated for MT4 Build 600 – indicator MetaTrader 4

Open Position v3a - Updated for MT4 Build 600 - indicator for MetaTrader 4
Open Positions v2 ( updated – see below) Open Position V2 has been updated to Open Position v3a for MT4 Build 600. Remove all old instances of Open Position v2 from all charts. Delete all instances of the old file Open Position v2 from the experts / indicator folder and all instances of Open Position

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

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

Script Calling Library for MT4 build 600 and later – library MetaTrader 4

Script Calling Library for MT4 build 600 and later - library for MetaTrader 4
This is script calling library for MT4 build 600 and later. This library is for callingl scripts from your indicator and expert advisors. On earlier build of MT4, this can be achieved with this method. Around build 509, message parameter may have been changed. wParam is 0x11, and lParam is the ordinal of Navigator tree