@@ -7,7 +7,7 @@ English | [中文](README.zh-CN.md)
77[ ![ Python] ( https://img.shields.io/badge/Python-3.9+-blue.svg )] ( https://www.python.org/ )
88[ ![ License] ( https://img.shields.io/badge/License-AGPL--3.0-blue.svg )] ( LICENSE )
99[ ![ License: Commercial] ( https://img.shields.io/badge/License-Commercial--Available-red )] ( licenses/LICENSE-COMMERCIAL.md )
10- [ ![ Version] ( https://img.shields.io/badge/Version-2.7 .0-orange.svg )] ( # )
10+ [ ![ Version] ( https://img.shields.io/badge/Version-2.8 .0-orange.svg )] ( # )
1111[ ![ PyPI] ( https://img.shields.io/pypi/v/simtradelab.svg )] ( https://pypi.org/project/simtradelab/ )
1212[ ![ PyPI - Downloads] ( https://img.shields.io/pypi/dm/simtradelab.svg )] ( https://pypi.org/project/simtradelab/ )
1313
@@ -34,7 +34,8 @@ English | [中文](README.zh-CN.md)
3434- 🧠 ** Smart data loading** — AST analysis of strategy code, loads only required data
3535- 🔧 ** Lifecycle control** — 7 lifecycle phases, strict simulation of PTrade's API restrictions
3636- 📊 ** Full stats reporting** — returns, risk metrics (Sharpe/Sortino/Calmar), trade details, FIFO dividend tax, CSV export
37- - 🔌 ** T+0 / T+1 modes** — configurable trading restrictions for A-shares, ETFs, and US stocks
37+ - 🔌 ** Multi-market** — Built-in CN (A-shares) and US market profiles with automatic trading rule adaptation
38+ - 🌐 ** i18n** — Backtest output in Chinese, English, or German
3839
3940---
4041
@@ -67,7 +68,7 @@ pip install simtradelab[indicators]
6768pip install simtradelab[optimizer]
6869```
6970
70- ** Data:** Use [ SimTradeData] ( https://github.com/kay-ou/SimTradeData ) to download China A-share historical data.
71+ ** Data:** Use [ SimTradeData] ( https://github.com/kay-ou/SimTradeData ) to download China A-share and US stock historical data.
7172
7273** Run a backtest:**
7374
0 commit comments