MetaTrader MTall Library Source Code Downloads - Page 6

Showing 485 results
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()));...
cprice library MT5
MetaTrader 5 library

cprice

instance of the class returns such values as bid, ask, high, low, close and open prices of the current candle or any other specified in the parameters, as well as the candle openin...
price compare library MT5
MetaTrader 5 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 MT5
MetaTrader 5 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...
bcrypt library MT5
MetaTrader 5 library

bcrypt

the advanced encryption standard or aes is a symmetric block cipher used by the u.s. government to protect classified information and is implemented in software and hardware throug...
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 ...
mt4 orders library MT5
MetaTrader 5 library

mt4 orders

this library allows to work with the orders in mql5 (mt5-hedge) in the same way as in mql4.that is, the order language system (ols) becomes identical to mql4. at the same time, it ...
login to trade account library MT5
MetaTrader 5 library

login to trade account

after the "account disabled" error occurs (this error on the weekends, when trade servers of exchanges are offline), it is necessary to manually log in to the trading account. to d...
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...
interchange library MT5
MetaTrader 5 library

interchange

why this is needed: this class can help organize data exchange between your programs in case you create products for the market or if you do not want to use system dlls.for other c...
vertical histograms constructor library MT5
MetaTrader 5 library

vertical histograms constructor

a histogram is a bar chart of frequencies. one of the axes represents variable values, while another — the frequency of these values' occurrence. the height of each bar shows the f...
convenient use of indicators library MT5
MetaTrader 5 library

convenient use of indicators

general originally written for myself, when i had to work with many indicators at once.each class consists of the multiple fields. they can be the same for all (for example, indica...
signal candels high open library MT5
MetaTrader 5 library

signal candels high open

the entire chain: indicator, expert advisor based on the signal module.the signalcandelshighopen module of trading signals assumes that the custom indicator has already been compil...
day positions count library MT5
MetaTrader 5 library

day positions count

the function returns the number of positions opened by an expert advisor for the day....
a charts and mw5 class library MT5
MetaTrader 5 library

a charts and mw5 class

the class allows to easily determine from your mql5 programs any changes in the market watch window (change of symbol sorting, adding, deleting a symbol or a set of symbols), as we...
mt-r library MT5
MetaTrader 5 library

mt-r

the library requires a dll,, which should be saved to the libraries foldeer of the terminal, and the r.mqh file should be saved to include. the following directive should be includ...
smooth algorithms library MT5
MetaTrader 5 library

smooth algorithms

fig1. the ema indicator in the metatrader 5 terminal windowfig.2. the ema indicator in the metatrader 4 terminal window...
auto magic library MT5
MetaTrader 5 library

auto magic

it does not matter that the same ea may be running on the same symbol and the same timeframe on different charts.the library provides 8 modes to shift the basic magic numbershift_z...
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...
history position info library MT5
MetaTrader 5 library

history position info

the chistorypositioninfo class is designed for getting the profit of a position in points based on the trading history.class description the chistorypositioninfo class allows getti...
signal ma above below library MT5
MetaTrader 5 library

signal ma above below

attention! save the signal module file to "data folder"\mql5\include\expert\signal\". the easiest way is the following — in the search bar of metaeditor (upper right corner) enter ...
init sync library MT5
MetaTrader 5 library

init sync

if you change the timeframe or the name of the chart symbol in metatrader, all indicators on the chart will be unloaded from the chart and will be loaded onto it again. unlike mt4,...
sh a512 + hm a c library MT5
MetaTrader 5 library

sh a512 + hm a c

the sha512 class was ported fromhmac functions were ported fromuse example (tested on )--------------please leave a feedback and tell how you are using this class!...
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>...
cmql params library MT5
MetaTrader 5 library

cmql params

public methods:public access to the params array;this is the main method of setting the params. methods can be chained to add multiple params at the same time. *see example script....
ccheck new candle library MT5
MetaTrader 5 library

ccheck new candle

many mql5 programs explicitly execute part of their code only after the appearance of a new candlestick on the chart. this class saves you from the need to write candlestick monito...
history position info version 2 library MT5
MetaTrader 5 library

history position info version 2

the getprofitinpoints function is still available, but it is recommended to use the new getprofit function:the getprofit function returns the following information about a position...
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...
report library MT5
MetaTrader 5 library

report

in both platforms (metatrader 4/5), you can run the following script to save a report (in the form of metatrader 4):and see a generated html report in the resulting file:it can be ...
tester benchmark library MT5
MetaTrader 5 library

tester benchmark

the metatrader 5 provides an excellent function for profiling expert advisors on historical data. but it has some disadvantages: it is slow (in the visual mode), and the final resu...
symbol library MT5
MetaTrader 5 library

symbol

the library contains functionality that allows you to understand the basics of work with custom symbols, and offers some ready-made solutions that can be useful.example when you ru...
expert library MT5
MetaTrader 5 library

expert

the library can be connected usingall other files on this page provide examples/scenarios of library application; they are not needed for the operation of the library.features exam...
sub window library MT5
MetaTrader 5 library

sub window

the library can be connected usingall other files on this page provide examples/scenarios of library application; they are not needed for the operation of the library.features exam...
© ROBOTFX Free educational tools by RobotFX. Use entirely at your own risk; we are not liable for any financial losses incurred.