AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Large Fill Pressure

skill-superior-trade-superior-skills-large-fill-pressure · by Superior-Trade

Use when repeated large fills suggest directional participation or informed flow.

No reviews yet
0 installs
6 views
0.0% view→install

Install

$ agentstack add skill-superior-trade-superior-skills-large-fill-pressure

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-superior-trade-superior-skills-large-fill-pressure)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Large Fill Pressure? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

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."

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.