MetaTrader MTall All Source Code Downloads - Page 216

Showing 11118 results
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...
change tp s l by percentage expert MT4
MetaTrader 4 expert advisor

change tp s l by percentage

the expert will help you change the tp/sl of all open orders by setting the tp/sl based on the input percentage value.recommendations:change the tp/sl accurately only if all open o...
ofir blue telegram ap i for any indicator indicator MT4
MetaTrader 4 indicator

ofir blue telegram ap i for any indicator

you have developed your own mt4/mt5 indicator ? for your personal usage for your clients just add 3 lines of code to your mql4/mql5 file to: add trading capabilities to your indi...
auto tp multiplied by sl expert MT4
MetaTrader 4 expert advisor

auto tp multiplied by sl

th expert will set the tp based on the sl manually set using the input multiplier. using this you can set 2,3,4 etc times the sl set....
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...
chart button class mt4 expert MT4
MetaTrader 4 expert advisor

chart button class mt4

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 ...
ma price cross (custom time) expert MT4
MetaTrader 4 expert advisor

ma price cross (custom time)

best used on the 15 minute timeframe on eurusd.this expert advisor (ea) for metatrader 4 (mt4) buys when price breaks above the ma and sells when price breaks below the ma. user ca...
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 ...
grid trading algo expert MT4
MetaTrader 4 expert advisor

grid trading algo

this strategy is based on some very interesting enter criterias and usefull funtcions are included which i used to create this trading bot. it has shown very good potential in the ...
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 and martin gale include file library MT4
MetaTrader 4 library

grid and 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...
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 ...
plot history indicator MT4
MetaTrader 4 indicator

plot history

it does what the name says. this indicator will plot the trade levels in mt4 history. you can select the history period you wish to view....
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...
© ROBOTFX Free educational tools by RobotFX. Use entirely at your own risk; we are not liable for any financial losses incurred.