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...
This simple script enables you to perform basic Elliott Wave counts in MetaTrader 4 through a user-friendly drag-and-drop interface. The script automatically tracks the current wav...
This collection of scripts is designed to enhance your trading strategy by scaling into trades as price movements align with your predictions. By implementing proper pyramiding tec...
thinktrusttradeThis script offers a comprehensive solution for managing open positions in your MetaTrader 4 terminal. It provides the flexibility to close all positions or selectiv...
This script enhances the visual display of graphical objects generated by the Strategy Tester, facilitating easier analysis of trading results.It allows for modification of line pa...
This script allows for rapid cycling through your open charts using a single hotkey. Assign the script to a convenient key combination to quickly switch between trading setups and ...
This script allows you to close all pending orders in your MT4 terminal, or selectively close specific pending orders based on various criteria.You can choose to close pending orde...
This script calculates and displays statistics for candlestick bodies and shadows on the current chart. The statistics include minimal, maximal, and average values, presented for t...
This script closes all open positions in your MetaTrader 4 account.Simply drag and drop the script onto any chart to execute.Close All PositionsThis utility allows for the swift cl...
This tool opens a new chart with 3 settable parameters: currency pair, timeframe, and template. The new chart is opened during the initialization period of the script.Key Features:...
This indicator calculates and stores statistics on the amplitude of price movement. The output is saved to a file in the \metatrader 4\experts\files\ directory.The filename format ...
Simple scripts to draw weekly and monthly pivot points, including support and resistance lines for the current week or month.Recommendations:- Accompany submitted code with a meani...
A collection of predefined scripts designed to save you time by providing immediate access to required settings without manual input.Script List:- SL (SL-20, SL-100, SL-500, SL-300...
icefx Signal Viewer is a utility script designed to display closed positions from MQL5 Community Signals directly on your MetaTrader chart.How it Works:1. Installation: Copy the sc...
This utility allows you to capture screenshots of scripts, EAs, or indicators at their original chart size. The MT4/MT5 platform does not automatically detect chart dimensions, nec...
Description:This script displays a popup text tip showing the local time of any bar on the chart. To use it, manually draw a vertical line on the chart. The script will then show t...
This script provides a quick and efficient method to close all orders across all symbols within your trading account. This includes both pending and live orders.To use this script,...
Open Alert Window ScriptThis script provides a quick method to reopen the alert window after it has been closed.Instructions:To use this script, place it in your MQL4/MQL5 scripts ...
The script allows setting the transparency level of the client terminal window using Windows API.Features- Set transparency level of the client terminal window- Utilizes Windows AP...
This script is designed to create straddle buy and sell stop orders around the current price level.The orders are configured to expire after a specified time period and will stradd...
This is a utility script for MetaTrader 4/5, named 'Unknown'. It is designed to support traders by providing reliable functionality within the MetaTrader environment.The tool adher...
real the inspiration comming from by (see chartnextscript).modified scripts to change charts(next,previous) and timeframes(higher,lower) of all charts quickly by hotkeys.script cha...
a collection of scripts for closing various types of orders.closeall_comment - closes all orders based on a specific comment
closeall_loss - closes all orders that whose p...
easy script to help analyze specified symbol, it opens 8 new charts with different periods (m1, m5, m15, m30, h1, h4, daily, weekly) and applies a specified template "np" t...
a simple script that allows you to open a long position using the current price location with a specified risk percentage and reward ratio.pretty simple, drag the script onto your ...
a simple script that allows you to open a short position using the current price location with a specified risk percentage and reward ratio.pretty simple, drag the script onto your...
when you drag this script onto the chart, it will calculate the price where you drop the script and use this price to figure out if a buy stop or buy limit pending order should be ...
when you drag this script onto the chart, it will calculate the price where you drop the script and use this price to figure out if a sell stop or sell limit pending order should b...
quickly analyze charts on different tf by copying of objects (trendline, horizontal line, rectangle, fibo) from active chart to all charts at this same symbol....