Skip to content

Automatisierte Aktienanalyse mit über 10 Indikatoren (RSI, MACD, ADX, Bollinger, MFI u.v.m.), Signalbewertung und Einstieg/Exit-Levels. Enthält Zukunfts-Projektion mit Drift-Kegel, Zeitziele für TP/SL, Stooq & Alpha Vantage-Support und Plot-Export.

Notifications You must be signed in to change notification settings

pono1012/TechnischeAnalyseAktienPython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

📊 Technische Analyse Tool (Python)

M3N

Automatisierte Aktienanalyse mit über 10 technischen Indikatoren, Zukunfts-Projektion und Zielermittlung.
Das Tool liefert klare Long/Short-Signale, berechnet Entry/Stop/Take-Profit-Levels und visualisiert alles in einem professionellen Chart mit Drift-Projektion (inkl. Volatilitätskegel).


🚀 Features

  • Über 10 technische Indikatoren
    • RSI, MACD, ADX, Bollinger Bands, MFI, OBV, Stochastic, ATR, Trend-Slope, Moving Averages (SMA/EMA)
  • 🔍 Automatische Signal-Analyse
    • Berechnet Bull/Bear-Score und gibt klare Long/Short-Empfehlungen aus
  • 📈 Projektion in die Zukunft
    • Lineare Drift-Schätzung mit Volatilitätskegel
    • Schätzung, wann TP1 / TP2 / Stop wahrscheinlich erreicht werden
  • 💾 Flexible Datenquellen
    • --source stooq (kostenlos, ohne API-Key)
    • --source alpha (Alpha Vantage API, mit Fallback auf SYMBOL_SEARCH)
    • oder lokale CSV-Datei
  • 🧭 Broker-Kompatibilität (optional)
    • Preisanpassung auf Trade Republic oder andere Brokerpreise per Faktor
  • 📊 Professionelle Charts
    • SMA20, SMA50, Bollinger-Bänder, Entry/TP/SL-Linien, Projektion mit Datum
  • 💡 Caching
    • Schneller Abruf durch lokale Cache-Dateien
  • 📦 Keine Abhängigkeit von yfinance
    • Rein auf requests, pandas, numpy, matplotlib

🧩 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
python V15.py --source alpha --ticker M3N.DEF --period 6mo --plot --forward-days 30 --save M3N.png

Für Alpha Vantage API Key in Zeile 33 einfügen --> Alpha Api Key

About

Automatisierte Aktienanalyse mit über 10 Indikatoren (RSI, MACD, ADX, Bollinger, MFI u.v.m.), Signalbewertung und Einstieg/Exit-Levels. Enthält Zukunfts-Projektion mit Drift-Kegel, Zeitziele für TP/SL, Stooq & Alpha Vantage-Support und Plot-Export.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors