MetaTrader MT5 All Source Code Downloads - Page 166

Showing 7979 results
cv d (cumulative volume delta) indicator MT5
MetaTrader 5 indicator

cv d (cumulative volume delta)

lightweight, open-source cvd indicator for metatrader 5. it visualizes net buying vs selling pressure as cvd candles in a separate window — a simple start for volume and order flow...
kopier maschine mt5 expert MT5
MetaTrader 5 expert advisor

kopier maschine mt5

features the programme works in two modes master and slave you can copy trades from different vendors to one slave account. stop loss and take profit copying can be enabled/disabl...
probability theory expert advisor for forex expert MT5
MetaTrader 5 expert advisor

probability theory expert advisor for forex

one of my oldest ideas. this code is an expert advisor (ea) for the metatrader 5 platform, which uses probability theory to determine the probabilities of growth and fall in the pr...
simple bar timer script MT5
MetaTrader 5 script

simple bar timer

a countdown timer until next bar arrives. it is a script that can persist and also be removed from the chart....
statistical zigzag indicator MT5
MetaTrader 5 indicator

statistical zigzag

in this zigzag, a new swing point is confirmed when price moves beyond the volatility threshold. the volatility is defined as current standard deviation × multiplier. instead of sc...
at r cycles indicator MT5
MetaTrader 5 indicator

at r cycles

this indicator is a volatility filter based on:a fast atr (average true range), a middle atr, and a slow atr. the indicator does notpredict directional bias of price.the indicator ...
simple three inside pattern ea expert MT5
MetaTrader 5 expert advisor

simple three inside pattern ea

a simple expert advisor that trades only when the price movement has formed a three from within pattern. there are two patterns of the pattern.1. "three from inside" up(fig. 1) : t...
open range break out indicator for meta trader 5 indicator MT5
MetaTrader 5 indicator

open range break out indicator for meta trader 5

open range breakout indicator for metatrader 5 overview the open range breakout (orb) indicator is a powerful technical analysis tool that identifies and tracks price breakouts fro...
caculater margin expert MT5
MetaTrader 5 expert advisor

caculater margin

hello,i am learning how to code in mql5. this code is used to calculate the margin required for a trading lot.it allows customizing the leverage factor to see the required margin.t...
candlestick analysis report script MT5
MetaTrader 5 script

candlestick analysis report

this script is designed to perform candlestick analysis:data retrieval:the script retrieves the opening, closing, high and low candlestick prices of the financial instrument on whi...
daily lot statistics indicator MT5
MetaTrader 5 indicator

daily lot statistics

key features daily breakdown: view statistics for the last 7 days (customizable) all-time summary: see total statistics across your entire trading history real-time updates: autom...
ks u martin expert MT5
MetaTrader 5 expert advisor

ks u martin

i would like to bring to your attention an expert advisor.when an order is open, the expert advisor places additional orders according to the specified grid, with or without lot in...
average day range indicator MT5
MetaTrader 5 indicator

average day range

average daily range is an indicator that measures the volatility of an asset. it shows the average price movement between the maximum and minimum over the last few days.to calculat...
confluence index stoch+rs i+ma c d indicator MT5
MetaTrader 5 indicator

confluence index stoch+rs i+ma c d

