freqtrade_list_strategy_methods
Discover overridable IStrategy methods for Freqtrade trading strategies. Filter by keywords like entry, exit, or indicator to find specific functionality.
Instructions
List all overridable methods from IStrategy.
Returns method names with brief descriptions. Use the optional filter parameter to narrow results by keyword (e.g., "entry", "exit", "indicator", "callback", "custom").
Args: filter: Optional keyword to filter methods.
Returns: List of method summaries with name, brief description, and callback flag.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No |