MetaTrader MT5 All Source Code Downloads - Page 157

Showing 8092 results
password manager script MT5
MetaTrader 5 script

password manager

at the first start, you must fill in the current password of the trader and investor in "cur" line.if you are not satisfied with the generated password, you can make a new one by c...
move stoploss expert MT5
MetaTrader 5 expert advisor

move stoploss

if you're a trader who constantly juggles multiple open positions and needs to adjust stop losses as trades progress, you know how time-consuming and stressful this can be. but wit...
display trade history on charts (mt5) expert MT5
MetaTrader 5 expert advisor

display trade history on charts (mt5)

get trade history files (.csv) and put it in ..\mql5\file folder and save the name of file (.csv). for time differences of broker's terminals, use the same broker's meta trader 5 ...
exponential commodity channel index indicator MT5
MetaTrader 5 indicator

exponential commodity channel index

an implementation of the commodity channel index using exponential moving averages, instead of simple moving averages as implemented by the its creator, donald lambert.the code use...
subtract time script MT5
MetaTrader 5 script

subtract time

with this short piece of code you are going to learn how to subtract the time.it may be very useful to time your trades entrances and exits, also to make up strategies based on tim...
tick speed indicator script MT5
MetaTrader 5 script

tick speed indicator

how fast does the price moves?with this very simple piece of code you may learn how many seconds it takes to complete 100 ticks.the less seconds it takes, the faster the price move...
money management expert MT5
MetaTrader 5 expert advisor

money management

this ea takes calculates the current account balance and based on user's input of risk and profit percentage , it can close trades either in profit or in loss.this tool might be he...
benchmark library MT5
MetaTrader 5 library

benchmark

the include file "benchmark.mqh" has a set of macros to benchmark various functions for their execution speeds to decide which is the fastest one.the library is based on public sou...
volume average groups for comparison script MT5
MetaTrader 5 script

volume average groups for comparison

you can use this piece of code to set two different groups of volume and compare them.e.g (one minute chart example):if you set group 1 to 20.group 1: the last 20 bars volume / 20 ...
chart button class mt5 expert MT5
MetaTrader 5 expert advisor

chart button class mt5

this class allows you to create buttons on the chart as if they were chart objects(have time and price coordinates) these objects can be dragged on the chart and when scrolling the...
risk calculator script MT5
MetaTrader 5 script

risk calculator

calculates the risk in the account currency for a given trading volume of the selected symbol at different time periods and publishes it in the journal in the experts tab of toolbo...
check trades expert MT5
MetaTrader 5 expert advisor

check trades

the code provided is an mql5 expert advisor (ea) script that is based on the idea of closing open positions when they have reached a user-defined profit or loss threshold, calculat...
vp s trailing stop service script MT5
MetaTrader 5 script

vp s trailing stop service

place the file into services terminal folder.the picture above shows an example of setting up a new sell order with the corresponding comment - 1800 points.the picture above shows ...
equity and balance as an indicator for mt5 indicator MT5
MetaTrader 5 indicator

equity and balance as an indicator for mt5

this indicator reads balance and reads equity from the trading account and displays them on a separate chart window. very simple, and really useful for backtesting.here is how it d...
martingale levels for money management expert MT5
MetaTrader 5 expert advisor

martingale levels for money management

this ea is a money management algorithm for opening and closing positions and uses martingale with a "multiplier".run ea before opening any positions to get the best result. run "m...
moving average-rm a indicator MT5
MetaTrader 5 indicator

moving average-rm a

1. rma relative moving average is a variant of ema, with a calculation factor of 1/cycle .2. there is only one input variable, which is the calculation period. if you need to chang...
check if there are any new bar library MT5
MetaTrader 5 library

check if there are any new bar

1、there is only one class function without additional variables. please declare class ccheck before use2、program variables are used to store corresponding data, while historical ba...
ak-47 scalper ea expert MT5
MetaTrader 5 expert advisor

ak-47 scalper ea

1. input parameter 2. local variables initialization 3. main code a/ expert initialization functionb/ expert tick function3.1 calculate signal in order to send orders3.2 calculate ...
strength index signal indicator MT5
MetaTrader 5 indicator

strength index signal

the unique stock arrow indicator "strength index signal" is an indispensable tool for traders,based on analysis of currency strength. this indicator will help you make informed dec...
dealing with time (2) functions library MT5
MetaTrader 5 library

dealing with time (2) functions

on 01/01/1982 it is wintertime in the usa (dst==0) and the next changeover is on 04/25/1982, which is the last (25th of the month) sunday of april (4). the table is already sorted ...
new concept: trailing take profit expert MT5
MetaTrader 5 expert advisor

new concept: trailing take profit

on contrast with trailing stop which a stop loss trails price until the price hits the stop loss and the position gets closed in profit, introducing trailing take profit which take...
pn g library MT5
MetaTrader 5 library

pn g

this library allows you to comfortably work with png graphic files, as well as scale them.there are two ways to upload png images:via file via a resource that is inside your ex5 fi...
grid, martin gale include file library MT5
MetaTrader 5 library

grid, 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...
support and resistance indicator for mq l5 indicator MT5
MetaTrader 5 indicator

support and resistance indicator for mq l5

the basic idea behind the indicator is to check for bouncebacks between support and resistance levels. there are two input parameters: period and overlook. a support level is the l...
rectangle test expert MT5
MetaTrader 5 expert advisor

rectangle test

the ea trades with the help of the rectangle, ema and sma indicator.ea settings:1: magic 2: commentary 3: ema small 4: sma big 5: volumes 6: stop loss of day 7: sl points 8: tp poi...
moving average with alerts on price crossovers indicator MT5
MetaTrader 5 indicator

moving average with alerts on price crossovers

my goal was to make an indicator that triggers signals when the market price cuts the moving average.the moving average period length can be user defined (default is 200 length). t...
trend dashboard indicator indicator MT5
MetaTrader 5 indicator

trend dashboard indicator

trend dashboard indicator metatrader 5 indicator — a multi-timeframe indicator that is based on three standard indicators: stochastic oscillator, rsi (relative strength index), and...
reporting memory leaks in strategy tester library MT5
MetaTrader 5 library

reporting memory leaks in strategy tester

the strategy tester does not report any memory leaks of mql5 applications like expert advisors, scripts or indicators. and such memory leaks can occur by using the new operator in ...
all averages mt5 indicator MT5
MetaTrader 5 indicator

all averages mt5

available formulas (ma_method)sma simple moving average ema exponential moving average wilder wilder exponential moving average lwma linear weighted moving average sinewma sine...
ima() very simply indicator MT5
MetaTrader 5 indicator

ima() very simply

ima() very simply. offer under conditions. other multi timeframe indicators are also available....
i rs i very simple indicator MT5
MetaTrader 5 indicator

i rs i very simple

irsi very simpleoffer under conditions.other multi timeframe indicators are also available....
signals and probability class library MT5
MetaTrader 5 library

signals and probability 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...
© ROBOTFX Free educational tools by RobotFX. Use entirely at your own risk; we are not liable for any financial losses incurred.