Open amasend opened 4 years ago
Plan of operation: Learn about Postgres and writing bots in Python
Write bot-manager class that when asked will create id for bot and send information to the customer, When given "start" command with id of the bot bot-manager will create a bot and start it in new thread.
Write a class that contains bot that can be started via bot-manager ant assigned to threads. It will every minute based on informations given to it invest, sell or wait. It will be disabled after a time chosen when it was created or when bot-manager will get "stop" message with it's id.