Hello.
Is such a thing possible? I want to start the bot and after X hours it should stop, not just one thread but the whole bot. An alternative would be to kill the exe but the other option would be better for me.
@yourfriendkarol
Currently no, you can use custom interface if you have BAS premium using your third-party to resize them. How ever, setting the startup window size for either interface is not a feature yet. fingers cross hope it comes soon tbh!
@rokiroki I would use a while loop and compare the current date with the time it should run (VAR_RUNAT = current + 2 hours) WHILE (currenttime < VAR_RUNAT) sleep(1000)! , or a for and compare the index with sleep. I.e i < 5 sleep(60000)! Would sleep 5 minutes.