Indicator with the timeframe selection option available in input parameters, alerting when the overbought/oversold zones are broken through.For the indicator to operate, the ATR_No...
A trading system based on the signales of indicator The signal is formed when a bar is closing if the indicator has crossed the overbought/oversold level and got into the relevant ...
Indicator AnchoredMomentum_x10 shows the location of indicator from ten different timeframes.If the oscillator is below the oversold level, it paints the color squares in pink; if ...
Idea by: .MQL5 code by: .An EA without using any custom indicators; positions are opened pseudorandomly. The EA can show the current statistics in two languages:Trailing modifies t...
Indicator that generates alerts and sends e-mails and Push-messages when the indicator changes its color. Candlesticks with the trend are colored brightly, and those against the tr...
Indicator with the timeframe selection option available in its input parameters:For the indicator to operate, the BrainTrend2Stop.ex5indicator must be added to the <terminal_dat...
Idea by: .MQL5 code by: .Working with pending orders Buy Stop and Sell Stop. A channel of two indicators iMA (Moving Average, MA).Input parameters Take Profit- Take Profit;Trailing...
Idea by: .MQL5 code by: .A modified EA from the standard delivery: MQL5\Experts\Examples\Moving Average\Moving AverageParameters "StopLoss" and "TakeProfit" are added. Moreover, if...
Oscillator DI (Damping Index) is designed for identifying the damping of the directed market movement.Any value below 1.0 definitely points to slowing price movement, whatever dire...
Indicator Difference2 shows the difference between the current price and the price as of N periods ago, as a histogram.It has three input parameters:Period- period;Calculation type...
Signal indicator Divergence Candles shows in the price chart signal arrows for buying or selling at the divergences of candlesticks, according to the following conditions:Buy diver...
Indicator HWMA (Holt-Winter Moving Average) is a three-parameter moving average by the Holt-Winter method; the three parameters should be selected to obtain a forecast.The indicato...
Channel indicator HWC (Holt-Winters Channel) based on - a three-parameter moving average calculated by the method of Holt-Winters.It has six input parameters:nA- parameter of the e...
Intraday intensity index oscillator.It has two input parameters:Period- calculation period;Use normalization- switch (Yes/No) of using normalization in calculations. Calculations:N...
Oscillator MACD Squeeze similar to , but based on MACD.The principal idea consists in trading only when Bollinger Bands are within Keltner Bands, forming trading zones.The indicato...
In developing it, we were inspired by code . However, the code below is only based on the idea, while absolutely all implementation is in MQL5 and on new trading classes.Trading pa...
Oscillator Notis% V measures the market volatility, based on the difference between the intraday High and Low.Volatility is high, when the difference between lines Plus and Minus i...
PDO (Percent Difference Oscillator) oscillator shows the difference between moving average and the current Close price, expressing the difference in the percents of the moving aver...
Indicator with the timeframe selection option available in input parameters.For the indicator to operate, the AnalysisOnBars.ex5indicator must be added to the <terminal_data_dir...
Two identical trading systems based on the signals of , which can be configured in different ways within one Expert Advisor. For this purpose, all input parameters can be divided i...
Oscillator TATR (Tick Average True Range) represents a simplified ATR and is calculated as the mean value of True Range (TR). True Range can be found as the largest value of:The di...
Indicator Volatility_Ratio is an attempt to find trading ranges and trend return points.It works within the range of 0.01-1.0 only. At the values above 0.5, it indicates the probab...
The indicator represents a combination of RSI and STARC (Stoller Average Range Channels), which is similar to indicator Bollinger Bands in its behavior: Its bands get narrower on s...
The indicator calculates and shows in the panel in the price chart:Size of the current profit from all the open positions on the account, as well as the number of the current Buy a...
The indicator calculates the inclination angle of the last segment of moving average and shows it in the chart together with the MA line and the line drawn from the last segment of...
Indicator BrainTrend2_V2x10 shows the color of the indicator candlesticks from ten different timeframes from the bar defined in the indicator input parameters.For the indicator to ...
Indicator MultiBrainTrend2_V2_x10 shows information on the current trends, using the colors of indicator from ten different timeframes.Each of the ten indicator lines corresponds t...
Murrey levels are an efficient tool to forecast the changes in price movement. The main idea of this system is that all markets move in the same manner.The levels were developed ba...
Idea by: .MQL5 code by: .The EA opens trades at the intersection of the fast and the slow MAs. It closes trades if there is a reverse signal.If the Close lossesoption is enabled, t...
John Ehlers Trend Component Indicator.It has three input parameters:Period- calculation period;Delta- factor to calculate gamma;Applied price- price used for calculations. Calculat...
Idea by: .MQL5 code by: .The EA waits for breaking down any timframe from 1 minute through 1 month. Bar #1 is checked for breakdown at a specified timeframe Breakdown previous cand...
Idea by: .MQL5 code by: .The EA closes all positions (for any symbol and with any magic number), if the equity reaches a certain ratio as related to the balance.It has only one inp...
Idea by: .MQL5 code by: .The EA trades based on indicator Stochastic. Take Profit and Stop Loss levels can be disabled (the value "0" is set in properties). The size of a position ...
A trading system based on the signals of indicator . The signal is formed when a bar is closing if the indicator cloud color changes.For the generated EA to operate correctly, the ...
Idea by: .MQL5 code by: .The EA trades on two indicators iMA (Moving Average, MA) and one iRSI (Relative Strength Index, RSI). Decision on trade signals is only made when a new bar...
Indicator with the timeframe selection option available in the input parameters:For the indicator to work, the OzFX_D1_IndAES_v1.0.ex5indicator must be added to the <terminal_da...
An indicator with coloring candlesticks according to B. Williams and alerting on trend change, as well as sending e-mails and Push-messages in such situation.Fig.1. Indicator Candl...
Indicator MultiCandlesticksBW_x10 shows information on the current trends, using the colors of indicator from ten different timeframes.Each of the ten indicator lines corresponds t...
Indicator CandlesticksBWx10 shows the color of the indicator candlesticks from ten different timeframes from the bar defined in the indicator input parameters.For the indicator to ...
The Exp_CandlesticksBW_Tm Expert Advisor is based on the color change of the candlesticks and allows strictly define the trading time interval.A trade signal is formed when a bar i...
An indicator to pull trailing stops with the channel color background filling and showing the latest values as price labels.Fig.1. Indicator CandleStop_Cloud...
Indicator with the timeframe selection option available in input parameters.For the indicator to operate, the CandleStop_Cloud.ex5indicator must be added to the <terminal_data_d...
Oscillator ADMIR (Average Directional Movement Index Rating) shows the ratio of the ADX lines of two indicators Average Directional Movement Index with the calculation periods diff...
A simple oscillator showing the difference between the values of standard indicators ADX and ADX as of N periods ago.It has three input parameters:ADX Period- ADX calculation perio...
A simple indicator that allows fast plotting two channels of moving averages calculated by the High and Low prices.It has four input parameters:Fast MA period- fast MA period;Fast ...
The oscillator shows standard deviation calculated on the difference between the High and the Low.It has two input parameters:Period- standard deviation calculation period;Method- ...
Indicator Kalman Filter. It allows efficiently smoothing the noise, extracting the main trend from it.Kalman Filter is a variety of . To assess the system status as of the current ...
Wiseman is an indicator basically aimed at showing the candlestick, on which the trend has changed its direction.If color is pink, then the trend has changed for bearish; if it is ...