The desktop agent handles real-time monitoring, AI analysis, scanning, alerts, local rule evaluation and MT5 or cTrader connectivity — while never trusting arbitrary plugins or uploading raw broker secrets.
Terminal latency matters when a rule needs to fire. The desktop agent keeps the time-critical loop next to the broker connection while the cloud keeps the heavy analysis.
Continuous feed monitoring with local gap detection and automatic reconnect to the cloud stream.
Evaluates your rules on-device so a signal is not delayed by a round trip to the cloud.
Scans your watchlists against your methodology and analyses captured chart context where applicable.
Desktop and in-app alerts, with trading-critical events separated from informational ones.
Direct platform connectivity with order state tracking and reconciliation after restart.
Device-authenticated sync using scoped tokens. Raw broker secrets never leave the machine.
An auto-updating binary with broker credentials on disk is exactly the target an attacker wants. Every control below exists because omitting it would be negligent.
Builds are code-signed and signature-verified on update. Minimum-permission install: no administrator rights required for core functionality.
Signed builds, keychain-stored secrets, allowlisted plugins and a local rule engine that never trusts arbitrary code.