> ## Documentation Index
> Fetch the complete documentation index at: https://docs.trinigence.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Indicator Mismatch

> Why indicator values differ from TradingView or other platforms.

## This is common

Indicator mismatches usually come from:

* different data sources
* different candle construction
* different default parameters

***

## Typical causes

<AccordionGroup>
  <Accordion title="Different price source">
    Close vs HL2 vs OHLC4.
  </Accordion>

  <Accordion title="Different timeframe aggregation">
    Lower timeframes aggregate differently.
  </Accordion>

  <Accordion title="Indicator defaults">
    Same indicator name, different defaults.
  </Accordion>
</AccordionGroup>

***

## What Trinigence does

Trinigence:

* documents parameters explicitly
* uses deterministic calculations
* avoids hidden defaults

<Card title="Indicator parameters" icon="sliders" href="/indicators-logic/indicator-parameters" horizontal>
  Verify exact settings.
</Card>

<Note>
  Same indicator name does not guarantee same behavior.
</Note>
