From e88dc28b2f5b62e4688451bee08c8d78ad7f0314 Mon Sep 17 00:00:00 2001 From: KhizarImran Date: Sun, 21 Jun 2026 19:00:52 +0100 Subject: [PATCH] docs: add PyPI badge to README Co-Authored-By: Claude Sonnet 4.6 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index bf0bf78..4ad81b2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # backtestingfx +[![PyPI](https://img.shields.io/pypi/v/backtestingfx)](https://pypi.org/project/backtestingfx/) + A Rust-powered FX backtesting library for Python. Write your strategy in Python, let Rust handle the heavy lifting. Inspired by [backtesting.py](https://kernc.github.io/backtesting.py/) but built specifically for forex — lot sizes, pip-based PnL, stop loss, take profit, and realistic account currency conversion.