Actuent
fxreplay.com

FX Replay

Trusted by 1M+ traders. Replay real historical markets, backtest your strategies risk-free, and build the confidence to trade live. Free to start, no credit card required.

55
Partly agent-ready
Agent-readiness score out of 100
  • ✓ Clear description of the site
  • ✓ Several pages described
  • ✓ Actions agents can take
  • ✓ 3 or more actions
  • ○ Publishes its own LAWP (/.well-known/lawp.json)
  • ○ Actions agents can execute
  • ○ Business details (address, hours, phone)

How to improve this score

Up to +45 points:
+15 · Publishes its own LAWP (/.well-known/lawp.json)
Publish your starter lawp.json at /.well-known/lawp.json. WordPress: install the Actuent plugin. Cloudflare: use the one-click Worker.
+15 · Actions agents can execute
Give an action an endpoint on your domain so agents can do it for the user, not just link to it. See LAWP Actions.
+15 · Business details (address, hours, phone)
Add schema.org business data to your homepage (the starter snippet). Google uses it too.
Starter lawp.json for fxreplay.com
Made from what Actuent already knows. Edit it, then publish it at https://fxreplay.com/.well-known/lawp.json. Check it with the LAWP Checker, or edit it in the LAWP Generator.
{
  "lawp_version": "0.3",
  "domain": "fxreplay.com",
  "name": "FX Replay",
  "language": "en",
  "pages": {
    "/": {
      "title": "FX Replay | Backtesting Platform for Forex, Futures & Crypto",
      "content": "Trusted by 1M+ traders. Replay real historical markets, backtest your strategies risk-free, and build the confidence to trade live. Free to start, no credit card required."
    },
    "/learn/": {
      "title": "Learn Hub",
      "content": "Index of all articles."
    },
    "/markets": {
      "title": "Markets",
      "content": "Supports backtesting across Forex pairs, Futures, Stocks, Indices, Crypto, Agricultural, Energy, and Metals markets. Historical data goes back to 2003 for major Forex pairs, with timeframes from 1-second candles (Pro plan) through monthly charts."
    },
    "/pricing": {
      "title": "Pricing & Plans",
      "content": "Free plan available with no credit card required, no expiry. Paid plans: Intermediate ($15/month billed annually) and Pro ($29.17/month billed annually). Pro unlocks futures & stocks data, unlimited sessions, unlimited trades, unlimited journaling, unlimited AI queries, and seconds-level data. Plans"
    },
    "/backtest": {
      "title": "Backtesting & Replay Tool",
      "content": "The core product. Replay real historical tick data (not synthetic or interpolated) across Forex, Futures, Stocks, and Crypto at any speed, place trades as if live, and review performance across multiple timeframes simultaneously. Charts are powered by TradingView. Spreads, commissions, and execution"
    },
    "/strategies": {
      "title": "Strategy Library",
      "content": "Full index of all available strategies."
    },
    "/strategies/ict-amd-po3-strategy": {
      "title": "ICT AMD PO3 Strategy",
      "content": "Accumulation, Manipulation, Distribution model from ICT concepts."
    },
    "/strategies/ali-khan-dealing-range-theory": {
      "title": "Ali Khan Dealing Range Theory",
      "content": "Supply and demand strategy based on dealing ranges."
    },
    "/strategies/quarterly-theory-smt-strategy": {
      "title": "Quarterly Theory SMT Strategy",
      "content": "Smart Money Technique using quarterly theory for institutional order flow."
    },
    "/strategies/tori-trades-trendlines-strategy": {
      "title": "Tori Trades Trendlines Strategy",
      "content": "Price action strategy using dynamic trendline confluences."
    },
    "/strategies/waqar-asims-forex-scalping-strategy": {
      "title": "Waqar Asim's Forex Scalping Strategy",
      "content": "Short-timeframe scalping framework for forex pairs."
    }
  },
  "actions": [
    {
      "id": "view_pricing",
      "name": "View pricing",
      "input": {
        "type": "text",
        "required": false
      },
      "intent": [
        "pricing",
        "prices",
        "plans",
        "cost",
        "how much"
      ],
      "description": "See plans and prices"
    },
    {
      "id": "sign_up",
      "name": "Sign up",
      "input": {
        "type": "text",
        "required": false
      },
      "intent": [
        "sign up",
        "register",
        "join",
        "create account",
        "get started"
      ],
      "description": "Create an account"
    },
    {
      "id": "sign_in",
      "name": "Sign in",
      "input": {
        "type": "text",
        "required": false
      },
      "intent": [
        "sign in",
        "log in",
        "login",
        "account"
      ],
      "description": "Log in to an account"
    },
    {
      "id": "get_support",
      "name": "Get help",
      "input": {
        "type": "text",
        "required": false
      },
      "intent": [
        "help",
        "support",
        "faq",
        "customer service"
      ],
      "description": "Help centre, FAQs and support"
    },
    {
      "id": "contact",
      "name": "Contact",
      "description": "Send a message to FX Replay",
      "intent": [
        "contact",
        "message",
        "email",
        "get in touch"
      ],
      "input": {
        "type": "object",
        "required": true,
        "fields": [
          {
            "name": "name",
            "type": "string",
            "required": true
          },
          {
            "name": "email",
            "type": "email",
            "required": true
          },
          {
            "name": "message",
            "type": "string",
            "required": true
          }
        ]
      }
    }
  ]
}
Starter schema.org snippet
Replace the example values, then paste into your homepage's <head>.
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "LocalBusiness",
  "name": "FX Replay",
  "url": "https://fxreplay.com",
  "telephone": "+00 0000 0000",
  "priceRange": "€€",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Street 1",
    "postalCode": "0000",
    "addressLocality": "City",
    "addressCountry": "DK"
  },
  "openingHoursSpecification": [
    {
      "@type": "OpeningHoursSpecification",
      "dayOfWeek": [
        "Monday",
        "Tuesday",
        "Wednesday",
        "Thursday",
        "Friday"
      ],
      "opens": "09:00",
      "closes": "17:00"
    }
  ]
}
</script>

