MetaTrader MTall Library Source Code Downloads - Page 8

Showing 485 results
nel o d i trend waves for mt5 library MT5
MetaTrader 5 library

nel o d i trend waves for mt5

this is a highly customizable monster trend indicator, which calculates standard deviations, moving averages and a number of other potential support and resistance zones. by defaul...
nel o d i back prop chart library MT5
MetaTrader 5 library

nel o d i back prop chart

"nld_backprop.mqh" contains the implementation of a very simple artificial neural network that has one hidden layer and uses back-propagation for training/learning. the advantage o...
stdlib. mq5 library MT5
MetaTrader 5 library

stdlib. mq5

here i have modified the stdlib from mql4 to mql5 which was originally written by metaquotes software corp.this function is changed:mt4mt5...
i rs i on array for mt5 library MT5
MetaTrader 5 library

i rs i on array for mt5

this header provides the irsionarray function known from mt4. it works with both mql 4 and 5 code. a reason to use it also under mt4 could be that it fixes a bug known in the origi...
chistory position info class library MT5
MetaTrader 5 library

chistory position info class

chistorypositioninfo class provides an easy access to the closed position properties.the class has a similar interface to cpositioninfo class of the standard library.here is a samp...
cset file reader library MT5
MetaTrader 5 library

cset file reader

class to provide simple reading mechanism from metatrader set files.usage scenario: an expert advisor is to be added to multiple charts with different symbols or timeframes.each in...
daylight changes (summer time) library MT5
MetaTrader 5 library

daylight changes (summer time)

get the time of the daylight change, (start/end of the summer time).daylight saving time (dst) changes do not necessarily occur on the same date every year.validations:...
base64 encrypt class library MT5
MetaTrader 5 library

base64 encrypt class

this a library for a quick and easy encryption and decryption using base64. the usage is very simple and can be done in a few lines of code. <<< the return value of a meth...
binary flags library MT5
MetaTrader 5 library

binary flags

you can use binary flags to minimize bool parameters in a function signature.for example, mql int size is 32 bits, so you can pack 32 1/0 parameters in a single int flag variable.b...
alphabet structure library MT5
MetaTrader 5 library

alphabet structure

this structure provides quick access to sets of lowercase and uppercase latin, russian characters, digits, punctuation, brackets, whitespaces, and special sets of symbols after/bef...
doubles comparer library MT5
MetaTrader 5 library

doubles comparer

a tiny class to compare floating point variables the right way with desired precision.let's say you have two doubles with a value of 1.15.when you compare them, you expect them to ...
arrays class library MT5
MetaTrader 5 library

arrays class

sometimes we need to add an element to array, or insert an element.standard mql array functions are efficient but do not provide such functionality.for example, if you need to find...
object list library MT5
MetaTrader 5 library

object list

Download the source code for this library
basic list library MT5
MetaTrader 5 library

basic list

Download the source code for this library
easy neural network library MT5
MetaTrader 5 library

easy neural network

the provided test script has included comments which are easy to follow along.you can save the returned network configuration in a file then load it in different sessions.this libr...
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 (mt5) library MT5
MetaTrader 5 library

log4mql (mt5)

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...
mq l plus enhanced debugging support library MT5
MetaTrader 5 library

mq l plus enhanced debugging support

features features three domains of functionality. - debugging, tracing and performance measurments- simple to use "print any variable" to expert-journal with one command.- track an...
mq l plus enhanced error handler support library MT5
MetaTrader 5 library

mq l plus enhanced error handler support

change-log 4.2bugfixes, compatibilitishues resolved. fixed error in usererrorhandler function signature. change-log 4.0recreated the whole code structure to support shared library ...
© ROBOTFX Free educational tools by RobotFX. Use entirely at your own risk; we are not liable for any financial losses incurred.