MetaTrader MTall All Source Code Downloads - Page 231

Showing 11118 results
indicator loader for strategy testing expert MT5
MetaTrader 5 expert advisor

indicator loader for strategy testing

there's a frustrating limitation with the indicator strategy tester option as it enables a visual backtest simulation for one indicator only.the solution is to build a system for l...
zz volatility indicator MT5
MetaTrader 5 indicator

zz volatility

i liked the indicator, so i made zigzag based on it.the display of points from volatility stop can be disabled in the indicator settings.the indicator is recalculated at the openin...
ma c d histogram mc indicator MT5
MetaTrader 5 indicator

ma c d histogram mc

1. definition:the macd histogram (macd-h) is the bar chart component of the macd indicator, representing the differencebetween the macd line and the signal line. formula: macd hist...
stop loss trailing classes library for mq l5 library MT5
MetaTrader 5 library

stop loss trailing classes library for mq l5

universal class library for implementing various stoploss trailing strategies in trading robots. the library allows you to flexibly manage stoploss of open positions by a fixed dis...
convert server time library MT5
MetaTrader 5 library

convert server time

here is a simplified function to convert server times (also stored times of bars, ticks, or economic calendar events) from one broker's time zone to another.to be able to identify ...
bollinger bands squeeze indicator MT5
MetaTrader 5 indicator

bollinger bands squeeze

bollinger bands squeeze - the calm before the stormthe bollinger bands squeeze is one of the most powerful and sought-after signals when using the bollinger bands indicator. it sig...
wave weis bar force indicator MT5
MetaTrader 5 indicator

wave weis bar force

waveweisbarforce - accumulated wave volume (weis) waveweisbarforceis an indicator that applies the logic of volume waves (weis) to identify accumulations and changes in market dire...
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, the rsi and a moving average (ma), to identify trend-following signals. it is d...
sa r ma c d ea expert MT4
MetaTrader 4 expert advisor

sa r ma c d ea

so far this expert is based on a 15 min bar or candle chart, so the macd is used as early indication of direction. the focus is on the parabolic sar as first signal to indicate a b...
price / volume indicator indicator MT5
MetaTrader 5 indicator

price / volume indicator

the idea is simple - and it is one variation of dividing price by volume. a simple moving average is taken as the price. i have not found any serious value of the sign for forecast...
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...
data collector (profit/equity) indicator MT4
MetaTrader 4 indicator

data collector (profit/equity)

i wrote this indicator to compare two modes, timeframes and analyze the settings of my ea. you can make adjustments to suit your requirements or add something. the data collected i...
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...
ma c d-v indicator MT4
MetaTrader 4 indicator

ma c d-v

the indicator computes a fast and slow moving average of the selected price source, derives the macd line as their difference, and forms a smoothed signal line. the histogram repre...
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...
© ROBOTFX Free educational tools by RobotFX. Use entirely at your own risk; we are not liable for any financial losses incurred.