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.
The steps you move through
Section titled “The steps you move through”Same pipeline as The full strategy pipeline, but for trading:
- Idea. Describe your trading idea: “Go long ETH when funding flips negative and momentum is up.”
- 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.
- Data. A frozen window of real historical price and funding data.
- Backtest. Run on that data with real costs and no look-ahead cheating.
- Verdict. A clear read: does it hold up or not? See The verdict for how it’s judged.
- Deploy. Read-only preview in v1: you see the exact order it would send, but nothing is sent.
- Monitor. See how it would have performed out-of-sample, labeled clearly as historical test performance, not live money.
Your variants
Section titled “Your variants”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.