traders >
ML-Scored Indicators
Visual dashboards with live pattern recognition, market structure scanning, and liquidation heatmaps.
<100ms latency
One signal layer - Three ways to connect
ML-Scored Indicators
Visual dashboards with live pattern recognition, market structure scanning, and liquidation heatmaps.
<100ms latency
WebSocket • TCP Feeds
Ultra-low latency WebSocket feeds and REST APIs designed specifically for agent enabled workflows.
streaming
sinho-cli + MCP Servers
Powerful CLI tools and MCP server integration to build custom workflows and power LLM-based analysis.
ready
Professional-grade charting with institutional-level pattern recognition. Every signal, every insight, exactly when you need it.
Trade on the go with millisecond precision
Bypass the UI. Connect your trading bots directly to our institutional-grade WebSocket API. Receive structured JSON payloads for every pattern, structure, and liquidation event the moment it's detected.
Whether you prefer the command line or are building the next generation of AI agents, we provide the primitives you need.
Stream signals directly to your terminal or pipe them into your own applications. Perfect for rapid testing and local development.
$ npm install -g sinho-cli
+ sinho-cli@1.2.4
added 42 packages in 1.4s
$ sinho stream --filter="score >= 50"
{"type": "HNS", "symbol": "BTC", "score": 65}
{"type": "MTOP", "symbol": "SOL", "score": 86}
{"type": "OB", "symbol": "ETH", "score": 78}
{"type": "MTOP", "symbol": "OP", "score": 66}
{"type": "OB", "symbol": "SOL", "score": 98}
Expose Sinho signals, scanner output, scores, and market structure as tools your LLM can call. Give agents fresh market context without scraping charts or guessing from stale prompts.
$ sinho mcp serve
stdio transport ready
tools: get_signals, scan_market, explain_score, market_context
assistant "summarize BTC/USDT context"
tool: sinho.market_context
{"symbol": "BTC/USDT", "timeframe": "1m", "signals": 12}
{"top_score": 86, "families": ["structure", "indicator", "candlestick"]}
assistant "why is this score high?"
tool: sinho.explain_score
{"basis": "historical similarity", "drivers": ["RSI", "volume", "market_structure"]}
Whether you're trading manually or building autonomous agents, we provide the data and intelligence you need to succeed.