Skip to content

Commit d449118

Browse files
committed
2026-02-27 README branding: ASCII logo, mint/cyan trading terminal palette
1 parent 7b2171b commit d449118

1 file changed

Lines changed: 24 additions & 14 deletions

File tree

README.md

Lines changed: 24 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,32 @@
11
<div align="center">
22

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-
53
<br>
64

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+
```
1013

11-
<br>
14+
<h3>Blazing-Fast Vectorized Backtesting Engine</h3>
1215

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>
1721

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>
1930

2031
<a href="#-quick-start">Quick Start</a> ·
2132
<a href="#-why-tradix">Why Tradix?</a> ·
@@ -24,12 +35,11 @@
2435
<a href="#-api-reference">API Reference</a> ·
2536
<a href="README_KR.md">한국어</a>
2637

27-
<br><br>
28-
2938
</div>
3039

40+
<br>
41+
3142
> **Two lines.** `backtest` · `show` — that's the entire workflow.
32-
> One function call. Auto data download, commission, slippage, and a TradingView-style dashboard.
3343
3444
```python
3545
from tradix import backtest, goldenCross

0 commit comments

Comments
 (0)