Browse all readings

Research Readings Turnover against its recent hours

Trade flow

Turnover against its recent hours

The trailing hour of quote turnover divided by the mean of the six prior complete hours. 1 is a normal hour for this market, 5 is five times its recent norm. Requires 420 contiguous one-minute bars and is absent otherwise. Quote turnover is approximated as base volume times close.

Observed
measured over the trailing hour
Unit
ratio
Valid range
0 to 1000000

Example: A recorded value of 3 ratio can be used in the editable condition below.

Use in Research
Technical details

Field ID

feature.turnover_multiple_1h

Valid query operators

at least, at most, between

Window operators: lowest, highest, average, latest or change in, over a trailing window.

Editable query preset

This preset is a starting point, not a recommendation. Edit it before running the search.

{
  "schema_version": "research_query.v2",
  "normalization_version": "archive_normalization.v1",
  "feature_version": "feature_defs.v1",
  "target": "record_occurrences",
  "where": {
    "all": [
      [
        "feature.turnover_multiple_1h",
        "gte",
        3
      ],
      [
        "times.anchor_time",
        "gte",
        "2025-07-15T00:00:00.000Z"
      ]
    ]
  },
  "sort": [
    "times.anchor_time",
    "desc"
  ],
  "page": {
    "limit": 5,
    "cursor": null
  }
}

The search reports how often the record held this condition and what followed. It does not decide whether an idea works.

Read alongside