trailing-bot

trailing-bot is a skill for Claude Code, Codex from Signal-Execution-Labs/forex-trading-ai-agent. It costs 0 tokens per session (545 once invoked), scanned A, original, MIT.

A trading bot that waits for a price reversal after the market reaches a high or low, then places a buy or sell order. A callback rate is the allowed percentage move back before the order triggers.

In plain words
What is it for?
It is for trailing buy and sell orders, with options for time limits, market or limit execution, and callbacks that can change with time or volume.
Why use it?
It can avoid buying while prices are still falling or selling before an upward move has finished. This replaces a fixed entry or exit price with a condition based on recent movement.

Skill for Claude CodeCodex

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

Good fit It is for trailing buy and sell orders, with options for time limits, market or limit execution, and callbacks that can change with time or volume.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/signal-execution-labs/forex-trading-ai-agent/trailing-bot
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 Signal-Execution-Labs/forex-trading-ai-agent --skill trailing-bot
Clone the repo
git clone --depth 1 https://github.com/Signal-Execution-Labs/forex-trading-ai-agent

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 trailing-bot

README.md
[![agentmods](https://agentmods.dev/badge/skills/signal-execution-labs/forex-trading-ai-agent/trailing-bot/github.svg)](https://agentmods.dev/skills/signal-execution-labs/forex-trading-ai-agent/trailing-bot)
Your own site
<a href="https://agentmods.dev/skills/signal-execution-labs/forex-trading-ai-agent/trailing-bot"><img src="https://agentmods.dev/badge/skills/signal-execution-labs/forex-trading-ai-agent/trailing-bot/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 trailing-bot

Your own site · 80×15
<a href="https://agentmods.dev/skills/signal-execution-labs/forex-trading-ai-agent/trailing-bot"><img src="https://agentmods.dev/badge/skills/signal-execution-labs/forex-trading-ai-agent/trailing-bot.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 545 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found 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.00000 $0.00545
Opus 5 $0.00000 $0.00272
Sonnet 5 $0.00000 $0.00109
Haiku 4.5 $0.00000 $0.00055

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

Security

Grade A, and why

trailing-bot 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

Copies of this mod

1 near-identical copy found in the catalogue:

skills/trailing-bot/SKILL.md · 87 lines

What it actually says

Trailing Buy/Sell Bot

Smart entries and exits that follow price action.

Overview

Don't catch falling knives. Don't sell too early. The Trailing Bot waits for confirmation before executing, maximizing your entry and exit points.

Trailing Buy

Target Price: $100
Callback: 2%

Price falls: $100 → $95 → $90 → $85 (tracking)
Price rises: $85 → $86.70 (+2% callback) → BUY!

Result: Bought at $86.70 instead of $100
Savings: 13.3%

Trailing Sell

Entry Price: $100
Callback: 3%

Price rises: $100 → $110 → $120 → $130 (tracking)
Price drops: $130 → $126.10 (-3% callback) → SELL!

Result: Sold at $126.10 instead of $100
Profit: 26.1%

Parameters

Parameter Type Description
trigger_price number Price to activate trailing
callback_rate 0.5-10% Reversal % to trigger
order_type market/limit Execution type
time_limit hours Max wait time

Trailing Modes

1. Simple Trailing

Basic callback from lowest/highest point.

2. Time-Decay Trailing

Callback tightens over time:

Hour 1: 5% callback
Hour 6: 3% callback
Hour 24: 1% callback

3. Volume-Adjusted

Tighter callback on high volume (confirmation).

4. Multi-Leg Trailing

Chain buy → trailing stop → trailing take profit.

Combo Strategies

Dip Buy + Trailing Stop

1. Trailing Buy on -10% dip
2. Auto-set trailing stop at 5%
3. Let winners run

Breakout Trailing

1. Set trailing buy above resistance
2. Confirm breakout with callback
3. Avoid fake breakouts

Commands

kit trailing create --type buy --symbol ETH/USDT --trigger 2800 --callback 2%
kit trailing create --type sell --symbol ETH/USDT --trigger 3500 --callback 3%
kit trailing list
kit trailing cancel --id tr_123

Pro Tips

  • Volatile assets: Use 3-5% callback
  • Stable assets: Use 1-2% callback
  • Combine with alerts for confirmation
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 · 87 lines · 0 tokens per session scan A 43fe9f5c831f

Subscribe to this mod's changes

trailing-bot is a skill published in the GitHub repository Signal-Execution-Labs/forex-trading-ai-agent (136 stars, last pushed 9d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 545 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.