Skip to content

Dio: HODL the Ladder

Survivability as a Strategy

Diophant Solutions — 2026

Download the PDF

Abstract

Dio is a high-performance automated trading engine developed by Diophant Solutions. It is designed to systematically profit from market volatility using ladder-based and market-making strategies, without requiring directional price predictions. The engine is asset-agnostic: it applies the same core methodology to any liquid instrument, including equities, ETFs, bonds, FX, and digital assets, across supported venues, with a focus on direct asset ownership rather than synthetic or leveraged exposure.

Unlike traditional trading methods that rely on trend prediction (Murphy, 1999), Dio places buy and sell orders within dynamically calibrated price intervals. This allows it to capitalize on short-term price oscillations without requiring market forecasting, thereby eliminating emotional decision-making, a common pitfall for retail traders (Kahneman & Tversky, 1979). Ladder trading differentiates itself from other algorithmic strategies such as trend-following (Carver, 2019), momentum trading (Jegadeesh & Titman, 1993), and arbitrage strategies (Gatev et al., 2006) by maintaining continuous liquidity provision and profiting from mean-reverting price action.

At the center of the engine sits the Capital Oracle, a sizing and allocation layer that measures each asset's full price history, derives a survivability budget from its worst recorded decline, verifies candidate parameters by replaying them against that history, and publishes a single decision record per asset. Two executor strategies, Jacobs Ladder and Adaptive Market Maker (MM), consume these records directly. A sentiment index resolves the accumulation threshold in real time; it plays no other role in sizing. The system is built on OCaml 5.2 with domain-based parallelism, enabling each trading asset to run in its own isolated domain with lock-free communication and microsecond-precision latency profiling.

Venue access is provided through modular adapters. Current adapters include Interactive Brokers, Alpaca, Kraken, Hyperliquid, and Lighter. Where venues offer derivatives, Dio's strategy design avoids reliance on leverage or margin, instead operating on fully-backed positions to eliminate liquidation risk and reduce systemic exposure. This paper explores the theoretical underpinnings, deployed methodology, architectural design, and risk considerations of Dio's approach, with implementation notes specific to each adapter where venue mechanics differ.

Contents

  1. Introduction
  2. Literature review
  3. Deployed strategies and methodology
  4. Supported venues and asset coverage
  5. Architecture
  6. Asset selection and portfolio composition
  7. Risk considerations
  8. Conclusion
  9. References
  10. Glossary