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
Four pillars that power NexusAlpha.
Connect your signal sources and execute trades automatically with risk controls (stop, daily limits, martingale off/on).
Mirror broker OTC feeds into MT4 (M1–H1). Perfect for backtesting and visual confirmation.
Real-time control panel with KPIs, session P/L, and execution queue.
AI-assisted signal ranking that filters noise and boosts win-probability with confidence scores.
// Example: send signal into NexusAlpha
POST /api/v1/signals
{
"pair": "EURUSD",
"tf": "M1",
"dir": "CALL",
"source": "ai_hack"
}