Join our fan page
This is a helper function which enables you to find the price of the symbol (the prices on the Y-axis) wherever you click the mouse on the chart. Using OnChartEvent, we don't have an MQL5 function in the API to do this, we can only obtain X and Y pixel values with mouse click.
Bill Williams's Awesome Oscillator Indicator (AO) is a 34-period simple moving average, plotted through the middle points of the bars (H+L)/2, which is subtracted from the 5-period simple moving average, built across the central points of the bars (H+L)/2. It shows us quite clearly what’s happening to the market driving force at the present moment.
This script generates a file with its source code (solution of the classical program in MQL5). It may be useful to study programming and algorithms.
The DRAW_COLOR_CANDLES style (as DRAW_CANDLES) draws candlesticks based on values of four indicator buffers, containing Open, High, Low and Close prices. In additions it allows you to specify color for each candlestick from a given set.
The indicator consists of support and resistance levels based on a trading range for a certain period of time.
StepXCCX_HTF_Signal displays trend directions from three last bars of the ColorStepXCCX indicator as three graphical objects with a trend color indication.
Trend indicator. Trend reversal is calculated by the number of candlesticks set in the indicator input parameters.
This indicator is based on WPR (Larry Williams' Percent Range) and its multiple signal lines analysis.
LinearRegSlope_V1_HTF_Signal shows a trend direction as a graphic object with colored trend indication and sends alerts or audio signals in case the trend changes.
Internal Bar Strength Indicator measures the "inner strength" of each bar by subtracting the close price from the low and dividing the resulting number by the difference between high and low bars.
Normalized oscillator provided by the signal line and colored dots for making deals.
The Expert Advisor based on the change in the 3rdGenXMA moving average direction.
The trading system based on the signals taken from the BrakeMA semaphore, signal, trend indicator
The Parabolic SAR indicator with the ability to choose timeframe where it can be calculated.
A trend indicator which determines its values based on the signals with the group of Moving Averages whose periods change in the arithmetic progression.
A trend indicator which determines its values based on the signals taken from the LRMA Moving Average and a group of its signal lines whose periods change in the arithmetic progression.
The StepMA_NRTR indicator with the timeframe selection option available in input parameters.
Checking a date for belonging to winter or summer time. The code was developed for news debugging.
The indicator draws lines by ascending series of maximums and descending series of minimums.
The RVITrend_x10 indicator shows the RVI oscillator position from ten different timeframes.
The ColorZerolagStochs indicator with the timeframe selection option available in the input parameters.
This TriX oscillator analogue is calculated based on five Triple Exponential Moving Averages Oscillator indicators.
The CGOscillator indicator with the timeframe selection option available in the input parameters.
The Exp_ColorZerolagX10MA Expert Advisor is based on the ColorZerolagX10MA moving average change of direction.
The Exp_ColorSchaffMFITrendCycle Expert Advisor is based on the ColorSchaffMFITrendCycle oscillator change of position relative to the overbought and oversold levels.
The Exp_ColorXXDPO Expert Advisor is based on the ColorXXDPO oscillator change of direction.
The Exp_ColorXdinMA Expert Advisor is based on the ColorXdinMA moving average change of direction.