Document ExternalSources and ExternalIndicators modules

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
rob 2026-03-09 21:35:33 -03:00
parent b4bf6c5c8e
commit 51601b7f93
1 changed files with 2 additions and 0 deletions

View File

@ -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 |