DolphinDB2026-06-23
How to Build 1-Minute OHLC Bars from Non-Uniform Market Snapshot Data

This article walks through exactly that transformation, using DolphinDB as the computing layer. We’ll cover both the batch path (historical data, processed in parallel) and the streaming path (real-time data, processed with sub-millisecond latency), with the same core logic running in both.

Solutions
How to Build 1-Minute OHLC Bars from Non-Uniform Market Snapshot Data
DolphinDB2026-06-16
Tracking Smart Money in Real Time: Building a Minute-Level Capital Flow Engine

Using simulated tick-by-tick trade data from the Shanghai Stock Exchange on a single trading day in 2020, we’ll calculate minute-level capital flow — splitting buy and sell orders into “large” and “small” buckets based on a 50,000-share threshold — and stream the results live into a dashboard.

Solutions
Tracking Smart Money in Real Time: Building a Minute-Level Capital Flow Engine
DolphinDB2026-06-10
How We Built a Real-Time Implied Volatility Engine for Commodity Options

In this article, we’ll walk through how to build a real-time IV calculation and volatility smile construction pipeline for commodity options, using DolphinDB’s streaming framework. By the end, you’ll have a working architecture that goes from raw CTP tick data to a smoothed volatility curve — refreshed every minute, live.

Solutions
How We Built a Real-Time Implied Volatility Engine for Commodity Options
DolphinDB2026-05-28
Unified Stream and Batch Processing for Factor Development

In quantitative trading, factor discovery is the foundation of alpha generation. Whether for high-frequency crypto strategies or medium-term systematic portfolios, the ability to efficiently compute, iterate, and deploy factors directly determines research velocity and production readiness.

Solutions
Unified Stream and Batch Processing for Factor Development
DolphinDB2026-05-28
How to Make High-Frequency Market Data Work for Mid- and Low-Frequency Strategies

High-frequency market data contains a level of market microstructure detail that daily OHLC data simply can't match — order book dynamics, trade impact, informed order flow, intraday liquidity patterns. The problem is that building strategies directly on tick data is expensive: you need serious infrastructure, the signal-to-noise ratio is brutal, turnover costs eat returns, and scaling up is genuinely hard.

Engineering
How to Make High-Frequency Market Data Work for Mid- and Low-Frequency Strategies