Fan sayfamıza katılın
A library of classes for creating a user-friendly interface of your programs.
OBz library of trading functions: position size, open, close position etc.
Fast time range checking function. Doesn't use slow string parsing.
Trading signals function. Based on the values of the CCI indicator.
This is a conversion factor. It is used to detect whether broker is 4 or 5 digits. As MetaTrader 4 calculates everything using point basis, coder can use this function to convert pips to point for machine reading.
Have you perhaps heard about the caterpillar? Here it is.... I do not remember where I got the code, I simply translated it from С++ to MQL4.
This library is made for experts that need to calculate StopLoss and TakeProfit without putting SL/TP points on the trade.
It calculates the lot size depending on risk percentage entered by user in input parameters.
This library has two functions: first to count OP_BUY positions and second to count OP_SELL positions.
This function calculates your lot size depending on definite conditions explained in input variables.
Function library and Experts for trailing (11 types). Simple usage of complex algorithms.
This library allows you to write a text file with the quotes of the symbol in any place on your hard drive.
The Comment2 library expands the capabilities of the standard Comment function for comment output.
With the help of this library it is possible to implement the ability to maintain positions with a simple trailing stop in any Expert Advisor.
The library contains five functions for reading the values from an INI-file and five functions for writing the values to an INI-file. Thus, there are five pairs of functions to read/write the values of 'integer array', 'boolean', 'double', 'integer' and 'string' types.
The library is intended to implement the font list in the input parameters. The library contains 208 fonts.
The function returns the lot size, which is calculated based on the stop loss size and the risk specified in the variable.
The function closes all locked orders. This really saves money on the spread.
The function allows the execution of the specific code in the specified time interval.
MQL4 library that allows authenticating into a MetaTrader 4 account programmatically in release 880+.
Library provides functions for management of MetaTrader 4 to MySQL database connections. Fixed memory allocation and release problems of the original library.
Log4mql is an MQL4 library for flexible logging to files and the terminal console. It is modeled after the Log4j Java library.
The header file contains functions for searching last and previous order in the trade pool.
The simple class for counting of the orders with different filters: by symbol of currency, Magic Number, either closed, either opened orders.