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

# PredictionTraderBarsResolution

> The time resolution for prediction trader bar data.

<div data-generated>
  ## GraphQL

  ```
  enum PredictionTraderBarsResolution {
    hour1
    hour4
    day1
    week1
  }
  ```

  ### Used By

  **Used as input by**

  * [predictionTraderBars](/api-reference/queries/predictiontraderbars.md): Returns bar data for a prediction trader over a time range.
</div>
