MetaTrader MTall Script Source Code Downloads - Page 5

Showing 773 results
account information script script MT4
MetaTrader 4 script

account information script

this script provides a comprehensive overview of your account details.it displays all relevant account information in a clear and organized manner.image:recommendations:ensure that...
l1 trend filter demonstration script MT5
MetaTrader 5 script

l1 trend filter demonstration

the l1 trend filter allows for the extraction of piecewise-linear trends. this method effectively preserves key market structure while minimizing price noise.this script illustrate...
utility diamond for root binary miner script MT4
MetaTrader 4 script

utility diamond for root binary miner

this utility facilitates position opening using the root binary miner analyzer, a powerful tool for market analysis. it features a magic box, a comprehensive toolkit for market man...
trade journal csv export script for mt4 script MT4
MetaTrader 4 script

trade journal csv export script for mt4

this script exports your entire trade history to a csv file, including performance metrics. the data can be easily imported into excel or google sheets for in-depth analysis.featur...
asq trading journal export script MT5
MetaTrader 5 script

asq trading journal export

asq trading journal export is a powerful tool for traders, offering a seamless way to export and analyze trade history.with a single click, this script transforms your metatrader 5...
neuropro verbalisation converter for mql5 script MT5
MetaTrader 5 script

neuropro verbalisation converter for mql5

this script automates the transfer of neural networks from the neuropro analytical package (2026 release) to metatrader 4/5 terminals, addressing syntax, arithmetic, and encoding i...
export historical data script MT5
MetaTrader 5 script

export historical data

this script exports historical rates data to a format suitable for analysis in external software, such as mathcad. the output file contains historical price data (bars) for the spe...
clipboard script MT5
MetaTrader 5 script

clipboard

the script retrieves data from the windows clipboard....
wininet_test script MT5
MetaTrader 5 script

wininet_test

the wininet_test.mq5 script is a modified version of a script published in mql4.codebase in 2026. it demonstrates how to download a page or file from the internet using the wininet...
charts synchro scroll script MT5
MetaTrader 5 script

charts synchro scroll

the script enables synchronous scrolling across all charts opened in the client terminal.prior to executing the script, ensure the chart shift feature is enabled from the right par...
obj chart sample script MT5
MetaTrader 5 script

obj chart sample

the script objchartsample.mql5 demonstrates the manipulation of chart properties through the utilization of classes from the standard library (cchart)....
sphere sample script MT5
MetaTrader 5 script

sphere sample

the spheresample.mq5 script demonstrates the manipulation of graphic objects utilizing classes from the standard library (base class of objects array carrayobj, cchartobjecttext).t...
mw download history script MT5
MetaTrader 5 script

mw download history

this script enables the user to download all available ohlc data from their terminal to a file in the commons folder. this data can be utilized to create custom symbols. if a file ...
show trade lines service script MT5
MetaTrader 5 script

show trade lines service

the service enhances the visual representation of open positions and related transactions on charts, offering a more intuitive view compared to the default terminal display. it all...
project template generator for metatrader 5 script MT5
MetaTrader 5 script

project template generator for metatrader 5

technical overview projecttemplategen.mq5 is an innovative metatrader 5 script utility designed to streamline the development process by automating the creation of standardized exp...
percentage risk lot calculator script MT5
MetaTrader 5 script

percentage risk lot calculator

this script calculates the number of lots to trade based on a specified percentage of risk funds.the calculation ensures that the trade size aligns with the defined risk tolerance....
last pink event date script MT5
MetaTrader 5 script

last pink event date

since build 344 of the client terminal, the display of economic calendar news using special graphical objects (obj_event) has been added.this script demonstrates the economic calen...
mt4/mt5 shortcuts extensions script MT4
MetaTrader 4 script

mt4/mt5 shortcuts extensions

this script provides various keyboard shortcuts to enhance your trading experience on mt4 and other platforms. it utilizes idlelib.dll, available in the libraries section of the co...
market report generation script MT4
MetaTrader 4 script

market report generation

this script generates a market report based on a list of symbols.market report generationthe script creates an html file in the experts/files directory, providing a market overview...
create csv history file from mt5 for mt4 script MT5
MetaTrader 5 script

create csv history file from mt5 for mt4

when using the history quotes data from metatrader 4 client terminal, it was found that some brokers do not have the full history. the quality of the historical bar data is better ...
trade history overview script MT5
MetaTrader 5 script

