the script downloads the history of pamm accounts from the alpari rating and displays it on the chart. pamm accounts are identified by account number. it is possible to download th...
the script is designed for opening trades on binary options via the metatrader 4 terminal, if your broker supports this feature.the input parameters set the order type (buy or sell...
when run on the price chart, the script modifies the stop loss or take profit of all open orders for the current instrument.example:if multiple buy positions are opened ob the gbpu...
the standard chart grid has a number of peculiarities, that do not allow to determine the price movement at first sight: the grid step changes dynamically when switching timeframes...
the script creates user defined basket of pairs as an offline metatrader 4 chart on the desired time frame, and continues to update the chart on new ticks until it is manually stop...
this script automatically sets the correct scale on any fibonacci arcs attached to the chart.before/after applying script beforeafter dropping script on chartupdate: v 1.01: made i...
symbol for downloading the history data for the symbol from the server.distinctive feature - indication of the download process using the .features: the script uses a modified canv...
the script switches all opened charts at a certain interval.version 1.02:now it is possible to bring on top only the charts of a certain symbol. for example, if you specify...
the script allows you to try regular expressions.materials on regular expressions:the article the library before starting the work, please copy the all_functions.mq5 text file to ...
this is a ridiculously simple script that allows you to quickly estimate the exponent/power factor, characterizing the uniformity ("random walkness") of price changes in history. a...
the script defines the place where it has been dragged by the mouse and looks for the nearest bar. the process is based on the concept of bar boundaries:...
this tool is designed to open orders / positions in metatrader 4 terminals with absolute control of the risk / reward ratio, automatically calculating the lot size (without the nee...
this script is useful if you want to open an order using risk management rules and magic numbers, you can also set take profit and stop loss in distance from the current price.you ...
when run on the price chart, the script modifies stop loss or take profit of all open orders for the current instrument.example:if multiple buy positions are opened on the gbpusd p...
the attached script allows you to close more orders at once.you can choose the following filters:only instrument in the chart where the script is run or all instruments. only order...
reconstruction of positions — an example of working with a trading history on hedge accounts.an example of the final output:position #0deal_entry_in, type deal_type_buy, price 1.04...
a simple script to easily submit market or pending orders, without having to add or subtract decimals to find your stop loss, take profit, or trailing stop. with this script, you c...
this script converts multiple .set files from mt5 format to mt4 format. this is a necessary step for optimizing and running cross-compatible eas.metatrader 5 is able to load .set f...
this script scans for open orders and sets a stop loss and take profit to all of the filtered orders.you can filter orders by:magic number comment you will have to specify the stop...
this script allows you to see all buffers, even those which are hidden and are used for calculations. the output uses the following format:indicator_name [buffer_index] [position_i...
an example of using (based on the use example).position identifier is set as the input parameter. next, the script attempts to create a list of orders and deals with the specified ...
this script is used to modify the stop loss and take profit of current symbol position.the new stop loss and take profit are based on the market price.if the inputs are 0, there wi...
this script is used to modify the stop loss and take profit of current symbol positions.the new stop loss and take profit are based on the market price.if the inputs are 0, there w...
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...
there is only one external variable and that is maximum spread. set this to the maximum spread you wish to see inside of your market watch window. i built this script because i got...
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...