Skip to main content

VisibleRange

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

Source: types/src/index.ts:173

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

Properties

endMs

endMs: number;

Source: types/src/index.ts:177

Window end (inclusive), Unix epoch milliseconds.


startMs

startMs: number;

Source: types/src/index.ts:175

Window start (inclusive), Unix epoch milliseconds.