Traders
Build strategies without coding. Test ideas quickly.
Mowcor is a powerful platform that provides libraries, frameworks, tools, and services for cryptocurrency trading. Built for traders, developers, and AI systems.
Define strategies as structured data. Validate, simulate, and deploy across multiple exchanges in one unified platform.
name: "simple_spread"parameters: base_spread_bps: type: decimal default: "10"signals: mid_price: { block: "mid_price"}quotes: bid: { price: "$mid_price - spread"} ask: { price: "$mid_price + spread"}risk: max_position: "1.0" max_drawdown_bps: "150"Introducing Mowcor
Mowcor is a next-generation trading platform that transforms how crypto strategies are built and deployed.
Instead of writing complex Python code, you define your trading logic as structured data. The system handles validation, execution, and risk management automatically.
One idea → one strategy → run anywhere.
Describe strategy
Text · YAML · UI · API
Validate · compile · execute
Run on multiple exchanges
Why it's different
Define trading strategies using YAML. No coding required.
AI models generate strategies directly from natural language.
Run the same strategy across Binance, OKX, Bybit, and more.
Every trade is validated through a strict risk pipeline.
Add new exchanges or features without touching core logic.
Three simple steps
Compose strategies from reusable building blocks: price, spread, signals, inventory.
Schema correctness, logic consistency, and risk constraints all verified before anything runs.
Deploy instantly across exchanges, each in its own isolated engine.
Core concept
Mowcor introduces a new way to build trading systems: strategies are defined as structured data instead of code.
name: "simple_spread"parameters: base_spread_bps: type: decimal default: "10"signals: mid_price: { block: "mid_price"}quotes: bid: { price: "$mid_price - spread"} ask: { price: "$mid_price + spread"}risk: max_position: "1.0" max_drawdown_bps: "150"Under the hood
Mowcor uses a layered architecture designed to keep risk inseparable from execution.
Declarative, typed, versionable.
Multi-engine manager. Isolates state across venues.
One engine per exchange. No shared state, no cross-contamination.
Mandatory validation. Every trade passes through, every time.
No strategy can bypass risk validation.
Core features
YAML-based strategy definition.
Generate strategies from natural language.
Run on multiple exchanges simultaneously.
Add new exchanges easily.
Mandatory constraints on every trade.
Safe calculations, no code injection.
Update strategies without restarting.
Simulate without real trading.
Change behavior without editing YAML.
Decimal arithmetic for every calculation.
Multi-exchange
Each exchange runs in its own isolated engine. No shared state, no cross-exchange risk, fully concurrent execution.
Supported
Binance, spot & futures
Supported
OKX, spot
Supported
Bybit, futures
Soon
More exchanges landing quarterly
Risk management
Mowcor enforces strict risk control at every layer:
Position limits per venue and per strategy
Drawdown protection with automatic halt
Mandatory validation rules before every trade
If a strategy does not define risk constraints, it will not run.
Developer & AI
Mowcor provides a structured contract for AI systems and developers alike.
The AI loop
Generate strategy YAML
Validate against schema
Improve based on feedback
Who it's for
Build strategies without coding. Test ideas quickly.
Extend the platform with plugins. Build custom tools.
Standardize strategy format. Scale across exchanges.
Generate and optimize strategies automatically.
Get started
$ git clone github.com/mowcor/mowcor$ cd mowcor && uv sync$ mowcor validate strategy.yaml$ mowcor simulate strategy.yaml --dry-run$ mowcor deploy strategy.yaml --exchange binancePlatform status
Version v1.6.9
1000+ tests passing
4 exchanges supported
Live trading: not yet production-ready
Testnet verification required before mainnet deployment.
Security & responsibility
Ship your first strategy today
Open-source tooling, structured strategies, and risk that never sleeps.