get_follow_through
Analyze historical outcomes of chart pattern matches by calculating forward returns 1, 3, 5, and 10 days later. Retrieve percentage gains and cumulative paths to validate trading signals.
Instructions
Get forward return analysis for search results.
Pass the results from search_charts to see what happened 1, 3, 5, and 10
days later in each historical match. Returns % returns and cumulative paths.
Args:
results: Search results from search_charts (list of {symbol, date, timeframe, metadata})Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| results | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |