MT5_Trading_Dashboard/ ├── src/ # Source code │ ├── config/ # Configuration settings │ │ ├── __init__.py │ │ └── settings.py # Main ...
A comprehensive Python application that uses LangGraph and AI agents to automatically analyze CSV data for time series patterns. The agent intelligently detects data types, performs trend analysis, ...