how fast does the price moves?with this very simple piece of code you may learn how many seconds it takes to complete 100 ticks.the less seconds it takes, the faster the price move...
this ea takes calculates the current account balance and based on user's input of risk and profit percentage , it can close trades either in profit or in loss.this tool might be he...
the include file "benchmark.mqh" has a set of macros to benchmark various functions for their execution speeds to decide which is the fastest one.the library is based on public sou...
the expert will help you change the tp/sl of all open orders by setting the tp/sl based on the input percentage value.recommendations:change the tp/sl accurately only if all open o...
you have developed your own mt4/mt5 indicator ? for your personal usage for your clients just add 3 lines of code to your mql4/mql5 file to: add trading capabilities to your indi...
you can use this piece of code to set two different groups of volume and compare them.e.g (one minute chart example):if you set group 1 to 20.group 1: the last 20 bars volume / 20 ...
this class allows you to create buttons on the chart as if they were chart objects(have time and price coordinates) these objects can be dragged on the chart and when scrolling the...
this class allows you to create buttons on the chart as if they were chart objects(have time and price coordinates) these objects can be dragged on the chart and when scrolling the...
calculates the risk in the account currency for a given trading volume of the selected symbol at different time periods and publishes it in the journal in the experts tab of toolbo...
the code provided is an mql5 expert advisor (ea) script that is based on the idea of closing open positions when they have reached a user-defined profit or loss threshold, calculat...
place the file into services terminal folder.the picture above shows an example of setting up a new sell order with the corresponding comment - 1800 points.the picture above shows ...
this expert advisor (ea) for metatrader 5 (mt5) opens multiple buy and sell orders based on user input. the ea has input variables for the number of buy and sell orders, risk perce...
this code is a risk management strategy for an expert advisor in metatrader that manages existing trades based on the input parameters. it focuses on closing trades when a profit o...
best used on the 15 minute timeframe on eurusd.this expert advisor (ea) for metatrader 4 (mt4) buys when price breaks above the ma and sells when price breaks below the ma. user ca...
this indicator reads balance and reads equity from the trading account and displays them on a separate chart window. very simple, and really useful for backtesting.here is how it d...
this ea is a money management algorithm for opening and closing positions and uses martingale with a "multiplier".run ea before opening any positions to get the best result. run "m...
1. rma relative moving average is a variant of ema, with a calculation factor of 1/cycle .2. there is only one input variable, which is the calculation period. if you need to chang...
1、there is only one class function without additional variables. please declare class ccheck before use2、program variables are used to store corresponding data, while historical ba...
1. input parameter 2. local variables initialization 3. main code a/ expert initialization functionb/ expert tick function3.1 calculate signal in order to send orders3.2 calculate ...
it is common for novice developers to face the challenge of making the expert advisor able to detect if there are open orders independently, without using the orderstotal() functio...
the unique stock arrow indicator "strength index signal" is an indispensable tool for traders,based on analysis of currency strength. this indicator will help you make informed dec...
on 01/01/1982 it is wintertime in the usa (dst==0) and the next changeover is on 04/25/1982, which is the last (25th of the month) sunday of april (4). the table is already sorted ...
this strategy is based on some very interesting enter criterias and usefull funtcions are included which i used to create this trading bot. it has shown very good potential in the ...
on contrast with trailing stop which a stop loss trails price until the price hits the stop loss and the position gets closed in profit, introducing trailing take profit which take...
this library allows you to comfortably work with png graphic files, as well as scale them.there are two ways to upload png images:via file via a resource that is inside your ex5 fi...
this include file provides programmers with a seamless solution for creating martin gale trading strategies effortlessly. the classes gridstrategy and martingalestrategy are derive...
this include file provides programmers with a seamless solution for creating martin gale trading strategies effortlessly. the classes gridstrategy and martingalestrategy are derive...
the basic idea behind the indicator is to check for bouncebacks between support and resistance levels. there are two input parameters: period and overlook. a support level is the l...
the ea trades with the help of the rectangle, ema and sma indicator.ea settings:1: magic 2: commentary 3: ema small 4: sma big 5: volumes 6: stop loss of day 7: sl points 8: tp poi...
my goal was to make an indicator that triggers signals when the market price cuts the moving average.the moving average period length can be user defined (default is 200 length). t...
trend dashboard indicator metatrader 5 indicator — a multi-timeframe indicator that is based on three standard indicators: stochastic oscillator, rsi (relative strength index), and...
the strategy tester does not report any memory leaks of mql5 applications like expert advisors, scripts or indicators. and such memory leaks can occur by using the new operator in ...
available formulas (ma_method)sma simple moving average ema exponential moving average wilder wilder exponential moving average lwma linear weighted moving average sinewma sine...