Releases: pono1012/TechnischeAnalyseAktienPython
Releases · pono1012/TechnischeAnalyseAktienPython
V1
🧾 Release Notes — Version 1.0.0 (Initial Release)
🚀 Highlights
- Erstveröffentlichung des Technische Analyse Tools (Python)
- Vollautomatische Analyse von Aktien mit über 10 technischen Indikatoren
- Berechnung von Entry / Stop / Take-Profit-Levels
- Zukunfts-Projektion mit linearem Drift & Volatilitätskegel (±ATR√t)
- Unterstützung für Stooq (kostenlos) und Alpha Vantage (API-Key)
- Automatischer Fallback bei Alpha Vantage Premium-Endpunkten
- Plot-Export (PNG) mit SMA, EMA, Bollinger, Entry/TP/SL und Zielterminen
- Konsolenanalyse mit Scoring-System (bull/bear-balance)
🧩 Installation
pip install pandas numpy matplotlib requests📈 Beispiel
python V15.py --source stooq --ticker P911.DE --period 6mo --plot --forward-days 30 --save p911.png