Agent SkillsSuperior-Trade/superior-skills › large-fill-pressure

large-fill-pressure

GitHub

基于 Polymarket 大额成交压力检测交易信号,生成 Nautilus 策略代码。用于识别鲸鱼动向、异常大单及方向性资金流,辅助量化交易决策。

skills/large-fill-pressure/SKILL.md Superior-Trade/superior-skills

Trigger Scenarios

用户询问市场大户(whales)或大额成交(big fills) 分析异常交易量或特定市场资金流向

Install

npx skills add Superior-Trade/superior-skills --skill large-fill-pressure -g -y
More Options

Use without installing

npx skills use Superior-Trade/superior-skills@large-fill-pressure

指定 Agent (Claude Code)

npx skills add Superior-Trade/superior-skills --skill large-fill-pressure -a claude-code -g -y

安装 repo 全部 skill

npx skills add Superior-Trade/superior-skills --all -g -y

预览 repo 内 skill

npx skills add Superior-Trade/superior-skills --list

SKILL.md

Frontmatter
{
    "name": "large-fill-pressure",
    "metadata": {
        "updated": 1781654400,
        "version": "0.1.0"
    },
    "description": "Use when repeated large fills on a Polymarket prediction market suggest directional participation or informed flow worth trading behind."
}

Strategy: Polymarket · Large-Fill Pressure

When to use

Use this when the user asks about whales, big fills, unusual size, or "who is moving this market."

What the agent should look for

  • Exact market slug from POST /v3/markets/search.
  • High-quality filled volume history with enough ticks.
  • Fill sizes meaningfully above that market's recent median.
  • Multiple large fills in a short interval with same-direction follow-through.
  • No single fill dominating the backtest window.

Backtest fit with filled data

Good fit for directional-signal detection, weak fit for proving source-side confidence. Filled TradeTick replay can show whether big prints were associated with sustained movement, but it cannot reveal maker intent, hidden liquidity, or queue position.

Treat this as an archetype template that helps generate custom Nautilus strategy code; do not imply it is a proven edge.

Strategy logic

Count large fill clusters over a rolling window. Enter when both size and direction align with the configured cluster threshold. Exit after a fixed window, reversal signal, or price giveback.

Nautilus strategy shape

  • Keep a rolling median of recent fill sizes.
  • Tag a fill as large when size exceeds a multiplier of the median.
  • Track clusters of large fills by direction and time window.
  • Enter after a minimum cluster size and directional confirmation.
  • Exit on fixed holding duration, reverse cluster, or price retrace.

Example strategyConfig

{
  "size_window_ticks": 80,
  "large_fill_multiple": 3.0,
  "cluster_ticks": 12,
  "min_cluster_count": 3,
  "order_size": 10,
  "exit_after_ticks": 40
}

Iteration knobs

Knob Effect
large_fill_multiple Higher = only react to more unusual fills.
cluster_ticks Lower = require tighter timing between fills.
min_cluster_count Higher = fewer, higher-confidence entries.
exit_after_ticks Lower = shorter reaction window.

Failure modes

  1. A one-off large fill may be risk transfer or hedge activity, not directional pressure.
  2. Fill size does not equal resting-likelihood in live execution.
  3. One market can show repeated prints during low liquidity and still revert immediately.
  4. Backtest quality can degrade if fill data coverage is noisy or sparse.

User-facing framing

"This is a filled-trade pressure archetype. It uses exact slugs and TradeTick backtests to shape a custom Nautilus strategy, not to promise profit."

Version History

  • 9333090 Current 2026-08-16 16:12

Same Skill Collection

skills/aerodrome/SKILL.md
skills/backtesting/SKILL.md
skills/basis-arb/SKILL.md
skills/bollinger-reverter-4h/SKILL.md
skills/breakout/SKILL.md
skills/catalyst-confirmation/SKILL.md
skills/dca-weekly/SKILL.md
skills/deadline-drift/SKILL.md
skills/deposit-qr/SKILL.md
skills/donchian-strong-regime/SKILL.md
skills/dsl-exit-engine/SKILL.md
skills/external-deposit/SKILL.md
skills/fees-optimizations/SKILL.md
skills/funding-rate-arbitrage/SKILL.md
skills/funding-squeeze/SKILL.md
skills/grid-trading/SKILL.md
skills/hyperliquid/SKILL.md
skills/intelligence/SKILL.md
skills/lighter-robinhood/SKILL.md
skills/lighter/SKILL.md
skills/mean-reversion/SKILL.md
skills/polymarket/SKILL.md
skills/probability-mean-reversion/SKILL.md
skills/probability-momentum/SKILL.md
skills/regime-overlay/SKILL.md
skills/related-market-spread/SKILL.md
skills/scalping/SKILL.md
skills/superior-trade/SKILL.md
skills/trade-thesis/SKILL.md
skills/v2/exchanges/aerodrome/SKILL.md
skills/v2/exchanges/hyperliquid/SKILL.md
skills/v2/primitives/backtesting/SKILL.md
skills/v2/primitives/fees-optimizations/SKILL.md
skills/v2/primitives/trade-thesis/SKILL.md
skills/v2/strategies/basis-arb/SKILL.md
skills/v2/strategies/bollinger-reverter-4h/SKILL.md
skills/v2/strategies/breakout/SKILL.md
skills/v2/strategies/dca-weekly/SKILL.md
skills/v2/strategies/donchian-strong-regime/SKILL.md
skills/v2/strategies/funding-rate-arbitrage/SKILL.md
skills/v2/strategies/funding-squeeze/SKILL.md
skills/v2/strategies/grid-trading/SKILL.md
skills/v2/strategies/mean-reversion/SKILL.md
skills/v2/strategies/scalping/SKILL.md
skills/v3/exchanges/lighter-robinhood/SKILL.md
skills/v3/exchanges/lighter/SKILL.md
skills/v3/exchanges/polymarket/SKILL.md
skills/v3/polymarket-archetypes/catalyst-confirmation/SKILL.md

Metadata

Files
0
Version
9333090
Hash
75ba8168
Indexed
2026-08-16 16:12

Главная - Вики-сайт
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-16 20:46
浙ICP备14020137号-1 $Гость$