multi-timeframe confluence oscillator combining stochastic, rsi and macd across 3 timeframes. used to identify trend entries when all indicators align (score >50 bullish, <-5...
yy cross 2 ma expert MT5
MetaTrader 5 expert advisor

yy cross 2 ma

the two moving averages crossoverstrategy is one of the most common trading strategies in the financial market. it is based on the use of two moving averages (usually a long term a...
simple session price change indicator MT5
MetaTrader 5 indicator

simple session price change

the simplest indicator showing on the current symbol the price change in % since the opening of the trading session. if the current price has gone up relative to the opening price ...
horizontal trend lines indicator MT5
MetaTrader 5 indicator

horizontal trend lines

the indicator brings the specified (by colour and style) "trend line" objects to horizontal by changing the price coordinate of the second reference point of the trend line (by def...
comment library MT5
MetaTrader 5 library

comment

example:several examples are provided inside the comm.mqh fileupdate 24.01.2025 v1.08update 03.02.2025 v1.09it became necessary to output information from the service. i decided to...
rs i ma signal indicator indicator MT5
MetaTrader 5 indicator

rs i ma signal indicator

a simple and effective signal indicator for metatrader 5.this indicator combines two classic tools, rsi and moving average (ma), to identify trend following signals. it is designed...
dynamic gaussian channel indicator MT5
MetaTrader 5 indicator

dynamic gaussian channel

brief description of "dynamic gaussian channel" indicator purpose the indicator builds dynamic support and resistance levels based on smoothed price data using gaussian filter.key ...
positions summary info by pairs script MT5
MetaTrader 5 script

positions summary info by pairs

the script aggregates total profits and swaps for each pair, which is convenient for hedging accounts and strategies where multiple entries are made based on signals....
tillson t3 indicator MT5
MetaTrader 5 indicator

tillson t3

a fun implementation of the tillson t3. the distinctive feature of this implementation is that it computes 6 emas under the hood, but does not use any auxiliary indicator buffers f...
pa c f ac f script MT5
MetaTrader 5 script

pa c f ac f

the script calculates the autocorrelation and partial autocorrelation functions and displays them on a graph.a brief comment on the input parameters:input int n =100; // here we sp...
on n x trader expert MT5
MetaTrader 5 expert advisor

on n x trader

an archive of the models from the . you can train your own, because the models can be very different, depending on the training hyperparameters.machine learning models are trained ...
error description - updated library library MT5
MetaTrader 5 library

error description - updated library

this library uses short descriptive texts for each of the errors present in the mql5 reference. it will be updated frequently as new errors are constantly added to the official doc...
keyboard library MT5
MetaTrader 5 library

keyboard

library for keyboard operation:data of the selected keyboard layout. status and processing of pressed keys. example. ...
ai s extremum indicator MT5
MetaTrader 5 indicator

ai s extremum

the main task of this indicator is to estimate the probability that the high price has reached its maximum, or the minimum for the low price.first, the indicator collects statistic...
delta fusion lite indicator MT5
MetaTrader 5 indicator

delta fusion lite

a { text-decoration: none; color: #464feb; } tr th, tr td { border: 1px solid #e6e6e6; } tr th { background-color: #f5f5f5; } key features: cumulative delta: tracks aggregated buy ...
clickable button excample (close all positions) expert MT5
MetaTrader 5 expert advisor

clickable button excample (close all positions)

an example of adding buttons for your advisors.in this example, a button has been implemented to close all active positions for all instruments.in addition to the button event proc...
aklamavo quarters theory indicator MT5
MetaTrader 5 indicator

aklamavo quarters theory

this indicator implements the "quarters theory" - a technical analysis concept that divides price movement into four quarters around a central base level. it's designed to work wit...
professional close all positions panel expert MT5
MetaTrader 5 expert advisor

professional close all positions panel

one-click close all positions - professional trading panel // see attached mq5 file for full source codeemergency position management made easy with this powerful visual panel.🎯 wh...
stochastic momentum colour candles indicator MT5
MetaTrader 5 indicator

stochastic momentum colour candles

based on the stochastic momentum indicator according to william blau by andrey f. zelinsky , i came up with the idea of not only showing the closing price but also finding out more...
intraday triple performance indicator MT5
MetaTrader 5 indicator

intraday triple performance

input string pair1="eurusd";//cross 1input string pair2="eurgbp";//cross 2input string pair3="gbpusd";//cross 3input int bars=5000;input string tm="00:00";// start time in the form...
cdatetime msc library MT5
MetaTrader 5 library

cdatetime msc

when i recently started to intensively test the functionality of copyticksrange(), i encountered a few unfavourable problems when handling millisecond times:i actually wanted to us...
ai s central axis indicator MT5
MetaTrader 5 indicator

ai s central axis

this indicator implements the nonlinear smoothing algorithm of hilo type. its main difference from the classical algorithm is that it processes extrema of the initial time series. ...
indices tester expert MT5
MetaTrader 5 expert advisor

indices tester

the ea only trades buy positions and does not use sl and tp.settings:"---------- general ----------" commentary start trade end trade prder is closed "---------- risk and money man...
open trade script MT5
MetaTrader 5 script

open trade

this function executes the main logic for initiating a trade.it calculates the opening price, take profit levels and stop loss based on the symbol information and parameters provid...
mq l4/5-json lib library MT5
MetaTrader 5 library

mq l4/5-json lib

update: thanks to @fxsaber for the suggestion. the files jsontypes.mqh, jsonutils.mqh, and jsondombuilder.mqh have been modified to slightly improve parsing speed....
© ROBOTFX Free educational tools by RobotFX. Use entirely at your own risk; we are not liable for any financial losses incurred.