Results for “breakout-trading”

51 skills
More results
tradermonty
stockbee-momentum-burst-screener
Screen US stocks for Stockbee-style short-term momentum burst setups using 4% breakout, dollar breakout, range expansion, volume expansion, prior range contraction, close-location, failure filters, and risk-distance scoring.
2.3k · bundle
tradermonty
drawdown-circuit-breaker
Evaluates account-level drawdown and losing-streak rules from local thesis files to decide whether new trade risk is allowed, without external APIs.
2.3k · bundle
tradermonty
backtest-expert
Provides expert guidance for systematic backtesting of trading strategies, covering methodology, stress testing, bias prevention, and result interpretation.
2.3k · bundle
bankrbot
signals
Publish and consume blockchain-verified trading signals on Base. Register as a signal provider, publish trades with transaction hash proof, and subscribe to top performers via REST API.
1.2k · bundle
tradermonty
exposure-coach
Synthesize market breadth, regime, and flow signals into a unified capital commitment recommendation with exposure ceiling, bias, and action guidance.
2.3k · bundle
machenjie
transaction-consistency
Use with analysis-agent or task-agent for task-local transaction, isolation, and conflict decisions. Do not use without a transaction decision or as task owner.
4 · bundle
tradermonty
parabolic-short-trade-planner
Screen US equities for parabolic exhaustion patterns, generate conditional pre-market short plans, and monitor intraday trigger signals using 5-min bars.
2.3k · bundle
tradermonty
pead-screener
Screen post-earnings gap-up stocks for Post-Earnings Announcement Drift patterns using weekly candle analysis to detect red candle pullbacks and breakout signals.
2.3k · bundle
matrixx0070
fa-break-trace
Trace a break between two records of the same position or cash — accounting vs custodian, fund vs prime broker, trade vs settlement — from the aggregate difference down to the offending transaction, and classify it for clearing.
0
oyi77
trading-strategist
Designs and backtests systematic trading strategies using technical indicators, fundamental analysis, and statistical models, with clear entry/exit rules, risk controls, and documentation.
10
smith6jt-cop
ccxt-multi-exchange
CCXT multi-exchange crypto broker integration for better liquidity during after-hours capital shift
3
noahnan-max
chanlun-trading-system
Transforms Chan Theory technical analysis into an executable, reproducible research workflow with strict level, structure, and invalidation gates for A-shares, Hong Kong stocks, ETFs, indices, and futures. For research and study only; never issues stock tips or promises returns.
39 · bundle
tradermonty
pair-trade-screener
Identifies and analyzes statistical arbitrage opportunities through pair trading, using correlation analysis, cointegration testing, and z-score calculations to generate entry/exit signals for market-neutral strategies.
2.3k · bundle
enuno
mamba
MAMBA v2.0 — Range-bound high water + regime protection. A trading strategy config override based on the VIPER skill with three protective gates: BTC regime filter, per-asset cooldown after losses, and hard leverage cap at 10x.
1 · bundle
smith6jt-cop
extended-hours-trading
Extended hours trading support for pre-market and after-hours sessions via Alpaca
3
enuno
bankr-signals
Transaction-verified trading signals on Base. Register agent as signal provider, publish trades with TX hash proof, consume signals from top performers via REST API. All track records verified against blockchain data. No fake performance claims. Triggers on: "publish signal", "post trade signal", "register provider", "subscribe to signals", "copy trade", "bankr signals", "signal feed", "trading leaderboard", "read signals", "get top traders".
1 · bundle
dracounion
failure-stacking
当需要在多个领域积累独特竞争优势,避免单一技能风险时
11 · bundle
enuno
bald-eagle-strategy
BALD EAGLE v3.0 — XYZ Alpha Hunter (Hardened). Focused on 6 high-liquidity XYZ assets: CL, BRENTOIL, GOLD, SILVER, SP500, XYZ100. Conviction-scaled leverage (5-10x based on score). Wider DSL for macro assets. Maker-only execution. Scanner calls create_position internally. v3.0: focused assets, conviction-scaled leverage, XYZ-tuned DSL, no thesis exit.
1 · bundle
bdm-15
ot-prototype-strategist
Federal Other Transaction (OT) prototype bid strategist for 10 USC 4021 research and 10 USC 4022 prototype/4022(f) production-follow-on agreements. USE WHEN the user asks to "build an OT bid", "respond to this OT solicitation", "estimate should-cost for an OT prototype", "is this milestone price reasonable", "compare 4022(d) cost-share paths", "team with an NDC to avoid 1/3 cost share", "OT price-to-win", or "TRL milestone phasing" — any milestone-based prototype scoping, OT cost stack, or 4022(d) cost-share strategy question. Reconstructs the AO's TRL phasing from the active workspace KG, picks the 4022(d) path that minimizes our exposure, builds a per-milestone cost stack from BLS OEWS + GSA CALC+ + GSA Per Diem, and emits a JSON envelope handed to `proposal-generator`. DO NOT USE FOR FAR-based contracts (`price-to-win`/`proposal-generator`), incumbent research (`competitive-intel`), FAR clause audit (`compliance-auditor`), or prime-to-sub SOW drafting (`subcontractor-sow-builder`).
0 · bundle
dracounion
asymmetric-betting
当需要在众多机会中筛选出投入产出比最高的选项,以最小化风险并最大化潜在回报时
11 · bundle
oyi77
trading-researcher
Collects market data from Yahoo Finance and Exa, calculates technical indicators, scans watchlists, and generates market analysis reports to identify trading opportunities.
10
alphagbm
alphagbm-unusual-activity
Detects unusual options activity and classifies smart money signals to help follow institutional positioning, including volume/OI ratio spikes, block trades, sweep orders, and net premium flow.
1.2k
enuno
raptor-strategy
RAPTOR v2.0 — Hot Streak Follower. Follows quality traders on $5.5M+ momentum streaks into their strongest position. SM confirmed.
1 · bundle
oyi77
black-edge
Analyzes institutional order flow, dark pool prints, and options flow sweeps to generate trade setups with defined entry, stop-loss, and target levels.
10
matrixx0070
fina-lbo-model
Model a leveraged buyout end to end — sources and uses, tranche-level debt with amortization and cash sweep, levered free cash flow, and sponsor returns (IRR and MOIC) with returns attribution and credit-stat tracking.
0
theheavenlyd3mon
release-it
Build production-ready systems with stability patterns: circuit breakers, bulkheads, timeouts, and retry logic. Use when the user mentions "production outage", "circuit breaker", "timeout strategy", "deployment pipeline", "chaos engineering", "bulkhead pattern", "retry with backoff", or "health checks". Also trigger when designing resilient microservices, planning zero-downtime deployments, or investigating cascading failure scenarios. Covers capacity planning, health checks, and anti-fragility patterns. For data systems, see ddia-systems. For system architecture, see system-design.
28 · bundle
enuno
aicoin-trading
下单交易工具。严格规则:(1) 所有订单必须通过 node scripts/exchange.mjs create_order 执行,禁止写自定义代码下单 (2) create_order 分两步:第一次返回预览,展示给用户等确认,用户说确认后第二次加 confirmed=true 执行 (3) 禁止自动确认,禁止跳过预览 (4) 平仓必须用 close_position,禁止用 create_order 构建平仓单。Trigger: 'buy', 'sell', 'order', 'long', 'short', 'leverage', 'close position', '买', '卖', '下单', '做多', '做空', '杠杆', '开仓', '平仓', '平掉', '关仓'.
1 · bundle
zhouziyue233
rdd-analysis
Econometrics skill for Regression Discontinuity Design (RDD). Activates when the user asks about: "regression discontinuity", "RDD", "RD design", "sharp RDD", "fuzzy RDD", "running variable", "forcing variable", "cutoff", "bandwidth selection", "local linear regression", "McCrary test", "density test", "RDROBUST", "continuity assumption", "donut hole RDD", "geographic RDD", "断点回归", "回归不连续", "运行变量", "截断值", "带宽选择", "精确断点", "模糊断点", "密度检验", "局部线性回归"
7 · bundle
alphagbm
alphagbm-bps-backtest
Runs a side-by-side walk-forward backtest of a Bull Put Spread strategy with and without a FearScore entry signal, comparing performance metrics over ~8 years of daily data.
1.2k
smith6jt-cop
risk-sizing-not-blocking
Risk managers should SIZE trades, not BLOCK them. Trigger when: (1) capital manager blocks trades, (2) risk manager rejects orders, (3) trades fail due to 'exceeds limit', (4) components don't work in harmony.
3
galyarderlabs
pricing-strategy
Evaluates pricing, packaging, plan structure, and monetization tradeoffs against positioning, conversion, and margin.
20
enuno
orca-strategy
ORCA v2.0 — Gen-2 Striker with momentum event quality confirmation. FIRST_JUMP detection enhanced with Tier 2 momentum events and TCS trader quality tags. Stalker permanently removed. DSL exit managed by plugin runtime via runtime.yaml.
1 · bundle
mukul975
containing-active-breach
Executes containment strategies to stop active adversary operations and prevent lateral movement during a confirmed security breach, using network segmentation, endpoint isolation, credential revocation, and access control modifications.
24.6k · bundle
alphagbm
alphagbm-take-profit
Quantifies whether a stock is suitable for long-term holding or requires tiered profit-taking using a novel 'rollercoaster rate' metric, running 15 exit strategies over ~10 years of daily history per ticker.
1.2k
fradser
to-tickets
Breaks a plan, spec, or conversation into tracer-bullet tickets that declare their blocking edges, published to the configured tracker. Use when the user says "break this into tickets" or wants a plan decomposed into vertical slices.
580 · bundle