> ## 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.

# Missing Trades

> Why some expected trades do not appear in the backtest.

## Why trades may be missing

Trades may not appear because:

* conditions didn’t align on candle close
* schedules blocked entries
* indicator logic differs from expectations

***

## Candle-close evaluation

Most strategies evaluate logic:

* at candle close
* not intrabar

This can exclude visually obvious setups.

<Card title="Crossovers & trend changes" icon="shuffle" href="/indicators-logic/crossovers-and-trend-changes" horizontal>
  Learn how signals are evaluated.
</Card>

***

## What to verify

* timeframe alignment
* indicator parameters
* entry evaluation rules
* session and day filters

***

## Best practice

Trust:

* trade list
* logic definitions

Not visual hindsight.

<Note>
  Charts lie more often than data.
</Note>
