Explore Now »
Myfxpaddy Trend Surf Indicator for MetaTrader 4, MetaTrader 5, and cTrader is based on the Quantitative Qualitative Estimation (QQE) method. This indicator uses a complex calculation of smoothed RSI indicators, resulting in two lines in a separate indicator window: the fast line and the slow line. An important indicator level (50) is used for signals. You can enable text, sound, and e-mail alerts for this indicator. This implementation supports multi-timeframe analysis with upper timeframe display. The indicator is available for MT4, MT5, and cTrader.
The presented version of the Myfxpaddy Trend Surf Indicator is free and open-source. You can easily download and install it on your trading platform.
Input Parameters
• SF (default = 5): Smoothing factor.
• AlertOnCrossover (default = false): If true, alerts will be issued when the two QQE lines cross.
• AlertOnLevel (default = false): If true, alerts will be issued when the QQE RSI line crosses the given level.
• AlertLevel (default = 50): Indicator level for alerts. It is not recommended to change it.
• ArrowsOnCrossover (default = true): If true, the indicator will draw arrows on the chart when the QQE lines cross each other.
• CrossoverUpArrow (default = clrGreen): Arrow color for a bullish crossover.
• CrossoverDnArrow (default = clrRed): Arrow color for a bearish crossover.
• ArrowsOnLevel (default = true): If true, the indicator will draw arrows on the chart when the QQE RSI line crosses the given level.
• LevelUpArrow (default = clrGreen): Arrow color for a line cross up.
• LevelDnArrow (default = clrRed): Arrow color for a line cross down.
• NativeAlerts (default = false): If true, message alerts will appear.
• EmailAlerts (default = false): If true, email alerts will be sent according to the MetaTrader email settings.
• NotificationAlerts (default = false): If true, push-notification alerts will be sent according to the MetaTrader notifications settings.
• UpperTimeframe (default = PERIOD_CURRENT): If set to a timeframe above the current one, it will make the indicator calculate on that timeframe’s data.
• ObjectPrefix (default = “QQE-”): The prefix for chart objects for compatibility with other indicators.
Strategy and Example
The Myfxpaddy Trend Surf Indicator is an oscillator that can be used for direct signaling or divergence analysis. It has two types of signals: the two lines crossing each other and the blue line crossing a level.
• When the blue line crosses the yellow line from above, it is a sell signal.
• When the blue line crosses the yellow line from below, it is a buy signal.
• When the blue line crosses a given level from above, it is a sell signal.
• When the blue line crosses the given level from below, it is a buy signal.
The example below shows a EUR/USD hourly chart with a QQE instance using 4-hour chart data to plot the lines. Two red arrows indicate two bearish signals: the first one generated by the lines’ crossover and the second one generated by the blue line crossing level 50.
Original build credits to: earnforex, indicator revamped and improved by myfxxpaddy.