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...
"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...
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...
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...
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...
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:...
this script is made to disable the ea on the chart from trading, its made to click the following buton on the image, automatically :in the following code, its getting the handle of...
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...
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...
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...
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 ...
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...
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 - 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 - 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...
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...
change-log 4.2bugfixes, compatibilitishues resolved. fixed error in usererrorhandler function signature. change-log 4.0recreated the whole code structure to support shared library ...