Research Readings Distance to broken resistance
Short line
Distance to broken resistance
Signed distance from price to the most recently broken short descending resistance, in ATR multiples.
- Observed
- read at the minute itself
- Unit
- multiple
- Valid range
- -500 to 100
Example: A recorded value of -0.5 multiple can be used in the editable condition below.
Use in ResearchTechnical details
Field ID
feature.desc_resistance_short_broken_dist_atr
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.desc_resistance_short_broken_dist_atr",
"between",
[
-0.5,
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
- Time since resistance break feature.desc_resistance_hours_since_break
- Time since resistance break feature.desc_resistance_short_hours_since_break
- Resistance line span feature.desc_resistance_span_days
- Resistance line span feature.desc_resistance_short_span_days
- Resistance touches feature.desc_resistance_touches
- Resistance touches feature.desc_resistance_short_touches