From dd96e64f21dabc075d1f8b15a806b90ae102cc6e Mon Sep 17 00:00:00 2001 From: Masoob Alam Date: Tue, 16 Jun 2026 17:08:45 +0530 Subject: [PATCH] Clarify commission parameter in README usage example. Explain that commission=.002 means a 0.2% per-trade fee and point readers to spread and callable commission options in the API docs. Co-authored-by: Cursor --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d07b8680..20ff5e88 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,10 @@ stats = bt.run() bt.plot() ``` +In this example, `commission=.002` applies a **0.2% fee per trade** +(fraction of traded value). See the API reference for `spread` and +callable commission functions. + Results in: ```text