calculateWinRate
Calculate win rate and profit metrics for cryptocurrency trading accounts over specified periods. Analyze trading performance by account and symbol to evaluate strategy effectiveness.
Instructions
Calculate win rate and profit metrics 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: '7d', '30d', or 'all' | 30d |