This indicator calculates the stop-out price for an open position, indicating the price at which the broker will close the position.Additionally, it determines the lockout price, w...
Starting from 2026, the native support of the OpenCL interface has been added for utilizing GPU capabilities.This is a simple demonstration of the Mandelbrot fractal calculation us...
Watchdog is an expert advisor and system monitoring script that sends email alerts for various events and issues.Features:- Email alerts for order openings, closings, requotes, log...
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...
Rewrites JForex CSV data, removing weekend candles and seconds, making it compatible with MetaTrader 4.When exporting OHLC data from the JForex platform, the file requires modifica...
The code imports the wininet.dll original Windows library and calls the necessary functions as outlined in the MSDN documentation. It translates the MQL data types.This code is imp...
This script allows you to view a CSV statements file in MetaTrader 4.Instructions:- Select a system or strategy.- Download the statements to CSV (from the top right corner).- Copy ...
This script provides valuable insights into your trading strategy's performance by analyzing log information for each hour of the day.By examining the historical data, you can make...
description: The script, without communication, rescans the server, pages history, and emulates ticks for indicators and experts.Sometimes, you need to:- Rescan the server after a ...
This script enables the 'chart objects description' for non-programmers. For any open chart window.After running the 'Objects Description Activator':...
This collection of scripts enables efficient trading with mouse actions.openorders mouse- Initiates a market order at the current price. The order type (buy or sell) is determined ...
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...
A collection of scripts to install and utilize the Gann Fan indicator, offering an alternative to the standard tool with improved accuracy.The Gann Fan indicator is designed to add...
This script provides various sorting methods for double arrays in MQL4/MQL5, offering a comprehensive toolkit for efficient data organization.Sorting Methods:- sortbubbleup(double ...
This script aims to streamline trade execution, eliminating the need for manual clicks when setting limit or stop pending trades. It automatically adjusts settings, allowing for in...
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...
These scripts provide customizable Fibonacci retracement and extension tools for MetaTrader 4/5 platforms.With these scripts, you can save your preferred Fibonacci levels and easil...
Calculates the profit from opened trades on the current chart if the price reaches a specified level. This level is where the script will be dropped. Pending orders are not include...
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 allows you to set stop loss (SL) and take profit (TP) in pips from the actual price or at a specific price.When setting SL or TP, the script prioritizes pip settings ov...
A simple tool to quickly add text characters on the chart for Elliot wave letter labels and numbers.Usage:This is a script, so place it in the Scripts folder.To use, drag and drop ...
Description:This script efficiently closes all pending orders for a specific symbol at once. Simply place the script on the desired chart to execute this action....
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...
Many developers encounter the challenge of accessing the trading terminal sandbox without resorting to unsafe DLLs. One of the simplest and most secure methods is to utilize standa...
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 ...