Skip to main content
Glama
RAIJIN004

Trend Finder Longs

by RAIJIN004

Trend Finder Longs (MCP Server) — LONG ONLY

Copia LONG-only de binance-trend-finder (sin doctrina contrarian/short). Doctrina: Square + orderbook alineados a LONG + precio divergente en contra (pullback) = detonante de cambio de setup. Se entra en el pullback con orden límite (wait_for_pullback), nunca a mercado en el pico.

NO ES ASESORÍA NI ANÁLISIS FINANCIERO. DYOR siempre.

MCP server for scanning Binance markets to detect coins moving RIGHT NOW with consistency: hybrid filter (intraday gate + daily-streak ranking + safety verdict).

Filtro HIBRIDO (reemplaza al ATR diario)

  1. Puerta intradía — 1h≥1.5% + 4h≥2% + spike volumen≥1x (velas 15m): solo pasa lo que se mueve AHORA. El ATR diario quedó como dato informativo.

  2. Ranking por racha diaria — consistencia primero (racha > 1h > neto7d > spike). El neto 7d negativo hunde los rebotes de desplome al fondo.

  3. Veredicto de seguridadOK / PRECAUCION (sobre-extendida +35%, en el pico de 4h) / EVITAR (+80% en 24h).

Related MCP server: ccxt-mcp

Installation

pip install -e .

Or install dependencies directly:

pip install mcp requests

Usage with Claude Desktop / OpenCode / Hermes

OpenCode (opencode.json):

{
  "mcp": {
    "binance-trend-finder": {
      "type": "local",
      "command": [
        "C:\\Python313\\python.exe",
        "C:\\Users\\jhonv\\Downloads\\binance-mcp-server\\server.py"
      ],
      "timeout": 120,
      "enabled": true
    }
  }
}

Hermes Agent (config.yaml):

mcp_servers:
  binance-trend-finder:
    command: C:\Python313\python.exe
    args:
      - C:\Users\jhonv\Downloads\binance-mcp-server\server.py
    connect_timeout: 60
    enabled: true

Available MCP Tools

scan_extensive_movements

Scans all Binance USDT pairs for sustained bullish momentum.

Parameters:

  • only_positive (bool, default: True): Solo devuelve monedas con racha positiva y rendimiento neto semanal positivo.

  • min_positive_days (int, default: 4): Mínimo de días verdes en los últimos 8 días.

  • min_atr_pct (float, default: 2.0): Filtro de ATR % para descartar monedas sin rango ni volatilidad.

  • min_24h_pct (float, default: 0.0): Cambio mínimo positivo en las últimas 24h.

  • min_net_7d_pct (float, default: 0.0): Rendimiento neto mínimo en 7 días.

  • min_volume (float, default: 5000000): Volumen mínimo 24h en USDT.

  • top_n (int, default: 20): Número de resultados a retornar.

get_coin_analysis

Detailed analysis of a specific symbol (BTCUSDT, NEARUSDT, etc.) including green streaks, net 7d gain, ATR %, and trend verdict.

list_active_pairs

Quick overview of active USDT pairs filtered by volume.

License

MIT

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    Real-time institutional crypto & equity orderflow intelligence. Detects BUY/SELL pressure from live Binance L2 orderbook and aggressive trade feeds for any USDT pair or US equity.
    10
    24 PyPI
    2
    MIT
  • F
    license
    Not graded
    quality
    D
    maintenance
    Provides cryptocurrency market data, account management, and trading on Binance USDT-M perpetual contracts via MCP, with a local audit system for transaction recording.
    -
  • A
    license
    B
    quality
    B
    maintenance
    A Binance price-action and liquidity-focused MCP server for AI agents, offering 39 tools for market data, analysis, screening, alerts, and order execution with paper-first safety and optional real trading.
    39
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables read-only analysis of Binance Spot markets through a single MCP tool that fetches live public market data and generates a Trade Readiness Passport with WATCH, RESEARCH_MORE, or NO_TRADE outcomes.
    MIT