Extending Vantixs2 min read

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

PatternUse it forProduct-level behavior
Signal botsRunning a validated strategy pipeline that emits entry/exit signalsStrategy signals are converted into orders through managed sizing, risk, and execution controls
Grid botsRange-bound automation with grid levelsVantixs manages grid lifecycle, order placement, recovery, and level accounting
DCA botsStaged accumulation or safety-order workflowsVantixs manages entry ladder, sizing, safety orders, and exit rules
Smart OrdersManual or semi-automated order managementVantixs 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.