Module 08 Multi Market banner
jackson-video-resources jackson-video-resources

Module 08 Multi Market

Development community

Description

# Module 8 Prompts — Expansion & Advanced Moves --- ## Section 8.1 — Running Multiple Markets in Parallel **Step 1:** Parameterise the instrument so the same script can run for any market: ``` The current trading system runs for a single instrument passed as a parameter. I want to extend it so that: (1) the instrument is accepted as a command-line argument rather than being hardcoded, (2) the trade log filename includes the instrument name so EUR/USD and NQ logs don't overwrite each other, (

Installation

Installs to ~/.claude/skills/jackson-video-resources-claude-code-stocks-futures-module-08-multi-market/SKILL.md

Terminal
mkdir -p ~/.claude/skills/jackson-video-resources-claude-code-stocks-futures-module-08-multi-market && curl -fsSL https://raw.githubusercontent.com/jackson-video-resources/claude-code-stocks-futures/HEAD/prompts/module-08-multi-market.md -o ~/.claude/skills/jackson-video-resources-claude-code-stocks-futures-module-08-multi-market/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository