MQL5 Source Code Library for the MetaTrader 5 Terminal
Do you know that all the programs in the MQL5 library are available directly in the MetaEditor 5? Now you do not need to worry about which folder to use to download the code of an Expert Advisor, indicator or script - the editor does it for you.
Open its Toolbox (Ctr+T), go to the Code Base tab and select "Download" in the right-click menu - that's all you need to do to get a program source code!
682
WININET_TEST (Author: Integer)
Here is a simple example that shows how to download page(file) from Internet using the library wininet.dll.
513
ToClearChart (Author: GODZILLA)
The simple script for deleting all graphical objects from a financial asset chart. It can be useful, in case the chart is overcrowded by objects that are not needed anymore.
2416
YURAZ_CreateCSV_HistoryFile_From_MT5_For_MT4 (Author: YURAZ)
The script exports historical quotes data from MetaTrader 5 for the import to MetaTrader 4. This solution will allow you to get the full history for MetaTrader 4.
1135
OpenCL Test (Author: MetaQuotes Software)
A small example of the Mandelbrot fractal calculation in OpenCL. The OpenCL accelerates calculations of fractal approximately up to 100 times in comparison with the CPU calculations.
1014
SphereSample (Author: MetaQuotes)
The script illustrates control of graphic objects using the classes from the Standard Library.
1031
ObjChartSample (Author: MetaQuotes)
The script illustrates control of chart properties using the classes from the Standard Library (CChart).
393
Pivot Points to Html (Author: Rone)
The script calculates Pivot Point on all the symbols from the market watch and displays the results in html-file.
624
Save history to HST (Author: avoitenko)
The script exports historical data to HST format for its use in MetaTrader 4 client terminal. This file can be imported in MetaTrader 4 as historical data or you can open it as offline chart.
1232
Chart_Period_Changer (Author: Karlson)
A simple script for switching basic timeframes. It allows to change a chart period using hot keys.