|
1 | 1 | <div align="center"> |
2 | 2 |
|
3 | | -<img src="https://capsule-render.vercel.app/api?type=waving&color=0:0d1117,50:161b22,100:1f6feb&height=220&text=Tradix&fontSize=80&fontColor=58a6ff&animation=fadeIn&fontAlignY=35&desc=Blazing-fast%20backtesting%20engine%20for%20quantitative%20trading&descSize=18&descColor=8b949e&descAlignY=55" width="100%"/> |
4 | | - |
5 | 3 | <br> |
6 | 4 |
|
7 | | -<img src="https://img.shields.io/badge/33-Strategies-58a6ff?style=for-the-badge&labelColor=0d1117" alt="Strategies"> |
8 | | -<img src="https://img.shields.io/badge/60+-Indicators-79c0ff?style=for-the-badge&labelColor=0d1117" alt="Indicators"> |
9 | | -<img src="https://img.shields.io/badge/2-Lines%20to%20Backtest-a5d6ff?style=for-the-badge&labelColor=0d1117" alt="Two Lines"> |
| 5 | +``` |
| 6 | + ████████╗██████╗ █████╗ ██████╗ ██╗██╗ ██╗ |
| 7 | + ╚══██╔══╝██╔══██╗██╔══██╗██╔══██╗██║╚██╗██╔╝ |
| 8 | + ██║ ██████╔╝███████║██║ ██║██║ ╚███╔╝ |
| 9 | + ██║ ██╔══██╗██╔══██║██║ ██║██║ ██╔██╗ |
| 10 | + ██║ ██║ ██║██║ ██║██████╔╝██║██╔╝ ██╗ |
| 11 | + ╚═╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═════╝ ╚═╝╚═╝ ╚═╝ |
| 12 | +``` |
10 | 13 |
|
11 | | -<br> |
| 14 | +<h3>Blazing-Fast Vectorized Backtesting Engine</h3> |
12 | 15 |
|
13 | | -<a href="https://pypi.org/project/tradix/"><img src="https://img.shields.io/pypi/v/tradix?style=for-the-badge&color=58a6ff&labelColor=0d1117&logo=pypi&logoColor=white" alt="PyPI"></a> |
14 | | -<a href="https://www.python.org/downloads/"><img src="https://img.shields.io/pypi/pyversions/tradix?style=for-the-badge&labelColor=0d1117&logo=python&logoColor=white" alt="Python"></a> |
15 | | -<a href="LICENSE"><img src="https://img.shields.io/badge/License-MIT-3fb950?style=for-the-badge&labelColor=0d1117" alt="License"></a> |
16 | | -<img src="https://img.shields.io/badge/Tests-87%20passed-3fb950?style=for-the-badge&labelColor=0d1117&logo=pytest&logoColor=white" alt="Tests"> |
| 16 | +<p> |
| 17 | +<img src="https://img.shields.io/badge/33-Strategies-00d4aa?style=for-the-badge&labelColor=0a0a0a" alt="Strategies"> |
| 18 | +<img src="https://img.shields.io/badge/60+-Indicators-00b4d8?style=for-the-badge&labelColor=0a0a0a" alt="Indicators"> |
| 19 | +<img src="https://img.shields.io/badge/2-Lines%20to%20Backtest-0096c7?style=for-the-badge&labelColor=0a0a0a" alt="Two Lines"> |
| 20 | +</p> |
17 | 21 |
|
18 | | -<br><br> |
| 22 | +<p> |
| 23 | +<a href="https://pypi.org/project/tradix/"><img src="https://img.shields.io/pypi/v/tradix?style=for-the-badge&color=00d4aa&labelColor=0a0a0a&logo=pypi&logoColor=white" alt="PyPI"></a> |
| 24 | +<a href="https://pypi.org/project/tradix/"><img src="https://img.shields.io/pypi/pyversions/tradix?style=for-the-badge&labelColor=0a0a0a&logo=python&logoColor=white" alt="Python"></a> |
| 25 | +<a href="LICENSE"><img src="https://img.shields.io/badge/License-MIT-00d4aa?style=for-the-badge&labelColor=0a0a0a" alt="License"></a> |
| 26 | +<img src="https://img.shields.io/badge/Tests-87%20passed-00d4aa?style=for-the-badge&labelColor=0a0a0a&logo=pytest&logoColor=white" alt="Tests"> |
| 27 | +</p> |
| 28 | + |
| 29 | +<br> |
19 | 30 |
|
20 | 31 | <a href="#-quick-start">Quick Start</a> · |
21 | 32 | <a href="#-why-tradix">Why Tradix?</a> · |
|
24 | 35 | <a href="#-api-reference">API Reference</a> · |
25 | 36 | <a href="README_KR.md">한국어</a> |
26 | 37 |
|
27 | | -<br><br> |
28 | | - |
29 | 38 | </div> |
30 | 39 |
|
| 40 | +<br> |
| 41 | + |
31 | 42 | > **Two lines.** `backtest` · `show` — that's the entire workflow. |
32 | | -> One function call. Auto data download, commission, slippage, and a TradingView-style dashboard. |
33 | 43 |
|
34 | 44 | ```python |
35 | 45 | from tradix import backtest, goldenCross |
|
0 commit comments