Professional-grade software for copying trades across all your futures accounts.
Signal Trade App is trading copier software engineered specifically for futures markets. Our architecture is built around persistent WebSocket connections to broker APIs, enabling sub-500ms order replication across unlimited follower accounts. Unlike legacy desktop copiers that rely on local network sniffing or screen scraping, our software operates at the API level — which means bracket orders, stop losses, and take profits copy with tick precision regardless of market volatility.
The software is deployed as a cloud-native application on redundant infrastructure with automatic failover between availability zones. Every copy group runs in an isolated execution context with dedicated message queues, ensuring that a surge in one trader's volume never impacts another's latency. Our infrastructure maintains 99.9% uptime because we know that a missed fill during the opening range can cost more than a month of subscription fees.
For firms and developers who require complete data sovereignty, our self-hosted Docker deployment delivers the exact same software stack on your own infrastructure. The containerized architecture includes the copier engine, WebSocket gateway, REST API server, and PostgreSQL database — all orchestrated with Docker Compose. Self-hosting eliminates added network latency between our cloud and your broker, reduces counterparty risk, and removes recurring subscription costs entirely.
The REST API is designed for developers who have built custom strategies and need reliable execution infrastructure. Authentication uses a single X-API-Key header — no OAuth 2.0 flows, no refresh token rotation, no session management complexity. Endpoints cover order placement, position queries, balance retrieval, quote streaming, and copy group configuration. All responses are JSON, and every request is validated against your account permissions before reaching the broker layer.
TradingView webhook integration turns Pine Script alerts into executed orders across all connected accounts. Each copy group receives a unique webhook URL that accepts JSON payloads containing symbol, action, quantity, and optional bracket parameters. The software validates the payload signature, checks risk limits per follower account, and routes orders through the appropriate broker API within milliseconds. Audit logs capture every webhook request and response for post-trade analysis.
Risk management is enforced at the broker API level, not just in application logic. Daily Loss Limits, profit targets, maximum position sizes, and session lockouts are pushed directly to the broker's risk parameter system. This means a follower account that hits its daily loss limit is protected even if your internet connection drops, your browser crashes, or our servers experience an outage. The broker itself rejects subsequent orders — a redundancy layer that software-only copiers cannot provide.
Cloud deployment runs on our infrastructure with instant setup and automatic updates. Self-hosted deployment runs the same software on your servers via Docker, giving you zero added latency, full data control, and no recurring fees.
Yes. Market orders, limit orders, stop orders, and full bracket orders with take-profit and stop-loss copy precisely to every follower account, adjusted for contract size and copy ratio.
You authenticate with a single X-API-Key header. There are no OAuth flows, no session tokens, and no token refresh logic. One key gives you access to orders, positions, quotes, and copy group management.