The script purpose is to export historical rates data to format, convenient for analysis in external programs, for example, in MathCa...
Showing posts with label MetaTrader 5 Script. Show all posts
Showing posts with label MetaTrader 5 Script. Show all posts
MetaTrader 5 Script | ytg Percent Lot
0
The script calculates the number of lots to trade using the specified percentage of risk funds. 188 Best MetaTrader Indicator...
MetaTrader 5 Script | s-LastPinkEventDate
0
Since build 344 of the client terminal display of economic calendar news using special graphical objects (OBJ_EVENT) is added. A scr...
MetaTrader 5 Script | YURAZ CreateCSV HistoryFile From MT5 For MT4
0
When I used the history quotes data from MetaTrader4 client terminal, I have found that some brokers doesn't have the full histor...
MetaTrader 5 Script | History of trade
0
The script allows you to place the deals history on the chart using the graphic objects. 243 Best MetaTrader Indicators + Profitable...
MetaTrader 5 Script | SelfGenerator
0
This script generates a file with its own source code (solution of the classical program in MQL5). It may be useful to study program...
MetaTrader 5 Script | sChartsSynchroScroll v2
0
This is the new version of the sChartsSynchroScroll script (the old version here). Just attach script to one chart and that's al...
MetaTrader 5 Script | Export Indicator's Values
0
After searching for such script, I decided to create mine, and decided to share it with the MQL5 community. This script exports ind...
MetaTrader 5 Script | Demo Create OBJ BITMAP Script
0
The graphic object of OBJ_BITMAP type allows to show the .BMP images on the chart. Unzip the mql5_logo.bmp to terminal_data_folder\...
MetaTrader 5 Script | ChartNavigate Demo
0
Simple script with demonstration of use of the ChartNavigate() function. The script uses several chart functions: ChartID() - to g...
MetaTrader 5 Script | downloadhistory.mq5
0
The script downloads historical data (for the current symbol), available at trade server. The download progress is plotted using the...
MetaTrader 5 Script | Demo BitmapOffset (OBJPROP XOFFSET and OBJPROP YOFFSET)
0
This is an example of use of the OBJPROP_XOFFSET and OBJPROP_YOFFSET properties. See video: https://www.mql5.com/en/forum/3509/page1...
MetaTrader 5 Script | sTimeToVariables
0
The script converts the time, represented as datetime variable into the year, month, day, hour, minutes and seconds. It doen't us...
MetaTrader 5 Script | Exposure
0
MetaTrader 5 Script | Exposure
RobotFX
15.11.25
I would like to present you the "Exposure". It allows you to calculate the summary assets of each currency. It's usefu...
MetaTrader 5 Script | Save history to HST
0
This script allows to create a binary *.hst file, supported by MetaTrader 4. This file can be imported in MetaTrader 4 as historical ...
MetaTrader 5 Script | ToClearChart
0
The script deletes all graphical objects from a chart. It can be useful, in case the chart is overcrowded by objects that are not nee...
MetaTrader 5 Script | sSyncScroll
0
Script for the charts simultaneous scrolling. The script is launched on one chart. When scrolling any of the charts, the rest ones ...
MetaTrader 5 Script | StopOutPrice
0
The script calculates Stop Out price (at this price position will be closed by broker) of the opened position and the price, at which...
MetaTrader 5 Script | OpenCL Test
0
Starting from build 581, the native support of the OpenCL interface has been added for using GPU capacities. Here is a small workin...
MetaTrader 5 Script | Objects Description Activator
0
This script Enables the 'Chart Objects Description' for non-programmers. For any open chart window. After the run from the ...