mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-07-27 23:47:46 +00:00
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:
@@ -239,7 +239,7 @@ class EURUSDReflectionSystem:
|
||||
"""Extrahiert negative Lessons Learned."""
|
||||
lessons = []
|
||||
|
||||
# Counter-Trend Warnung
|
||||
# Counter-trend warning
|
||||
reasoning = trade_result.get("reasoning", [])
|
||||
for reason in reasoning:
|
||||
if "Counter-Trend" in reason and trade_result.get("pnl", 0) < 0:
|
||||
|
||||
Reference in New Issue
Block a user