Edwin Salguero
commited on
Commit
·
3bad5e3
1
Parent(s):
a377d46
Add Hugging Face YAML metadata for repository card
Browse files
README.md
CHANGED
|
@@ -1,3 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Algorithmic Trading System
|
| 2 |
|
| 3 |
A comprehensive algorithmic trading system with synthetic data generation, comprehensive logging, extensive testing capabilities, and FinRL reinforcement learning integration.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- python
|
| 4 |
+
- yaml
|
| 5 |
+
license: apache-2.0
|
| 6 |
+
tags:
|
| 7 |
+
- algorithmic-trading
|
| 8 |
+
- reinforcement-learning
|
| 9 |
+
- finrl
|
| 10 |
+
- trading-bot
|
| 11 |
+
- machine-learning
|
| 12 |
+
- finance
|
| 13 |
+
- quantitative-finance
|
| 14 |
+
- backtesting
|
| 15 |
+
- risk-management
|
| 16 |
+
- technical-analysis
|
| 17 |
+
datasets:
|
| 18 |
+
- synthetic-market-data
|
| 19 |
+
metrics:
|
| 20 |
+
- sharpe-ratio
|
| 21 |
+
- total-return
|
| 22 |
+
- drawdown
|
| 23 |
+
- win-rate
|
| 24 |
+
library_name: algorithmic-trading
|
| 25 |
+
paperswithcode_id: null
|
| 26 |
+
---
|
| 27 |
+
|
| 28 |
# Algorithmic Trading System
|
| 29 |
|
| 30 |
A comprehensive algorithmic trading system with synthetic data generation, comprehensive logging, extensive testing capabilities, and FinRL reinforcement learning integration.
|