This commit is contained in:
Marius
2026-06-02 23:22:23 +03:00
parent 1aec0cda5c
commit a0c6dc04e9

View File

@@ -2,7 +2,7 @@
REM Regenereaza data\Dashboard.xlsx din data\backtest.xlsx si il deschide. REM Regenereaza data\Dashboard.xlsx din data\backtest.xlsx si il deschide.
REM IMPORTANT: deschide & salveaza backtest.xlsx in Excel inainte de refresh, REM IMPORTANT: deschide & salveaza backtest.xlsx in Excel inainte de refresh,
REM ca valorile calculate (R_/$_/Bal_) sa fie in cache. REM ca valorile calculate (R_/$_/Bal_) sa fie in cache.
cd /d D:\PROIECTE\atm-backtesting cd /d "%~dp0"
python scripts\generate_dashboard.py python scripts\generate_dashboard.py
if %errorlevel%==0 ( if %errorlevel%==0 (
start "" "data\Dashboard.xlsx" start "" "data\Dashboard.xlsx"