What are “settings” for MACD and moving averages?
“Settings” usually mean the numeric parameters you choose when calculating an indicator. For a moving average, common settings are the lookback length (often called the period). For MACD (Moving Average Convergence Divergence), settings typically include the fast and slow moving-average lengths, plus an additional smoothing step sometimes called the signal period, depending on the exact MACD variant.
Changing these parameters changes two main properties: responsiveness (how quickly the indicator reacts to price changes) and smoothing (how much short-term variation is reduced). More smoothing generally reduces noise but increases lag; less smoothing increases responsiveness but can make the indicator look more volatile.
How does changing settings work in practice?
Moving average: period controls smoothing and lag
A moving average is a smoothed estimate of recent price. If you reduce the period, the average uses fewer past data points, so it moves more quickly as price changes. If you increase the period, the average changes more slowly because more history is blended in.
Trade-off: shorter periods often track turning points earlier but can also react to small fluctuations. Longer periods may filter out more noise, but the average can lag behind new trends.
MACD: fast, slow, and signal lengths change convergence and smoothing
MACD is built from the difference between two moving averages (often called the “fast” and the “slow”). Conceptually:
- The fast length determines how quickly the fast moving average reacts.
- The slow length determines how slowly the slow moving average reacts.
- The signal smoothing (signal line) applies another smoothing to the MACD value itself.
When you change settings:
- Increasing the gap between fast and slow lengths generally increases how much separation you expect between their responsiveness, which can affect the magnitude and timing of MACD changes.
- Changing the signal period alters how smooth or how reactive the signal line is compared to the MACD line.
Simple example (assumption-based): Suppose two moving averages are computed on the same price series. If the fast period is shortened, the fast average will typically move closer to recent price changes, so the difference (MACD) may swing sooner. If the signal period is lengthened, the signal line will typically smooth those swings more, making crossovers or divergences (where applicable) harder to see early and easier to see later.
Evidence and examples you can verify yourself
Because settings change a mathematical transformation of the same underlying data, you can verify the effect without assuming any “best” configuration:
- Hold data constant: pick one historical time window and compute a moving average for multiple periods (for example, a short period and a long period). Compare how quickly the line changes after a sharp price move.
- Hold structure constant: for MACD, keep the chosen MACD method consistent (e.g., the same moving-average type and the same way the signal line is computed). Then change one parameter at a time: fast length, slow length, then signal period.
- Compare output shape, not just level: check responsiveness (how soon it turns), smoothing (how jagged it looks), and lag (how late it reflects the new direction).
This kind of testing shows sensitivity: small parameter changes can alter the visual behavior of the indicator, especially around sideways or choppy markets.
Limitations and failure modes
Historical behavior depends on market conditions
Even if you observe a useful relationship between indicator behavior and price movement in one period, that relationship can change when volatility, trading patterns, or data characteristics change. Historical patterns do not establish future outcomes.
Parameter changes can shift interpretation
In many indicator uses, people look for features like crossovers or divergences. But those features depend on settings. A parameter set that produces frequent signals in one regime may produce delayed or sparse signals in another.
Data handling and assumptions matter
Calculations can differ based on implementation details such as:
- which moving-average formula is used,
- how many data points are required before the indicator is considered “available,” and
- how missing or irregular data is handled.
If different platforms compute MACD with slightly different defaults or conventions, the indicator lines may not match, which can lead to inconsistent verification.