MetaTrader MT4 Library Source Code Downloads - Page 2

Showing 94 results
zh dynamic arrays lib library MT4
MetaTrader 4 library

zh dynamic arrays lib

functions refer to one-dimensional array as multidimensional.it is possible to change the number of elements in any dimension at will.there are options to monitor the incoming data...
lot lib library MT4
MetaTrader 4 library

lot lib

so, decide - what can be riskedin each trade? there are many options, and selecting the correct oneis not always easy. to solve this problem, i made the lot_lib.mqhlibrary usage:- ...
pips to point conversion factor library MT4
MetaTrader 4 library

pips to point conversion factor

e.g.: if you want to set stop loss of 50 pips for 5 digit broker, refer to this function by convert it to 500 points for machine to read.if 5 digit broker:stoploss*pipstopointfacto...
trading signals function library MT4
MetaTrader 4 library

trading signals function

the trading signals function is based on the values of the osma indicator.add the function to the ea: #include <signal.mqh>condition if(getsignal()==1) is for buyscondition i...
errors function. in russian library MT4
MetaTrader 4 library

errors function. in russian

errors function. in russian.function call: #include <error.mq4>usage example: print("error : ",error(getlasterror()));...
time in range time checking function library MT4
MetaTrader 4 library

time in range time checking function

fast time range checking function. doesn't use slow string parsing.function returns true if time in range, false otherwise.usage: drop .mq4 file to mql4\libraries\ folder.add this ...
obz trading functions library library MT4
MetaTrader 4 library

obz trading functions library

library of trading functions (position size, open, close position etc.)from the eas "ocean breeze" and "graalino-pro".it can be of big help for novice traders as an example how to ...
the master windows library library MT4
MetaTrader 4 library

the master windows library

the "" articles describes how you can create a user-friendly interface for your programs. implementation of interactive windows is based on the use of the masterwindows class libra...
ra d - rapid application development library library MT4
MetaTrader 4 library

ra d - rapid application development library

this library includes numerous functions, which can speed up the development in the mql4 by saving from distracting on the mechanics and allowing to focus on the logic. for example...
va ticks library MT4
MetaTrader 4 library

va ticks

class for working with ticks in the metatrader 4. it is suitable for creating experts that make decisions on trading based on the analysis of tick data.the class can calculate:pric...
price compare library MT4
MetaTrader 4 library

price compare

this small cross-platform library allows to the 'double' values of the "price" conveniently and quickly.for example, before placing a selllimit, it is sometimes useful to check if ...
type to bytes library MT4
MetaTrader 4 library

type to bytes

this cross-platform library allows to conveniently perform byte-wise operation with structures and standard data types.features:byte-wise comparison (== and !=) of the structures a...
binary options strategy library library MT4
MetaTrader 4 library

binary options strategy library

this library provides input parameters and functions to build your binary options strategy stored in an indicator to test and improve your strategy in the strategy tester of metatr...
notify library MT4
MetaTrader 4 library

notify

this library has smart notification (alert, push and alert) function with an option of having a single notification per candle at a time.parameters: isalert — display a message in...
messages helpers library MT4
MetaTrader 4 library

messages helpers

provides various helper functions for sending messages of different types to different sources.‌‌available message types:d‌ebug notice warning error success info a‌vailable destina...
time management library MT4
MetaTrader 4 library

time management

time management functions are often used in expert advisors and scripts. this header file contains functions and input variables for checking time and day of week.example...
file log library MT4
MetaTrader 4 library

file log

filelog is a simple mql4 class for flexible logging to files and the terminal console.github repository:log file will be saved in:<data folder>\mql4\files\ <data folder>...
hidden stop loss and take profit system library MT4
MetaTrader 4 library

hidden stop loss and take profit system

the attached files represent a class system that can be used to simulate a hidden stop loss and take profit system, however in addition to this, it also creates a live stop loss an...
csync event class - win api library MT4
MetaTrader 4 library

csync event class - win api

csyncevent class provides a mechanism which processes can use to synchronize access to a resource. this is very useful when you for example use shared memory for communication betw...
cequity hst bar library MT4
MetaTrader 4 library

cequity hst bar

cequityhstbar is the library for showing the equity of ea back-testing on an offline chart. the class is designed to write the equity data in back-testing into .hst file, and then ...
permutations and combinations (mt4) library MT4
MetaTrader 4 library

permutations and combinations (mt4)

introduction it doesn't happen very often, but every once in awhile one needs to iterate over all of the combinations or permutations of a set of objects. or more specifically, giv...
sh a256, sh a384 and sh a512 + hm a c library MT4
MetaTrader 4 library

