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!
49
Demo_FileFind (Author: Automated-Trading)
The script is a simple example of using the FileFindFirst(), FileFindNext() and FileFindClose() functions
306
OpenSellPosition_X (Author: GODZILLA)
The OpenSellPosition_X script is created to sell at fixed values of Stop Loss and Take Profit in points from the current price. Position volume is determined on the basis of the level of losses.
250
OpenBuyPosition_X (Author: GODZILLA)
The OpenBuyPosition_X script is designed to buy at fixed values of Stop Loss and Take Profit in points from the current price. Position volume is determined on the basis of the level of losses.
168
One Cancel Other(s) (Author: Rone)
The script imitating the One Cancel Other orders functional. When one order is triggered, the others are deleted.