freqtrade_get_callback_info
Retrieve detailed information about Freqtrade strategy callback methods, including full signatures, parameter types, return types, and documentation to assist in strategy development.
Instructions
Get detailed info about a strategy callback method.
Returns the full signature, parameters with types, return type, and docstring for a strategy callback like bot_start, custom_stake_amount, custom_stoploss, etc.
Args: callback_name: Name of the strategy callback method.
Returns: Detailed callback information including signature and docstring.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| callback_name | Yes |