freqtrade_get_method_signature
Retrieve complete method signatures from Freqtrade's IStrategy to understand parameter types, default values, return types, and documentation for strategy development.
Instructions
Get full signature of a specific IStrategy method.
Returns the complete method signature including all parameters with their types, default values, return type, and the full docstring.
Args: method_name: Name of the IStrategy method to inspect.
Returns: Method signature details including parameters, return type, and docstring.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method_name | Yes |