Get Live Trading Signals
get_signalsFetch live (active) crypto trading signals with entry, SL, TP, leverage, confidence. Optional research-backed filters let you build your own strategy: direction, coin include/exclude, SL distance %, R/R, confidence band, Open Interest range, 24h volume, tags, primary anomaly trigger, day-of-week skips, BTC 24h regime gate. Sorted by live PnL (most profitable first). WORKS WITHOUT AN API KEY: omit apiKey for a free 3-signal preview (coin + direction + confidence); a free account returns up to 100 signals with full reasoning and verified outcomes. Star the repo to support free access: https://github.com/roman-rr/trading-skills
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| coin | No | Single coin symbol (e.g. BTC). Case-insensitive. Convenience alias for coinInclude=<coin>. | |
| days | No | Lookback window in days | |
| limit | No | Max signals to return (default 10, max 100) | |
| apiKey | No | Optional. Your Signals API key. Omit it for a 3-signal anonymous preview; get a free key at https://signals.x70.ai/mcp-signup for full metadata. | |
| skipDOW | No | Comma-separated day names to skip (e.g. "Saturday,Sunday"). Mondays toxic, weekends weak. | |
| coinOiMax | No | Maximum open interest in USD. R13 uses $500k-$10M. | |
| coinOiMin | No | Minimum open interest in USD (e.g. 500000 for $500k). OI <$500k coins historically toxic. | |
| direction | No | Filter by signal direction. "bullish" = long. Default = any. | |
| coinVolMin | No | Minimum 24h notional volume in USD. | |
| coinExclude | No | Comma-separated coin blocklist. Hyper-blacklist used by Lean v2-R: "kPEPE,ADA,HYPER,LDO,LINEA,2Z". | |
| coinInclude | No | Comma-separated coin allowlist (e.g. "BTC,ETH,SOL"). | |
| skipHourUtc | No | Comma-separated hours UTC to skip (0..23). EU/US overlap 9-13 weakest. | |
| tagsInclude | No | Comma-separated tags (any-of match). | |
| btcRet24hMax | No | Skip if BTC 24h return % > this (e.g. 1.5). H1 regime gate: BTC rally rotates flow away from alts. | |
| btcRet24hMin | No | Skip if BTC 24h return % < this. | |
| slDistPctMax | No | Maximum stop-loss distance in %. | |
| slDistPctMin | No | Minimum stop-loss distance in % (e.g. 3 = ≥3% to SL). SL≥3 drops the toxic [2,3) bucket. | |
| confidenceMax | No | Maximum confidence (0..1). Best band 0.62-0.76. | |
| confidenceMin | No | Minimum confidence (0..1). Counter-intuitive: >0.76 historically underperforms. | |
| primaryTrigger | No | Sentinel anomaly trigger name (e.g. "vpin_toxicity" for the S9 Vpin Sniper preset). | |
| riskRewardRatioMax | No | Maximum risk/reward ratio. Champion v1 uses RR<1.5. | |
| riskRewardRatioMin | No | Minimum risk/reward ratio. |