The single reference for writing Condor routines — anatomy, the create → test → fix loop, fetching Hummingbot data, parallel calls, reports/charts, continuous loops, and candlestick charts. Routes to a companion file per topic.
原文の言語: 英語
メニュー
SkillsMP は hummingbot/condor から 26 件の skill を収集しています。skill を開くとソースと詳細を確認できます。
収集済み skill 26 件中 26 件を表示しています。
The single reference for writing Condor routines — anatomy, the create → test → fix loop, fetching Hummingbot data, parallel calls, reports/charts, continuous loops, and candlestick charts. Routes to a companion file per topic.
原文の言語: 英語
Playbook for adding a missing token to the Hummingbot Gateway so it can be used in Orca LP positions. Covers both the UI walkthrough and the two input formats.
原文の言語: 英語
Check what a connector actually supports before answering capability questions
原文の言語: 英語
Give YOURSELF a loop — write a tick playbook (a strategy) under your own slug, dry-run it, and start it. The shared contract for how a strategy is authored, validated and launched; read by any agent that wants to act autonomously instead of only being…
原文の言語: 英語
Create and operate autonomous trading agents the minimal way — create the agent from just its role + purpose, prove it's alive by consulting it, then progressively improve it with routines and (optionally) a loop strategy.
原文の言語: 英語
How to read the Smart-Money Flow composite and translate it into a bounded directional perp decision on any venue (Derive, Hyperliquid, Backpack, Pacifica, …). Use whenever interpreting onchain_flow output or deciding LONG/SHORT/HOLD for the Smart-Money Flow…
原文の言語: 英語
End-to-end playbook for standing up an XRPL CLOB maker — preflight, planner, controller deploy, verify.
原文の言語: 英語
Many connectors (xrpl and every AMM/DEX connector, plus some CEXs) have no candle feed. `get_market_data(data_type="candles")` raises there and no retry will fix it — source the history from a candle-capable proxy or GeckoTerminal instead.
原文の言語: 英語
The shared backtesting contract — intake, how to run the routines, and the rules that hold for every strategy family. Family-specific thresholds live with the agent that owns them.
原文の言語: 英語
The directional-specific half of backtesting — window sizing, the metric threshold table, parameter sweeps, and the out-of-sample go/no-go. The tool contract and the family-agnostic rules live in the shared `backtest_flow` skill.
原文の言語: 英語
Phase 2 — turn a confirmed signal spec into a complete, fully vectorized Hummingbot v2 directional controller, uploaded with an initial config
原文の言語: 英語
Phase 1 — market regime classification, indicator exploration, and a confirmed signal spec, before any controller code is written
原文の言語: 英語
Gate a freshly-graduated Meteora DAMM v2 token before providing liquidity — sellability (honeypot), objective on-chain safety (mint/freeze authority, holder concentration, LP lock), and real post-graduation demand. Reject on any failure.
原文の言語: 英語
Phase 4 — deploy the backtest winner live, monitor early performance, and compare live results against backtest expectations to detect drift
原文の言語: 英語
Real-time reflex for improving yourself — turn user feedback, preferences, and workflow patterns into memories and skills as they happen
原文の言語: 英語
On hyperliquid_perpetual, tokenized perp contracts (equities/pre-IPO names like SPCX-USD) are issued by a provider and require an issuer prefix in the trading pair (e.g. XYZ:SPCX-USD, not SPCX-USD).
原文の言語: 英語
AI-driven log analysis for active bots, executors, and gateway — anomaly detection and failure pattern recognition over Hummingbot logs, for both real-time monitoring and retrospective diagnostics.
原文の言語: 英語
Pre-deploy checklist: order size validation + liquidation price guard for grid executors on perpetual futures
原文の言語: 英語
Summarize LP strategy status — slots held, PnL, fees, exits, wallet rent headroom, and free capacity.
原文の言語: 英語
Build a valid lp_executor config — side (1/2/3), base/quote amounts from base_pct, and bounds clamped to venue bin/tick width caps.
原文の言語: 英語
Scan and rank Solana CLMM memecoin pools by fee yield (fees/TVL) to choose which to LP into.
原文の言語: 英語
Decide hold vs exit for an open LP slot (TP/SL/range-abandoned), close it swapping back to quote, and rotate the freed capital.
原文の言語: 英語
How total_amount_quote and initial_positions define a controller's isolated capital — the budget a single pmm_mister controller trades with, and how to seed it with base assets you already hold so each controller is independent from the wider portfolio.
原文の言語: 英語
Run the MM bot status report: running bots, open/hold-mode positions, closed position breakdown (TP/SL/Early/Hold), PnL, volume, and error summary.
原文の言語: 英語
Ready-to-deploy pmm_mister config profiles (aggressive / balanced / conservative) — full parameter coverage including spreads, effectivization times, tolerance, order types, skew, and global TP/SL.
原文の言語: 英語
End-to-end playbook for deploying a pmm_mister bot on a token — regime analysis, profile selection, config creation, and bot deployment.
原文の言語: 英語