← ClaudeAtlas

hummingbotlisted

Hummingbot trading bot framework - automated trading strategies, market making, arbitrage, connectors for crypto exchanges. Use when working with algorithmic trading, crypto trading bots, or exchange integrations.
aiskillstore/marketplace · ★ 329 · AI & Automation · score 79
Install: claude install-skill aiskillstore/marketplace
# Hummingbot Skill Comprehensive assistance with hummingbot development, generated from official documentation. ## When to Use This Skill This skill should be triggered when: - Working with hummingbot - Asking about hummingbot features or APIs - Implementing hummingbot solutions - Debugging hummingbot code - Learning hummingbot best practices ## Quick Reference ### Common Patterns **Pattern 1:** For example: candles = [CandlesFactory.get_candle(connector=kucoin, trading_pair="ETH-USDT", interval="1m", max_records=100)] ``` candles = [CandlesFactory.get_candle(connector=kucoin, trading_pair="ETH-USDT", interval="1m", max_records=100)] ``` **Pattern 2:** Example: ``` bin/hummingbot_quickstart.py -p a -f simple_pmm_example_config.py -c conf_simple_pmm_example_config_1.yml ``` **Pattern 3:** >>> gateway swap --help usage: gateway swap [-h] [connector] [args ...] positional arguments: connector Connector name/type (e.g., jupiter/router) args Arguments: [base-quote] [side] [amount] options: -h, --help show this help message and exit ``` >>> gateway swap --help usage: gateway swap [-h] [connector] [args ...] positional arguments: connector Connector name/type (e.g., jupiter/router) args Arguments: [base-quote] [side] [amount] options: -h, --help show this help message and exit ``` **Pattern 4:** usage: gateway list [-h] ``` usage: gateway list [-h] ``` **Pattern 5:** Example: ``` price = self.market_data_provider.get_price_by_type('binance