buy_orders = [o for o in open_orders if o.get('type') == 'buy']
sell_orders = [o for o in open_orders if o.get('type') == 'sell']
print(f"Buy orders: {len(buy_orders)} | Sell orders: {len(sell_orders)}")
print("Step 3: Skipping all cancel logic. Only placing new orders...")
market = get_orderbook_top(token)
[this](https://alpha.ecency.com/publish)

---
What you need to start your first Colony
There are 2 main trees of [Technologies](https://moon.hive.pizza/game.php?page=techtree) you need to look at for this
| Ships | Research |
|-|-|
| Colony Ship | Expedition Research |
|Shipyard 4|Research Lab 3|Spy Technology 3|Impulse Engine 3|
|-|-|-|-|