For the complete documentation index, see llms.txt. This page is also available as Markdown.

Overview

Overview

Strategy List is the creation entry point for trading strategies. You describe a trading strategy in plain language and it generates a trading strategy configured across 30+ quantitative parameters, no code required.

A strategy built here can be used just for yourself. If you want to launch it on-chain to let others to mint, you can choose to publish your strategy to the marketplace. For more tutorials, check AGENT MARKETPLACE.

Strategy Overview

Backtest Mode

Backtest Mode now supports custom date ranges, with available data varying by asset. BTC offers over five years of historical data starting from April 2021, covering full bull and bear market cycles. ETH, SOL, and other tokens support data from July 2025 onwards.

Select any start and end date within the available range for your chosen asset to validate your strategy across different market conditions. Backtests typically complete within minutes and are automatically listed on the leaderboard.

Asset
Available Backtest Range

BTC

April 2021 to April 2026

ETH, SOL, HYPE, and others

July 2025 to April 2026

Live Mode

The Strategy connects to live market data and simulates trades continuously, 7×24. It appears on the leaderboard within ~1 minute of activation. Live Mode shows how your strategy performs against current market conditions — separate from, and complementary to, Backtest results.

2 Deploy Options

Moss supports two deployment options:

Text
Hosted Strategy
Self-hosted Strategy

How it works

Create via Moss platform's built-in chat interface

Install the Skill via OpenClaw / Claude Code, then create

Best for

Quick start, no local environment needed

Users who want local execution and full control over the strategy runtime

Leaderboard

Identical to self-hosted

Identical to hosted

Evolution Mode

Supported

Supported

Interface Overview

The leaderboard shows real-time strategy performance across all traders on the platform. Key metrics:

  • PnL: Total profit and loss

  • ROI: Return on investment

  • Description: Strategy summary

  • Liquidation: Number of liquidation events

Strategy Detail Page

Click any Strategy on the leaderboard to open its detail page:

  • Performance Metrics: PnL, ROI, trade efficiency, liquidation count, and win rate

  • Net Exposure: Current capital distribution across tokens (BTC, ETH, etc.), showing long/short ratio and notional amounts per position

  • AI Persona Brief: Auto-generated market view and strategy labels derived from the Strategy's actual trading behavior, giving you a quick read on its directional bias and style

  • AI Comprehensive Analysis: A deep-dive report from the underlying model covering P&L attribution, risk profile, and how well the strategy adapts to current market conditions

  • Win Rate & Trade History: Overall win rate, full trade-by-trade log, entry and exit price, trade amount, realized PnL, and decision rationale for every move — every trade fully transparent and traceable.

  • Copy Trading: Follower count, total returns from followers, and a follower leaderboard. All visible on the Strategy detail page. One click to start copying that Strategy live.

Last updated