MetaTrader MTall Script Source Code Downloads - Page 16

Showing 773 results
buy sell + sl + tp script MT5
MetaTrader 5 script

buy sell + sl + tp

script to open a buy andsell position at the current price in the mt5 window with a specified stop loss (in pips) and take profit (in pips) that are automatically set when the orde...
risk translation of percentage risk script MT5
MetaTrader 5 script

risk translation of percentage risk

a simple script to translate the monetary figure of a risk percentage (1% to 10%). the risk is calculated based on the account balance.it is a useful tool for manual traders as now...
code to check and delete chart objects for mt5 script MT5
MetaTrader 5 script

code to check and delete chart objects for mt5

to check and delete chart objects for mt5 check and delete chart object scriptscans through the current chart for any available chart objects, counts and delete them accordingly ...
time server daylight savings script MT5
MetaTrader 5 script

time server daylight savings

please, note that in the northern and southern hemispheres, time zones are adjusted in the opposite direction: in the northern hemisphere, 1 hour is added in the "spring" (march or...
economic calendar cs v script MT5
MetaTrader 5 script

economic calendar cs v

input variables allows you to specify a country code, a currenty code, and a time range to filter required records. if the inputs are left empty, a complete calendar can be request...
swap monitor script MT5
MetaTrader 5 script

swap monitor

this is a service, which periodically inspects actual swaps for specified symbols and saves new values (if changes detected) into csv-files. the files are created in folders under ...
get min margin in to csv script MT5
MetaTrader 5 script

get min margin in to csv

description of purpose:the script minmargins.mq5 is designed to help traders quickly calculate and document the minimum amount of money required to open a position with the smalles...
strategy report output into a chart script MT5
MetaTrader 5 script

strategy report output into a chart

this script was developed for displaying saved strategy report from the strategy tester into a chart.follow these steps:put report_into_chart.mql5 into ¨\mql5\scripts" folder. comp...
collect data (date, time and close price) script MT5
MetaTrader 5 script

collect data (date, time and close price)

as you can see this is a short script used to collect close price and place it in a column after a date string and a time (hour and minute) string.the data is saved to a comma sepa...
useful define statements script MT5
MetaTrader 5 script

useful define statements

definition of variables first, you need to change the first lines in the file to match the name of your variables and arrays. below you can see i have used g_rates for the mqlrates...
candle signature script MT5
MetaTrader 5 script

candle signature

candle signature with example is a script which can be useful for traders doing research and development in finding single candlestick pattern, storing them and further making an e...
panel for calculating history profit script MT5
MetaTrader 5 script

panel for calculating history profit

user can select date range, symbols and magic numbers through the graphical panel. the script counts the total profit and number of trades based on the selected filters (symbols, ...
auto sl tp by risk reward ratio script MT5
MetaTrader 5 script

auto sl tp by risk reward ratio

key features flexible risk:reward ratio: set any r:r ratio (1:1, 1:2, 1:3, etc.)pip-based calculation: define stop loss in pips, tp calculated automaticallymulti-symbol support: ca...
population-based optimisation algorithms script MT5
MetaTrader 5 script

population-based optimisation algorithms

a list of implemented optimisation algorithms: ans (across neighbourhood search) cla (code lock algorithm) p_o_es ((p+o) evolution strategies) cta (comet tail algorithm) sdsm (stoc...
partial close buy orders script MT5
MetaTrader 5 script

partial close buy orders

the main purpose of this script is to close partially open buy orders (which is in profits) and let the other running orders close in target profits. check the experts tab for the ...
partial close sell orders script MT5
MetaTrader 5 script

partial close sell orders

the main purpose of this script is to close partially open sell orders (which is in profits) and let the other running orders close in target profits. check the experts tab for the...
trade report exporter script MT5
MetaTrader 5 script

trade report exporter

essential functions:transaction history export:the script collects data on all transactions for the last year for the current instrument. support for cryptocurrencies and currenci...
check and delete chart object script script MT5
MetaTrader 5 script

check and delete chart object script

code to check and delete chart objects for mt5:- the script scans through the current chart for any available chart objects,- counts and deletes them accordingly- and log the names...
lot size calculation script MT4
MetaTrader 4 script

lot size calculation

some traders prefer a clean chart without clutter from indicators or write-ups. this script helps calculate the appropriate lot size for forex or cfd instruments. simply choose eit...
lot size calculation script MT5
MetaTrader 5 script

lot size calculation

some traders prefer a clean chart without clutter from indicators or write-ups. this script helps calculate the appropriate lot size for forex or cfd instruments. simply choose eit...
creat button close buy sell on chart script MT5
MetaTrader 5 script

creat button close buy sell on chart

features gui buttons: "close buys" and "close sells" with customizable colors, positions, and text. dynamic visibility: hides buttons when no positions exist (optional). position...
simplest cs v file writer script MT5
MetaTrader 5 script

simplest cs v file writer

use this simplest class to write csv file with out any preparations and types casting declarations.find the shortest usage example below....
3 way aroon value calculation script MT5
MetaTrader 5 script

3 way aroon value calculation

this script shows 3 ways of calculating the current aroon up and aroon down values:1st way by using copyhigh and copylow. 2nd way via ihighest and ilowest. and finally using the ...
trading session mapping script MT5
MetaTrader 5 script

trading session mapping

this tool is a visual aid which maps the correct trading session beside each hour on the 24-hour clock. it links the session name to the hour relating to your brokers server time, ...
delete trading history script MT5
MetaTrader 5 script

delete trading history

simple script. when launched, it removes all auto-trading icons on the chart - arrows and lines connecting them.the script does not disable the display of trading history on the ch...
simple bar timer script MT5
MetaTrader 5 script

simple bar timer

a countdown timer until next bar arrives. it is a script that can persist and also be removed from the chart....
candlestick analysis report script MT5
MetaTrader 5 script

candlestick analysis report

this script is designed to perform candlestick analysis:data retrieval:the script retrieves the opening, closing, high and low candlestick prices of the financial instrument on whi...
© ROBOTFX Free educational tools by RobotFX. Use entirely at your own risk; we are not liable for any financial losses incurred.