MetaTrader MT5 Script Source Code Downloads - Page 6

Showing 351 results
average intraday range script MT5
MetaTrader 5 script

average intraday range

this script calculates the average range of prices (in points) for intraday periods. it can be easily adapted as a function for use by experts advisors when it is useful to know, f...
sc t - the overall percent risk - mt5 script MT5
MetaTrader 5 script

sc t - the overall percent risk - mt5

introduction : most newbies and immature traders keep losing money because they don't know how important to calculate and see things in terms of percentage. seeing in terms of perc...
aquarium canvas background script MT5
MetaTrader 5 script

aquarium canvas background

aquarium canvas background this script adds cool colorful live canvas background on the chart like aquarium add canvas_shader.mqh in mql5/include/canvas folder extract files.zip in...
fibonacci retracement with custom values script MT5
MetaTrader 5 script

fibonacci retracement with custom values

this script draws fibonacci retracement obj_fibo with options to add your own custom valuesadd custom values seperated by commas and the script will draw fibonacci retracement leve...
fibonacci fan with custom values script MT5
MetaTrader 5 script

fibonacci fan with custom values

this script draws fibonacci fan obj_fibofan with options to add your own custom valuesadd custom values separated by commas and the script will draw fibonacci fan levels with your ...
fibonacci expansion with custom values script MT5
MetaTrader 5 script

fibonacci expansion with custom values

this script draws fibonacci expansion obj_expansion with options to add your own custom valuesadd custom values separated by commas and the script will draw fibonacci expansion lev...
risk reward tool script MT5
MetaTrader 5 script

risk reward tool

risk reward tool calculates risk reward like 1:2 1:3 1:4 and 1:5 just drag and drop script to the chart and your risk reward tool is readyyou can also set custom levels by adding t...
fibonacci retracement script MT5
MetaTrader 5 script

fibonacci retracement

fibonacci retracement high to low monthly, weekly and day.-0.50 to 1.5 all rectrament levels , in different colours.includes script to delete all fibo lines off chart....
close all orders and positions script MT5
MetaTrader 5 script

close all orders and positions

it happens sometimes when you've been creating and ea and you haven't noticed a bug that causes too many positions if not orders to be opened . or maybe there was a trade execution...
sc t - risk per trade- mt5 script MT5
MetaTrader 5 script

sc t - risk per trade- mt5

the story behind this trading tool: most traders lose and this is a fact. there are lot of reasons behind their losses, but the main reason in my opinion is that they can't control...
ev z reader script MT5
MetaTrader 5 script

ev z reader

it can download data once and be removed or update each 1-5-10 minutes. since it is a service, it can always be active in the background without interfering with charts.32912008.08...
close all fi f o script MT5
MetaTrader 5 script

close all fi f o

this free code manages to close all open positions complying with fifo rules just by drag and drop into the chart, no matter if profit or loss.must enable autotrading....
account history export script MT5
MetaTrader 5 script

account history export

exports the transaction history of the current trading account.the file is saved in the terminal folder mql5/filesor in common folder for terminals common/files.the file name is ge...
group transfer stop loss script MT5
MetaTrader 5 script

group transfer stop loss

indicatorworks on all positions on the current symbol. you set the stop loss price and the script moves the stop loss for all positions.pic. 1. group transfer stop lossthis is a ve...
economic calendar data aggregator script MT5
MetaTrader 5 script

economic calendar data aggregator

this is meant to be an aggregating service script that collects data from the economiccalendar functions & outputs the values to a text file as a list of dictionaries for each ...
bar prediction script MT5
MetaTrader 5 script

bar prediction

example:run the script on daily timeframe, see the results on d1 & m1.inputs:prediction_bar >= -1 : 0 means current bar, -1 the next bar, +1 the first previous bar and so on...
fear and greed function script MT5
MetaTrader 5 script

fear and greed function

it is known that the market is mainly driven by two emotions: fear and greed.this script implements a class with variables and functions to embody these emotions in a mathematical ...
highest high fetch script MT5
MetaTrader 5 script

highest high fetch

highest high fetch - script.1 file - size : 1.62 kb.the code defines a function "rangehighs" that takes 4 integer inputs: pstarthour, pstartmins, pendhour, and pendmins, which repr...
pivot script MT5
MetaTrader 5 script

pivot

example:run the script on w1 and d1 timeframes.see the results on d1 and m15 timeframes....
refresh all open charts script MT5
MetaTrader 5 script

refresh all open charts

this script will refresh all open charts in mt5, usually custom symbols in mt5 needs to be refresh sometime so this script will help to refresh all open chart at once. we can also ...
time left to new bar watch script MT5
MetaTrader 5 script

time left to new bar watch

a simple script that creates a timer in the form of a clock in the main chart window and shows how much time is left until the start of the next bar....
pending order count-bu y st o p s script MT5
MetaTrader 5 script

pending order count-bu y st o p s

this only works for buy stops.if you find this helpful and may need the code for sell stops and other pending orders, let me know in the comment section and i'll cook one up in my ...
password manager script MT5
MetaTrader 5 script

password manager

at the first start, you must fill in the current password of the trader and investor in "cur" line.if you are not satisfied with the generated password, you can make a new one by c...
subtract time script MT5
MetaTrader 5 script

subtract time

with this short piece of code you are going to learn how to subtract the time.it may be very useful to time your trades entrances and exits, also to make up strategies based on tim...
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...
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 ...
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...
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 ...
simplest cs v file reader script MT5
MetaTrader 5 script

simplest cs v file reader

use this simplest class to read csv file with out any preparations and types casting declarations.find the shortest usage example below....
multi break even. mt5 script MT5
MetaTrader 5 script

multi break even. mt5

multi_breakeven is a script file that enables setting multiple entry positions to breakeven, either through pips or a target price, once the trade becomes favorable.this feature en...
binance quotes downloader script MT5
MetaTrader 5 script

binance quotes downloader

this script allows you to receive quotes from the binance crypto exchange and display them in a custom symbol window.to run the script:2. place the binancequotesdownloader file in ...
sample program for async/sync all close script MT5
MetaTrader 5 script

sample program for async/sync all close

this is a simple program to compare asynchronous and synchronous all close.it is a sample program, so feel free to modify it for your own testing purposes, such as adding condition...
© ROBOTFX Free educational tools by RobotFX. Use entirely at your own risk; we are not liable for any financial losses incurred.