Commit Graph

14 Commits

Author SHA1 Message Date
TPTBusiness a9c5df0047 feat: EURUSD Trading-Verbesserungen implementiert (Phase 1)
Neue Module für quantitatives EURUSD-Trading:

1. Hurst Exponent Regime Detection (eurusd_regime.py)
   - Erkennt Marktregime: MEAN_REVERSION, NEUTRAL, TRENDING
   - R/S-Analyse für 1min EURUSD-Daten optimiert
   - Trading-Empfehlungen pro Regime

2. BM25 Memory-System (eurusd_memory.py)
   - Speichert vergangene Trades mit Situation/Ergebnis
   - Findet ähnliche Setups via BM25-Ähnlichkeit
   - Persistente JSON-Speicherung
   - Historische Win-Rate Analyse

3. Volatility-Adjusted Position Sizing (eurusd_risk.py)
   - ATR-basierte Volatilitätsmessung
   - Positionsgröße nach Volatilitäts-Percentile (0.4x-1.5x)
   - Regime-Adjustierung (MEAN_REVERSION/TRENDING/NEUTRAL)
   - Korrelations-Adjustierung für Forex-Paare

4. Multi-Provider LLM Fallback (eurusd_llm.py)
   - Automatische Fallback-Kette bei API-Ausfällen
   - Provider: Qwen3.5 → DeepSeek → Gemini → Ollama
   - Provider-Statistiken für Monitoring
   - JSON-Modus für strukturierte Outputs

Daten-Pipeline verbessert:
- 1-Minuten-Daten korrekt in Qlib integriert
- Prompts von 15min auf 1min aktualisiert
- generate.py für 1min EURUSD-Daten angepasst

Alle Module einzeln und im Integrationstest bestanden.
2026-03-30 19:56:26 +02:00
TPTBusiness ae0693c5f4 fix: remove all Chinese stock references, replace with EURUSD 1min FX
- experiment/prompts.yaml: SH/SZ examples -> EURUSD, CSI300 -> EURUSD
- patches/qlib_experiment_prompts.yaml: complete EURUSD migration
- factor_experiment_loader/prompts.yaml: A-share -> EURUSD 1min intraday
- conf_*.yaml: benchmark SH000300 -> EURUSD, removed CSZFillNan/CSZScoreNorm
2026-03-28 11:26:37 +01:00
TPTBusiness a05050c70d feat: migrate to 1min EURUSD data (2020-2026)
- data_config.yaml: frequency 15min -> 1min, path -> eurusd_1min_data
- patches/generate.py: updated qlib.init path and freq
- patches/eva_utils.py: updated intraday label to 1min
- all prompts/configs: replaced 15min references with 1min
- fx_validator config, trader, graph: 1min intraday trading context
2026-03-28 10:59:46 +01:00
TPTBusiness 6587759329 fix: inject MultiIndex warning into factor interface prompt (YAML valide) 2026-03-24 14:02:06 +01:00
TPTBusiness c420ed8135 fix: inject correct MultiIndex template into factor prompt 2026-03-24 13:57:42 +01:00
TPTBusiness 4eff97a69c fix: evaluator erkennt 15min als valid (nicht daily) 2026-03-23 16:53:35 +01:00
TPTBusiness a4d923a050 fix: end-timestamp 23:45, weg, SZ-beispiele weg 2026-03-23 15:42:52 +01:00
TPTBusiness 6f616cb481 fix: weg, Timestamps mit Uhrzeit, kein SZ-Beispiel 2026-03-23 15:31:34 +01:00
TPTBusiness 0a9e982586 fix: remove $factor from prompt, update example count to EURUSD 2026-03-23 15:12:59 +01:00
TPTBusiness 8b690adb20 fix: generate.py nutzt rdagent4qlib env für Qlib-Datenzugriff 2026-03-23 14:04:03 +01:00
TPTBusiness 5e0e55bb0e feat: FX feedback loop, EURUSD ticker examples, bars terminology 2026-03-22 21:31:14 +01:00
TPTBusiness 94634d06bc feat: EURUSD walk-forward splits, bars terminology, README no $factor 2026-03-22 21:28:01 +01:00
TPTBusiness 5afbf912ba feat: EURUSD model experiment setting + model simulator text patched 2026-03-22 21:23:39 +01:00
TPTBusiness 4cb7035a63 feat: EURUSD FX patches - prompts, factor spec, experiment settings 2026-03-22 21:21:07 +01:00