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:
TPTBusiness
2026-04-02 20:16:54 +02:00
parent d1c6f88b77
commit aed2ecc9d6
9 changed files with 40 additions and 15 deletions
@@ -1,13 +1,16 @@
"""
Volatility-Adjusted Position Sizing für EURUSD
Inspiriert von: ai-hedge-fund/src/agents/risk_manager.py
Berechnet die optimale Positionsgröße basierend auf:
- Kontogröße und Risikotoleranz
- Aktueller Volatilität (ATR, Historical Volatility)
- Marktregime (Hurst Exponent)
- Korrelation mit anderen Positionen
Druckenmiller-Prinzip:
- Bei hoher Conviction und asymmetrischer Chance: Große Position
- Bei niedriger Volatilität: Positionsgröße erhöhen
- Bei hoher Korrelation: Risk reduzieren
"""
from dataclasses import dataclass