the exp_ibs_rsi_cci_v4_x2 trend-following trading system is based on the signals of two indicators. the first indicator determines the direction of the slow trend based on the posi...
the indicator receives trade signals from the histogram.depending on the value of the input parameter:input enum_applied_mode_ mode=cross; //trading signal variants three variants ...
the indicator with the timeframe selection option available in the input parameters:to provide correct operation of the indicator, add the compiled colorxdemarker_histogram.mq5 ind...
intersections ohlc 1.000 implements calculations of intersections of previous high and previous low.the indicator only performs calculations at the moment of a new emergence, no ca...
trading system based on the signals of the indicator. a signal is generated at the close of a bar if a colored indicator candlestick appears.the expert advisor uses the compiled in...
input parameters stop loss — the stop loss price level% risk — percentage of risk per trade based on the free marginreverse level cci(100) — the value of the cci(100) indicator, cr...
the indicator with the timeframe selection option available in the input parameters:to provide correct operation of the indicator, add the compiled colorxrsi_histogram.mq5 indicato...
the indicator with the timeframe selection option available in the input parameters:to provide correct operation of the indicator, add the compiled colorxmfi_histogram.mq5 indicato...
a simple trend indicator of the nrtr type that uses the breakout of a channel drawn based on the moving averages of the high and low price series.the indicator uses smoothalgorithm...
trading system based on the signals of the indicator. a signal is formed at the close of a bar, if the direction of the indicator histogram has changed.the expert advisor uses the ...
the expert advisor is based on the intersection of two moving averages. take profit and stop loss levels are virtual. the parameters of the indicators are hard coded and cannot be ...
the indicator with the timeframe selection option available in the input parameters:to provide correct operation of the indicator, save the compiled supersr6.mq5 indicator file to ...
the smoothed strangeindicator oscillator with the color indication of overbought/oversold level breakouts and of the histogram direction. depending on the value of the indicator's ...
all parameters of the expert advisor are calculated on the basis of a random number generator, including the position direction, stop loss and take profit. lot is calculated based ...
trades only the following symbols:"audcad""audjpy""audnzd""audusd""chfjpy""euraud""eurcad""eurchf""eurgbp""eurjpy""eurusd""gbpchf""gbpjpy""gbpusd""nzdusd""usdcad""usdchf""usdjpy"tr...
the indicator with the timeframe selection option available in the input parameters:to provide correct operation of the indicator, add the compiled colorxcci_histogram.mq5 indicato...
the expert advisor is based on the adx wilder and ichimoku kinko hyo indicators. lot is calculated based on risk percentage of margin.regarding the choice of the timeframe:the adx ...
a multi-currency expert advisor that opens a market position (either buy or sell) at the user defined time. you can also set to close the position at a particular time, select curr...
the implementation of the macd pattern "trend continuation".brief description of the strategy:time-frame: h1symbol: eurusdvolume: 0.1 лотindicators: macd 12, 26, 9.searching for a ...
the advantage of the expert advisor is that it can confidently move into positive direction. its main disadvantage is the drawdown.the idea is: trade eurusd. the average price chan...
attention! save the signal module file to "data folder"\mql5\include\expert\signal\". the easiest way is the following — in the search bar of metaeditor (upper right corner) enter ...
an expert advisor based on the indicator. the chart layout in x-points reversal. a high-quality zigzag based on hilo.fig.1 the rpoint indicatorresults for the six months on the h3...
the indicator with the timeframe selection option available in the input parameters:to provide correct operation of the indicator, save the compiled juicez.mq5 indicator file to te...
using#include <movingaverages.mqh>we average the array of values of the irsi indicator.we also get the values of two imas — the fast and the slow one.the "reverse" parameter ...
the indicator with the timeframe selection option available in the input parameters:to provide correct operation of the indicator, add the compiled colorxwpr_histogram.mq5 indicato...
the expert advisor is configured to trade usdjpy on the h1 timeframe.the ea uses two moving averages, one macd and one cci. ontradetransaction is used to receive position opening t...
this indicator colors candlesticks in different colors depending on the strength and direction of the trend, using keltner channels.the indicator is based on five symmetrical keltn...
the indicator with the timeframe selection option available in input parameters:to provide correct operation of the indicator, add the compiled ssl.mq5 indicator file to terminal_d...
the exp_ssl expert advisor is based on signals of the indicator. a trade signal is formed at the bar closure, if there is a change in the indicator color.the expert advisor uses th...
the indicator uses smoothalgorithms.mqh library classes (copy it to <terminal_data_folder>\mql5\include). the use of the classes was described in detail in the article .fig1...
introduced new input parameters added three new functions to the end of the indicator code: buysignal(), sellsignal() and getstringtimeframe() added a couple of calls to buysigna...
a trade strategy based on the rsi indicator. checks if there is enough money before opening a position.initial check:to open buy: rsi on bar "1" < 45to open sell: rsi on bar "...
the 20prexp-3 expert advisor is based on the intraday volatility breakthrough system. it additionally uses volume filters and the parabolic sar indicator. exit strategy: using a tr...
strategy: n bars up and one bar down. trailing. lot calculation based on the risk value as a percentage of free margin.examples:if the condition is met, open a sell position....
laguerre rsi with laguerre filter...it allows to use "speed" for both laguerre filter and laguerre rsi"speed" can vary from 0 to 6 - the higher the "speed" to "faster" the rsi or t...
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...
stepupdown indicator will provide a signal that the price will change direction, and show the arrow up or arrow down and alerts, when the price will begin to change direction....
lrdegrees mt5 is the indicator for metatrader 5 will show double trend line of the linear regression, and gives the position degree of short line and provide alerts when the trend ...
plotting up to 256 averages slopes using two color line for each average slope. supported average types in this version.simple maexponential masmoothed malinear weighted mausual st...
plotting up to 256 averages using two color line for each average. supported average types in this version.simple maexponential masmoothed malinear weighted mausual stuff included ...
smoother (some know it as jurik smoother) that is made adaptive using deviations.without sample correction (same as built in standard deviation)with sample correctioncoloring is ma...
this plots 4 value:fast averageslow average volatility quality line (the colored line)the zone between the volatility quality and the fast averagecolor of the line and color of the...
high and low. for levels, you can specify an offset. you can specify the interval (period_d1) on which to search for levels.input parameter "count day": if it is equal to "0" or "1...
the system is not mine, it was described by chuck lebo and david lucas.this ea uses the following purchase rules:1. ma_long should go up - this is a filter.2 the closing price must...