Arctick/ Strategy Builder
Describe your strategy in plain English
Templates:
01.SetupPick the data and bet size
02.Entry ConditionsWhen should we look for a trade?
03.Trade LogicLong, short, or both?
Long only
Buy when entry true
Short only
Sell when entry true
Long + Short
Long on entry, short on inverse
04.Take ProfitExit on profit
05.Stop LossExit on loss
Model Context Protocol

Backtest from inside your AI

Connect Arctick as an MCP tool, then let Claude or ChatGPT invent, write, and validate strategies. The AI writes the DSL · our 5 gates keep it honest.

MCP endpoint · streamable HTTP

Claude

Desktop / Code → Settings → Connectors → Add custom connector → paste the URL. Then ask:
"Design 3 BTC mean-reversion strategies, backtest each with Arctick, and show me only the ones that pass all 5 gates."

OpenAI

Responses API · pass it as an mcp tool:
tools=[{"type":"mcp",
  "server_label":"arctick",
  "server_url":""}]

Free & keyless (30 calls / 5 min per IP). Add an API key as a Bearer token for more.

Arctick · BTC · 1h candles · 8.5y of data · API docs