Skip to content
EliteChart

RenkoInternalState

Documentation


Documentation / @elitechart/core / RenkoInternalState

Defined in: series/renko.ts:93

Properties

brickCount

code
brickCount: number;

Defined in: series/renko.ts:96


carryVolume

code
carryVolume: number;

Defined in: series/renko.ts:111


currentSourceTime

code
currentSourceTime: number;

Defined in: series/renko.ts:107

Time of the source bar currently feeding the builder. Each emitted brick takes this value (monotonized to lastBrickTime + 1 so multiple bricks from one source bar still satisfy strict monotonicity). This keeps Renko's time-axis labels showing real source dates instead of accumulating synthetic future times — the synthetic-time approach pushed dates years into the future on volatile symbols. See SC-36.


firstSourceTime

code
firstSourceTime: number;

Defined in: series/renko.ts:97


fixedDt

code
fixedDt: number;

Defined in: series/renko.ts:110


lastBrickTime

code
lastBrickTime: number;

Defined in: series/renko.ts:109

Time of the most recently emitted brick. Seeds = -∞.


lastClose

code
lastClose: number;

Defined in: series/renko.ts:94


trend

code
trend: RenkoTrend;

Defined in: series/renko.ts:95