Explore Now »
Myfxpaddy Trend Cycle (MetaTrader indicator) is a cyclical oscillator created by calculating the stochastic over stochastic over a MACD line using cycles. The result is an improved version of the oscillator that is not choppy during trends and reacts to changes very quickly. It was developed by Doug Schaff, who assumed that currency trends accelerate and decelerate in cycles. The algorithm was made public in 2008. Myfxpaddy Trend Cycle tries to combine two different methods of determining trend direction changes—MACD and smoothed stochastic oscillator. The value of the indicator fluctuates between 0 and 100. Two trigger levels are used—25 and 75. Optional alerts are available. You can download this indicator for MT4, MT5, and cTrader.
Input Parameters
Main
• MAShort (default = 23): The period of the fast moving average for the MACD line calculation. Should be less than MALong.
• MALong (default = 50): The period of the slow moving average for the MACD line calculation. Should be greater than MAShort.
• Cycle (default = 10): The length of the cycle in chart periods. The resulting cycle is twice as long because two stochastics are calculated consecutively.
Alerts
• ShowArrows (default = false): If true, draws arrows above or below the respective bars where a signal is generated.
• UpColor (default = clrBlue): Color of the bullish signal arrow.
• DownColor (default = clrRed): Color of the bearish signal arrow.
• ShowAlerts (default = false): If true, a display alert will be called when a signal is generated.
• SoundAlerts (default = false): If true, a sound alert will be played when a signal is generated.
• EmailAlerts (default = false): If true, an email alert will be sent when a signal is generated.
• PushAlerts (default = false): If true, a push notification alert will be sent when a signal is generated.
Example
Strategy
The simplest and most obvious way to use this indicator in trading is to sell when the line drops below level 75 and to buy when it rises above level 25. To filter out some bad signals, Doug Schaff offers the following method: for a buy signal, the bar following the trigger bar should close above the high of the trigger bar; for a sell signal, the bar following the trigger bar should close below the low of the trigger bar. The trigger bar is the bar formed at the same time as the Myfxpaddy Trend Cycle rises above 25 or declines below 75.
Download
Original build credits to: earnforex, indicator revamped and improved by myfxxpaddy.