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

10 lines
272 B
Batchfile

rem start loadheadlines.bat
start loadpricesforopenpositions.bat
:start
REM set "currentTime=%TIME%
REM if %currentTime% geq 16:20:00.00 goto done
mk updatelatestpricewatchlist /watchlist:Valuations
mk updatelatestanalystratings
ping 127.0.0.1 -n 180> nul
goto start
:done