Files
marketdata/bin/Debug/saferun/loadpricesforopenpositions.bat
2024-02-22 14:41:32 -05:00

7 lines
160 B
Batchfile

:start
REM set "currentTime=%TIME%
REM if %currentTime% geq 16:20:00.00 goto done
mk UPDATELATESTPRICEOPENPOSITIONS
ping 127.0.0.1 -n 120 > nul
goto start
:done