freqtrade_search_codebase
Search for classes, functions, constants, and enums in the Freqtrade codebase using regex patterns to find specific symbols for trading strategy development.
Instructions
Search for symbols in the freqtrade codebase by name pattern.
Searches for classes, functions, constants, and enums matching the given pattern. Supports basic regex patterns using alphanumeric characters, underscores, and standard regex operators.
Args: query: Search pattern for symbol names. Supports basic regex.
Returns: List of matching symbols with their module paths and kinds.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes |