From f26808505f73cfe38febcbd4e248f9fe322b6bda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Lahuerta?= Date: Sat, 30 Aug 2025 15:05:54 +0200 Subject: [PATCH] docs(readme): add reference to repository structure guide --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9f1b5ee..dafeda3 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,8 @@ This chart shows the strategy in action: ## 📂 Code Overview +For a detailed view of the complete repository structure and file descriptions, see: **[Repository Structure Guide](../backtrader-pullback-window-usdchf/REPOSITORY_STRUCTURE.md)** + The entire logic is contained within `src/strategy/sunrise_osiris.py`. Here is a brief guide to its structure: - **Global Configuration (Lines 1-150):** This top section contains all user-editable parameters, such as date ranges, starting cash, ATR thresholds, and filter settings. This makes tuning the strategy easy without touching the core logic.