calculation principle maxhigh (the highest high) and minlow (the lowest low) are determined in the specified kdjperiodinterval. thus, maxhigh minus minlow will be equal to the heig...
warning! in order to provide conditions for the ea operation, you should add the compiled file to [data folder]\mql5\indicators input parameters kdj: m1- the m1 parameter of the kd...
breakout of the daily bar at the distance of "daily break" points.input parameters lots manual- enable/disable manual setting of lot value;lots- position volume (manual input);risk...
when price exits the gray channel, the candlestick color changes to the color corresponding to trend direction. green for the growth of a financial asset, pink color for its fall. ...
trading against the trend direction as of n hours ago. only one position a day can be opened at a certain hour.input parameters max positions- the maximum number of positions (valu...
trading system based on indicator signals. a signal is generated at the close of a bar if a colored indicator arrow has appeared.the expert advisor uses the compiled indicator file...
two identical trading systems based on the crossover of the indicator and the zero line, for long and short trades, which can be configured in different ways in one expert advisor....
the indicator with the possibility to change the indicator timeframe from input parameters:the indicator requires the compiled dtm.ex5 indicator file. add it to <terminal_data_f...
the expert advisor searches for n identical candlesticks in a row. it buys on bullish candlesticks and sells on bearish ones. the account type is taken into account, i.e. whether i...
the expert advisor generates a signal to open a position if the price has crossed ima (moving average, ma) and (what's more important) the specified number of minutes has passed si...
martingale is used. the ea trades either only buy or only sell direction.the best results are obtained during separate trading (either buy or sell). only buy trades are allowed in ...
the indicator draws arrows at the intersection of three imas (moving average, ma). the first ma is the fastest one, the second ma is slower, and the third ma is the slowest one.ma ...
the ea uses two indicators: and .the following three options are available for setting stop loss and take profit:trailing stopis greater than zero. in this case a usual trailing st...
the ea trades using signals of the imacd (moving average convergence/divergence, macd) indicator. lot is increased when the number of position grows (martingale).the ea is recommen...
this information indicator allows you to always be aware of the current account status.the indicator displays the following data: profit in points, percentage and currency, spread ...
the ea uses three imas (moving average, ma), one istochastic (stochastic oscillator) and one irsi (rsi, relative strength index). positions are opened by market, as well as buy sto...
x1 lot from low to high.mq5- a position is initially opened with a minimum lot, further positions are opened with an increased lot.input parameters:max lots (x lots maximum)- ratio...
description: metatrader 5 allows creating synthetic instruments. the price of such instruments can depend on the current values of a number of financial instruments.an example of s...
description:provides an example of calculation of forex currency strengths using synthetic financial instruments.similarly, we can calculate the strengths of rts, usd and rub of th...
the expert advisor uses the signals of "crossover of two imas (moving average, ma)". the ea uses trailing stop and take profit. sell positions are closed when a buy signal appears,...
the ea trades based on the signals of (ichimoku kinko hyo) using a fixed lot. when a signal emerges, opposite positions are closed.the buy signal:example:the sell signal:input para...
the trading idea: the imacd (moving average convergence/divergence, macd) oscillator and the trend indicator ima (moving average, ma). the initial signal to open a buy position is ...
the expert advisor is based on puria method with a few changes.the ea does not use the signal of intersection of fast and slow mas, but uses their movement in one direction instead...
this tool is what the standard metatrader 5 objects miss. to edit a formed line, click on it (at the edges or in the center of the line) until a dotted line appears. then move the ...
a further development of "".uses the instead of the standard imacd (moving average convergence/divergence, macd).when the number of positions increases, the following is also incre...
the expert advisor trades using the japanese candlestick pattern.the doji candlestick has practically no body, it only has shadows. but this code provides the "maximum doji height"...
trading signals are generated based on a comparison of two trend indicators: ima (moving average, ma) and isar (parabolic sar). the ea works on the zero bar, only one position can ...
modification was made at that time to allow users to use the indicator in scalping but as well in trending mode.usage is simple :it signals a buy/sell opportunity when the indicato...
correlation of two symbols. values are oscillating between +1 (complete positive correlation) and -1 (complete negative correlation). correlation value 0 is denoting absence of cor...
in his article "the hunt for superior signals – two moving function hybrids" (september 2005), william rafter described the moving slope rate of change. this is the msroc as origin...
in his article "the hunt for superior signals – two moving function hybrids" (september 2005), william rafter described the moving slope rate of change. this is the msroc as origin...
the relative momentum index (rmi) was developed by roger altman. it was first introduced in the february 1993 issue of technical analysis of stocks & commodities magazine.the r...
the vertical horizontal filter ("vhf") determines whether prices are in a trending phase or a congestion phase. the vhf was first presented by adam white in an article published in...
this ulcer index (ui) indicator is a technical indicator devised by peter martin in his 1987 book "the investors guide to fidelity funds".typically used in measuring downside risk ...
in case the qstick indicator shows a reading below zero, this is indicative that the majority of candlesticks during the examined period are bearish, thus, the bias for the trading...
developed by tushar chande, the range action verification index (ravi) is used in order to help identify if the market is in a trend. the indicator shows the difference (in percent...
most of professional traders state that their success is based on strict risk management.this simple tool is designed to show the correct lot size to trade with respect to the foll...
developed by charles le beau and featured in alexander elder's books, the chandelier exit sets a trailing stop-loss based on the average true range (atr). the indicator is designed...
the ea works on each tick and can be optimized:get some data (on indicators and time series) only if a new bar appears sample tester runs with the appropriate settings (the termina...
rsi that can use 4 different types of averages for rsi calculation was originally developed for metatrader 4 by ( (originally posted here: ).recommendations use some short period ...
even though it seems like a funny name, it is not.recommendations use it as any previous session high/low indicator (mainly for possible break-outs). if you use multiple instances...
probability levels based on atr. "probability" is calculated based on the projected average true range and previous period close.defaults are using daily period, but any time frame...
woodies cci is a momentum indicator that was developed by ken woods. it's based on a 14 period commodity channel index (cci). it's a fully unbounded oscillator with a base value of...
the percentage price oscillator (ppo) is a technical momentum indicator showing the relationship between two moving averages. to calculate the ppo, subtract the 26-day exponential ...
the percentage price oscillator extended (ppo) is a technical momentum indicator showing the relationship between two moving averages. to calculate the ppo, subtract the 26-day exp...
smoothed rate of change (smoothed-roc) is a refinement of rate of change (roc) indicator that was developed by fred g schutzman. it differs from the roc in that it based on exponen...
engineering a better stop: the kase devstops what all of this boils down to is that we need to take variance and skew into consideration when we are establishing a system for setti...