@Pheaktra-Capo Yes, this is the normal way to work. Bots don't 'remember' any value opn any variable when they or the platform itself are restarted. If you want the bot to do that, you need to store the value on a 'Terminal Variable' instead. Like this:

Then, once the bot is restarted, you need to 'refeed' the variables you need with those terminal variables through the 'on init' tab.


