Files
marketdata/Batch/loadpricesforopenpositions.bat
2024-02-22 14:37:11 -05:00

7 lines
152 B
Batchfile

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