MetaTrader MT5 All Source Code Downloads - Page 159

Showing 8094 results
wd. multi line ma indicator MT5
MetaTrader 5 indicator

wd. multi line ma

the mt5 custom indicator, named "wd.multi_linema.mq5," is designed to offer traders valuable insights into moving average values from a higher timeframe (mtf multi timeframe). it e...
martingale trade simulator expert MT5
MetaTrader 5 expert advisor

martingale trade simulator

this ea i've created is for manual trade training using martingale that can be enabled/disabled.only works on strategy tester mode....
strategy checklist indicator MT5
MetaTrader 5 indicator

strategy checklist

this is the mt5 port of an indicator that i implemented for my personal use.it allows you to define a checklist that helps you check your rules before opening a trade.keep in mind ...
heikin ashi lines indicator MT5
MetaTrader 5 indicator

heikin ashi lines

probably everyone has put up a heikin ashi chart one time or another. it makes it look so much cleaner with less noise and clearer trends.but there is one major flaw — it hides the...
candle grids indicator MT5
MetaTrader 5 indicator

candle grids

draw a rectangle on chart to plot custom grids based on points value on inputadded option to use rectangle range to draw grid if user wish to use it. set mode to true or false, tru...
price density - market noise index indicator MT5
MetaTrader 5 indicator

price density - market noise index

the indicator precisely quantifies market noise, helping traders distinguish between periods of high and low volatilitygraphically represented on the chart, allowing for easy inter...
input and output of onnx model script MT5
MetaTrader 5 script

input and output of onnx model

onnxis an open-source format for representing machine learning models. the script allows the user to select an onnx model file through a file dialog. it then creates an onnx sessio...
candle zig zag indicator MT5
MetaTrader 5 indicator

candle zig zag

candle zigzag is an indicator which changes its leg if a candlestick color changesit supports period of 1 while default zigzag in example folder does not work for period 1.it helps...
coll e c t al l indicat o r s da t a script MT5
MetaTrader 5 script

coll e c t al l indicat o r s da t a

collect all indicators script this script collects all mql5 built-in indicators buffers and stores them in a csv file for analysis purposes.bollinger bands (bb): bb_base_line:the b...
volume profile indicator MT5
MetaTrader 5 indicator

volume profile

what is volume profile? the volume profile tool, also known as horizontal volume, illustrates transaction volume at each price within a specific time range using a horizontal histo...
cosine distance and cosine similarity library MT5
MetaTrader 5 library

cosine distance and cosine similarity

function to calculate the cosine distance and the cosine similarity.the cosine distance between 2 vectors a and b is :so 1-cosinesimilarityand the cosine similarity is :in simple t...
connect disconnect sound alert expert MT5
MetaTrader 5 expert advisor

connect disconnect sound alert

this utility is simple example to add sound alert on connect / disconnectadd sounds wav files inside mql5\files\sounds foldercopy the code and compile the ea utility, the attached ...
wd. multi clock price lite! indicator MT5
MetaTrader 5 indicator

wd. multi clock price lite!

"wd.multi_clockprice lite!" is designed to provide a visual representation of the mt5 terminal server time and bid price on the chart. it contains basic features for displaying clo...
symbol sync ea expert MT5
MetaTrader 5 expert advisor

symbol sync ea

syncs all chart symbols to symbol of the chart the ea is attached to...
open trade script MT5
MetaTrader 5 script

open trade

this function executes the primary logic for initiating a trade.computes the opening price, take-profit levels, and stop-loss based on symbol information and user-provided paramete...
wd. range bb indicator MT5
MetaTrader 5 indicator

wd. range bb

the mt5 custom indicator, named 'wd.range_bb,' is designed to display bollinger bands with customized colors and line styles on the chart and calculate the range bandwidth. the ran...
moving averages-14 different types indicator MT5
MetaTrader 5 indicator

moving averages-14 different types

this is an indicator to calculate 14 types of moving averages based on close price.the calculations are mostly based on pine script libraries.types included are:sma, ema, wma, vwma...
candle fitness indicator MT5
MetaTrader 5 indicator

candle fitness

candlestick fitness concept is used in coding hft algos based on population optimization algorithms.this simple indicator hides those candles which are unfit e.g. body range (open-...
voitto tappio candle gain candle loss mt5 indicator MT5
MetaTrader 5 indicator

voitto tappio candle gain candle loss mt5

voitto tappio displays the gains and losses for all candles where the given threshold is surpassed. the values are calculated in points and percentage. the indicator can calculate ...
at r weighted moving averages indicator MT5
MetaTrader 5 indicator

at r weighted moving averages

this is an indicator to calculate 4 types of atr weighted moving averages.the calculations are based on pine script library "taext by thebacktestguy".types included are:atrwsma, at...
titik impas breakeven script MT5
MetaTrader 5 script

titik impas breakeven

the titik impas breakeven metatrader script serves as a straightforward tool designed to adjust the stop-loss to the breakeven point for one or more positions, based on specified p...
fair value gap indicator MT5
MetaTrader 5 indicator

fair value gap

fair value gaps are used in ict's smart money concept where there is an imbalanace of 1 point or more between 1st candle's high and 3rd candle 's low in bullish and 1st candle 's l...
frog jump indicator MT5
MetaTrader 5 indicator

frog jump

in an algorithm experiment, candlesticks were studied with a behavior of frog jump. it is considered a frog never jumps a single block of leaf in the pond but covers a distance fro...
indices testing expert MT5
MetaTrader 5 expert advisor

indices testing

the ea only trades buy positions and does not use sl and tp.settings:"---------- general ----------" commentar start trade end trade prder is closed "---------- risk- and moneyman...
strong historical levels indicator MT5
MetaTrader 5 indicator

strong historical levels

historical levelsare prices over life time of a symbol which technically believed as most repeated prices. from financial point of view, these prices are important limits of econom...
time gm t library for the strategy tester library MT5
MetaTrader 5 library

time gm t library for the strategy tester

timegmt() function returns the gmt, which is calculated taking into account the dst switch by the local time on the computer where the client terminal is running. there are 2 varia...
local timezones and local session hours library MT5
MetaTrader 5 library

local timezones and local session hours

hello, traders.this library has all the functions to get the current local time in a specific or all forex markets. you can convert the local times between time zones or to your br...
intraday currencies performance indicator MT5
MetaTrader 5 indicator

intraday currencies performance

a simple observatory of individual currencies.you can choose line color, line width and font size.the daily start is by default 00:00, but you can change the hours and minutes from...
wick or body high low indicator MT5
MetaTrader 5 indicator

wick or body high low

searches for wick or body based high low in visible bars of chartwick based high examplebody based high example...
determine broker's daylight (ds t) schedule script MT5
MetaTrader 5 script

determine broker's daylight (ds t) schedule

script to determine whether your broker follows the us, uk or au daylight (dst) schedule.the script scans the h1 chart bars of the current chart at the expected dates for the dayli...
slope entry points indicator MT5
MetaTrader 5 indicator

slope entry points

indicator based on basic slope moving average and cloud around.indicator shows two types of signals: prepearing - dot and entry - arrow....
i forex sessions indicator MT5
MetaTrader 5 indicator

i forex sessions

forex sessions indicator highlights the forex market sessions the indicator assumes local "wall clock" trading hours of 8:00 am - 5:00 pm in each forex market, except in sydney it ...
© ROBOTFX Free educational tools by RobotFX. Use entirely at your own risk; we are not liable for any financial losses incurred.