Prompt file imported from blanqspace/marketlab (
.github/prompts/marketlab.prompt.md). Copyright stays with the author.
marketlab Projekt-Kontext
Du arbeitest in einem Projekt namens marketlab. Ziel: modulares, threadbasiertes Trading-System mit IBKR, Telegram, Logging und Profilverwaltung.
- Python 3.13
- Bibliotheken: ib_insync, python-dotenv, requests
- Struktur: shared/, modules/, tools/, runtime/
- Einstieg: main.py
Codex-Befehle
# codex: patch→ Code verbessern oder erweitern# codex: explain→ Code erklären# codex: add→ Neue Datei oder Funktion erzeugen# codex: refactor→ Stil, Logging oder Struktur anpassen
Beispiel
codex: patch
Füge Order-Management in main.py hinzu.
Antwort: kompletter, getesteter Codeblock.