ADD: added optimizer workflow

This commit is contained in:
2026-01-23 18:22:56 +01:00
parent da68106666
commit fc54074a59
14 changed files with 503 additions and 178 deletions

View File

@@ -63,7 +63,7 @@ def scan_markets(tickers, rsi_period=25):
# Als Excel speichern
filename = f"markt_scan_{datetime.now().strftime('%Y%m%d')}.xlsx"
scan_df.to_excel(filename, index=False)
scan_df.to_excel("output/"+filename, index=False)
print(f"\n✅ Scan abgeschlossen. Ergebnisse gespeichert in: {filename}")
return scan_df