recommended_patterns
Retrieve daily flagged chart patterns with their historical win rates over SPY for the next 20 trading days. Use hist_win_w20 to identify which pattern buckets show a historical edge.
Instructions
The latest K-line chart patterns the daily scan flagged, each carried with the historical win-rate of its own pattern bucket.
hist_win_w20 is the share of past occurrences of that (pattern type, direction) bucket that beat SPY over the following 20 trading days — an aggregate property of the bucket, NOT a probability for this specific signal. Anything at or below 0.5 has no historical edge over simply holding the index, and several bullish buckets sit well below it; report the number rather than treating a flagged pattern as a recommendation.
Args: limit: Max rows, up to 100. Free accounts receive 2 rows and a null hist_win_w20 — check is_billed before drawing conclusions from an empty win-rate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |