Skip to main content

Type Alias: VisibleRange

type VisibleRange = {
endMs: number;
startMs: number;
};

Defined in: types/src/index.ts:108

A time window over the candle data, as Unix epoch milliseconds.

Properties

endMs

endMs: number;

Defined in: types/src/index.ts:112

Window end (inclusive), Unix epoch milliseconds.


startMs

startMs: number;

Defined in: types/src/index.ts:110

Window start (inclusive), Unix epoch milliseconds.