trade history overview

the script allows you to place the deals history on the chart using the graphic objects.trade history displaythe trade history is displayed on the chart, providing a visual represe...
mql5 self-generating script script MT5
MetaTrader 5 script

mql5 self-generating script

this script generates a file with its own source code, providing a solution to the classical program in mql5.overviewthis tool can be useful for studying programming and algorithms...
synchronized chart scrolling script MT5
MetaTrader 5 script

synchronized chart scrolling

to synchronize the scrolling of multiple charts, simply attach the script to one chart and it will be applied to all charts.chart synchronization featuresthe script allows you to c...
exporting indicator values to csv files script MT5
MetaTrader 5 script

exporting indicator values to csv files

this script allows users to export indicator values to csv files along with date and time.the function parameters can be changed to export different indicators.the script has been ...
twitpic - share chart screenshots script MT4
MetaTrader 4 script

twitpic - share chart screenshots

to use this script, place it in the experts/scripts subfolder of your metatrader installation and restart the platform if necessary, or simply compile the script. no additional dow...
create custom bitmap image script script MT5
MetaTrader 5 script

create custom bitmap image script

the graphic object of type allows to show the .bmp images on the chart.unzip the mql5_logo.bmp to terminal_data_folder\mql5\images\ folderit's possible to draw the image as backgro...
chart navigation demo script MT5
MetaTrader 5 script

chart navigation demo

this is a simple script that demonstrates the use of various chart functions.it utilizes several key functions, including:- getting the handle of the chart where the script is laun...
modifying tester date fields using user32.dll script MT4
MetaTrader 4 script

modifying tester date fields using user32.dll

to use this script effectively, the strategy tester window must be open.introductionthis script was developed to create a distributed automated optimization package. the available ...
mt5 history downloader script MT5
MetaTrader 5 script

mt5 history downloader

this script downloads historical data for the current symbol, as available from the trade server. the download progress is visualized using the cprogressbar class. in the "expert...
Time Variable Conversion Utility script MT5
MetaTrader 5 script

Time Variable Conversion Utility

This script converts time, represented as a variable, into its constituent components: year, month, day, hour, minutes, and seconds.It does not utilize MQL5 built-in time functions...
Exposure Calculator script MT5
MetaTrader 5 script

Exposure Calculator

This is a tool to calculate the summary assets of each currency.Introduction to Exposure CalculatorThe Exposure Calculator is designed to provide a summary of assets for each curre...
Market Symbol and Data Extraction Script script MT4
MetaTrader 4 script

Market Symbol and Data Extraction Script

This script extracts all available market symbols and their characteristics, generating an HTML report.Positive swaps are highlighted in the report.To use the script, simply drag a...
Time Script script MT4
MetaTrader 4 script

Time Script

Description: the script prints the week day and time. ...
Gmail Reader for MT4/MT5 using Wininet script MT4
MetaTrader 4 script

Gmail Reader for MT4/MT5 using Wininet

This script reads your unread Gmail messages.Script properties include:gmailpassword = "your_password";numofentries = 5.The feed retrieves a maximum of 20 entries of unread message...
Transaction Visualization on Chart from Report script MT4
MetaTrader 4 script

Transaction Visualization on Chart from Report

This script reads an HTML report file and visually represents transactions directly on the trading chart in a standard format.Arrows will be drawn on the chart to indicate orders f...
Export Trading History to CSV script MT4
MetaTrader 4 script

Export Trading History to CSV

This script generates a history.csv file within the Experts/Files directory, exporting your trading history into a format readable by spreadsheet software like Excel.This allows fo...
Save History to HST File script MT5
MetaTrader 5 script

Save History to HST File

This script allows you to create a binary *.hst file, supported by MetaTrader 4. This file can be imported in MetaTrader 4 as historical data or you can open it as an offline chart...
Clear Chart Script script MT5
MetaTrader 5 script

Clear Chart Script

This script deletes all graphical objects from a chart. It can be useful in case the chart is overcrowded by objects that are not needed anymore.Video: ...
Synchronized Chart Scrolling Script script MT5
MetaTrader 5 script

Synchronized Chart Scrolling Script

This script enables simultaneous scrolling across multiple charts.When the script is active on one chart, scrolling any of the associated charts will automatically shift the others...
© ROBOTFX Free educational tools by RobotFX. Use entirely at your own risk; we are not liable for any financial losses incurred.