calculateWinRate
Determine win rates and profit metrics for trading accounts by analyzing trades over specified periods, with optional symbol filtering to refine insights.
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') | |
period | No | Analysis period: '7d', '30d', or 'all' | 30d |
symbol | No | Optional trading symbol (e.g., 'BTC/USDT') to filter trades |