Download this file
1 2 3 4 5 6 7 8
from bot import Crypto_Bot if __name__ == '__main__': bot = Crypto_Bot() bot.create_exchange_traders() bot.create_evaluation_threads() bot.start_threads() bot.join_threads()