inferStepMs()
function inferStepMs(candles): number | null;
Source: react-native/src/dataTransitions.ts:42
The candle period in ms, inferred as the median of the first few intervals (robust to a single gap). Null when there are fewer than two candles.
Parameters
| Parameter | Type |
|---|---|
candles | Candle[] |
Returns
number | null