Research Readings Which side the trailing hour of liquidations fell on
Liquidations
Which side the trailing hour of liquidations fell on
Which side the trailing hour of liquidations fell on: short notional minus long notional over their sum, so +1 means every liquidated dollar was a short being closed and -1 means every dollar was a long being flushed. Absent on an hour with no liquidations.
- Observed
- measured over the trailing hour
- Unit
- ratio
- Valid range
- -1 to 1
Example: A recorded value of 0.5 ratio can be used in the editable condition below.
Use in ResearchWhat this cannot see
Binance throttles liquidation publications, so these readings describe the observed feed and miss some liquidation records. Count estimation is still under validation. It would require uncertainty, support and freshness checks, and would not recover hidden event times or validate a price-level heatmap or cascade forecast.
Technical details
Field ID
feature.liq_side_skew_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.liq_side_skew_1h",
"gte",
0.5
],
[
"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
- Cascade clustering feature.cascade_clustering_index
- Liquidation intensity feature.liq_intensity_norm
- Liquidations in the trailing hour feature.liq_notional_usd_1h
- Longs liquidated in the trailing hour feature.liq_long_notional_usd_1h
- Shorts liquidated in the trailing hour feature.liq_short_notional_usd_1h