Skip to content

Trading strategies (in build)

This is where the trading side of the pipeline is heading: take a trading idea in plain language, test it on real historical data with real costs, get a clear verdict on whether it holds up, and then run it on a real venue (DEX or CEX) with live monitoring.

It is not live yet — Market Making is what you can run today. This page shows you what’s coming next.

Same pipeline as The full strategy pipeline, but for trading:

  1. Idea. Describe your trading idea: “Go long ETH when funding flips negative and momentum is up.”
  2. Spec. ClinkAI turns it into a precise, testable strategy. If it is unclear, it asks; if it cannot be done, it suggests the closest version it can run.
  3. Data. A frozen window of real historical price and funding data.
  4. Backtest. Run on that data with real costs and no look-ahead cheating.
  5. Verdict. A clear read: does it hold up or not? See The verdict for how it’s judged.
  6. Deploy. Read-only preview in v1: you see the exact order it would send, but nothing is sent.
  7. Monitor. See how it would have performed out-of-sample, labeled clearly as historical test performance, not live money.

Test several versions of an idea and you see each one’s standing after the forking penalty, so a result that only looks good because you forked many variants does not get promoted.