sh a256, sh a384 and sh a512 + hm a c

many developers need these functions, while working with different kinds of external apis, like bitcoin and altcoin exchanges where it is often necessary to send data with the conf...
cseries class library MT4
MetaTrader 4 library

cseries class

cseries class is a low latency container made for the purpose of collecting ticks and working further with them. it allows user to access ticks in the same way like he would access...
schedule library MT4
MetaTrader 4 library

schedule

the schedule class defines a schedule as beginning at a certain day of the week and time, and running until the ending day of the week and time. there are also tests included in "s...
keyboard trade library MT4
MetaTrader 4 library

keyboard trade

this tool is for trading with keyboard input, it supports "send order", "set stop loss", "set take profit", and "close order".1. send order command buy: b,lots,price,sl,tp sell: s,...
easy canvas (i canvas) library MT4
MetaTrader 4 library

easy canvas (i canvas)

the library and icanvas class simplify writing programs using canvas.here is an example of a simple indicator using this library.in this example, the indicator body features no fun...
easy object library MT4
MetaTrader 4 library

easy object

a simple class to simplify working with objects.it was like this:it became so:the result:method names for the most part coincide with standard constants....
mq l easy library MT4
MetaTrader 4 library

mq l easy

github: intro mql_easy is an open source cross platform library for developing mql4 and mql5 applications. the purpose of this library is to make the mql development easy, safe and...
math utils (mt4) library MT4
MetaTrader 4 library

math utils (mt4)

handy functions for comparison of doubles handy functions for rounding of doubles miscellaneous handy functions for doubles handy functions for low-level binary operations on doubl...
log4mql (mt4) library MT4
MetaTrader 4 library

log4mql (mt4)

log4mql - a logging library similar to log4j but for mql. installation unzip log4mqllib.zip to your libraries folder put log4mqllib.mqh into your include folder use one of the sam...
log4mql(mini) mt4 library MT4
MetaTrader 4 library

log4mql(mini) mt4

log4mql(mini) - light header-only version of log4mql that provides standardized logging. installation/usage add log4mqlm.mqh to your include folder. view the sample code to get an...
clock library MT4
MetaTrader 4 library

clock

cclock - extension for the datetime installation put clock.mqh into your include folder use one of the samples that shows the usage inputs gmtoffset, int(-23~23) server gmtoffset...
logging library for mql4 library MT4
MetaTrader 4 library

logging library for mql4

this is a logging library to quickly add logging capabilities to your code without much hassle. the library's default behavior matches most cases however most of the functionality ...
expert history export library MT4
MetaTrader 4 library

expert history export

adds the ability to automatically export the history of deals after running an expert advisor in the strategy tester.the file is saved in the shared terminal folder common/filesor ...
real trade copy mt4 library MT4
MetaTrader 4 library

real trade copy mt4

adviser-utility for copying transactions from one mt5 account or mt4 account to another mt4 account. you can copy positions between netting and hedging accounts in any combination....
trade classes from mt5 for mt4 library MT4
MetaTrader 4 library

trade classes from mt5 for mt4

in the process of developing a program for copying positions between accounts, it was necessary to develop essentially the same code for mt5 and mt4. the differences were only in t...
grid and martin gale include file library MT4
MetaTrader 4 library

grid and martin gale include file

this include file provides programmers with a seamless solution for creating martin gale trading strategies effortlessly. the classes gridstrategy and martingalestrategy are derive...
probability and signals class library MT4
MetaTrader 4 library

probability and signals class

the provided code is an mql include file and an expert advisor demonstrating how the classes work.it implements a trading strategy based on various technical indicators and trend a...
take profit based on current profit library MT4
MetaTrader 4 library

take profit based on current profit

introduction many expert advisors (eas) tend to close orders at the take profit level, considering the pip distance from the purchase price. however, the code used by is based main...
easy to use hedging class library MT4
MetaTrader 4 library

easy to use hedging class

input parameters:orderdistancepoints : determines the distance in points from the current ask price for placing buy orders and from the bid price for placing sell orders. tppoints ...
mt4 to mt5 convertor (mt5 compat. mqh) library MT4
MetaTrader 4 library

mt4 to mt5 convertor (mt5 compat. mqh)

📢 mt5compat a comprehensive mt4 to mt5 conversion library🚀 a new interface libraryhas been developed to simplify the process of converting mt4 indicators and expert advisors (eas) ...
© ROBOTFX Free educational tools by RobotFX. Use entirely at your own risk; we are not liable for any financial losses incurred.