Structural levels
Skill blaze10011/market-flow-desk/.claude/skills/structural-levels
Structural support/resistance — swing pivots, unfilled gaps, and key moving averages the market actually made, with distance in % and ATRs. Use when the user asks "where's support on X?", "where should my stop go?", "what's the next resistance?", "key levels for X", or as part of analyzing the daily brief so every lean's level is anchored to structure instead of a naked ATR multiple. Feeds the technical-analysis trade plan too.From its SKILL.md
npx -y skills add blaze10011/market-flow-desk --skill structural-levelsAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.5 KB, 268 tokens by cl100k_base, as published. Nobody here has run it
Structural Levels — where the market actually turned
ATR-multiple stops are formulas. Real levels are the prices where the market itself turned (swing pivots), left a hole (unfilled gaps), or where everyone else is watching (20/50/200-DMA). Stops belong BEHIND structure.
Steps
- Run from project root:
python3 scripts/levels.py [TICKERS...](no args = all 10 traded names) - Interpret only what it prints:
- Nearest 3 resistances above / 3 supports below, each with % distance and ATR distance.
- "×2/×3" = merged cluster touched multiple times — stronger level.
- A level <0.5 ATR away is effectively AT price — expect a reaction there first.
- Old swing lows appearing as resistance (or highs as support) = broken level being retested; that's normal polarity flip, read it as such.
- When giving a lean+level: put the invalidation just BEYOND the nearest structural support (long) or resistance (short), not at a round ATR multiple; quote the level the script printed.
Decision support, NOT advice. Data ~15-min delayed / EOD.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.