Describe your idea
Write your trade thesis in plain English. No indicators. No code. Just your thinking.
MÓOU (谋) is a natural language trading strategy compiler built for the Bitget AI Base Camp Hackathon S1, Track 2: Trading Infra.
Every trading agent starts with an idea in someone's head. The gap between that idea and a structured, deployable strategy is where most traders lose precision. MÓOU is the missing layer — it structures your thinking, scores your risk, and hands you Playbook-ready code.
Write your trade thesis in plain English. No indicators. No code. Just your thinking.
Qwen3.6-plus reads your idea and outputs a complete strategy spec — entry, exit, sizing, and regime fit.
Copy the Playbook-ready output directly into Bitget's platform and start backtesting immediately.
The MÓOU API is publicly accessible. Any developer can compile and score trading strategies programmatically — no API key required.
POST https://usemoou.xyz/api/v1/compile
Content-Type: application/json
{
"strategy": "Buy BTC when RSI drops below 30 on the 4H chart",
"market": "Crypto Futures",
"timeframe": "Swing (1H-4H)",
"regime": "Ranging"
}The trading strategies generated by MÓOU are produced by an AI model and are intended solely for educational, research, and planning purposes. They do not constitute financial advice, investment recommendations, or solicitation to trade any asset. Past strategy performance in backtests does not guarantee future results. Trading cryptocurrencies and financial instruments involves significant risk of loss. Always conduct your own research and consult a qualified financial advisor before making any trading decisions. BlindspotLab and MÓOU accept no liability for trading decisions made based on AI-generated outputs.