replay-practice

replay-practice is a skill for Claude Code, Codex from openclawby/tradingview-mcp. It costs 38 tokens per session (461 once invoked), scanned A, a copy of replay-practice, Apache-2.0.

A TradingView practice workflow for stepping through historical price bars as if they were happening live. It lets you place buy and sell trades and review the resulting profit or loss.

In plain words
What is it for?
Use it to choose a symbol and timeframe, start a replay from a chosen date, advance bars one at a time or automatically, and open or close practice trades. It also helps review the final position and profit or loss.
Why use it?
It provides a structured way to practise trading decisions or manually test a strategy without waiting for new market data. Historical replay makes it possible to review how decisions would have worked in past conditions.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to choose a symbol and timeframe, start a replay from a chosen date, advance bars one at a time or automatically, and open or close practice trades. It also helps review the final position and profit or loss.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/openclawby/tradingview-mcp/replay-practice
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add openclawby/tradingview-mcp --skill replay-practice
Clone the repo
git clone --depth 1 https://github.com/openclawby/tradingview-mcp

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for replay-practice

README.md
[![agentmods](https://agentmods.dev/badge/skills/openclawby/tradingview-mcp/replay-practice/github.svg)](https://agentmods.dev/skills/openclawby/tradingview-mcp/replay-practice)
Your own site
<a href="https://agentmods.dev/skills/openclawby/tradingview-mcp/replay-practice"><img src="https://agentmods.dev/badge/skills/openclawby/tradingview-mcp/replay-practice/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for replay-practice

Your own site · 80×15
<a href="https://agentmods.dev/skills/openclawby/tradingview-mcp/replay-practice"><img src="https://agentmods.dev/badge/skills/openclawby/tradingview-mcp/replay-practice.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 38 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 461 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 88% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00038 $0.00461
Opus 5 $0.00019 $0.00230
Sonnet 5 $0.00008 $0.00092
Haiku 4.5 $0.00004 $0.00046

Measured 9d ago against content hash e9358f40a3a0, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

replay-practice scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

88% identical to replay-practice — 11 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

skills/replay-practice/SKILL.md · 59 lines

What it actually says

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
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 59 lines · 38 tokens per session scan A e9358f40a3a0

Subscribe to this mod's changes

replay-practice is a skill published in the GitHub repository openclawby/tradingview-mcp (2 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 38 tokens to every session and 461 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. It is 88% identical to replay-practice, differing in 11 lines, and is treated as a copy.

Related

Other skills, from other repositories