Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface OHLCGeneratorOptions

Options for the OHLC data generator

Hierarchy

  • OHLCGeneratorOptions

Index

Properties

dataFreq

dataFreq: number

How long time there is between two timestamps.

numberOfPoints

numberOfPoints: number

How many points of data to generate.

start

start: number

What is the value the data generation should start at.

startTimestamp

startTimestamp: number

Timestamp of the first data point.

volatility

volatility: number

How much the data can change.