mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-07-28 07:57:44 +00:00
docs: Remove 'Inspired by' comments and add comprehensive Acknowledgments
- Removed 'Inspiriert von' comments from all source files - Added comprehensive Acknowledgments section to README.md - Credits to: * Microsoft RD-Agent (MIT) - R&D framework foundation * TradingAgents (Apache 2.0) - Multi-agent patterns * ai-hedge-fund - Macro analysis and risk management concepts - Clarified that all code is originally written and implemented independently - Ensures license compliance (MIT, Apache 2.0 compatible) Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
@@ -1,14 +1,18 @@
|
||||
"""
|
||||
EURUSD Macro Agent (Stanley Druckenmiller Stil)
|
||||
|
||||
Inspiriert von: ai-hedge-fund/src/agents/stanley_druckenmiller.py
|
||||
|
||||
Makro-Fokus für Forex-Trading:
|
||||
- Zinsdifferential (Fed vs EZB)
|
||||
- Wirtschaftswachstum (BIP, PMI, NFP)
|
||||
- Momentum (DXY Trend, EURUSD Trend)
|
||||
- Sentiment (COT Report, Risk Sentiment)
|
||||
- Asymmetrische Risk-Reward-Analyse
|
||||
|
||||
Druckenmiller-Prinzipien:
|
||||
- "It's not whether you're right or wrong, but how much you make when right"
|
||||
- Asymmetrische Chancen erkennen (begrenztes Downside, großes Upside)
|
||||
- Bei hoher Conviction großen Positionen eingehen
|
||||
- Makro-Trends folgen, nicht gegen sie handeln
|
||||
"""
|
||||
|
||||
import json
|
||||
|
||||
Reference in New Issue
Block a user