MetaTrader MTall Script Source Code Downloads - Page 11

Showing 773 results
history deals and orders script MT5
MetaTrader 5 script

history deals and orders

the 'history deals and orders' script shows absolutely all properties of deals and orders from the trading history over a given time interval.data can be displayed in the experts t...
pending orders up script MT5
MetaTrader 5 script

pending orders up

the "pending orders up" script sets a grid of orders above the current price.input parameters gap for pending orders up from the current price (in pips)- the distance from the curr...
pending orders do w n script MT5
MetaTrader 5 script

pending orders do w n

the "pending orders down" script sets a grid of orders below the current price.input parameters gap for pending orders down from the current price (in pips)- the distance from the ...
current next futures script MT5
MetaTrader 5 script

current next futures

the script has three independent functions for determining the current (nearest) forts futures.the short name of the futures, such as br, is specified in the script parameters.the ...
lead lag relationship tester script MT5
MetaTrader 5 script

lead lag relationship tester

script for checking the indicator, it is intended for sending quotes with a delay.how to check: run the script and indicator with a common communication channel on the same instrum...
statistics of candles script MT5
MetaTrader 5 script

statistics of candles

counting the number of series of bullish and bearish bars. displaying the result as a chart. saving the screenshot of the resulting chart. the script uses the class.input parameter...
statistics of candles 2 script MT5
MetaTrader 5 script

statistics of candles 2

a modification of the script. counting the number of series of bullish and bearish bars. displaying the result as a chart. saving the screenshot of the resulting chart. the class i...
period converter all timeframes script MT4
MetaTrader 4 script

period converter all timeframes

when we do back-test, we usually download m1 data from a third party, and then convert m1 data to other timeframes.this script helps to convert history data from m1 to m5, m15, m30...
s-downloader. mq4 script MT4
MetaTrader 4 script

s-downloader. mq4

the script downloads history for all timeframes and symbols in the market watch. download is performed by emulating pressing the home button. if the download by pressing the button...
save and show the objects of testing chart script MT4
MetaTrader 4 script

save and show the objects of testing chart

after back testing, we usually need to analyze the testing result on a new chart which we have loaded our template,in this case we need to copy the objects on the testing chart to ...
regular expressions tester mq l4 script MT4
MetaTrader 4 script

regular expressions tester mq l4

materials on regular expressions the article. the library. other useful materials microsoft microsoft microsoft others: most useful cregex class methods ismatch()- checks whet...
vr orders history mt5 lite script MT5
MetaTrader 5 script

vr orders history mt5 lite

this universal script can run both on hedging and netting accounts.the script divides the report into two stages:the first stage includes existing current positions and deals, whic...
open two market orders in opposite directions script MT4
MetaTrader 4 script

open two market orders in opposite directions

this simple script opens two market orders in two opposite directions. the essence of this is when trading news, price often breaks out in one direction. so ideally executing this ...
limit orders pro script MT4
MetaTrader 4 script

limit orders pro

this script provides quick work with a large number of pending orders in the market and contains functions for placing, changing, and deleting of orders within the your price range...
ie e e floating-point decoder script MT5
MetaTrader 5 script

ie e e floating-point decoder

display the actual stored value of a floating-point number (float or double type), with very high precision up to 55 decimal digits. this helps to debug exact value of floating-poi...
start external process script MT4
MetaTrader 4 script

start external process

this script allows you to start any arbitrary external program. use it as-is or as a starting point for something amazing.in order for this script to work, you will have to allow i...
math ceil round floor script MT5
MetaTrader 5 script

math ceil round floor

an example of mathematical functions:returns the nearest upper integer; rounds a number to the nearest integer; returns the nearest lower integer. the code:starting with "price" ...
third party ticks script MT5
MetaTrader 5 script

third party ticks

third-party applications for metatrader 4 allowing to obtain a tick history from various sources have always been popular. this history is typically used in the strategy tester for...
average volume per hour script MT4
MetaTrader 4 script

average volume per hour

this script scans through the bars within a 1 hour chart and calculates the average volume per hour. it is prevented from working on any chart other than 1 hour and the average cal...
prof line script MT5
MetaTrader 5 script

prof line

based on the mql4 code by evgeny trofimov .the script calculates and shows on a chart breakeven levels separately for open buy and sell positions.if the number of position changes,...
s dot to line dist script MT5
MetaTrader 5 script

s dot to line dist

function parameters:double lx1- the x coordinate of the first point of the line;double ly1- the y coordinate of the first point of the line;double lx2- the x coordinate of the seco...
unknown script MT4
MetaTrader 4 script

unknown

Download the source code for this script
sd m swap script MT5
MetaTrader 5 script

sd m swap

