Is it doable, that multibple bots could be run from same folder, but bot will create within dice bot folder its own subfolders for settings and loging
i think thats more elegant than running each bot from saparate folder, also easier to update whole bot
each profile will be in subfolder with its own setting and files and we just choose profile somewhere from menu or create new profile
It is doable but you will need to modify the source code for the bot yourself, as I do not intend to support this functionality. The settings and default strategies are saved in your appdata folder, not in the bots' directory, so you will need to change that. The biggest problem with running multiple bots from the same directory is the bets DB that might cause file locks. While it won't cause the bot to crash, it will most probably slow it down, alot. So you'd need to move that to the sub directory as well.