This library allows to run most scripts and indicators from MetaTrader 4 on MetaTrader 5. Most of the functions are covered already a...
Showing posts with label MQL4. Show all posts
Showing posts with label MQL4. Show all posts
MetaTrader 4 Libraries | Simple UnitTest include library for new MQL4
0
This is a simple (cheap) UnitTest include library for MQL4. How to use: See a sample attacched: TestExpert.mq4 By UnitTes...
MetaTrader 4 Libraries | mt4R for new MQL4
0
mt4R, originally developed by Bernd Kreuss and distributed here, does not work correctly with new MQL4. I modiifed the dll and the ...
MetaTrader 4 Libraries | MySQL for new MQL4 (tested in build 600)
0
Author: Originally created by Russell, then modified by vedroid and now forked by lukins Since build 600 of MT4 was released, it...
MetaTrader 4 Libraries | HTTP requests for new MQL4 (tested in build 600)
0
Description: This is a simple MQL4 wrapper that uses Windows native wininet.dll. It allows you to send HTTP requests (currently sup...
MetaTrader 4 Expert Advisor | MQL4 OnTrade() Alternative
0
Author: Coders' Guru While discovering the MQL4 New build (610) capabilities I found a very useful even OnTrade () highlig...
MetaTrader 4 Libraries | MySQL library for MQL4 with proper memory management
0
Original library file mql4-mysql.mqh is located here: https://www.mql5.com/en/code/11114 . Give respect to the original authors for t...
MetaTrader 4 Libraries | Authenticate into an MT4 account from MQL4 (tested in build 880)
0
MetaTrader 4 Libraries | Authenticate into an MT4 account from MQL4 (tested in build 880)
RobotFX
25.9.25
Since MetaTrader 4 build 880 was released, it's no longer easy to programmatically fill values in Login dialog. This library hide...
MetaTrader 4 Libraries | RegularExpressions in MQL4 for working with regular expressions
0
MetaTrader 4 Libraries | RegularExpressions in MQL4 for working with regular expressions
RobotFX
11.8.25
Real author: Microsoft Corporation. Source code taken from .Net Framework 4.6.1. Note: The library works on the MetaTrader 4...
MetaTrader 4 Script | Regular Expressions Tester MQL4
0
Materials on Regular Expressions Other Useful Materials Most Useful CRegex Class Methods IsMatch() - Checks whether th...
MetaTrader 4 Indicator | Tick Chart in MQL4
0
Introduction: This will create an offline chart for the ticks of the symbol on which it is applied. Instructions: ...
MetaTrader 4 Expert Advisor | Basic check-up of Experts for MQL4
0
List of controls who performed in this function: have you any symbol in MarketWatch? The permission to trade for the give...
MetaTrader 4 Libraries | Logging library for mql4
0
This is a logging library to quickly add logging capabilities to your code without much hassle. The library's default behavior ...
MetaTrader 4 Expert Advisor | MQL4 Implementation of onTrade Event Handler
0
The code keeps track of orders' tickets in an CArrayInt. Monitoring the changes to the list of tickets in onTimer it triggers th...
MetaTrader 5 Libraries | Logging Class for both MQL4 and MQL5
0
CDebugLogger Class: A Comprehensive Logging Utility for MQL4/5 The CDebugLogger class is a powerful and flexible logging utility sp...
MetaTrader 5 Libraries | Logging V2 for both MQL4 and MQL5
0
CDebugLogger Class V2: A Comprehensive Logging Utility for MQL4/5 The CDebugLogger class is a powerful and flexible logging utility...