Update projects/forex_algo_trading.md

This commit is contained in:
2024-02-18 15:47:24 +00:00
parent 13e3a97a19
commit 7b6dbc0734

View File

@@ -1,3 +1,4 @@
```plaintext
/mean-reversion-trading
|-- /data
| |-- /raw # Store raw historical data fetched from Oanda
@@ -24,6 +25,7 @@
|-- Dockerfile # Dockerfile for containerization
|-- requirements.txt # Python dependencies
`-- README.md # Project documentation
```
---