This script enables the retrieval and display of quotes from the Binance crypto exchange within a custom token window.To utilize the script:- Place the binancequotesdownloader file...
This script enables the 'chart objects description' for non-programmers. For any open chart window.After running the 'Objects Description Activator':...
A simple script to randomize all colors on your chart. Click to see the results instantly.This script offers a quick way to experiment with different color combinations for your ch...
This script enhances your MetaTrader platform by adding vertical lines to your charts, indicating news events.It outlines calendar events with vertical lines, providing a clear vis...
This script provides various sorting methods for double arrays in MQL4/MQL5, offering a comprehensive toolkit for efficient data organization.Sorting Methods:- sortbubbleup(double ...
Script to capture wide screenshots when your monitor's width is insufficient to display the entire chart.The script generates images with a length of 1500 bars, allowing you to cap...
The OpenBuyPosition script is designed to facilitate buying with predefined stop loss and take profit values in points relative to the current price.Key Features:- Fixed Stop Loss ...
This script facilitates buying with predetermined stop loss and take profit values in points relative to the current price.Key Features:- Fixed Deal Volume: Utilizes the mm (money ...
The setselllimitorder script facilitates the placement of a sell limit order with predefined trigger, stop loss, and take profit levels in points relative to the current price. Its...
The setsellstoporder script is designed to facilitate the placement of a sell stop order with predefined trigger, stop loss, and take profit levels in points relative to the curren...
The setbuystoporder script facilitates the placement of a buy stop order with predefined trigger, stop loss, and take profit levels in points relative to the current price.A key fe...
The setbuylimitorder script is designed to facilitate the placement of buy limit orders with predefined trigger, stop loss, and take profit levels relative to the current price. It...
The setbuystoplimitorder script facilitates the placement of a buy stop limit order with predefined trigger levels, stop loss, and take profit levels in points relative to the curr...
The setsellstoplimitorder script facilitates the placement of a sell stop limit order with predefined trigger, stop loss, and take profit levels relative to the current price. A ke...
The EMD script performs empirical mode decomposition for the current symbol, displaying the result in the default web browser.To use the script:- Copy the entire EMD directory (fro...
This script facilitates the reversal of open positions with predefined stop loss and take profit values in points, calculated from the current price. The volume of the reversed pos...
This script provides essential information about the current trading account, conveniently displayed in the upper left corner of the chart window.It offers a quick overview of vari...
This is an informative script that displays essential trading data on the current trading pair in the upper left corner of the chart window.It provides valuable information such as...
Description:This script enables traders to monitor multiple charts simultaneously, aiding in identifying correlations between different currency pair rate changes. It facilitates t...
Description:This script enables you to send instant push notifications to your smartphone from the MetaTrader terminal on your computer.Fig.1: Sending push notifications from the t...
This script introduces a Support Vector Machine (SVM) learning tool for classification problems, inspired by a hypothetical scenario in animal research.Imagine a researcher studyin...
A handy script to export historical data in the MetaTrader 4 format.This script addresses issues with historical data in MetaTrader 4 by allowing you to load detailed history from ...
This script provides an HTML report of pivot levels for large timeframes (W1, MN1) across all symbols in the Market Watch.The HTML file is saved to the Metatrader5/Mql5/Files folde...
This script showcases the handling of a table, requiring only the column count as essential information.The script converts 'news.txt' into a CSV file with a delimiter of ";", or a...
This script is designed for trading price breakthroughs at support and resistance levels.For instance, if the price reaches a specified limit price, the script will place a stop or...
The script provides two search functions:bsearch()- Performs a binary search.tsearch()- Executes a ternary search.The script compares the speed of these search methods by running 3...
This script is designed for manual trading, ensuring efficient order management. It automatically cancels all other pending orders on the same symbol when one order is triggered, m...
This script, 'MPC - Measure Popular Candles', measures and visually displays the frequency of various candlestick patterns. It was originally conceived to aid in the development of...
The OpenBuyPosition_X script facilitates buying at predetermined stop loss and take profit values in points relative to the current price.A key feature is its capability to manage ...
The OpenSellPosition_X script facilitates selling at predetermined stop loss and take profit values in points relative to the current price.A key feature is the ability to manage p...
These scripts facilitate buying with predetermined stop loss and take profit values, measured in points from the current price. The scripts are categorized into two groups:Group 1:...
These scripts facilitate selling with predetermined stop loss and take profit values, measured in points from the current price. The scripts are categorized into two groups:The fir...
This script demonstrates how to use functions for file and directory operations.It searches and displays the names of all files and directories within the "experts" folder located ...
This script showcases the functionality of the () function for file copying.The script copies content from one file to another. For a successful copy, the source file should be loc...
The script scans all text files in the terminal's local folder and removes those with creation dates older than the value specified in the 'inpfilesdate' input parameter.Note:By de...
The script facilitates the transfer of a source file from a subdirectory in the terminal's local folder to a target file in a shared folder accessible to all client terminals.It fi...
When writing to a file, data may not be immediately saved. To ensure instant data storage, use the () function. Without this function, unsaved data will be written to the disk only...
The script accesses and displays information from a file in the terminal's local directory. It employs a loop with the () function to read the file until its end is reached. The ()...
The script accesses a file in the terminal's local folder and presents its property values. The folder's location is determined by the () function.This script illustrates the appli...
This script reads bid and ask price data from a binary file, generated by an expert advisor. The file is located in a subdirectory of the terminal's local folder, accessible via th...
The script captures and logs indicator signals to a file, offering customizable parameters for MACD indicator calculations, currency pair and timeframe selection, and data analysis...
This script retrieves indicator values and writes them to a binary file in the 'data' subdirectory of the local terminal folder.It allows customization of input parameters for the ...
This script efficiently organizes CSV files based on their sizes within the general folder of MetaTrader client terminals.The process involves:- Retrieving file sizes.- Comparing s...
The script opens a text file and analyzes the positions of strings' start points, displaying string text with a random number.To retrieve the array of start positions for each stri...
The script retrieves prices from a chosen symbol, analyzes the data, and writes price movement information to a binary file at specified intervals.The () function is responsible fo...
This script copies candlestick data for a specified time period and analyzes its components: body, upper and lower shadows. It calculates maximum, minimum, and arithmetic mean valu...