Edwin Salguero commited on
Commit
31f2fc8
·
1 Parent(s): a0ccbde

Fix Hugging Face YAML metadata with proper format and additional tags

Browse files
Files changed (1) hide show
  1. README.md +27 -0
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, FinRL reinforcement learning integration, and full Docker support.
 
1
+ ---
2
+ language: code
3
+ license: apache-2.0
4
+ tags:
5
+ - algorithmic-trading
6
+ - reinforcement-learning
7
+ - finrl
8
+ - trading-bot
9
+ - machine-learning
10
+ - finance
11
+ - quantitative-finance
12
+ - backtesting
13
+ - risk-management
14
+ - technical-analysis
15
+ - docker
16
+ - python
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, FinRL reinforcement learning integration, and full Docker support.