File contents Enhanced Replay Mode
Advanced market replay with tick-by-tick simulation.
Features
True Tick Replay - Replay market at tick level, not just candles
Speed Control - 0.1x to 100x playback speed
Order Simulation - Place virtual orders during replay
Spread Simulation - Realistic bid/ask spread modeling
Slippage Modeling - Based on historical volatility
Multiple Sessions - Compare different entry/exit decisions
Annotation Mode - Mark and save key moments
Use Cases
Strategy Development - Test ideas on historical data
Psychology Training - Practice without real money
Pattern Recognition - Study historical setups
Mistake Analysis - Replay losing trades to learn
Commands
kit replay <symbol> --date 2025-01-15 --speed 1x
kit replay pause
kit replay jump --to 14:30
kit replay place-order --type limit --price 45000
kit replay annotate "Potential breakout setup"
kit replay compare --sessions session1,session2
kit replay export --format json
Limitations
Tick data availability varies by exchange
Some spreads are approximated for older data
Order fill simulation assumes standard queue position
1 --- 2 name: replay-enhanced 3 description: Enhanced Replay Mode 4 --- 5 # Enhanced Replay Mode 6 7 Advanced market replay with tick-by-tick simulation. 8 9 ## Features 10 11 - **True Tick Replay** - Replay market at tick level, not just candles 12 - **Speed Control** - 0.1x to 100x playback speed 13 - **Order Simulation** - Place virtual orders during replay 14 - **Spread Simulation** - Realistic bid/ask spread modeling 15 - **Slippage Modeling** - Based on historical volatility 16 - **Multiple Sessions** - Compare different entry/exit decisions 17 - **Annotation Mode** - Mark and save key moments 18 19 ## Use Cases 20 21 1. **Strategy Development** - Test ideas on historical data 22 2. **Psychology Training** - Practice without real money 23 3. **Pattern Recognition** - Study historical setups 24 4. **Mistake Analysis** - Replay losing trades to learn 25 26 ## Commands 27 28 ``` 29 kit replay <symbol> --date 2025-01-15 --speed 1x 30 kit replay pause 31 kit replay jump --to 14:30 32 kit replay place-order --type limit --price 45000 33 kit replay annotate "Potential breakout setup" 34 kit replay compare --sessions session1,session2 35 kit replay export --format json 36 ``` 37 38 ## Limitations 39 40 - Tick data availability varies by exchange 41 - Some spreads are approximated for older data 42 - Order fill simulation assumes standard queue position
Signal-Execution-Labs/forex-trading-ai-agent/tree/main/skills/replay-enhanced commit 9332d3b1c0
Frequently asked questions How do I install the Replay Enhanced skill? Run npx skillmds@latest add signal-execution-labs/replay-enhanced in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
What does the Replay Enhanced skill do? Enhanced Replay Mode It is listed under Coding & Dev Tools on SkillMD.
Is Replay Enhanced safe to use? This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
Which AI agents work with Replay Enhanced? This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Is Replay Enhanced free to use? Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
Who published Replay Enhanced? Signal-Execution-Labs (@signal-execution-labs) published this skill. Their other Agent Skills are listed on their SkillMD profile.