What AI agents can do here

View pricing
See plans and prices
pricingpricesplanscosthow much
Sign up
Create an account
sign upregisterjoincreate accountget started
Sign in
Log in to an account
sign inlog inloginaccount
Get help
Help centre, FAQs and support
helpsupportfaqcustomer service

Pages

FX Replay | Backtesting Platform for Forex, Futures & Crypto /
Trusted by 1M+ traders. Replay real historical markets, backtest your strategies risk-free, and build the confidence to trade live. Free to start, no credit card required.
Learn Hub /learn/
Index of all articles.
Markets /markets
Supports backtesting across Forex pairs, Futures, Stocks, Indices, Crypto, Agricultural, Energy, and Metals markets. Historical data goes back to 2003 for major Forex pairs, with timeframes from 1-second candles (Pro plan) through monthly charts.
Pricing & Plans /pricing
Free plan available with no credit card required, no expiry. Paid plans: Intermediate ($15/month billed annually) and Pro ($29.17/month billed annually). Pro unlocks futures & stocks data, unlimited sessions, unlimited trades, unlimited journaling, unlimited AI queries, and secon
Backtesting & Replay Tool /backtest
The core product. Replay real historical tick data (not synthetic or interpolated) across Forex, Futures, Stocks, and Crypto at any speed, place trades as if live, and review performance across multiple timeframes simultaneously. Charts are powered by TradingView. Spreads, commis
Strategy Library /strategies
Full index of all available strategies.
ICT AMD PO3 Strategy /strategies/ict-amd-po3-strategy
Accumulation, Manipulation, Distribution model from ICT concepts.
Ali Khan Dealing Range Theory /strategies/ali-khan-dealing-range-theory
Supply and demand strategy based on dealing ranges.
Quarterly Theory SMT Strategy /strategies/quarterly-theory-smt-strategy
Smart Money Technique using quarterly theory for institutional order flow.
Tori Trades Trendlines Strategy /strategies/tori-trades-trendlines-strategy
Price action strategy using dynamic trendline confluences.
Waqar Asim's Forex Scalping Strategy /strategies/waqar-asims-forex-scalping-strategy
Short-timeframe scalping framework for forex pairs.

For AI agents

Get this site as structured JSON:
GET https://api.actuent.ai/api/search?q=fxreplay.com
Or connect Actuent to ChatGPT or Claude: https://agents.actuent.ai/api/mcp
Last updated 26 Sep 2026

Is this your site?

Claim fxreplay.com to edit what AI agents see, make your actions executable, and show your score:
Claim this site →   WordPress, Cloudflare & Shopify →
Show your score: <script src="https://api.actuent.ai/badge.js" data-domain="fxreplay.com" async></script> or the image https://api.actuent.ai/badge.svg?domain=fxreplay.com&style=card

Actuent is a search engine for AI agents, made by localilabs. Data is generated automatically from public web content and may be incomplete.