analyzePeriodicReturns
Calculate and analyze daily or monthly returns for cryptocurrency trading accounts over specified periods to assess performance.
Instructions
Analyze daily and monthly returns for a configured account
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| accountName | Yes | Account name defined in the configuration file (e.g., 'bybit_main') | |
| symbol | No | Optional trading symbol (e.g., 'BTC/USDT') to filter trades | |
| period | No | Analysis period: '30d', '90d', '180d', or '1y' | 90d |
| interval | No | Return calculation interval | daily |