amasend / crypto-auto-trader-platform

Apache License 2.0
0 stars 2 forks source link

Create BOT provider #14

Open amasend opened 3 years ago

amasend commented 3 years ago
bonbon123123 commented 3 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.