New free code from MQL5: indicators, EAs, and scripts for traders. Description: The L1 filter enables extraction of piecewise-linear trends...
Showing posts with label Demo. Show all posts
Showing posts with label Demo. Show all posts
MetaTrader 5 Expert Advisor | Demo Create OBJ BITMAP LABEL EA
0
The graphic object of OBJ_BITMAP_LABEL allows to create the different buttons. To enable the change of its state, it's necessary ...
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 Expert Advisor | Demo resource EA
0
This is the version of the Demo_Create_OBJ_BITMAP_LABEL_EA Expert Advisor with resources, built-in in the .EX5 file. The euro.bmp a...
MetaTrader 5 Indicator | Demo DRAW ZIGZAG
0
Simple example of use of the DRAW_ZIGZAG drawing style. The indicator connects the Highs and Lows of the neighbour bars. See also: ...
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 | 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 | Demo FileFind
0
The script is a simple example of using functions for search and work with files and directories. This script searches and displays ...
MetaTrader 5 Script | Demo FileCopy
0
The script demonstrates the example of using the FileCopy() function. For this one file content is copied to the other. For the succe...
MetaTrader 5 Script | Demo FileDelete
0
The script searches all text files in the terminal local folder and deletes those of them whose creation data is less than the data v...
MetaTrader 5 Script | Demo FileMove
0
The script tries to attempt to move the source file from subdirectory in the terminal local folder to target file in subdirectory in ...
MetaTrader 5 Script | Demo FileFlush
0
When writing to a file, the data may be actually found there only after some time. To save the data in the file instantly, use the Fi...
MetaTrader 5 Script | Demo FileIsEnding
0
The script reads and prints data from a file which is located in the terminal local folder. Reading performs in the loop by the FileR...
MetaTrader 5 Script | Demo FileGetInteger
0
The script opens a file located in the terminal local folder and displays values of its properties. The terminal local folder locatio...
MetaTrader 5 Expert Advisor | Demo FileWriteArray
0
The Expert Advisor gets values of Bid and Ask prices on every tick and remembers them into the "prices" structure array. On...
MetaTrader 5 Script | Demo FileReadArray
0
The script performs reading data of Bid and Ask prices from the file which was obtained in the process of work of the Demo_FileWriteA...
MetaTrader 5 Script | Demo FileWrite
0
The script defines the signals formed by the MACD indicator and saves them in the file. In script input parameters can be specified p...
MetaTrader 5 Indicator | Demo FileReadDatetime
0
The indicator reads signals to buy and sell from the file located in the subdirectory of the local terminal folder and then displays ...
MetaTrader 5 Script | Demo FileWriteDouble
0
The script gets the values of the Moving Average indicator and writes them in the binary file in "Data" subdirectory of the...
MetaTrader 5 Indicator | Demo FileReadDouble
0
The indicator reads data of the Moving Average from the binary file and displays them in a separate subwindow. To get the file with ...