Application complète de backtesting et d'alertes boursières basée sur Django.
- ✅ Gestion des tickers (actions/ETF)
- ✅ Collecte automatique des données via Twelve Data API
- ✅ Calcul d'indicateurs techniques (P, M, X, K1-K4, ratio_P, amp_h)
- ✅ Détection d'alertes (A1..H1)
- ✅ Envoi d'emails planifiés
- ✅ Dashboard de monitoring
- ✅ Logs centralisés
- ⏳ Backtesting (à implémenter)
- Docker 20.10+
- Docker Compose 2.0+
- Git
# 1. Cloner le dépôt
git clone https://github.com/VOTRE_USERNAME/stockalert.git
cd stockalert
# 2. Configuration
cp .env.example .env
nano .env # Éditer avec vos vraies valeurs
# 3. Démarrage
docker-compose build
docker-compose up -d
# 4. Migrations
docker-compose exec web python manage.py migrate
# 5. Créer un super-utilisateur
docker-compose exec web python manage.py createsuperuser
# 6. Accéder à l'application
http://localhost:8000 # Dashboard
http://localhost:8000/admin # Administration