← 返回
数据分析 Key

Simmer Calibration Report

Run a calibration report on any Simmer trade journal. Win rate and EV broken down by strategy, time of day, price band, and market type. Know exactly where y...
对Simmer交易日志运行校准报告,按策略、时段、价格区间和市场类型细分胜率与期望值,精准定位优势。
djdyll
数据分析 clawhub v1.0.4 1 版本 100000 Key: 需要
★ 0
Stars
📥 554
下载
💾 8
安装
1
版本
#latest

概述

📊 Simmer Calibration Report

You think you know where your edge comes from. This skill tells you if you're right.

> This is a template. Point it at any Simmer JSONL trade journal — live, sim, or exported from anywhere — and get a full calibration breakdown. No strategy-specific logic baked in. Your journal, your numbers.

Setup

  1. Install dependencies:

```bash

pip install simmer-sdk

```

  1. Set your API key:

```bash

export SIMMER_API_KEY=your_key_here

```

  1. Run it:

```bash

python calibration_report.py --live

```

That's it. If your journal exists at the default path, it just works.

Configuration

ParameterEnv VarDefaultDescription
------------------------------------------
journal_pathCALIB_JOURNAL_PATH""Path to trade journal JSONL. Empty = auto-detect.
min_tradesCALIB_MIN_TRADES10Minimum trades to show a segment. Below this, the numbers lie.
lookback_daysCALIB_LOOKBACK_DAYS30How far back to analyze.
include_unresolvedCALIB_INCLUDE_UNRESOLVEDfalseInclude unresolved trades. EV becomes less meaningful.

Set config inline:

python calibration_report.py --set lookback_days=60
python calibration_report.py --set min_trades=5

Quick Commands

# Sim journal (dry run data)
python calibration_report.py

# Live journal
python calibration_report.py --live

# Custom journal path
CALIB_JOURNAL_PATH=/path/to/journal.jsonl python calibration_report.py

# Show config
python calibration_report.py --config

# Summary only (good for cron)
python calibration_report.py --live --quiet

Example Output

📊 Calibration Report — Last 30 days
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Total: 287 trades | 68.3% WR | +$0.038 EV/trade
Journal: data/live/trade_journal.jsonl

BY STRATEGY
  btc_momentum         n=142  WR=72.5%  EV=+0.047  ██████████████
  eth_midcandle        n=67   WR=61.2%  EV=+0.021  ██████
  btc_midcandle_scalp  n=49   WR=65.3%  EV=+0.031  ████████
  eth_btc_lag          n=29   WR=58.6%  EV=+0.015  ████

BY HOUR (UTC)
  00-06                n=44   WR=75.0%  EV=+0.055  ██████████████████
  06-12                n=89   WR=70.8%  EV=+0.044  ████████████████
  12-18                n=97   WR=65.0%  EV=+0.031  ██████████
  18-24                n=57   WR=64.9%  EV=+0.028  █████████

BY ENTRY PRICE
  0.20-0.35            n=38   WR=73.7%  EV=+0.052  ██████████████████
  0.35-0.50            n=71   WR=70.4%  EV=+0.041  █████████████
  0.50-0.65            n=89   WR=66.3%  EV=+0.033  ██████████
  0.65-0.80            n=61   WR=63.9%  EV=+0.024  ████████

🏆 Best segment: btc_momentum (EV=+0.047, WR=72.5%)

Troubleshooting

ProblemFix
--------------
"No journal found"Set CALIB_JOURNAL_PATH explicitly, or ensure data/live/trade_journal.jsonl exists in your workspace.
0 resolved tradesTrades haven't resolved yet. Set CALIB_INCLUDE_UNRESOLVED=true to see pending trades (EV will be approximate).
Segment not showingBelow min_trades threshold. Lower it: python calibration_report.py --set min_trades=5
"SIMMER_API_KEY not set"export SIMMER_API_KEY=your_key_here
"simmer-sdk not installed"pip install simmer-sdk

版本历史

共 1 个版本

  • v1.0.4 当前
    2026-03-19 06:41 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

A股量化 AkShare

mbpz
A股量化数据分析工具,基于AkShare库获取A股行情、财务数据、板块信息等。用于回答关于A股股票查询、行情数据、财务分析、选股等问题。
★ 163 📥 59,694
data-analysis

Data Analysis

ivangdavila
{"answer":"数据分析与可视化。查询数据库、生成报告、自动化电子表格,将原始数据转化为清晰可行的见解。适用于:(1) 您……"}
★ 198 📥 64,876
ai-intelligence

Manual Trade Placement

djdyll
Place manual trades on Polymarket by telling your agent what to bet on. Supports FAK (instant fill at market) and GTC (l
★ 0 📥 888