MetaTrader MT4 Script Source Code Downloads - Page 7

Showing 422 results
grouping account history script MT4
MetaTrader 4 script

grouping account history

situation: one demo account, with multiple experts being tested on it. question: what is the profitability of each expert? to answer this question, i wrote a script that reads the ...
information on the symbols script MT4
MetaTrader 4 script

information on the symbols

the script outputs the information on symbols to a csv file: swaps, spreads, stops, contracts. the set of symbols is stored in the sims array. in order to create a custom set, it i...
open bu y script MT4
MetaTrader 4 script

open bu y

set the interest (from 0 to 100) - percentage of free margin allocated for opening a position. this determines the minimum lot allowed for trading, and the position is opened using...
euler - euler number calculation script MT4
MetaTrader 4 script

euler - euler number calculation

the script uses two functions: gete(), that calculates the euler number, and factorial(), that calculates the factorial of the number and is used in the calculations.the euler numb...
change objects color script MT4
MetaTrader 4 script

change objects color

it allows to change the color of selected objects to specified one. it allows to select all objects or only objects of the set type and/or color.based on the script clear_chart.mq4...
opening positions script MT4
MetaTrader 4 script

opening positions

when opening a position the scripts automatically set the lot size (three options: fixed lot and two options as described here ).at the same time the scripts try to select a stop l...
bet t e r yz graph on line script MT4
MetaTrader 4 script

bet t e r yz graph on line

yuraz based on a script by igor kimthe script visualizes the deals on the chart in a convenient way. it has been used in the analytics when writing the article .it is useful for an...
live limit script MT4
MetaTrader 4 script

live limit

many probably encountered a situation where the market requires instant decisions (especially true for pipsing and scalping), but the process of calculating the acceptable risk, an...
"tic tac toe" chart script MT4
MetaTrader 4 script

"tic tac toe" chart

the script works on any symbol and timeframe.in order to start the script, drag onto the current chart. in the "general" tab of the script parameters window, flag the "allow dll im...
lot rebate calculator script MT4
MetaTrader 4 script

lot rebate calculator

dxerofthis simple script is used to calculate total lot or rebate.input settings...
modify all tp sl script MT4
MetaTrader 4 script

modify all tp sl

the script modifies all orders (market and pending) on the symbol with specified take profit and stop loss.if the take profit or(and) stop loss is incorrect, then the value is not ...
unknown script MT4
MetaTrader 4 script

unknown

Download the source code for this script
closed wi n script MT4
MetaTrader 4 script

closed wi n

closure of all winning positions. (you can indicate a specific instrument if you want to)....
closed lo s s script MT4
MetaTrader 4 script

closed lo s s

closure of all positions with a loss. (you can indicate a specific instrument if you want to)....
closed to t a l script MT4
MetaTrader 4 script

closed to t a l

total closure of all positions (winners/losers). you can also select which are of a single instrument....
tp-sl removing script MT4
MetaTrader 4 script

tp-sl removing

immediately deletes the sl/tp of all positions....
pa m m on the chart script MT4
MetaTrader 4 script

pa m m on the chart

the script downloads the history of pamm accounts from the alpari rating and displays it on the chart. pamm accounts are identified by account number. it is possible to download th...
binary option open trade script MT4
MetaTrader 4 script

binary option open trade

the script is designed for opening trades on binary options via the metatrader 4 terminal, if your broker supports this feature.the input parameters set the order type (buy or sell...
stop and take script MT4
MetaTrader 4 script

stop and take

when run on the price chart, the script modifies the stop loss or take profit of all open orders for the current instrument.example:if multiple buy positions are opened ob the gbpu...
price lines script MT4
MetaTrader 4 script

price lines

the standard chart grid has a number of peculiarities, that do not allow to determine the price movement at first sight: the grid step changes dynamically when switching timeframes...
basket chart creator script MT4
MetaTrader 4 script

basket chart creator

the script creates user defined basket of pairs as an offline metatrader 4 chart on the desired time frame, and continues to update the chart on new ticks until it is manually stop...
v1 n1 new order script MT4
MetaTrader 4 script

v1 n1 new order

this tool is designed to open orders / positions in metatrader 4 terminals with absolute control of the risk / reward ratio, automatically calculating the lot size (without the nee...
open order (with risk management, tp and sl) script MT4
MetaTrader 4 script

open order (with risk management, tp and sl)

this script is useful if you want to open an order using risk management rules and magic numbers, you can also set take profit and stop loss in distance from the current price.you ...
close orders (with further filtering) script MT4
MetaTrader 4 script

close orders (with further filtering)

the attached script allows you to close more orders at once.you can choose the following filters:only instrument in the chart where the script is run or all instruments. only order...
send order basic script MT4
MetaTrader 4 script

send order basic

a simple script to easily submit market or pending orders, without having to add or subtract decimals to find your stop loss, take profit, or trailing stop. with this script, you c...
set fixed sl and tp script MT4
MetaTrader 4 script

set fixed sl and tp

this script scans for open orders and sets a stop loss and take profit to all of the filtered orders.you can filter orders by:magic number comment you will have to specify the stop...
modify sl tp script MT4
MetaTrader 4 script

modify sl tp

this script is used to modify the stop loss and take profit of current symbol positions.the new stop loss and take profit are based on the market price.if the inputs are 0, there w...
market watch cleaner script MT4
MetaTrader 4 script

market watch cleaner

there is only one external variable and that is maximum spread. set this to the maximum spread you wish to see inside of your market watch window. i built this script because i got...
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...
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...
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...
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...
unknown script MT4
MetaTrader 4 script

unknown

Download the source code for this script
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...
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....
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 ...
© ROBOTFX Free educational tools by RobotFX. Use entirely at your own risk; we are not liable for any financial losses incurred.