romaco_find_levels
Identify up to 3 support and 3 resistance price levels using K-means clustering on swing extremes and volume profile (POC, VAH, VAL). Each level includes touch count, strength score, and last test time.
Instructions
Find key support and resistance price levels for the currently loaded candle data using 1D K-means clustering on swing extremes, plus Volume Profile (POC, VAH, VAL). Returns up to 3 support levels (below current price) and 3 resistance levels (above), each with touch count, strength (0..1, touch-count × recency), and last-test timestamp. Call romaco_load_candles first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||