一键导入
trade-copier
Calculate trade copier follower ratios for NinjaTrader ATM strategy
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Calculate trade copier follower ratios for NinjaTrader ATM strategy
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | trade-copier |
| description | Calculate trade copier follower ratios for NinjaTrader ATM strategy |
Calculate trade copier ratios for NinjaTrader ATM strategy with scalp/runner split.
scalp = floor(leader_scalp × ratio), runner = ceil(leader_runner × ratio)Ask user for follower accounts: account. max_contracts, runner_contracts
1. 3, 1
2. 5, 1
3. 8, 2
ratio = max_contracts / leader_total (2 decimal places, round down)scalp = floor(leader_scalp × ratio), runner = ceil(leader_runner × ratio)
floor(leader_scalp × ratio) + ceil(leader_runner × ratio) ≤ max_contracts
If violated, reduce ratio until constraint satisfied.
| Account | Scalp | Runner | Total | Ratio | Within Limit? |
|---|---|---|---|---|---|
| Leader | X | Y | Z | - | - |
| Follower 1 | A | B | C | 0.XX | Yes/No |
Interview the user relentlessly about a plan or design. Use when the user wants to stress-test a plan before building, or uses any 'grill' trigger phrases.
Surface deepening opportunities in a codebase — shallow modules, seam leaks, missing locality — and grill through whichever one you pick. Architecture-pattern aware (monolith / distributed / serverless).
Reconcile and validate all documents in the project's docs/ directory
Full-project code audit workflow: audit then fix
Systematic root cause analysis. No fixes without investigation
Principal Engineer persona. Production-first technical judgment