Managed Execution Patterns
Vantixs exposes execution as product-level patterns, not public runtime adapters. You choose and configure the pattern; Vantixs manages the hosted controller, executor, exchange connector, validation, and monitoring path.
Supported Patterns
| Pattern | Use it for | Product-level behavior |
|---|---|---|
| Signal bots | Running a validated strategy pipeline that emits entry/exit signals | Strategy signals are converted into orders through managed sizing, risk, and execution controls |
| Grid bots | Range-bound automation with grid levels | Vantixs manages grid lifecycle, order placement, recovery, and level accounting |
| DCA bots | Staged accumulation or safety-order workflows | Vantixs manages entry ladder, sizing, safety orders, and exit rules |
| Smart Orders | Manual or semi-automated order management | Vantixs manages advanced order instructions such as take-profit, stop, trailing, or OCO-style behavior where supported |
Operational Controls
Managed execution includes controls that belong in the product UI and audit trail:
- Preflight checks before a bot starts.
- Credential and exchange-account validation.
- Pause, resume, stop, and emergency stop actions.
- Runtime monitoring, status, logs, and notifications.
- Circuit breakers and risk constraints.
- Recovery behavior for supported bot patterns.
What Is Internal
The words controller and executor describe Vantixs product architecture at a high level. They are not public plugin points.
Internal-only areas include:
- Exchange connector implementations.
- Runtime executor adapters.
- Worker process topology.
- Queue and recovery internals.
- Server-side broker or strategy hooks.
Use the public product surfaces to express intent: strategies, webhooks, templates, beta custom nodes, and reviewed marketplace assets. Vantixs keeps the hosted execution stack managed so safety, auditing, and reliability remain consistent.