FAQ
Frequently asked questions
Short answers to the most common questions.
Does Ultimate Core X place trades?
No. It monitors, analyzes and can freeze (stop opening new positions). Existing positions keep being managed by the EA. It is an operations and intelligence layer, not a trade executor.
How many accounts can it handle?
Hundreds across many VPS. PostgreSQL is the primary database for scale; SQLite remains available as a fallback and migration tool.
Does the Strategy Engine invent numbers?
Never. Every conclusion is traceable to evidence; when evidence is insufficient it shows “UNKNOWN / Not enough evidence” instead of guessing.
Is it secure for remote access?
Yes — remote access is token-gated (30-day httponly cookie), with role-based access (admin/viewer) enforced at the API, behind nginx + Let's Encrypt TLS and security headers.
What about backups and recovery?
Consistent logical backups with checksum/manifest, a disaster-recovery orchestrator, and an external watchdog for high availability are built in.
Can I self-host?
Yes. The Community edition is free and self-hosted. Professional and Enterprise add scale, SLA and onboarding.