This commit is contained in:
2026-05-09 14:36:58 +09:00
parent 861f54357e
commit 9b8a8bbee8

1
bot.py
View File

@@ -150,6 +150,7 @@ class ExchangeConnection:
"dir": dir, "dir": dir,
"price": price, "price": price,
"size": size, "size": size,
"tif": "DAY",
} }
) )