Learn
How to use the platform — from first scan to live deployment.
How to use the platform
A step-by-step guide from first scan to live deployment
Start a Research Project
Scan Signals
Build a Strategy
Backtest and Iterate
Debug and Understand
Validate
Paper Trade
The agent speaks your language
Describe what you want in plain English — the agent maps your intent to the right tools and indicators
Signal Research
Opening Positions
Closing Positions
Filtering Trades
Sizing & Risk
Debugging & Understanding
Validation
Events & Scheduling
Portfolios
Deployment
Strategy building blocks
Blocks trading when conditions aren’t right
The buy signal
Closes your position
Adjusts position sizing
Gate → Entry → Exit → Overlay — evaluated in order, every bar
Connect Claude
Connect the MCP server to use the full research workflow
Claude Desktop Pro / Max — Connectors
- Settings → Connectors
- "Add custom connector"
- Name: Quawd
- Paste the MCP server URL below
- Authenticate with Google
Claude Desktop All tiers — settings file
- Settings → Developer → Edit Config
- Paste and save:
{
"mcpServers": {
"quawd": {
"command": "npx",
"args": [
"mcp-remote@latest",
"https://vibe-trade-mcp-833596808881.us-central1.run.app/"
]
}
}
}Requires Node.js. Restart Claude Desktop after saving.
Claude Code CLI
claude mcp add \ --transport http \ quawd \ https://vibe-trade-mcp-833596808881.us-central1.run.app/
Remote MCP Server URL
https://vibe-trade-mcp-833596808881.us-central1.run.app/
Try these
Click any of these to create a new strategy and open Builder with a ready-made prompt.
These work in the web builder. For the full research workflow (signal scans, walk-forward, holdout), connect Claude via MCP above.