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

# WindowedPredictionTraderNonCurrencyStats

> Non-currency stats for a prediction trader over a time window.

<div data-generated>
  ## GraphQL

  ```
  type WindowedPredictionTraderNonCurrencyStats {
    trades: Int!
    buys: Int!
    sells: Int!
    uniqueMarkets: Int!
    wins: Int!
    losses: Int!
  }
  ```

  ### Used By

  **Returned by**

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