Edwin Salguero
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,21 +1,3 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
tags:
|
4 |
-
- reinforcement-learning
|
5 |
-
- algorithmic-trading
|
6 |
-
- finance
|
7 |
-
- finrl
|
8 |
-
- synthetic-data
|
9 |
-
- time-series
|
10 |
-
- gymnasium
|
11 |
-
- stable-baselines3
|
12 |
-
library_name: stable-baselines3
|
13 |
-
datasets: []
|
14 |
-
model-index:
|
15 |
-
- name: Algorithmic Trading System with FinRL
|
16 |
-
results: []
|
17 |
-
---
|
18 |
-
|
19 |
# Algorithmic Trading System
|
20 |
|
21 |
A comprehensive algorithmic trading system with synthetic data generation, comprehensive logging, extensive testing capabilities, and FinRL reinforcement learning integration.
|
@@ -60,7 +42,7 @@ A comprehensive algorithmic trading system with synthetic data generation, compr
|
|
60 |
|
61 |
1. Clone the repository:
|
62 |
```bash
|
63 |
-
git clone
|
64 |
cd algorithmic_trading
|
65 |
```
|
66 |
|
@@ -441,4 +423,4 @@ The system includes robust error handling:
|
|
441 |
|
442 |
## License
|
443 |
|
444 |
-
This project is licensed under the Apache License, Version 2.0 - see the [LICENSE](LICENSE) file for details.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
42 |
|
43 |
1. Clone the repository:
|
44 |
```bash
|
45 |
+
git clone https://github.com/ParallelLLC/algorithmic_trading.git
|
46 |
cd algorithmic_trading
|
47 |
```
|
48 |
|
|
|
423 |
|
424 |
## License
|
425 |
|
426 |
+
This project is licensed under the Apache License, Version 2.0 - see the [LICENSE](LICENSE) file for details.
|