The indicator represents two Awesome Oscillators with different smoothing periods, AO Fast and AO Slow, calculated based on three components: Fast EMA, Medium EMA, and Slow EMA.It ...
John Ehlers Cyclic Component Oscillator.It has two input parameters:Period- calculation period;Applied price- price used for calculations. Calculations:where:...
The Fast Stochastic oscillator shows in a separate window a stochastic calculated as follows:where:if max = 0,The indicator has four input parameters:Period K- the period of calcul...
The Slow Stochastic oscillator shows in a separate window a stochastic calculated as follows:where:if max = 0,The indicator has five input parameters:Period K- the period of calcul...
The Stochastic MACD oscillator shows in a separate window the stochastic MACD.It has six input parameters:MACD Fast MA- fast MA to calculate MACD;MACD Slow MA- slow MA to calculate...
Price Rate-of-Change (ROC) indicator based on stochastic.It has eight input parameters:Stochastic K period- the period of calculating the stochastic %K line;Stochastic D period- th...
The indicator shows the number of points passed. The methods of averaging from enumeration are supported.Trading using the Impulse indicator is similar to that based on RSI: The in...
Idea by: .MQL5 code by: .The EA uses indicators iCCI (Commodity Channel Index, CCI), ZigZag, and . Position trailing is possible.Inputs Lots- the initial volume of the positions;St...
The DeleteTradeArrowsutility is designed to delete from the chart the arrow objects that mark transactions in the chart.How to use: Drop the transactions from the trading history o...
Idea by: .MQL5 code by: .The EA trades by the Doji pattern:At the same time, you can set the candlestick body size in the "Size of a body of a candle (Open Close)" parameter.Operat...
Idea by: .MQL5 code by: .The EA works with three Moving Average indicators. These three indicators, i.e., the "First", the "Second", and the "Third", have ascending average periods...
A simple oscillator based on the values of the iDemarker, iMFI and iMomentum indicators and implemented as a two-colored histogram.Indicator calculation formula:The growth of a fin...
Indicator with the possibility to change the indicator timeframe in input parameters:For the indicator to operate, the KWAN_RDP.ex5indicator must be added to the <terminal_data_...
A simple oscillator based on the values of the Chaikin Oscillator, Commodity Channel Index and iMomentum indicators and implemented as a two-colored histogram.Indicator calculation...
The indicator with the possibility to change the indicator timeframe in input parameters.For the indicator to operate, the KWAN_CCC.ex5indicator must be added to the <terminal_d...
Idea by: .MQL5 code by: .The EA trades on indicator Moving Average, all the preparatory and trading functions having been implemented as the CMovingtrading class in a separate file...
An oscillator based on the difference of two smoothed, different-period Tenkan-Sen lines in form of a colored histogram.For the indicator to work, there must be indicator XMA_Ichim...
Indicator with the timeframe selection option available in its input parameters:For the indicator to work, there must be indicators 2XMA_Ichimoku_Oscillator.ex5and XMA_Ichimoku.ex5...
Idea by:MQL5 code by:The EA trades on two Moving Average indicators and allows selecting the method of defining the position size: Manually (having set the Lotsparameter to more th...
Indicator iSAR with the timeframe selection option in input parameters, implemented in color, with the possibility to generate alerts when the trend changes its direction.Fig.1. In...
Idea by: .MQL5 code by: .The EA is based on \MQL5\Experts\Examples\Moving Average\Moving Average.mq5 from standard delivery. What's new or changed:For each of the four signals (Buy...
A trading system based on indicator signals Parabolic Stop and Reverse system with the possibility to set a fixed position holding time. The signal is formed when a bar is closed, ...
Idea by: .MQL5 code by: .EA operation algorithm At the first start, open a BUY position with the volume of Lots. Then monitor (in OnTradeTransaction) all opening positions and reme...
Idea by: .MQL5 code by: .the EA compares the opening prices (Open) of bar#0 and bar#2:Inputs Stop Loss (in pips)- Stop Loss;Take Profit (in pips)- Take Profit;Trailing Stop (in pip...
Idea by: .MQL5 code by: .Assistant EA: It moves the positions to a breakeven, after which trailing is enabled.It only has three parameters Trailing Stop (in pips)- trailing;Trailin...
Idea by: .MQL5 code by: .Working with pending Buy Stop and Sell Stop orders. Pending orders are placed and removed at a specified time (Time of order placementand Time of order rem...
Two different-period indicators , implemented as a colored cloud. Working with a colored cloud is based on crossing the initial indicators, accompanied with changing the color of t...
Indicator with the timeframe selection option available in input parameters:For the indicator to work, the SSL2.ex5indicator must be added to the <terminal_data_directory>\MQ...
Smoothed standard deviation changing rate. Interpretation of the indicator values:High positive values (yellow) indicate an increasing trend; High negative values (gray) indicate t...
Indicator with the timeframe selection option in input parameters:For the indicator to work, there must be indicator XStdDevSpeed.ex5in the <terminal_data_directory>\MQL5\Ind...
A trading system based on the indicator signals. A signal is formed at the close of a bar, if the direction of the indicator movement (the indicator color) has changed.For the gene...
Idea by: .MQL5 code by: .Trading in the price movement direction with pending Buy Stop and Sell Stop orders on the 5-minute timeframe.The cycle starts with placing pending orders w...
A trading system based the indicator signals. A signal is formed at the close of a bar, if the direction of the indicator movement (the indicator color) has changed.For the generat...
A trading system based on the indicator signals. A signal is formed at the close of a bar, if the direction of the indicator movement (the indicator color) has changed.For the gene...
Idea by: .MQL5 code by: .It trades on the market volatility.Inputs Lots- position volume;Multiplier relative to current volatility- a multiplier relative the current volatility;Per...
The EA uses indicator Awesome Oscillator. Orders are opened at each bar and cloased by group by the opposite signal. The indicator is calculated within the code to be able to chang...
The indicator uses the SmoothAlgorithms.mqh library classes (copy it to <terminal_data_folder>\MQL5\Include). The classes were described in detail in the article.Fig.1 Indica...
The EA uses the indications of SAR for making trading decisions. If the Ask price is higher than the indicator values, we assume buying; if it is lower, then selling.Settings TimeF...
John Ehlers Modeling The Market Indicator. The indicator line is the result of combining John Ehlers and indicators.It has two input parameters:Period- calculation period;Applied p...
The RANA (Ratio Adjusted Net Advances) indicator developed by Sherman and Marian McClellan shows the ratios of positive and negative increments in the prices of instruments availab...
Idea by: .MQL5 code by: .The EA places pending Buy Limit and Sell Limit orders. The conditions for placing pending orders are checked when a new bar appears, while the possibility ...
Idea by: .MQL5 code by: .The EA uses indicator :Exemplary signals "Open Buy" and "Open Sell":Signals for opening positions is only received when a new bar appears, while trailing t...
A script for showing the swap value on a financial instrument. The texts of positive and negative swaps are shown in different colors.I have been regularly using it for long. For s...
Oscillator represents the difference between 19-day MA and 39-day MA, based on the values of McClellan indicator.It has three input parameters:Base currency- name of the base curre...
Indicator AD (Advances/Declines) developed by Sherman and Marian McClellan and based on indicator .It shows two components of indicator RANA - the positive and negative increments ...
The Summation Index oscillator based on indicator that, in its turn, is based on the values of McClellan's indicator shows the values of McClellan_Oscillator, considering the value...
The formula for calculating was proposed by Edwin Sedgwick Coppock in 1962 and published in Barron's Magazine.The indicator is designed only for signalling about a bullish trend st...
Exponential moving average with a variable smoothing factor.This indicator is compiled as both an MQL5 indicator and an MQL4 indicator, for which the extension of the indicator cod...