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

11 lines
308 B
Batchfile

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