Skip to content

Instantly share code, notes, and snippets.

@daoiqi
daoiqi / market-making-dmanv2-spot.py
Created September 4, 2025 13:50 — forked from david-hummingbot/market-making-dmanv2-spot.py
market making dman v2 script on spot
from decimal import Decimal
from typing import Dict
from hummingbot.connector.connector_base import ConnectorBase
from hummingbot.core.data_type.common import OrderType, PositionAction, PositionSide
from hummingbot.data_feed.candles_feed.candles_factory import CandlesConfig
from hummingbot.smart_components.controllers.dman_v2 import DManV2, DManV2Config
from hummingbot.smart_components.strategy_frameworks.data_types import ExecutorHandlerStatus, TripleBarrierConf
from hummingbot.smart_components.strategy_frameworks.market_making.market_making_executor_handler import (
MarketMakingExecutorHandler,