MetaTrader MTall Script Source Code Downloads - Page 14

Showing 773 results
market and symbol information for mt4 script MT4
MetaTrader 4 script

market and symbol information for mt4

the purpose of this interactive script is to display into one place all market and symbol informations taken from marketinfo and symbol info, such as margin and leverage. this way ...
basic file handling in mq l script MT4
MetaTrader 4 script

basic file handling in mq l

this code will basically write some value of prices in a file.this is usually helpful when you want to create a local trade copier using file based approach.it can also be used to ...
save current chart to default template script MT4
MetaTrader 4 script

save current chart to default template

it saves the current chart to default template , it just helps to do it faster than a manual save. you can assign a hotkey for it. it has no confirmation and immediately saves the ...
set stoploss to all orders script MT4
MetaTrader 4 script

set stoploss to all orders

this simple script sets the stoploss of all the open orders to a specific value that can be inserted in the input....
bollinger band crossover based ea script MT4
MetaTrader 4 script

bollinger band crossover based ea

this is an ea based on bollinger band crossover with prices.this also demonstrates how to ensure that lot size being used in within the limits set by a broker...
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...
account history export script MT4
MetaTrader 4 script

account history export

exports the transaction history of the current trading account.the file is saved in the terminal folder mql4/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...
signals cs v to chart objects script MT4
MetaTrader 4 script

signals cs v to chart objects

blue arrow = buyred arrow = sellblue tick = winred cross = lose---2. inside the signal, go to trading history tab3. scroll to the most bottom and click on history link on the right...
draw trade history onto chart script MT4
MetaTrader 4 script

draw trade history onto chart

blue zone = tp zonered zone = sl zoneblue arrow = buyred arrow = sellblue tick = winred cross = lose---1. open the chart that you want to display the objects.2. key in magic number...
open order with trade management script MT4
MetaTrader 4 script

open order with trade management

open your order with this simple trade management script.you can open any type of market order by defining your inputs:order typestop loss (in pips)take profit (in pips)lot sizesli...
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 ...
get message of popup alert mt4 using script MT4
MetaTrader 4 script

get message of popup alert mt4 using

this is small script using external dll "user32.dll".1. import dll and its functions 2 get handle of alert dialog (parent window) using findwindoww to specific parent window handle...
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...
period converter all kai script MT4
MetaTrader 4 script

period converter all kai

this script convert historical data from m1 to m1, m5, m15, m30, h1, h4, d1, w1 and mn, specifying the start date.this is a basic flow.1. download or import your historical data. 2...
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 ...
oneminuteman script MT4
MetaTrader 4 script

oneminuteman

the script requests the rates every 50ms, put the data into an array then traverses through finding highs and lows...
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 ...
© ROBOTFX Free educational tools by RobotFX. Use entirely at your own risk; we are not liable for any financial losses incurred.