Direct answer
MT5 indicator settings change how an indicator calculates values and how it presents them. In practice, settings often control the indicator’s inputs (for example, which price is used), its calculation window (how far back it looks), and any thresholds or smoothing rules. Because those choices change sensitivity and lag, the same indicator can look very different across settings—especially when market conditions change.
Mechanism and definition
An MT5 indicator is a calculation-and-display tool. The “settings” you adjust are parameters used inside that calculation. Common types of parameters include:
- Lookback length / window size: how many past bars (candlesticks) are included. Longer windows generally rely on more history.
- Smoothing or averaging period: how the indicator filters variability. More smoothing usually reduces short-term noise.
- Thresholds / levels: numeric cutoffs that decide when the indicator marks conditions.
- Source price and timeframe behavior: whether the indicator uses close, open, high, low, or another series, and whether it is tied to the chart timeframe.
When you change these inputs, you change the mathematical balance between responsiveness and stability. With more responsiveness, the indicator can react to smaller changes, but it may also react to more noise. With more stability, the indicator can show clearer structure, but it may lag behind turning points.
Evidence or example (with assumptions)
Assume an indicator computes a line by averaging values over the last N bars. If you increase N while keeping everything else constant:
- the average moves more slowly because each new bar affects a larger pool of past bars;
- short spikes have less impact;
- the line may cross turning points later.
If instead you decrease N:
- the indicator line responds faster;
- it can swing more often due to ordinary fluctuations.
This is not proof that one setting is “better.” It only explains how parameter choices can shift sensitivity and delay.
A second common example: if an indicator uses a threshold to flag events, raising the threshold will typically reduce the number of flagged events, while lowering it will increase them. That changes how often the indicator appears to “agree” with price movements.
Limitations and risks
Several material limitations apply when interpreting indicator settings:
- Overfitting to history: Choosing settings that look good on one period may capture patterns that do not generalize.
- Market regime dependence: Results can vary across volatility, trend strength, and ranging conditions. A parameter that feels stable in one regime can become noisy in another.
- Data and execution assumptions: If your chart uses one timeframe or price source, your conclusions may not transfer to another. Historical chart appearance does not guarantee future behavior.
- Failure modes: Misconfiguration (wrong input price, wrong timeframe assumptions, inconsistent parameter combinations) can produce misleading visuals. Some indicators may also produce outputs that can change as new bars form, which can look different intrabar versus after a bar closes.
Verification or next question
To independently verify the impact of settings, compare outputs under controlled assumptions:
- Keep the symbol, timeframe, and price source constant.
- Change only one parameter at a time (for example, increase the window length while leaving everything else unchanged).
- Use at least two distinct market conditions (for example, a quieter range and a more volatile move) to see whether the “feel” of the indicator is consistent.
- Record what changes: responsiveness (how quickly it moves), noise (how often it flips), and lag (how late it reacts).
Next, if you share which MT5 indicator you mean and which specific parameters you changed (names of inputs), the explanation can be tailored to those parameters—still focusing on mechanism and verifiable checks rather than prescribing settings.