feat: add three new trading bots with configurable risk profiles and asset filters

This commit is contained in:
2024-12-14 05:22:06 +00:00
parent fe822c064e
commit 6d339a7f0b
+5
View File
@@ -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)