Strategy Scanners API
Auto-generated from
openapi-snapshot.json. Do not edit by hand — changes are overwritten byscripts/docs/generate_api_reference.py.
2 endpoints in this group.
GET /api/strategies/connors_rsi2/scan
Connors Rsi2 Scan
Scan a tenant universe for Connors RSI2 mean-reversion signals.
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
symbols | query | — | optional | Comma-separated symbols; defaults to watchlist + positions |
limit | query | integer | optional | Recent close bars per symbol |
persist | query | boolean | optional | Persist fresh signals to agent_signals |
tenant_id | query | — | optional |
Responses
| Code | Description |
|---|---|
200 | Successful Response |
422 | Validation Error |
GET /api/strategies/gap_orb/scan
Gap Orb Scan
Scan a tenant universe for Gap & Go and Opening Range Breakout signals.
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
mode | query | string | optional | |
symbols | query | — | optional | Comma-separated symbols; defaults to watchlist + positions |
limit | query | integer | optional | Max symbols to scan |
persist | query | boolean | optional | Persist fresh signals to agent_signals |
tenant_id | query | — | optional | |
window_minutes | query | — | optional |
Responses
| Code | Description |
|---|---|
200 | Successful Response |
422 | Validation Error |