descripition:the class corderscounter was developed for counting of the orders with different filters: by symbol of currency, magic number, either closed, either opened orders.
be...
the header file contains functions for searching last and previous order in the trade pool.the functions list:functionshort description of the function int get_last_order( ...
this very simple script to apply same template to all charts opened at the moment.i work with binary option, for me is useful.simple options: i hope this screenshot will be useful ...
the script gets all the symbols available on your platform and writes their closing prices for a specific bar to a csv file.you can choose which bar to write closing prices and fil...
if you apply the script to a new chart it will search the templates directory for the _sohard_db_wyuez_.tpl file that i made (it contains all parameters for the script) and apply t...
a simple script to close multiple market orders.input parameters: clossall -> if this parameter is set to true, all orders (buy, sell, pending orders) are close. this parameter...
script deletes all objects on all active charts.simply drop script on any chart and it will iterate through all open charts and delete all objects.script is useful for fast deletin...
this script makes horizontal lines, that shows max and min value of price in some time you wrote.you can choose what script would show:upper lines - asks if you want to draw lines ...
the function has two call options, the first option is used to send simple queries, the example of it is available in the script.the second function option allows you to create que...
use this script 2 minutes before high impact news pip moving faster fomc, nfp, rate bank or else, for 4 digit brokerit places buy stop and sell stop orders.just click it or set on ...
mql doc.sometimes we open many chart windows with default setting. usually we want the charts look as we like, such as to hide grid, using scale, hide ohlc, enable ask price, etc.t...
the script will create a gif image section of the chart in the root directory of the program (mql4/files/screenshots).if successful, the file creation works beep. create a screen n...
script is created after idea from the comment on the script . request was to enable deleting only specified object types from the charts.this script has list of all object types th...
a script to simplify drawing ellipses.ellipses are great for identifying areas of interest. drawing them can be time consuming so i created a script that will create an ellipse on ...
the script reverses all the orders of the chart symbol.inputs:double reverse;with stoploss reverse.if you don't want inputs erase "#property script_show_inputs" in the metaeditor...
this script show you current currency pair spread, pip value and the total cost of the spread to open a position. result will show in your account currency.to see those information...
for a long time i studied and traded using the thomas demark system, and used the indicator in the trading process.my experience of trading identified one factor that causes quite ...
this script finds demark pivot points, displays them on the chart and indicates their dimensions.this script has practically the same functionality as . it doesn't have any visual ...
this is an easy way to open a trade and setting stoploss/takeprofit.just copy the script to <terminal_data_folder>\mql4\scripts folder and drag it to the chart everytime you ...
this script lists current open orders with profit. the result is displayed in a message box.if there is at least one open order with profit, a report file is created in .txt format...
the script controls the display of time and price scales for all open charts or only for one chart. it is useful for saving the screen space when displaying several tiled charts.if...
the script places the horizontal line on a chart and shows the trade volume in lots required to move the position to wherever the line is located.move the line, and the script will...
this script will help you calculate your lot to open position. you just need to enter risk and stoploss.input parameters: opbuy=false — set true for entry position opsell=false — ...
do you need to know at what times of the day you are winning or losing compared to other times or the day? this script creates a .csv file of your order history so you can import i...
an example of implementation of counting different objects on a chart in all subwindows as well as in a particular subwindow.settings: object type — one of the ; window index — nu...
this script closes all windows of selected symbol or all windows of any symbol. it's very useful when you are testing and there are too many open windows to close one by one.recomm...
i often wondered and asked questions on the forum: "which computer to choose for maximum performance of the metatrader 4 and metatrader 5 terminals?" this question is interesting t...
i often wondered and asked questions on the forum: "which computer to choose for maximum performance of the metatrader 4 and metatrader 5 terminals?" this question is interesting t...
the converter of the tick files created with the ticks collector into different data representation formats.during the operation of the special tick files are created (tks type). t...
script that closes orders and (or) deletes pending orders.it can close all magics or only a certain one. it can close all symbols or only the current one. it can close only profita...
the script analyzes the market based on two criteria: the moving averages and the support and resistance levels.the script draws the support and resistance levels on the h4 chart b...
simple script allows you to close, delete or remove stop loss and take profit values from all opened and pending orders.the script will alert you in case it fails or play "ok" soun...
this script is helpful when we want to learn how to trade from a signal provider at . choose one signal provider you prefer to learn then export trading history to csv file. save t...
the script determines the price at the point of the chart, on which it was dropped down, and depending on that it places a grid of pending orders.if the specified price is lower th...
the script is designed to place orders at the time when it is not possible, for example, when the market is closed.specify the trading direction (buy or sell), the order volume and...
the script operates like an expert advisor with the exception that unloads from the memory itself once it completes its mission.at the specified time (set in parameters) two buy st...
among the revolutionary novelties are the abilities to create:any chart timeframe that is a multiple of one second, and not just from the standard timeframes set; chart of equally ...
script that contains both stop loss as take profit.getting your choice only use stop loss or stop loss with take profit.valdir nogueirathis script is recommended for robots that do...
the script saves the values of time, open, high, low, close, volume and standard indicators. it is also possible to save certain derivatives of the time, such as day of week, hour ...
s_wavemarker_createnew- the script creates a group of graphical objects on the chart - text labels and lines for marking the elliott waves. user only needs to move the text labels ...
the hst2csv script is used for converting *.hst files to *.csv files, that can be imported into the metatrader 4 client terminal with no errors.script operation principlethe input_...
the history_data_analysis_v3 script checks the history for missing bars, determines the size of the holes, gaps and makes a list of them. the original can be found here: .when open...