From 6d339a7f0bc7e57fb896c75e59a07dc51cbb648d Mon Sep 17 00:00:00 2001 From: retoor Date: Sat, 14 Dec 2024 05:22:06 +0000 Subject: [PATCH] feat: add three new trading bots with configurable risk profiles and asset filters --- src/ragnar/cli.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/ragnar/cli.py b/src/ragnar/cli.py index 60ade46..e11d674 100644 --- a/src/ragnar/cli.py +++ b/src/ragnar/cli.py @@ -42,6 +42,11 @@ def main(): "no-spam2351", "no-spam2350", "no-spam2349", + "JamesMedina", + "MichelleWeeks", + "JaredRuiz", + "LoriMcgee", + "AmandaFloyd" ] for username in usernames: executor.submit(bot_task, f"{username}@molodetz.nl", args.password)