From 587292fb686b2ff0844741c6be5065e8272b84b4 Mon Sep 17 00:00:00 2001 From: khwkim1111 Date: Sat, 9 May 2026 11:59:44 +0900 Subject: [PATCH] add: bot bond selling --- bot bond sell.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bot bond sell.py b/bot bond sell.py index 5423dd2..b9adc7d 100644 --- a/bot bond sell.py +++ b/bot bond sell.py @@ -123,6 +123,10 @@ def main(): if message["type"] == "close": print("The round has ended") break + elif message["type"] == "open": + print("Market opened:", message) + market_open = True + place_bond_orders() # open 받은 후에만 주문 elif message["type"] == "error": print(message) elif message["type"] == "reject":