Schaff Trend Cycle Indicator

Schaff Trend Cycle Indicator
Download ALL MT5 indicators (5742)
YouTube Video Thumbnail



Similar MetaTrader Tools

Schaff Trend Cycle Indicator

Info

The Schaff Trend Cycle Indicator is a Indicator for MetaTrader 5 that the schaff trend cycle indicator is a cyclical oscillator that provides stable and reliable trading signals by filtering out short-term market noise. It achieves this by calculating an overbought/oversold line based on market cycles, resulting in a smoother indicator that is less affected by minor fluctuations.

Usage

This tool is typically used for trend following strategies across multiple currency pairs.

Platform

This Indicator works exclusively on MetaTrader 5 (both build 600+ and newer versions).

Setup

Place the downloaded file in MQL5/Indicators folder via File ? Open Data Folder in MetaTrader 5.


How to Install and Use Schaff Trend Cycle Indicator

1. Installation: Place your file in the MQL/Indicators folder via "Open Data Folder" and restart your terminal.

2. Loading: Find the indicator in the Navigator, drag it onto your chart, and configure the input parameters in the popup window.

3. Customization: Press Ctrl+I to open the indicator list, select your tool, and click "Properties" to change colors, levels, or visual styles.

4. Updating: Replace the old file in the Indicators folder with the new version and restart the platform to apply changes.

Frequently Asked Questions

Q: Why is my indicator not showing? A: Verify the file is in the MQL/Indicators folder, or try right-clicking the "Indicators" tree in the Navigator and clicking "Refresh."

Q: Do custom indicators slow down the platform? A: Too many complex indicators can impact performance; remove unused ones via the "Indicator List" (Ctrl+I).

Q: Can I use MT4 indicators on MT5? A: No, MQL4 and MQL5 are distinct languages; ensure the indicator is compiled specifically for your platform version.

What this tool does

The Schaff Trend Cycle Indicator is a cyclical oscillator that provides stable and reliable trading signals by filtering out short-term market noise.

Typical Use Case

This Indicator excels in trend following on MetaTrader 5.

Compatible Platform & Setup

This Indicator works on MetaTrader 5. Place the file in the MQL5/Indicators folder and restart the terminal.

Description & Settings

Related: Quantora Multi-Timeframe Trend Dashboard MT5 - Professional EMA Trend Analysis - another powerful indicator for MetaTrader 5 traders.

The Schaff Trend Cycle Indicator is a cyclical oscillator that provides stable and reliable trading signals by filtering out short-term market noise.

Also recommended: Quantora Multi-Timeframe MACD Dashboard MT5 - Professional Momentum and Trend Analysis - similar indicator with strong performance on MetaTrader 5.


It achieves this by calculating an overbought/oversold line based on market cycles, resulting in a smoother indicator that is less affected by minor fluctuations. The indicator generates alerts only for significant shifts in market conditions.

To enhance reliability and reduce false signals, the Schaff Trend Cycle Indicator combines two trend direction change calculation methods: the Smoothed Stochastic Oscillator and the MACD.

The indicator's operational field is displayed in standard units ranging from 0 to 100, utilizing two trigger levels: 25 and 75.

Key input parameters for the Schaff Trend Cycle Indicator include:

- mashort: Defaults to 23. This parameter sets the period for the fast moving average used in MACD calculation. It must not be lower than the malong parameter.

- malong: Defaults to 50. This parameter sets the period for the slow moving average used in MACD calculation. It must be greater than the mashort parameter for proper indicator operation.

- cycle: Defaults to 10. This parameter sets the length of a cycle in chart periods. The resulting cycle is twice as long due to the sequential calculation of two stochastics.

A basic trading strategy using the Schaff Trend Cycle Indicator involves selling when the indicator line falls below 80 and buying when it rises above 20. To further minimize false signals, traders should observe the following chart behavior:

For a buy signal, the bar following the trigger bar must close above the trigger bar's high.
For a sell signal, the bar following the trigger bar must close below the trigger bar's low.
The trigger bar is defined as the bar formed above the signal lines at levels 20 or 80.

This version of the Schaff Trend Cycle Indicator offers a selection of ten smoothing algorithms:

- Simple Moving Average
- Exponential Moving Average
- Smoothed Moving Average
- Linear Weighted Moving Average
- JMA Adaptive Average
- Ultralinear Smoothing
- Parabolic Smoothing
- Tillson's Multiple Exponential Smoothing
- Smoothing using Tushar Chande's algorithm
- Smoothing using Perry Kaufman's algorithm

It is important to note that the 'phase' parameter has varying meanings depending on the selected smoothing algorithm:

- For JMA, it is an external phase variable ranging from -100 to +100.
- For T3, it is a smoothing ratio multiplied by 100 for enhanced visualization.
- For VIDYA, it represents the CMO period.
- For AMA, it is the slow EMA period.
- For AMA, the fast EMA period is fixed at 2 by default, and the power ratio is also 2.

The indicator utilizes classes from the smoothalgorithms.mqh library, which must be copied to the \mql5\include folder within your terminal data directory. The usage of these classes is detailed in the associated article.

You may also like: Quantora Moving Average Dashboard MT5 - Professional EMA SMA Trend Analysis - excellent alternative for indicator users on MetaTrader 5.

Source Code

/*
 * for the indicator to work, place the
 * smoothalgorithms.mqh
 * in the directory: metatrader\\mql5\include
 */
#property copyright "robotfx"
#property link "https://robotfx.org"
#property description "this code is educational. feel free to use, modify and upgrade as you wish. visit robotfx.org for professional trading tools"
#property description "this code is educational. feel free to use, modify and upgrade as you wish. visit robotfx.org for professional trading tools"
#property version   "2.00"

.......

Leave your opinion, ask a question, share some knowledge

Limitations & Risk Warning

  • This tool is provided for educational and testing purposes only.
  • Past performance does not guarantee future results.
  • Trading involves substantial risk of loss. Use on a demo account first.
  • Results may vary depending on market conditions, broker, and settings.
  • We recommend thorough backtesting and forward testing before using with real funds.
© ROBOTFX Free educational tools by RobotFX. Use entirely at your own risk; we are not liable for any financial losses incurred.