Scan multiple symbols for candlestick patterns and trading signals. Finds hammers, doji, engulfing patterns, and more.
Create strategies with ChatGPT/Claude using real market data, or scan with preset strategies. Click + to generate prompts with embedded OHLCV data.
Test your imported YAML strategy across multiple symbols to find where it performs best.
The Model Context Protocol (MCP) lets AI assistants like Claude directly access your TradeApp trading tools — run scans, analyze symbols, backtest strategies, and manage your watchlist through natural conversation. Generate a token below and add it to your Claude Desktop or Claude Code configuration to get started.
{
"mcpServers": {
"tradeapp": {
"url": "https://tradeapp.solidarc.io/mcp",
"headers": {
"Authorization": "Bearer YOUR_TOKEN_HERE"
}
}
}
}
{
"mcpServers": {
"tradeapp": {
"url": "https://tradeapp.solidarc.io/mcp",
"headers": {
"Authorization": "Bearer YOUR_TOKEN_HERE"
}
}
}
}