HomeBrowseUpload
← Back to registry
// Skill profile

Paper Trading Plan Generator

name: paper-trading-plan

by 1477009639zw-blip · published 2026-04-01

数据处理
Total installs
0
Stars
★ 0
Last updated
2026-04
// Install command
$ claw add gh:1477009639zw-blip/1477009639zw-blip-bptpv1
View on GitHub
// Full documentation

---

name: paper-trading-plan

description: Generates structured paper trading plans with entry, stop loss, take profit, position size, and failure conditions for SPX, indices, and US equity options.

metadata:

openclaw:

emoji: "📊"

requires:

bins:

- python3

always: false

---

# Paper Trading Plan Generator

Generates comprehensive, structured paper trading plans for SPX, index options, and US equities. Perfect for pre-market planning and session prep.

Usage

python3 plan.py --ticker SPX --direction long --entry 5200 --stop 5150 --target 5300

Input Parameters

| Flag | Description | Example |

|------|-------------|---------|

| `--ticker` | Underlying symbol | SPX, AAPL, QQQ |

| `--direction` | long or short | long |

| `--entry` | Entry price | 5200 |

| `--stop` | Stop loss price | 5150 |

| `--target` | Take profit price | 5300 |

| `--price` | Current price (optional) | 5225 |

| `--option-type` | call or put (optional) | call |

| `--expiry` | Option expiry (optional) | 2026-04-18 |

Output Structure

// Comments
Sign in with GitHub to leave a comment.
// Related skills

More tools from the same signal band