You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+25-1Lines changed: 25 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -130,6 +130,24 @@ The heart of Tradix is a dual-engine architecture: an event-driven engine for co
130
130
|**Optimization**| Grid search and random search with any metric |
131
131
|**Multi-Asset**| Backtest across multiple symbols with rebalancing |
132
132
|**Realistic Simulation**| Commission, slippage, fill logic, position sizing |
133
+
|**OCO / Bracket / Trailing Stop**| Advanced order types for automated stop-loss and take-profit management |
134
+
135
+
</details>
136
+
137
+
<details>
138
+
<summary><b>Multi-Source Data Feeds</b></summary>
139
+
140
+
<br>
141
+
142
+
Connect to global markets without writing a single data loader. Tradix ships with three data feed backends — FinanceDataReader for Korean/US/JP equities, Yahoo Finance for global ETFs and indices, and CCXT for 100+ cryptocurrency exchanges. All feeds share the same interface and include Parquet caching for offline replay.
143
+
144
+
| Feature | Description |
145
+
|:--------|:------------|
146
+
|**FinanceDataReader**| KRX, US, JP stocks with auto-caching |
147
+
|**Yahoo Finance**| Global equities, ETFs, indices, crypto pairs via yfinance |
148
+
|**CCXT (100+ Exchanges)**| Binance, Bybit, Upbit, Coinbase — 1m to 1w candles with auto-pagination |
149
+
|**Parquet Cache**| Offline-first with configurable expiration |
150
+
|**Unified Interface**| All feeds implement the same DataFeed API |
133
151
134
152
</details>
135
153
@@ -181,7 +199,9 @@ No browser needed. Tradix renders professional trading dashboards directly in yo
0 commit comments