Direct answer
You can verify information about Fibonacci retracement by separating stable math from variable interpretation. Start with definitions (what it is), then reproduce the level calculations using explicitly stated inputs (two prices and a chosen direction), and finally check limitations (how swing-point selection, chart scaling, and rounding can change the displayed levels).
Mechanism or definition
Fibonacci retracement is a charting method that creates horizontal percentage levels between two chosen reference prices, often described as a swing high and a swing low. The method uses common proportion constants associated with the Fibonacci sequence (for example, 23.6%, 38.2%, 50.0%, 61.8%, and 78.6%).
To keep verification reproducible, treat these parts as fixed:
- The proportion constants you are using (state the exact percentages).
- The two reference prices (state both numbers and the order).
- The formula direction: for an upward move, levels are typically computed from the low upward; for a downward move, levels are computed from the high downward.
Example with explicit assumptions (no live data):
- Assume a swing high of 1.2000 and a swing low of 1.1000.
- Assume an upward move so the “retracement from high to low” is measured as a drop from the high.
- The price range is 0.1000.
- A 38.2% retracement of the range from the low adds 0.0382 × 0.1000 = 0.00382 to the low: 1.1000 + 0.00382 = 1.10382.
Different calculators may present the same level using an equivalent formulation (for example, from the high instead of from the low). Verification is therefore about equivalence: given the same inputs and the same proportion, your recalculated output should match the claimed value within an agreed rounding rule.
Evidence or example you can reproduce
A practical verification checklist for any article, chart screenshot, or platform description:
- Locate the stated proportion set: confirm which percentages are included.
- Extract the two reference prices: confirm the exact high and low values used for the shown levels.
- Identify the calculation direction: upward vs downward interpretation changes how you apply the percentages.
- Recompute at least one or two levels yourself using the same constants.
- Check rounding and formatting: determine whether the displayed levels are rounded to, for example, 4 decimals, and whether intermediate steps use full precision.
If a source claims that a particular percentage level lands “exactly” on a visual line, you can verify by comparing your recomputed value to the screenshot’s implied price label. Because screenshots can hide exact decimals, you may need to rely on the stated high/low and the level’s percentage rather than pixel alignment.
Material limitation / failure mode
A key limitation is that Fibonacci retracement depends on which swing points you choose. If you pick different high/low anchors, the entire set of levels changes even when the same proportion constants are used. Another failure mode is misalignment between sources due to different chart scaling (for example, whether the chart uses the same price units) or due to different rounding conventions.
Also, a historical relationship between retracement levels and observed moves does not establish a reliable prediction of future outcomes. Market behavior can change with trading costs, execution quality, and broader conditions; Fibonacci levels are a way to mark proportions, not a deterministic rule.
Verification steps and next question
To independently verify information about Fibonacci retracement, you can do the following without any real-time market data:
- Pick two numeric prices (a high and a low) from the source or from your own example.
- Apply the exact proportion constants the source mentions.
- Recalculate at least one level using an explicit formula direction.
- Confirm that your result matches the source’s reported level after applying the same rounding.
Next question to ask: “Which swing points and which rounding rules did the source use?” If those inputs are not clearly stated, treat the displayed levels as not fully verifiable.
If you want to connect verification to practice, you can also compare how different platforms define their retracement anchors and how they apply direction and rounding—then repeat the same recomputation using the same stated inputs to ensure the outputs are mathematically consistent.