the script removes from the current chart all objects of the type selected by the trader in input parameters.when used with default parameters, the script deletes all objects from ...
the script removes all objects of the type selected by the trader in input parameters from all charts of the client terminal.when used with default parameters, the script deletes a...
the script removes old objects of the selected type from all charts, if the time coordinates of these objects are outside of the trigger level.so, the timelevel input determines th...
the script removes from the chart a comment located in the upper left corner. the script can be useful after you remove from your chart indicators that add such comments but do not...
the script allows to quickly remove indicators from charts. it has two operating modes:only_this_chart- only delete from the current chart (used by default);all_charts- delete from...
the script calculates the maximum lot size that can be used to open a position using the entire free margin available on the deposit. the calculated value is displayed in the upper...
the script finds on the chart all obj_trend (trendline) objects and moves the line to the specified date. it also aligns the prices of trend line beginning and end.inputs:price shi...
the script saves current chart settings to a template with the specified name.there is only one input parameterfor the template name name template. the name should be specified wit...
the script converts the news page downloaded from to a csv text file.the source page should be located in c:\users\<username>\appdata\roaming\metaquotes\terminal\common\files...
the 'history deals and orders' script shows absolutely all properties of deals and orders from the trading history over a given time interval.data can be displayed in the experts t...
the "pending orders up" script sets a grid of orders above the current price.input parameters gap for pending orders up from the current price (in pips)- the distance from the curr...
the "pending orders down" script sets a grid of orders below the current price.input parameters gap for pending orders down from the current price (in pips)- the distance from the ...
the script has three independent functions for determining the current (nearest) forts futures.the short name of the futures, such as br, is specified in the script parameters.the ...
script for checking the indicator, it is intended for sending quotes with a delay.how to check: run the script and indicator with a common communication channel on the same instrum...
counting the number of series of bullish and bearish bars. displaying the result as a chart. saving the screenshot of the resulting chart. the script uses the class.input parameter...
a modification of the script. counting the number of series of bullish and bearish bars. displaying the result as a chart. saving the screenshot of the resulting chart. the class i...
this universal script can run both on hedging and netting accounts.the script divides the report into two stages:the first stage includes existing current positions and deals, whic...
display the actual stored value of a floating-point number (float or double type), with very high precision up to 55 decimal digits. this helps to debug exact value of floating-poi...
an example of mathematical functions:returns the nearest upper integer; rounds a number to the nearest integer; returns the nearest lower integer. the code:starting with "price" ...
third-party applications for metatrader 4 allowing to obtain a tick history from various sources have always been popular. this history is typically used in the strategy tester for...
based on the mql4 code by evgeny trofimov .the script calculates and shows on a chart breakeven levels separately for open buy and sell positions.if the number of position changes,...
function parameters:double lx1- the x coordinate of the first point of the line;double ly1- the y coordinate of the first point of the line;double lx2- the x coordinate of the seco...
a script for showing the swap value on a financial instrument. the texts of positive and negative swaps are shown in different colors.i have been regularly using it for long. for s...
the include file, small by its content, is designed to print out the values and names of variables:when engineering the codes; and when developing the functions or getting to know ...
the script exports history of closed positions from mt5 retail hedging account selected between two dates. the resulting file is csv that can be opened/imported with any spreadshee...
after back testing, we usually need to analyze the testing result on a new chart which we have loaded our template. in this case we need to copy the objects on the testing chart to...
the script calculates the average volatility of symbols according to the equation: the differences of the maximum and minimum values of the candles for the selected period in days ...
idea by:code mq5 by:this is a utility script. the lot size is set in the inputs. as a result, we obtain a correctly rounded lot, as well as auxiliary data, such as maximum lot size...
a script for automatically drawing the levels of the intraday high/low on the forts trading sessionif night_session=true, then the night high/low levels are drawn additionally, pro...
the script builds the fibonacci levelsgraphical object with the option of selecting the number of its segments for this feature to be realized, the following input parameter has be...
the script exports history of deals (ordered by close time) from mt5 retail hedging account selected between two dates. the resulting file is csv that can be opened/imported with a...
this script will export the trade history from mt5 selected between two dates. the resulting file is csv that can be opened/imported with any spreadsheet software....
the csv can be found in the folder \mql5\filesfollowing data columns are exported:position idtypesymbolvolumeopen date/timeopen priceclose date/timeclose pricetakeprofit, data not ...
description: display interactive html graph of the account balance inside the web browser.the included template html file uses the highcharts javascript library fromhighcharts make...
this is a script to close all market positions and/or pending orders.optionally, you can disable algo-trading buttonto prevent other running experts from opening further positions ...
the script exports summary of closed trades selected between two dates grouped by each currency pair. the resulting file is csv that can be opened/imported with any spreadsheet sof...
the script exports summary of closed trades selected between two dates grouped by each trading day. the resulting file is csv that can be opened/imported with any spreadsheet softw...
this indicator is used to create signals for the connector. an arrow indicator can be connected to it, and when a signal appears, an arrow will be drawn.this indicator can be used ...