Hummingbot Market Maker

Hummingbot Market Maker: Hummingbot Market Maker: specialized toolkit for 3+ finance workflows covered in the triggers section.

✓ 0 reported success·v0.1.0·

Overview

Hummingbot Market Maker skill for finance analytics + 加密. Covers 3+ use cases. (batch-v1 draft, needs English review) This skill is built on open-source project tangweigang-jpg/doramagic-skills and embeds 13 anti-pattern constraints. Visit doramagic.ai/r/hummingbot-market-maker for bilingual documentation and use cases. Compatible with the Doramagic ecosystem (Claude Code, Cursor, openclaw, ChatGPT, Gemini, etc.).

Blueprint Source

finance-bp-096

tangweigang-jpg/doramagic-skills6360a632 source files

Constraints

68total
55fatal
55 must-not-violate

Evidence Quality

Confidence89%

Medium confidence — review before critical use

55 non-negotiable constraints

FATALdomain_rulefinance-C-018

WHENWhen implementing position tracking for perpetual derivatives

ACTIONuse trading_pair only as the position key for ONEWAY mode and trading_pair+side for HEDGE mode

CONSEQUENCEPosition collision occurs when different position sides overwrite each other, causing incorrect position tracking and potential financial loss when orders are matched against wrong positions

FATALdomain_rulefinance-C-019

WHENWhen tracking unrealized PnL in position objects

ACTIONuse Decimal type for each monetary calculations including unrealized_pnl and entry_price

CONSEQUENCEFloating-point precision errors cause incorrect PnL calculations, leading to wrong profit/loss reporting and potentially oversized orders that exceed available margin

FATALdomain_rulefinance-C-021

WHENWhen validating order candidates against available balance

ACTIONcheck collateral requirements including order collateral, percent fees, and fixed fees before order execution

CONSEQUENCEOrders exceed available margin, causing immediate liquidation or forced position closure at unfavorable prices with partial loss of collateral

FAQ

Discussion (0)

No comments yet. Be the first to share!

Changelog

v0.1.02026-04-23·Contributors: tangweigang-jpg

v0.1.0: Initial release on Doramagic.ai. Auto-generated batch-v1 metadata and FAQs based on tangweigang-jpg/doramagic-skills.