Enterprise-grade quantitative execution engine. Run custom multi-asset strategies with real-time news sentiment veto gates and unified order routing.
This simulation terminal provides a live visualization of our core platform operations, directly mirroring the inner activities of the Order Management System (OMS). Monitor real-time ticker fluctuations via the Market Stream, track macro news analysis through the AI Sentiment Engine, and inspect live-running Console Logs as orders are routed and pre-trade risk guardrails execute within milliseconds.
The single entry gate for all trade actions. Prevents order collision and routes signed executions directly to underlying exchange targets with hardware-level isolation.
Monitors volatility indexes and adjusts active platform exposure states to safeguard operational capital 24/7. Three-state system: RISK_ON, RISK_OFF, and PANIC liquidation.
Aggregates order book depth and live websocket ticks across multiple broker connections into a normalized unified stream. All feeds are deduplicated and timestamped for consistent consumption.
Augments trading decisions using the Kazuki deep learning sentiment engine. Integrates directly into strategy models to veto trades during adverse macro events detected from global news feeds.
Our hybrid database layer balances high-availability local storage with robust remote synchronization to guarantee no order state is ever lost or double-executed.
Synchronizes positions and balance metrics globally across multiple instances. Stores permanent, audit-ready trade execution history.
Provides zero-latency configuration lookup, local relational database queries, and tracks open option chains.
Ensures systematic local recovery state write-outs if connectivity to cloud nodes is temporarily disrupted.
| Storage Entity | Target DB | Latency | Failover |
|---|---|---|---|
| GlobalState | Cloud DB | ~45ms | Local JSON |
| TradesHistory | Cloud DB | ~40ms | Buffer Queue |
| LocalConfig | Local DB | <1ms | Memory Cache |
| OptionChainCache | Local DB | <1ms | Disk Refetch |
One execution engine. Every major asset class. All routed through a single unified OMS.
Full execution coverage of all US equities (including indices, ETFs, and futures) alongside Thai equities (SET) routed via unified gateways.
US + TH MarketsBTC, ETH, and major digital assets routed via institutional exchange API adapters with smart rate limiting.
Spot + FuturesMajor and minor currency pairs via brokerage streaming feeds with full WebSocket order book depth.
ECN RoutingFull options chain caching and open interest tracking. Supports multi-leg strategies with per-leg risk checks.
Multi-LegPrecious metals (Gold, Silver), spot energies (Crude, Brent, Gas), and soft agricultural commodity feeds streaming directly via IC Markets connectivity.
IC Markets FeedPerpetual swap contracts and dated futures across all sessions — including Asian, European, and US market opens.
Always OnAverage round-trip order execution from signal trigger to exchange acknowledgment.
End-to-end AI sentiment veto pipeline including macro news feed scrape and model inference.
Local SQLite config and option chain cache queries benchmarked at sub-millisecond write throughput.
Every strategy subprocess runs in a fully sandboxed environment with STDIN/STDOUT binary communication only.
Hardware-enforced environment isolation. Ensures live execution routines are structurally unreachable when running in paper/test environments.
Monitors daily realized and unrealized P&L limits. Disables all algorithm trade routes if the system-wide drawdown threshold is broken.
Performs real-time parallel comparisons between theoretical strategies and executed fill states to flag algorithm drift immediately.