reboot: replace vision pipeline with Excel-first manual journal

Pipeline-ul vision (screenshot extraction + CSV append + Python stats) era
greoi pentru backtest semi-manual. Înlocuit cu un singur template Excel
generat din openpyxl + Dashboard cu comparație 5 strategii management pe
aceleași semnale blackbox.

- Strategii: TP0 only / TP1 only / TP2 only / Hybrid+BE / Hybrid no BE
- Input minim (12 coloane galbene); Sesiune și Zi derivate auto din Data+Ora
- Dashboard cu coloana "Cum citesc" + secțiune Glosar cu exemple concrete
- Breakdowns PER SESIUNE / STRATEGIE / INDICATOR / DIRECȚIE
- Equity curve cu 5 linii

Eliminat: m2d-extractor agent, /backtest, /batch, /m2d-log, /stats slash
commands, scripts/{append_row,pl_calc,stats,manual_log,regenerate_md,
vision_schema,calendar_parse}.py, tests/, screenshots/, data/extractions/.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
Marius
2026-05-13 18:30:33 +03:00
parent a73ec30c13
commit 017921794e
40 changed files with 906 additions and 4391 deletions

View File

@@ -1,18 +0,0 @@
schema_version: 1
# Versions stamped on every CSV row. Update only when behavior changes.
indicator_version: "v-2026-05"
pl_overlay_version: "marius-v1" # 50% TP0 + BE + close ~TP1
csv_schema_version: 1
calendar_schema_version: 1
# Tier 1 / Tier 2 trading windows (informational; Set calc uses calendar_parse.py logic)
tier_1_window:
start_ro: "16:35"
end_ro: "18:00"
days: ["Tue", "Wed", "Thu"]
tier_2_window:
start_ro: "22:00"
end_ro: "22:45"
days: ["Tue", "Wed", "Thu"]

BIN
data/backtest.xlsx Normal file

Binary file not shown.

View File

@@ -1,3 +0,0 @@
# Jurnal M2D (auto-generated)
*Niciun trade încă. Adaugă unul prin `/m2d-log` sau `/backtest`.*