Features

Four pillars that power NexusAlpha.

AutoTrading

Connect your signal sources and execute trades automatically with risk controls (stop, daily limits, martingale off/on).

  • Multi-source merge
  • Cool-down & overlap guard
  • Per-asset stake rules

MT4 OTC Chart

Mirror broker OTC feeds into MT4 (M1–H1). Perfect for backtesting and visual confirmation.

  • Symbol filters
  • Low-latency updater
  • Template-friendly

Live Trading

Real-time control panel with KPIs, session P/L, and execution queue.

  • Latency & error logs
  • Manual override
  • Telegram push

AI Hack Signal

AI-assisted signal ranking that filters noise and boosts win-probability with confidence scores.

  • Confidence threshold
  • Pattern memory
  • Adaptive cooldown

Integration Snapshot

// Example: send signal into NexusAlpha
POST /api/v1/signals
{
  "pair": "EURUSD",
  "tf": "M1",
  "dir": "CALL",
  "source": "ai_hack"
}