> ## Documentation Index
> Fetch the complete documentation index at: https://docs.worthcall.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Analytics Tools

> Daily summaries, trade journal, history, and Python analytics scripts.

# Analytics Tools

## Daily performance

| Tool            | Description                                                           |
| --------------- | --------------------------------------------------------------------- |
| `daily_summary` | Daily P\&L, win rate, avg R, best/worst R per day with rolling totals |

## TraderSync integration

| Tool                | Description                                                      |
| ------------------- | ---------------------------------------------------------------- |
| `tradersync_import` | Import TraderSync CSV content                                    |
| `tradersync_stats`  | Aggregate stats: total trades, win rate, avg R, P\&L, date range |
| `tradersync_trades` | Query trades with filters (symbol, side, status, days)           |

## Trade journal

| Tool                  | Description                                        |
| --------------------- | -------------------------------------------------- |
| `trade_journal_read`  | Query journal entries (filter by symbol, strategy) |
| `trade_journal_write` | Create or update journal entries                   |

## Order/execution history

| Tool                 | Description                               |
| -------------------- | ----------------------------------------- |
| `orders_history`     | Historical orders from local database     |
| `executions_history` | Historical executions from local database |

## Python analytics

| Tool                     | Description                                                                   |
| ------------------------ | ----------------------------------------------------------------------------- |
| `run_analytics`          | Run Python analytics script (recalibrate\_weights, regime, calibration, etc.) |
| `list_analytics_scripts` | List available scripts                                                        |
| `list_analytics_jobs`    | Query job history                                                             |
| `analytics_schedule`     | View pre/post-market scheduled jobs                                           |
