Skip to contents

A deterministic, offline OHLCV dataset for ledgr examples and documentation. It contains 10 synthetic instruments with five years of business-day bars. The data is generated by data-raw/make_demo_bars.R using ledgr_sim_bars().

Usage

ledgr_demo_bars

Format

A tibble with 12,600 rows and 7 columns:

ts_utc

POSIXct UTC bar timestamp.

instrument_id

Synthetic instrument identifier.

open, high, low, close

Synthetic OHLC prices.

volume

Synthetic daily volume.

Source

Generated locally by ledgr_sim_bars(n_instruments = 10, n_days = 252 * 5, seed = 1701).