From 51601b7f9356e27b915c3a57ed7101e848f86feb Mon Sep 17 00:00:00 2001 From: rob Date: Mon, 9 Mar 2026 21:35:33 -0300 Subject: [PATCH] Document ExternalSources and ExternalIndicators modules Co-Authored-By: Claude Opus 4.5 --- CLAUDE.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index 23c9ac4..dd0a574 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -100,6 +100,8 @@ Flask web application with SocketIO for real-time communication, using eventlet | `Database.py` | SQLite database operations | | `Users.py` | User authentication and session management | | `Signals.py` | Trading signal definitions and state tracking | +| `ExternalSources.py` | Real-time external API data for live strategies | +| `ExternalIndicators.py` | Historical external API data for backtesting | | `health.py` | Application health checks | | `logging_config.py` | Centralized logging configuration | | `Configuration.py` | Settings management with YAML persistence |