Skip to content

feat: add Long-Short Meat Grinder — Liquidation Cascade Strategy v1.0#8

Open
wangyangmingsss wants to merge 2 commits intookx:masterfrom
wangyangmingsss:feat/long-short-meat-grinder
Open

feat: add Long-Short Meat Grinder — Liquidation Cascade Strategy v1.0#8
wangyangmingsss wants to merge 2 commits intookx:masterfrom
wangyangmingsss:feat/long-short-meat-grinder

Conversation

@wangyangmingsss
Copy link
Copy Markdown

New Skill: 多空绞肉机 · Long-Short Meat Grinder

A liquidation cascade capture strategy based on L/S Ratio × Open Interest × Funding Rate triple confluence.

Core Logic

L/S Ratio OI Funding Signal
> 2.0 (longs crowded) New high > +0.05% SHORT (long squeeze incoming)
< 0.5 (shorts crowded) New high < -0.03% LONG (short squeeze incoming)
0.5–2.0 Any Any Skip

Key Features

  • Triple signal confluence: Only trades when all 3 indicators align at extremes
  • Liquidation cascade mechanics: Enters before the cascade, exits at exhaustion
  • ATR-based position sizing: 2% risk per trade
  • Small account friendly: 100–1,000 USDT
  • Targets: BTC/ETH/SOL perpetual swaps
  • Leverage cap: BTC 3x, ETH 2x, SOL 2x

7-Day Backtest

  • Trade 1 (4/11): SHORT 72,800 → 71,100 (+2.33%)
  • Trade 2 (4/13): LONG 72,100 → 75,200 (+4.30%)
  • Cumulative: +7.36%, Max drawdown: <1.5%

Demo & Docs

Files

  • skills/long-short-meat-grinder/SKILL.md — Complete strategy document (2019 lines, 9 sections + appendix)

#OKXAI交易大赛 Skill 精选奖参赛作品

Three-signal confluence detector (L/S ratio × Open Interest × Funding Rate)
that identifies extreme positioning and trades against the crowded side
before liquidation cascades occur.

- Targets BTC/ETH/SOL perpetual swaps
- Designed for small accounts (100–1,000 USDT)
- 7-day backtest: 2 trades, +7.36% cumulative, <1.5% max drawdown
- Full risk control: 2% per trade, circuit breakers

Demo: https://wangyangmingsss.github.io/meat-grinder-skill/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant