docs: Translate all code comments to English

- Updated QWEN.md with English-only comment policy
- Translated all German comments in:
  * eurusd_regime.py
  * eurusd_llm.py
  * eurusd_reflection.py
  * eurusd_memory.py
  * eurusd_macro.py
  * eurusd_debate.py
  * predix_dashboard.py
- All comments, docstrings, and print statements now in English
- Ensures consistency with commit messages and documentation

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
TPTBusiness
2026-04-02 20:21:59 +02:00
parent aed2ecc9d6
commit 4a04d598ef
7 changed files with 50 additions and 18 deletions
@@ -377,7 +377,7 @@ class EURUSDTradeMemory:
self._rebuild_bm25()
except Exception as e:
print(f"⚠️ Fehler beim Laden des Memory: {e}")
print(f"⚠️ Error loading Memory: {e}")
self.memories = []
self.tokenized_memories = []