Try Keystone’s Custom Filters for this and 22 other strategies.
The Stochastic Slow strategy is a “double-smoothed” version of the Stochastic oscillator. It reduces the “noise” of the standard version to provide more reliable signals for turning points.
How Logic Works
It uses two lines: %K (the main line) and %D (a moving average of %K).
- Long Entry: Triggered when the %K line crosses above the %D line while both are in the oversold zone (below 20).
- Short Entry: Triggered when the %K line crosses below the %D line while both are in the overbought zone (above 80).
- The Goal: To time entries when short-term momentum begins to turn back toward the mean.
Key Customizable Inputs
- Price (Default: High/Low): Uses the range of the bar for calculation.
- StochLength / SmoothK / SmoothD: Parameters that control the sensitivity and the degree of smoothing applied to the lines.
Strategic Considerations
- Timing the Turn: Stochastic is often seen as a “timing” tool. It doesn’t tell you the trend direction, but it tells you the best moment to enter once you’ve determined the trend through other means.
Crossover Strength: A crossover that happens very deep in the oversold/overbought zones is typically considered more reliable than one that happens near the 50-midpoint.