10 lines
272 B
Batchfile
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 |