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

# WindowedPredictionTraderChangeStats

> Change percentages for a prediction trader over a time window.

<div data-generated>
  ## GraphQL

  ```
  type WindowedPredictionTraderChangeStats {
    volumeChange: Float!
    buyVolumeChange: Float!
    sellVolumeChange: Float!
    realizedPnlChange: Float!
    tradesChange: Float!
    uniqueMarketsChange: Float!
    winsChange: Float!
    lossesChange: Float!
  }
  ```

  ### Used By

  **Returned by**

  * [detailedPredictionTraderStats](/api-reference/queries/detailedpredictiontraderstats.md): Returns windowed and all-time stats for a prediction trader.
</div>
