MetaTrader MT5 All Source Code Downloads - Page 163

Showing 7983 results
basket manager ea expert MT5
MetaTrader 5 expert advisor

basket manager ea

the rules are:if you have less than n-positions open the ea will do nothing. the moment you open the n-th position the ea will close all previous positions if their total pnl is po...
candle filter indicator MT5
MetaTrader 5 indicator

candle filter

main featurescandle filtering: the indicator allows you to display only those candles that meet a certain criterion:bullish: displays only bullish candles. bearish: displays only b...
equity and balance indicator - history based indicator MT5
MetaTrader 5 indicator

equity and balance indicator - history based

cumulative p&l indicatoroverviewthe cumulative p&l indicator displays your account's balance and equity evolution over time as two separate lines on a chart. it provides a ...
trendline zigzag in qualitative channel indicator MT5
MetaTrader 5 indicator

trendline zigzag in qualitative channel

this indicator is as an evolution of the classic donchian channel.pivots are identified using a zigzag structure and graphical markers, with the pivots derived entirely from the be...
population-based optimisation algorithms script MT5
MetaTrader 5 script

population-based optimisation algorithms

a list of implemented optimisation algorithms: ans (across neighbourhood search) cla (code lock algorithm) p_o_es ((p+o) evolution strategies) cta (comet tail algorithm) sdsm (stoc...
triangular arbitrage expert MT5
MetaTrader 5 expert advisor

triangular arbitrage

this expert advisor (ea) is designed to perform triangular arbitrage between three currency pairs: eurusd, usdjpy and eurjpy. the main objective is to exploit price discrepancies b...
customised bmap chart indicator MT5
MetaTrader 5 indicator

customised bmap chart

this is a custom indicator for metatrader 5 whose sole purpose is to display a bmp image on the chart, centred on the screen. what is it for? it is used to display a static image (...
change the colour of candles and wick indicator MT5
MetaTrader 5 indicator

change the colour of candles and wick

draw the wicks (thin lines): draw a vertical line from the lowest price to the highest price of each candle (this is called a "wick"). draw the body of the candle: draw a rectangle...
indicator based on 2 mas expert MT5
MetaTrader 5 expert advisor

indicator based on 2 mas

good day everyone)first time posting my code on the forum!!!the ea is based on 2 ma indicators. if they do not cross for a certain period and there is a pullback from the main move...
baseline: i ma + at r bands indicator MT5
MetaTrader 5 indicator

baseline: i ma + at r bands

indicator name : baseline: ima + atr bandsdescription :baseline: ima+atr bands is a custom indicator that combines a standard moving average (ma) with upper and lower bands based o...
false breakups indicator MT5
MetaTrader 5 indicator

false breakups

indicator documentation "fakebreaks.mq5"overviewthe "false breakouts.mq5" indicator is designed to identify and mark on the chart:buy pointsand sell pointsbased on false breakouts ...
alpha trend indicator MT5
MetaTrader 5 indicator

alpha trend

it is an indicator used to determine the market trend and support and resistance levels.when volume data is available, it calculates using mfi, otherwise it calculates using rsi.mo...
at r channels indicator indicator MT5
MetaTrader 5 indicator

at r channels indicator

this indicator is based on atr channel indicator for mt4 which was published by the collector here...
daily trend indicator MT5
MetaTrader 5 indicator

daily trend

indicator that displays the day's trend at any chart time. you can customise the colours and position of the text on the screen....
partial close buy orders script MT5
MetaTrader 5 script

partial close buy orders

the main purpose of this script is to close partially open buy orders (which is in profits) and let the other running orders close in target profits. check the experts tab for the ...
partial close sell orders script MT5
MetaTrader 5 script

partial close sell orders

the main purpose of this script is to close partially open sell orders (which is in profits) and let the other running orders close in target profits. check the experts tab for the...
divergence awesome ocilator indicator MT5
MetaTrader 5 indicator

divergence awesome ocilator

this mql5 code is a custom indicator designed to detect and visualise divergencesbetween price action and the awesome oscillator (ao). divergences occur when the price movement and...
tuyul ga p expert MT5
MetaTrader 5 expert advisor

tuyul ga p

Download the source code for this expert advisor
gz i p - decode library MT5
MetaTrader 5 library

gz i p - decode

the library allows you to decrypt gzip archives from *.gz files or responses from sites compressed with this format. tested on files with up to 0.5 gb of text packed in them.the li...
ex s r expert MT5
MetaTrader 5 expert advisor

ex s r

description:exsr is a counter‑trend expert advisor that hunts for market reversals at points of extreme exhaustion. it combines a high‑threshold rsi (oversold < 20 or overbought...
trade report exporter script MT5
MetaTrader 5 script

trade report exporter

essential functions:transaction history export:the script collects data on all transactions for the last year for the current instrument. support for cryptocurrencies and currenci...
moving average based on heiken-ashi indicator MT5
MetaTrader 5 indicator

moving average based on heiken-ashi

features: works on all symbols. the indicator is multi time-frame. uses colorsfor up and down trend to better visualize true market trend. inputs: time-frame - change the time-fr...
candle counter indicator MT5
MetaTrader 5 indicator

candle counter

key features week selection:the selectedweek parameter defines which week of the month will be numbered. if selectedweek = 0, all weeks are considered, and all candles will be num...
ma c d coloured histogram indicator MT5
MetaTrader 5 indicator

ma c d coloured histogram

key featuresdynamic and coloured histogram: the histogram changes colour automatically based on market conditions, allowing you to view it at a glance:when the macd crosses above o...
candle size indicator MT5
MetaTrader 5 indicator

candle size

main ideas incorporated in the code candle size calculation :the indicator measures the amplitude of the candles (difference between high and low) and displays the value in points ...
moving average x relative strength indicator ea expert MT5
MetaTrader 5 expert advisor

moving average x relative strength indicator ea

marsi-ea is a beginner-friendly expert advisor (ea) that combines the logic of the relative strength index (rsi)and a simple moving average (sma)to identify and execute trading sig...
crypto trend expert MT5
MetaTrader 5 expert advisor

crypto trend

1. advisor overview cryptotrend 1.00is an automated ea built for btc trading, optimised for 2024. it uses the following key components:bollinger indicator:helps to identify market ...
risk management and bot ict daily bias expert MT5
MetaTrader 5 expert advisor

risk management and bot ict daily bias

the bias ea expert advisor integrates a class to implement dynamic risk management that allows you to set daily, weekly and monthly maximum profit and loss limits. these values can...
trend equilibrium indicator trend eq indicator MT5
MetaTrader 5 indicator

trend equilibrium indicator trend eq

settings and parameters general parameters momentum period used to calculate the number of candles for momentum. recommended value: 14 (the higher the value, the smoother the curve...
tuyul uncensored expert MT5
MetaTrader 5 expert advisor

tuyul uncensored

i want to copy and try, create an expert advisor to imitate the trading method in the youtube video.btw, the zigzag is not quite right ,...
watermark indicator MT5
MetaTrader 5 indicator

watermark

key features1. dynamic watermarking automatically displays the current symbol (e.g. eurusd) and the active timeframe (e.g. m15). shows the description of the asset (such as "eurusd...
daily vw a p indicator MT5
MetaTrader 5 indicator

daily vw a p

daily vwap: your essential intraday fair value indicatorthe daily vwap (volume weighted average price)is a precisely coded custom indicator designed to provide traders with a criti...
weekly vw a p indicator MT5
MetaTrader 5 indicator

weekly vw a p

weekly vwap: your foundation for weekly market analysisthe weekly vwap (volume weighted average price)is a robust custom indicator meticulously designed to provide traders with a v...
monthly vw a p indicator MT5
MetaTrader 5 indicator

monthly vw a p

monthly vwap: your compass for long-term market directionthe monthly vwap (volume weighted average price)is a sophisticated custom indicator meticulously crafted to provide traders...
auto tp expert MT5
MetaTrader 5 expert advisor

auto tp

set auto tp and sl: the “set auto tp and sl” (take profit and stop loss) feature is a crucial tool in any trading strategy, designed to automate risk and reward management. it allo...
auto trend lines indicator for mq l5 indicator MT5
MetaTrader 5 indicator

auto trend lines indicator for mq l5

main features : dual detection mode: mode a: dual pivot detection - identifies trendlines through 2 pivot points mode b: adaptive slope analysis - adaptive slope-based analysis br...
pending tread ea (best for gold) expert MT5
MetaTrader 5 expert advisor

pending tread ea (best for gold)

pending_tread expert advisor (ea) – detailed description the pending_tread eais a versatile and easy-to-use trading robot designed to automate the placement and management of multi...
check and delete chart object script script MT5
MetaTrader 5 script

check and delete chart object script

code to check and delete chart objects for mt5:- the script scans through the current chart for any available chart objects,- counts and deletes them accordingly- and log the names...
candle replay magnifier indicator MT5
MetaTrader 5 indicator

candle replay magnifier

features: overlay candles from any past date directly onto the current chart.automatic adjustment of replay zone/magnifier to match live chart movement. dynamic tooltips showing: ...
© ROBOTFX Free educational tools by RobotFX. Use entirely at your own risk; we are not liable for any financial losses incurred.