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

large-fill-pressure

GitHub

用于分析Polymarket市场中大额成交压力,通过识别鲸鱼交易或异常大单聚集来检测方向性信号。基于TradeTick数据回测生成Nautilus策略代码,辅助判断市场动向而非保证盈利。

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

Trigger Scenarios

询问鲸鱼交易行为 分析大额成交或异常规模 探究谁在推动市场变化

Install

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

Non-standard path

npx skills add https://github.com/Superior-Trade/superior-skills/tree/main/skills/v3/polymarket-archetypes/large-fill-pressure -g -y

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",
    "updated": 1781654400,
    "version": "0.1.0",
    "description": "Use when repeated large fills suggest directional participation or informed flow."
}

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

  • 85f77be Current 2026-08-02 21:45

Same Skill Collection

skills/external-deposit/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/SKILL.md
skills/v3/exchanges/polymarket/SKILL.md
skills/v3/polymarket-archetypes/catalyst-confirmation/SKILL.md
skills/v3/polymarket-archetypes/deadline-drift/SKILL.md
skills/v3/polymarket-archetypes/probability-mean-reversion/SKILL.md
skills/v3/polymarket-archetypes/probability-momentum/SKILL.md
skills/v3/polymarket-archetypes/related-market-spread/SKILL.md
skills/v3/primitives/deposit-qr/SKILL.md
skills/v2/primitives/dsl-exit-engine/SKILL.md
skills/v2/primitives/intelligence/SKILL.md
skills/v2/primitives/regime-overlay/SKILL.md

Metadata

Files
0
Version
85f77be
Hash
60276453
Indexed
2026-08-02 21:45

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