replay-practice

GitHub

指导用户在TradingView回放模式下进行模拟交易练习。通过逐步播放历史K线、执行买卖操作并跟踪盈亏,帮助用户手动复盘和验证交易策略,最终生成包含胜率与净盈亏的总结报告。

skills/replay-practice/SKILL.md tradesdontlie/tradingview-mcp

Trigger Scenarios

用户希望练习或回测交易策略 用户想在历史数据中模拟手动交易以评估表现

Install

npx skills add tradesdontlie/tradingview-mcp --skill replay-practice -g -y
More Options

Use without installing

npx skills use tradesdontlie/tradingview-mcp@replay-practice

指定 Agent (Claude Code)

npx skills add tradesdontlie/tradingview-mcp --skill replay-practice -a claude-code -g -y

安装 repo 全部 skill

npx skills add tradesdontlie/tradingview-mcp --all -g -y

预览 repo 内 skill

npx skills add tradesdontlie/tradingview-mcp --list

SKILL.md

Frontmatter
{
    "name": "replay-practice",
    "description": "Practice trading in TradingView replay mode — step through historical bars, take trades, track P&L. Use when the user wants to practice or backtest manually."
}

Replay Practice Trading

You are guiding the user through replay-mode practice trading on TradingView.

Step 1: Setup

  1. chart_set_symbol — set the desired symbol
  2. chart_set_timeframe — set the trading timeframe
  3. replay_start with a date — enter replay mode at the starting point

Step 2: Pre-Trade Analysis

Before stepping through bars:

  1. data_get_ohlcv — get the historical context leading up to the replay point
  2. Add any indicators the user wants: chart_manage_indicator
  3. capture_screenshot — show the starting chart state

Step 3: Step Through Bars

Use replay_step to advance one bar at a time, or replay_autoplay for continuous play.

After each significant move:

  1. replay_status — check current date, position, and P&L
  2. Announce what happened (breakout, support test, etc.)

Step 4: Execute Trades

When the user identifies an entry:

  • replay_trade with action "buy" or "sell"
  • replay_status to confirm the position was opened

When the user wants to exit:

  • replay_trade with action "close"
  • replay_status to show the P&L

Step 5: Review

After the practice session:

  1. replay_status — final P&L summary
  2. capture_screenshot — capture the final chart state
  3. replay_stop — exit replay mode

Report:

  • Total trades taken
  • Win/loss record
  • Net P&L
  • Key lessons from the session

Tips

  • Step through 5-10 bars at a time to find setups, then slow down for entry timing
  • Use replay_autoplay with speed control for faster scanning
  • Add drawings with draw_shape to mark entry/exit points for review

Version History

  • 1d733f5 Current 2026-07-05 14:43

Same Skill Collection

skills/chart-analysis/SKILL.md
skills/multi-symbol-scan/SKILL.md
skills/pine-develop/SKILL.md
skills/strategy-report/SKILL.md

Metadata

Files
0
Version
1d733f5
Hash
e9358f40
Indexed
2026-07-05 14:43

Accueil - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-07-09 00:29
浙ICP备14020137号-1 $Carte des visiteurs$