indicator with the timeframe selection option available in input parameters:For the indicator to operate, the Iin_MA_Signal_NRTR.ex5indicator should be added to the <terminal_da...
The trading system based on the signals of the indicator. Trading signals are formed when a bar closes if the histogram direction has changed (which is displayed by five-pointed st...
The trading system based on the signals of the indicator. Trading signals are formed when a bar closes if the histogram direction has changed (which is displayed by five-pointed st...
The EA checks trading signals when a new bar appears:BUY: RSI > RSI Level UpCCI > CCI Level UpSELL: RSI < RSI Level DownCCI < CCI Level Down If both signals (from RSI a...
The EA considers iAMA (Adaptive Moving Average, AMA) and iRSI (Relative Strength Index, RSI) indicators when generating a trading signal. The signal itself is formed in two steps. ...
The trading system based on the indicator signals with an ability to change the volume of a forthcoming trade depending on the results of the previous trades for this trading syste...
indicator with the timeframe selection option available in input parameters:For the indicator to operate, the XRSI_Histogram_Vol_Direct.ex5indicator should be added to the <term...
indicator with the timeframe selection option available in input parameters:For the indicator to operate, the XCCI_Histogram_Vol_Direct.ex5indicator should be added to the <term...
The EA uses an uncommon filter of two iMAs (Moving Average, MA) intersection. The price of bar #0 from the enumeration can be set as a filter.When using the signal filter ("Fast" -...
The EA uses iAO (Awesome Oscillator, AO) and indicators. The robot works only when a new bar appears. It handles a single position, therefore it may work both with hedging and nett...
indicator showing a breakthrough of its zero line using candles, color labels and audio signals.The indicator uses SmoothAlgorithms.mqh library classes (copy it to <terminal_dat...
The trading system based on the signals of the indicator. The signal is formed when a bar is closing if there is breakthrough of an overbought/oversold level. Since there are two l...
The trading system based on the signals of the indicator. The signal is formed when a bar is closing if there is breakthrough of an overbought/oversold level. Since there are two l...
Modification of the EA: now you can set either a permanent (Lots> 0 and Risk==0) or dynamic lot (Lots== 0 and Risk> 0). Added trailing.The Expert Advisor works with pending o...
indicator with the timeframe selection option available in input parameters:For the indicator to operate, the TrendManager.ex5indicator should be added to the <terminal_data_dir...
The EA uses the indicator:The indicator defines the market state: flat or trend.Interpretation of the histogram color buffers when setting "signal timeframe" PERIOD_CURRENT:If Use ...
indicator with additional averaging of the resulting candles. A similar averaging is applied to dynamic overbought/oversold levels as well.The indicator uses SmoothAlgorithms.mqh l...
indicator with additional averaging of the resulting candles. A similar averaging is applied to dynamic overbought/oversold levels as well.The indicator uses SmoothAlgorithms.mqh l...
indicator shows direction of the histogram bars movement using colored icons on these bars.The indicator uses SmoothAlgorithms.mqh library classes (copy it to <terminal_data_fol...
Renko charts are built on custom symbols. The EA automatically creates a custom symbol. The EA works on tick history. Renko chart features tick and real volume (if any). The chart ...
indicator shows direction of the histogram bars movement using colored icons on these bars.The indicator uses SmoothAlgorithms.mqh library classes (copy it to <terminal_data_fol...
indicator in the candlestick form. Candlesticks appear as a result of relevant price timeseries processed by the indicator algorithm. In many situations, such approach may be more ...
indicator in the candlestick form. Candlesticks appear as a result of relevant price timeseries processed by the indicator algorithm. In many situations, such approach may be more ...
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 BuySignal(...
indicator with the timeframe selection option available in the input parameters:For the indicator to work, the StepMA_3D_v3.ex5indicator must be added to the <terminal_data_dire...
oscillator displayed as a color histogram, using volumes.Calculation formula:In the indicator input parameters, these levels are additionally multiplied by 100 and shifted by the l...
indicator with the timeframe selection option available in input parameters:For the indicator to operate, the XCCI_Histogram_Vol.ex5indicator should be added to the <terminal_da...
indicator with the timeframe selection option available in input parameters:For the indicator to operate, the XRSI_Histogram_Vol.ex5indicator should be added to the <terminal_da...
A trading system based on the signals of the indicator. A signal is formed at the close of a bar if a color icon of the indicator has appeared.For the generated EA to operate corre...
indicator fills the space between the medium and slow trend with color and paints the fast trend line depending on its location.Fig. 1. StepMA_3D_v3_Cloud...
The EA based on iMACD (Moving Average Convergence/Divergence, MACD) and iStochastic (Stochastic Oscillator). The robot works only when a new bar appears, while trailing works on ea...
indicator with additional averaging of the resulting histogram. A similar averaging is applied to dynamic overbought/oversold levels as well.The indicator uses SmoothAlgorithms.mqh...
indicator with additional averaging of the resulting histogram. A similar averaging is applied to dynamic overbought/oversold levels as well.The indicator uses SmoothAlgorithms.mqh...
The trading system based on indicator signals with the possibility to set a fixed position holding time. The signal is formed when a bar is closing if there is a channel breakthrou...
indicator with the timeframe selection option available in input parameters:For the indicator to operate, the CCI_Histogram_Vol.ex5indicator should be added to the <terminal_dat...
The function converts a number to a text. For example, if we call the function with the number 1234.56, the function returns the text "One thousand two hundred thirty four 56"...
Directional Volatility indicator. The indicator displays two volatility lines - bullish and bearish ones.It has two configurable parameters:Period - calculation periodDeviation - d...
Decycler Oscillator indicator is created based on "Decyclers" article by John F. Ehlers in the magazine "Technical Analysis of Stocks & Commodities" (September 2015). The indic...
Simple Decycler indicator is created based on "Decyclers" article by John F. Ehlers in the magazine "Technical Analysis of Stocks & Commodities" (September 2015).It has two con...
Connors RSI is an RSI oscillator by Larry Connors.It has six input parameters:RSI period- calculation periodPulse RCI period- impulse RSI periodPercent rank period- range of calcul...
Theory: The double exponential moving average (DEMA), was developed by Patrick Mulloy in an attempt to reduce the amount of lag time found in traditional moving averages. It was fi...
Average from MA indicator calculates the average value from the specified number of moving averages, whose periods are calculated as an increment to the base МА periodIt has six in...
Theory: The double exponential moving average (DEMA), was developed by Patrick Mulloy in an attempt to reduce the amount of lag time found in traditional moving averages. It was fi...
MA Trend trend oscillator displays a trend based on the analysis of a specified set of moving averages with calculated periods within the specified range.There are five inputs:Peri...
X MA Sum Average is an average of moving averages. In other words, it provides the average value of multiple moving averages with the period within the range from X to NIt has four...