a script for showing the swap value on a financial instrument. the texts of positive and negative swaps are shown in different colors.i have been regularly using it for long. for s...
s-downloader (single tf) script MT4
MetaTrader 4 script

s-downloader (single tf)

the script downloads the historical quotes data of a single timeframe for all symbols in the market watch. this is convenient to conduct more backtesting on a single timeframe that...
test values print script MT5
MetaTrader 5 script

test values print

the include file, small by its content, is designed to print out the values and names of variables:when engineering the codes; and when developing the functions or getting to know ...
scale all charts script MT4
MetaTrader 4 script

scale all charts

two scripts are included for scaling all of the charts:"scale auto all" will set all of the open charts to automatic scaling. "scale fix all" will set all of the open charts to use...
change timeframe all script MT4
MetaTrader 4 script

change timeframe all

this script will change the timeframe of all the opened charts. it has one setting for selecting the desired timeframe. this saves me a lot of time when doing multi timeframe analy...
change zoom level all script MT4
MetaTrader 4 script

change zoom level all

this script sets the zoom level for all opened charts simultaneously. this saves me a lot of time when i'm looking at 12 charts and want to adjust them all....
export positions history script MT5
MetaTrader 5 script

export positions history

the script exports history of closed positions from mt5 retail hedging account selected between two dates. the resulting file is csv that can be opened/imported with any spreadshee...
save and show the objects of testing chart script MT5
MetaTrader 5 script

save and show the objects of testing chart

after back testing, we usually need to analyze the testing result on a new chart which we have loaded our template. in this case we need to copy the objects on the testing chart to...
planned pending orders script MT4
MetaTrader 4 script

planned pending orders

overviewthe script will open limit pending orders according to named horizontal lines in the chart you have to draw before. when finished drawing you drag and drop the script onto ...
market watch au t o-cs v script MT4
MetaTrader 4 script

market watch au t o-cs v

written in this code you can find a loop on your marketwatch. it can be used to do a multi-market algorithm, like an ea which works on all the selected markets. back to our script ...
timeframe to short name script MT5
MetaTrader 5 script

timeframe to short name

this function gives me the shortened names of the timeframesexample: "m1" instead of "period_m1"...
nerve script MT5
MetaTrader 5 script

nerve

the script calculates the average volatility of symbols according to the equation: the differences of the maximum and minimum values of the candles for the selected period in days ...
lot check script MT5
MetaTrader 5 script

lot check

idea by:code mq5 by:this is a utility script. the lot size is set in the inputs. as a result, we obtain a correctly rounded lot, as well as auxiliary data, such as maximum lot size...
set color fibo levels script MT5
MetaTrader 5 script

set color fibo levels

the script creates the fibonacci levelsgraphic object with a large number of settings.fig.1. the setcolorfibolevels script operation result...
day(hight-low) script MT5
MetaTrader 5 script

day(hight-low)

a script for automatically drawing the levels of the intraday high/low on the forts trading sessionif night_session=true, then the night high/low levels are drawn additionally, pro...
set color fibo levels grand x n script MT5
MetaTrader 5 script

set color fibo levels grand x n

the script builds the fibonacci levelsgraphical object with the option of selecting the number of its segments for this feature to be realized, the following input parameter has be...
export deals history script MT5
MetaTrader 5 script

export deals history

the script exports history of deals (ordered by close time) from mt5 retail hedging account selected between two dates. the resulting file is csv that can be opened/imported with a...
export trade history to cs v script MT5
MetaTrader 5 script

export trade history to cs v

this script will export the trade history from mt5 selected between two dates. the resulting file is csv that can be opened/imported with any spreadsheet software....
export trade history to cs v script MT5
MetaTrader 5 script

export trade history to cs v

the csv can be found in the folder \mql5\filesfollowing data columns are exported:position idtypesymbolvolumeopen date/timeopen priceclose date/timeclose pricetakeprofit, data not ...
balance graph ht m l script MT5
MetaTrader 5 script

balance graph ht m l

description: display interactive html graph of the account balance inside the web browser.the included template html file uses the highcharts javascript library fromhighcharts make...
balance graph ht m l (mt4) script MT4
MetaTrader 4 script

balance graph ht m l (mt4)

description:display interactive html graph of the account balance inside the web browser.the included template html file uses the highcharts javascript library fromhighcharts makes...
change sl/tp on chart drop off script MT5
MetaTrader 5 script

change sl/tp on chart drop off

this script will change the sl and tp of all open trades of the symbol to the price where the script is dropped off....
close-all script MT5
MetaTrader 5 script

close-all

this is a script to close all market positions and/or pending orders.optionally, you can disable algo-trading buttonto prevent other running experts from opening further positions ...
© ROBOTFX Free educational tools by RobotFX. Use entirely at your own risk; we are not liable for any financial losses incurred.