From 7b6dbc0734e7b81791b8ba1805ce87d44f7ac158 Mon Sep 17 00:00:00 2001 From: medusa Date: Sun, 18 Feb 2024 15:47:24 +0000 Subject: [PATCH] Update projects/forex_algo_trading.md --- projects/forex_algo_trading.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/projects/forex_algo_trading.md b/projects/forex_algo_trading.md index e65b751..cd7dcb3 100644 --- a/projects/forex_algo_trading.md +++ b/projects/forex_algo_trading.md @@ -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 +``` ---